4a4b785c5b0e6f288d0a599a7ccb6ae40e59bff1
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,ZN2]: "{DIR[DTR]}/dpdk_performance_results_2n_zn2"
33     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
34     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
35     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
36     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
37     DIR[DTR,PERF,DPDK,2N,TX2]: "{DIR[DTR]}/dpdk_performance_results_2n_tx2"
38     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
39     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
40     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
41     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
42     DIR[DTR,PERF,VPP,2N,ZN2]: "{DIR[DTR]}/vpp_performance_results_2n_zn2"
43     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
44     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
45     DIR[DTR,PERF,VPP,2N,TX2]: "{DIR[DTR]}/vpp_performance_results_2n_tx2"
46     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
47     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
48     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
49     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
50     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
51     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
52     DIR[DTR,MRR,VPP,2N,ZN2]: "{DIR[DTR]}/vpp_mrr_results_2n_zn2"
53     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
54     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
55     DIR[DTR,MRR,VPP,2N,TX2]: "{DIR[DTR]}/vpp_mrr_results_2n_tx2"
56     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
57     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
58     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
59
60     # Detailed test configurations
61     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
62     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
63     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
64     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
65     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
66     DIR[DTC,PERF,VPP,2N,ZN2]: "{DIR[DTC]}/vpp_performance_configuration_2n_zn2"
67     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
68     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
69     DIR[DTC,PERF,VPP,2N,TX2]: "{DIR[DTC]}/vpp_performance_configuration_2n_tx2"
70     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
71     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
72     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
73     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
74     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
75     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
76     DIR[DTC,MRR,VPP,2N,ZN2]: "{DIR[DTC]}/vpp_mrr_configuration_2n_zn2"
77     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
78     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
79     DIR[DTC,MRR,VPP,2N,TX2]: "{DIR[DTC]}/vpp_mrr_configuration_2n_tx2"
80     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
81     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
82     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
83
84     # Detailed tests operational data
85     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
86     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
87     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
88     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
89     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
90     DIR[DTO,PERF,VPP,2N,ZN2]: "{DIR[DTO]}/vpp_performance_operational_data_2n_zn2"
91     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
92     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
93     DIR[DTO,PERF,VPP,2N,TX2]: "{DIR[DTO]}/vpp_performance_operational_data_2n_tx2"
94     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
95     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
96
97     # Latencies:
98     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
99     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
100
101     # .css patch file to fix tables generated by Sphinx
102     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
103     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
104
105   urls:
106     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
107     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
108     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
109     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
110     DIR[NEXUS,DOC]: "report/_static/archive"
111
112   make-dirs:
113   # List the directories which are created while preparing the environment.
114   # All directories MUST be defined in "paths" section.
115   - "DIR[WORKING,DATA]"
116   - "DIR[STATIC,VPP]"
117   - "DIR[STATIC,DPDK]"
118   - "DIR[STATIC,ARCH]"
119   - "DIR[BUILD,LATEX]"
120   - "DIR[WORKING,SRC]"
121   - "DIR[WORKING,SRC,STATIC]"
122
123   remove-dirs:
124   # List the directories which are deleted while cleaning the environment.
125   # All directories MUST be defined in "paths" section.
126   #- "DIR[BUILD,HTML]"
127   - "DIR[WORKING,DATA]"
128
129   build-dirs:
130   # List the directories where the results (build) is stored.
131   # All directories MUST be defined in "paths" section.
132   - "DIR[BUILD,HTML]"
133   - "DIR[BUILD,LATEX]"
134
135 - type: "configuration"
136
137   mapping-file: "mapping_report.yaml"
138
139   limits:
140     nic:
141       x520: 24460000
142       x553: 29761905
143       x710: 35800000
144       xxv710: 35800000
145       xl710: 35800000
146       cx556a: 148809523.81
147
148     link:
149       10ge: 14880952.38
150       25ge: 37202380.95
151       40ge: 59523809.52
152       100ge: 148809523.81
153
154     pci:
155       pci-g3-x8: 74404761.90
156       pci-g3-x16: 148809523.81
157
158   data-sets:
159
160     ###########################################################################
161     # Plots:
162
163     # 3n-hsw
164
165     plot-vpp-throughput-lat-tsa-3n-hsw:
166       csit-vpp-perf-report-iterative-2101-3n-hsw:
167         - 64  # rls2101.rel NDRPDR iter env 6
168         - 71  # rls2101.rel NDRPDR iter env 6
169         - 73  # rls2101.rel NDRPDR iter env 6
170         - 74  # rls2101.rel NDRPDR iter env 6
171         - 80  # rls2101.rel NDRPDR iter env 6
172         - 81  # rls2101.rel NDRPDR iter env 6
173         - 82  # rls2101.rel NDRPDR iter env 6
174         - 83  # rls2101.rel NDRPDR iter env 6
175         - 88  # rls2101.rel NDRPDR iter env 6
176         - 89  # rls2101.rel NDRPDR iter env 6
177         - 128 # rls2101.rel NDRPDR iter RND env 6
178         - 129 # rls2101.rel NDRPDR iter RND env 6
179         - 130 # rls2101.rel NDRPDR iter RND env 6
180         - 131 # rls2101.rel NDRPDR iter RND env 6
181         - 132 # rls2101.rel NDRPDR iter RND env 6
182         - 133 # rls2101.rel NDRPDR iter RND env 6
183         - 134 # rls2101.rel NDRPDR iter RND env 6
184         - 135 # rls2101.rel NDRPDR iter RND env 6
185         - 136 # rls2101.rel NDRPDR iter RND env 6
186         - 137 # rls2101.rel NDRPDR iter RND env 6
187
188     plot-vpp-hdrh-lat-3n-hsw:
189       csit-vpp-perf-report-iterative-2101-3n-hsw:
190         - 89  # rls2101.rel NDRPDR iter env 6
191
192     plot-vpp-hdrh-lat-3n-hsw-rnd:
193       csit-vpp-perf-report-iterative-2101-3n-hsw:
194         - 128 # rls2101.rel NDRPDR iter RND env 6
195
196     plot-vpp-ipsec-reconf-3n-hsw:
197       csit-vpp-perf-report-iterative-2101-3n-hsw:
198         - 65  # rls2101.rel NDRPDR reconf iter env 6
199         - 68  # rls2101.rel NDRPDR reconf iter env 6
200         - 77  # rls2101.rel NDRPDR reconf iter env 6
201         - 84  # rls2101.rel NDRPDR reconf iter env 6
202         - 90  # rls2101.rel NDRPDR reconf iter env 6
203         - 96  # rls2101.rel NDRPDR reconf iter env 6
204         - 101 # rls2101.rel NDRPDR reconf iter env 6
205         - 104 # rls2101.rel NDRPDR reconf iter env 6
206         - 105 # rls2101.rel NDRPDR reconf iter env 6
207         - 106 # rls2101.rel NDRPDR reconf iter env 6
208         - 107 # rls2101.rel NDRPDR reconf iter env 6
209         - 108 # rls2101.rel NDRPDR reconf iter env 6
210         - 110 # rls2101.rel NDRPDR reconf iter env 6
211         - 111 # rls2101.rel NDRPDR reconf iter env 6
212         - 112 # rls2101.rel NDRPDR reconf iter env 6
213         - 113 # rls2101.rel NDRPDR reconf iter env 6
214         - 114 # rls2101.rel NDRPDR reconf iter env 6
215         - 115 # rls2101.rel NDRPDR reconf iter env 6
216         - 116 # rls2101.rel NDRPDR reconf iter env 6
217         - 117 # rls2101.rel NDRPDR reconf iter env 6
218
219     plot-vpp-hoststack-3n-hsw:
220       csit-vpp-perf-report-iterative-2101-3n-hsw:
221         - 69  # rls2101.rel Hoststack iter env 6
222         - 70  # rls2101.rel Hoststack iter env 6
223         - 75  # rls2101.rel Hoststack iter env 6
224         - 76  # rls2101.rel Hoststack iter env 6
225         - 78  # rls2101.rel Hoststack iter env 6
226         - 79  # rls2101.rel Hoststack iter env 6
227         - 85  # rls2101.rel Hoststack iter env 6
228         - 86  # rls2101.rel Hoststack iter env 6
229         - 87  # rls2101.rel Hoststack iter env 6
230         - 91  # rls2101.rel Hoststack iter env 6
231         - 92  # rls2101.rel Hoststack iter env 6
232         - 93  # rls2101.rel Hoststack iter env 6
233         - 94  # rls2101.rel Hoststack iter env 6
234         - 95  # rls2101.rel Hoststack iter env 6
235         - 97  # rls2101.rel Hoststack iter env 6
236         - 98  # rls2101.rel Hoststack iter env 6
237         - 99  # rls2101.rel Hoststack iter env 6
238         - 100 # rls2101.rel Hoststack iter env 6
239         - 102 # rls2101.rel Hoststack iter env 6
240         - 103 # rls2101.rel Hoststack iter env 6
241
242     plot-dpdk-throughput-latency-3n-hsw:
243       csit-dpdk-perf-report-iterative-2101-3n-hsw:
244         - 11  # rls2101 NDRPDR iter env 6
245         - 12  # rls2101 NDRPDR iter env 6
246         - 13  # rls2101 NDRPDR iter env 6
247         - 14  # rls2101 NDRPDR iter env 6
248         - 16  # rls2101 NDRPDR iter env 6
249         - 17  # rls2101 NDRPDR iter env 6
250         - 18  # rls2101 NDRPDR iter env 6
251         - 19  # rls2101 NDRPDR iter env 6
252         - 20  # rls2101 NDRPDR iter env 6
253         - 21  # rls2101 NDRPDR iter env 6
254
255     plot-dpdk-hdrh-lat-3n-hsw:
256       csit-dpdk-perf-report-iterative-2101-3n-hsw:
257         - 11  # rls2101 NDRPDR iter env 6
258
259     # 3n-skx
260
261     plot-vpp-throughput-lat-tsa-3n-skx:
262       csit-vpp-perf-report-iterative-2101-3n-skx:
263         - 36  # rls2101.rel NDRPDR iter env 6
264         - 37  # rls2101.rel NDRPDR iter env 6
265         - 38  # rls2101.rel NDRPDR iter env 6
266         - 39  # rls2101.rel NDRPDR iter env 6
267         - 40  # rls2101.rel NDRPDR iter env 6
268         - 41  # rls2101.rel NDRPDR iter env 6
269         - 42  # rls2101.rel NDRPDR iter env 6
270         - 47  # rls2101.rel NDRPDR iter env 6
271         - 48  # rls2101.rel NDRPDR iter env 6
272         - 50  # rls2101.rel NDRPDR iter env 6
273
274     plot-vpp-hdrh-lat-3n-skx:
275       csit-vpp-perf-report-iterative-2101-3n-skx:
276         - 36  # rls2101.rel NDRPDR iter env 6
277
278 #    plot-vpp-nfv-3n-skx-ndrpdr:
279 #      # No data
280 #      csit-vpp-perf-report-iterative-2101-3n-skx:
281
282 #    plot-vpp-nfv-3n-skx-mrr:
283 #      # No data
284 #      csit-vpp-perf-report-iterative-2101-3n-skx:
285
286     plot-dpdk-throughput-latency-3n-skx:
287       csit-dpdk-perf-report-iterative-2101-3n-skx:
288         - 12  # rls2101 NDRPDR iter env 6
289         - 14  # rls2101 NDRPDR iter env 6
290         - 15  # rls2101 NDRPDR iter env 6
291         - 17  # rls2101 NDRPDR iter env 6
292         - 19  # rls2101 NDRPDR iter env 6
293         - 20  # rls2101 NDRPDR iter env 6
294         - 21  # rls2101 NDRPDR iter env 6
295         - 22  # rls2101 NDRPDR iter env 6
296         - 25  # rls2101 NDRPDR iter env 6
297         - 26  # rls2101 NDRPDR iter env 6
298
299     plot-dpdk-hdrh-lat-3n-skx:
300       csit-dpdk-perf-report-iterative-2101-3n-skx:
301         - 12  # rls2101 NDRPDR iter env 6
302
303     # 2n-skx
304
305     plot-vpp-throughput-lat-tsa-2n-skx:
306       csit-vpp-perf-report-iterative-2101-2n-skx:
307         - 63  # rls2101.rel NDRPDR iter env 6
308         - 69  # rls2101.rel NDRPDR iter env 6
309         - 70  # rls2101.rel NDRPDR iter env 6
310         - 75  # rls2101.rel NDRPDR iter env 6
311         - 76  # rls2101.rel NDRPDR iter env 6
312         - 77  # rls2101.rel NDRPDR iter env 6
313         - 82  # rls2101.rel NDRPDR iter env 6
314         - 85  # rls2101.rel NDRPDR iter env 6
315         - 86  # rls2101.rel NDRPDR iter env 6
316         - 94  # rls2101.rel NDRPDR iter env 6
317         - 89  # rls2101.rel NDRPDR iter RND env 6
318         - 90  # rls2101.rel NDRPDR iter RND env 6
319         - 91  # rls2101.rel NDRPDR iter RND env 6
320         - 92  # rls2101.rel NDRPDR iter RND env 6
321         - 93  # rls2101.rel NDRPDR iter RND env 6
322         - 96  # rls2101.rel NDRPDR iter RND env 6
323         - 98  # rls2101.rel NDRPDR iter RND env 6
324         - 99  # rls2101.rel NDRPDR iter RND env 6
325         - 101 # rls2101.rel NDRPDR iter RND env 6
326         - 102 # rls2101.rel NDRPDR iter RND env 6
327         - 116 # rls2101.rel NDRPDR iter NAT env 6
328         - 117 # rls2101.rel NDRPDR iter NAT env 6
329         - 118 # rls2101.rel NDRPDR iter NAT env 6
330         - 119 # rls2101.rel NDRPDR iter NAT env 6
331         - 120 # rls2101.rel NDRPDR iter NAT env 6
332         - 121 # rls2101.rel NDRPDR iter NAT env 6
333         - 122 # rls2101.rel NDRPDR iter NAT env 6
334         - 123 # rls2101.rel NDRPDR iter NAT env 6
335         - 124 # rls2101.rel NDRPDR iter NAT env 6
336         - 125 # rls2101.rel NDRPDR iter NAT env 6
337
338     plot-vpp-hdrh-lat-2n-skx:
339       csit-vpp-perf-report-iterative-2101-2n-skx:
340         - 94  # rls2101.rel NDRPDR iter env 6
341
342     plot-vpp-hdrh-lat-2n-skx-rnd:
343       csit-vpp-perf-report-iterative-2101-2n-skx:
344         - 89  # rls2101.rel NDRPDR iter RND env 6
345
346     plot-vpp-hdrh-lat-2n-skx-nat:
347       csit-vpp-perf-report-iterative-2101-2n-skx:
348         - 118 # rls2101.rel NDRPDR iter NAT env 6
349
350     plot-vpp-soak-2n-skx:
351       csit-vpp-perf-report-iterative-2101-2n-skx:
352         - 68  # rls2101.rel soak env 6
353         - 73  # rls2101.rel soak env 6
354
355     plot-vpp-nfv-2n-skx-ndrpdr:
356       csit-vpp-perf-report-iterative-2101-2n-skx:
357         - 67  # rls2101.rel NDRPDR nf-density iter env 6
358         - 72  # rls2101.rel NDRPDR nf-density iter env 6
359         - 79  # rls2101.rel NDRPDR nf-density iter env 6
360         - 83  # rls2101.rel NDRPDR nf-density iter env 6
361         - 88  # rls2101.rel NDRPDR nf-density iter env 6
362         - 97  # rls2101.rel NDRPDR nf-density iter env 6
363         - 103 # rls2101.rel NDRPDR nf-density iter env 6
364         - 108 # rls2101.rel NDRPDR nf-density iter env 6
365         - 109 # rls2101.rel NDRPDR nf-density iter env 6
366         - 110 # rls2101.rel NDRPDR nf-density iter env 6
367
368     plot-vpp-nfv-2n-skx-mrr:
369       csit-vpp-perf-report-iterative-2101-2n-skx:
370         - 65  # rls2101.rel MRR nf-density iter env 6
371
372     plot-vpp-nfv-reconf-2n-skx:
373       csit-vpp-perf-report-iterative-2101-2n-skx:
374         - 64  # rls2101.rel NDRPDR reconf iter env 6
375         - 66  # rls2101.rel NDRPDR reconf iter env 6
376         - 71  # rls2101.rel NDRPDR reconf iter env 6
377         - 74  # rls2101.rel NDRPDR reconf iter env 6
378         - 78  # rls2101.rel NDRPDR reconf iter env 6
379         - 87  # rls2101.rel NDRPDR reconf iter env 6
380         - 95  # rls2101.rel NDRPDR reconf iter env 6
381         - 100 # rls2101.rel NDRPDR reconf iter env 6
382         - 104 # rls2101.rel NDRPDR reconf iter env 6
383         - 106 # rls2101.rel NDRPDR reconf iter env 6
384
385     plot-dpdk-throughput-latency-2n-skx:
386       csit-dpdk-perf-report-iterative-2101-2n-skx:
387         - 11  # rls2101 NDRPDR iter env 6
388         - 12  # rls2101 NDRPDR iter env 6
389         - 13  # rls2101 NDRPDR iter env 6
390         - 14  # rls2101 NDRPDR iter env 6
391         - 15  # rls2101 NDRPDR iter env 6
392         - 17  # rls2101 NDRPDR iter env 6
393         - 18  # rls2101 NDRPDR iter env 6
394         - 19  # rls2101 NDRPDR iter env 6
395         - 20  # rls2101 NDRPDR iter env 6
396         - 21  # rls2101 NDRPDR iter env 6
397
398     plot-dpdk-hdrh-lat-2n-skx:
399       csit-dpdk-perf-report-iterative-2101-2n-skx:
400         - 11  # rls2101 NDRPDR iter env 6
401
402     # 2n-zn2
403
404     plot-vpp-throughput-lat-tsa-2n-zn2:
405       csit-vpp-perf-report-iterative-2101-2n-zn2:
406         - 31  # rls2101.rel NDRPDR iter env 6
407         - 32  # rls2101.rel NDRPDR iter env 6
408         - 33  # rls2101.rel NDRPDR iter env 6
409         - 34  # rls2101.rel NDRPDR iter env 6
410         - 35  # rls2101.rel NDRPDR iter env 6
411         - 36  # rls2101.rel NDRPDR iter env 6
412         - 37  # rls2101.rel NDRPDR iter env 6
413         - 38  # rls2101.rel NDRPDR iter env 6
414         - 44  # rls2101.rel NDRPDR iter env 6
415         - 49  # rls2101.rel NDRPDR iter env 6
416         - 39  # rls2101.rel NDRPDR iter RND env 6
417         - 40  # rls2101.rel NDRPDR iter RND env 6
418         - 41  # rls2101.rel NDRPDR iter RND env 6
419         - 42  # rls2101.rel NDRPDR iter RND env 6
420         - 43  # rls2101.rel NDRPDR iter RND env 6
421         - 45  # rls2101.rel NDRPDR iter RND env 6
422         - 48  # rls2101.rel NDRPDR iter RND env 6
423         - 50  # rls2101.rel NDRPDR iter RND env 6
424         - 51  # rls2101.rel NDRPDR iter RND env 6
425         - 52  # rls2101.rel NDRPDR iter RND env 6
426
427     plot-vpp-hdrh-lat-2n-zn2:
428       csit-vpp-perf-report-iterative-2101-2n-zn2:
429         - 31  # rls2101.rel NDRPDR iter env 6
430
431     plot-vpp-hdrh-lat-2n-zn2-rnd:
432       csit-vpp-perf-report-iterative-2101-2n-zn2:
433         - 40  # rls2101.rel NDRPDR iter RND env 6
434
435     plot-dpdk-throughput-latency-2n-zn2:
436       csit-dpdk-perf-report-iterative-2101-2n-zn2:
437         - 11  # rls2101 NDRPDR iter env 6
438         - 12  # rls2101 NDRPDR iter env 6
439         - 13  # rls2101 NDRPDR iter env 6
440         - 14  # rls2101 NDRPDR iter env 6
441         - 16  # rls2101 NDRPDR iter env 6
442         - 17  # rls2101 NDRPDR iter env 6
443         - 18  # rls2101 NDRPDR iter env 6
444         - 19  # rls2101 NDRPDR iter env 6
445         - 20  # rls2101 NDRPDR iter env 6
446         - 21  # rls2101 NDRPDR iter env 6
447
448     plot-dpdk-hdrh-lat-2n-zn2:
449       csit-dpdk-perf-report-iterative-2101-2n-zn2:
450         - 11  # rls2101 NDRPDR iter env 6
451
452     # 2n-clx
453
454     plot-vpp-throughput-lat-tsa-2n-clx:
455       csit-vpp-perf-report-iterative-2101-2n-clx:
456         - 54  # rls2101.rel NDRPDR iter env 6
457         - 59  # rls2101.rel NDRPDR iter env 6
458         - 60  # rls2101.rel NDRPDR iter env 6
459         - 63  # rls2101.rel NDRPDR iter env 6
460         - 66  # rls2101.rel NDRPDR iter env 6
461         - 68  # rls2101.rel NDRPDR iter env 6
462         - 73  # rls2101.rel NDRPDR iter env 6
463         - 75  # rls2101.rel NDRPDR iter env 6
464         - 86  # rls2101.rel NDRPDR iter env 6
465         - 90  # rls2101.rel NDRPDR iter env 6
466         - 80  # rls2101.rel NDRPDR iter RND env 6
467         - 87  # rls2101.rel NDRPDR iter RND env 6
468         - 91  # rls2101.rel NDRPDR iter RND env 6
469         - 92  # rls2101.rel NDRPDR iter RND env 6
470         - 93  # rls2101.rel NDRPDR iter RND env 6
471         - 94  # rls2101.rel NDRPDR iter RND env 6
472         - 95  # rls2101.rel NDRPDR iter RND env 6
473         - 100 # rls2101.rel NDRPDR iter RND env 6
474         - 106 # rls2101.rel NDRPDR iter RND env 6
475         - 108 # rls2101.rel NDRPDR iter RND env 6
476         - 112 # rls2101.rel NDRPDR iter NAT env 6
477         - 113 # rls2101.rel NDRPDR iter NAT env 6
478         - 114 # rls2101.rel NDRPDR iter NAT env 6
479         - 115 # rls2101.rel NDRPDR iter NAT env 6
480         - 116 # rls2101.rel NDRPDR iter NAT env 6
481         - 117 # rls2101.rel NDRPDR iter NAT env 6
482         - 118 # rls2101.rel NDRPDR iter NAT env 6
483         - 119 # rls2101.rel NDRPDR iter NAT env 6
484         - 120 # rls2101.rel NDRPDR iter NAT env 6
485         - 121 # rls2101.rel NDRPDR iter NAT env 6
486         - 122 # rls2101.rel NDRPDR iter MLX env 6
487         - 123 # rls2101.rel NDRPDR iter MLX env 6
488         - 127 # rls2101.rel NDRPDR iter MLX env 6
489         - 129 # rls2101.rel NDRPDR iter MLX env 6
490         - 131 # rls2101.rel NDRPDR iter MLX env 6
491
492     plot-vpp-hdrh-lat-2n-clx:
493       csit-vpp-perf-report-iterative-2101-2n-clx:
494         - 75  # rls2101.rel NDRPDR iter env 6
495
496     plot-vpp-hdrh-lat-2n-clx-rnd:
497       csit-vpp-perf-report-iterative-2101-2n-clx:
498         - 87  # rls2101.rel NDRPDR iter RND env 6
499
500     plot-vpp-hdrh-lat-2n-clx-nat:
501       csit-vpp-perf-report-iterative-2101-2n-clx:
502         - 118 # rls2101.rel NDRPDR iter NAT env 6
503
504     plot-vpp-hdrh-lat-2n-clx-mlx:
505       csit-vpp-perf-report-iterative-2101-2n-clx:
506         - 127 # rls2101.rel NDRPDR iter MLX env 6
507
508     plot-vpp-nfv-2n-clx-ndrpdr:
509       csit-vpp-perf-report-iterative-2101-2n-clx:
510         - 57  # rls2101.rel NDRPDR nf-density iter env 6
511         - 62  # rls2101.rel NDRPDR nf-density iter env 6
512         - 70  # rls2101.rel NDRPDR nf-density iter env 6
513         - 71  # rls2101.rel NDRPDR nf-density iter env 6
514         - 82  # rls2101.rel NDRPDR nf-density iter env 6
515         - 88  # rls2101.rel NDRPDR nf-density iter env 6
516         - 89  # rls2101.rel NDRPDR nf-density iter env 6
517         - 96  # rls2101.rel NDRPDR nf-density iter env 6
518         - 97  # rls2101.rel NDRPDR nf-density iter env 6
519         - 98  # rls2101.rel NDRPDR nf-density iter env 6
520
521     plot-vpp-nfv-2n-clx-mrr:
522       csit-vpp-perf-report-iterative-2101-2n-clx:
523         - 72  # rls2101.rel MRR nf-density iter env 6
524
525     plot-vpp-nfv-reconf-2n-clx:
526       csit-vpp-perf-report-iterative-2101-2n-clx:
527         - 55  # rls2101.rel NDRPDR reconf iter env 6
528         - 64  # rls2101.rel NDRPDR reconf iter env 6
529         - 76  # rls2101.rel NDRPDR reconf iter env 6
530         - 83  # rls2101.rel NDRPDR reconf iter env 6
531         - 99  # rls2101.rel NDRPDR reconf iter env 6
532         - 101 # rls2101.rel NDRPDR reconf iter env 6
533         - 102 # rls2101.rel NDRPDR reconf iter env 6
534         - 107 # rls2101.rel NDRPDR reconf iter env 6
535         - 109 # rls2101.rel NDRPDR reconf iter env 6
536         - 110 # rls2101.rel NDRPDR reconf iter env 6
537
538     plot-vpp-soak-2n-clx:
539       csit-vpp-perf-report-iterative-2101-2n-clx:
540         - 58  # rls2101.rel soak env 6
541         - 61  # rls2101.rel soak env 6
542
543     plot-dpdk-throughput-latency-2n-clx:
544       csit-dpdk-perf-report-iterative-2101-2n-clx:
545         - 12  # rls2101 NDRPDR iter env 6
546         - 13  # rls2101 NDRPDR iter env 6
547         - 14  # rls2101 NDRPDR iter env 6
548         - 18  # rls2101 NDRPDR iter env 6
549         - 22  # rls2101 NDRPDR iter env 6
550
551     plot-dpdk-hdrh-lat-2n-clx:
552       csit-dpdk-perf-report-iterative-2101-2n-clx:
553         - 12  # rls2101 NDRPDR iter env 6
554
555     # 3n-tsh
556
557     plot-vpp-throughput-lat-tsa-3n-tsh:
558       csit-vpp-perf-report-iterative-2101-3n-tsh:
559         - 23  # rls2101.rel NDRPDR iter env 6
560         - 24  # rls2101.rel NDRPDR iter env 6
561         - 25  # rls2101.rel NDRPDR iter env 6
562         - 26  # rls2101.rel NDRPDR iter env 6
563         - 27  # rls2101.rel NDRPDR iter env 6
564         - 28  # rls2101.rel NDRPDR iter env 6
565         - 29  # rls2101.rel NDRPDR iter env 6
566         - 30  # rls2101.rel NDRPDR iter env 6
567         - 31  # rls2101.rel NDRPDR iter env 6
568         - 32  # rls2101.rel NDRPDR iter env 6
569
570     plot-vpp-hdrh-lat-3n-tsh:
571       csit-vpp-perf-report-iterative-2101-3n-tsh:
572         - 23  # rls2101.rel NDRPDR iter env 6
573
574     plot-dpdk-throughput-latency-3n-tsh:
575       csit-dpdk-perf-report-iterative-2101-3n-tsh:
576         - 11  # rls2101 NDRPDR iter env 6
577         - 12  # rls2101 NDRPDR iter env 6
578         - 13  # rls2101 NDRPDR iter env 6
579         - 14  # rls2101 NDRPDR iter env 6
580         - 16  # rls2101 NDRPDR iter env 6
581         - 17  # rls2101 NDRPDR iter env 6
582         - 18  # rls2101 NDRPDR iter env 6
583         - 19  # rls2101 NDRPDR iter env 6
584         - 20  # rls2101 NDRPDR iter env 6
585         - 21  # rls2101 NDRPDR iter env 6
586
587     plot-dpdk-hdrh-lat-3n-tsh:
588       csit-dpdk-perf-report-iterative-2101-3n-tsh:
589         - 21  # rls2101 NDRPDR iter env 6
590
591     # 2n-tx2
592
593     plot-vpp-throughput-lat-tsa-2n-tx2:
594       csit-vpp-perf-report-iterative-2101-2n-tx2:
595         - 22  # rls2101.rel NDRPDR iter env 6
596         - 23  # rls2101.rel NDRPDR iter env 6
597         - 24  # rls2101.rel NDRPDR iter env 6
598         - 25  # rls2101.rel NDRPDR iter env 6
599         - 26  # rls2101.rel NDRPDR iter env 6
600         - 27  # rls2101.rel NDRPDR iter env 6
601         - 28  # rls2101.rel NDRPDR iter env 6
602         - 29  # rls2101.rel NDRPDR iter env 6
603         - 30  # rls2101.rel NDRPDR iter env 6
604         - 31  # rls2101.rel NDRPDR iter env 6
605
606     plot-vpp-hdrh-lat-2n-tx2:
607       csit-vpp-perf-report-iterative-2101-2n-tx2:
608         - 29  # rls2101.rel NDRPDR iter env 6
609
610     plot-dpdk-throughput-latency-2n-tx2:
611       csit-dpdk-perf-report-iterative-2101-2n-tx2:
612         - 4   # rls2101 NDRPDR iter env 6
613         - 6   # rls2101 NDRPDR iter env 6
614         - 7   # rls2101 NDRPDR iter env 6
615         - 8   # rls2101 NDRPDR iter env 6
616         - 9   # rls2101 NDRPDR iter env 6
617         - 10  # rls2101 NDRPDR iter env 6
618         - 11  # rls2101 NDRPDR iter env 6
619         - 12  # rls2101 NDRPDR iter env 6
620         - 13  # rls2101 NDRPDR iter env 6
621         - 14  # rls2101 NDRPDR iter env 6
622
623     plot-dpdk-hdrh-lat-2n-tx2:
624       csit-dpdk-perf-report-iterative-2101-2n-tx2:
625         - 4   # rls2101 NDRPDR iter env 6
626
627     # 3n-dnv
628
629     plot-vpp-throughput-lat-tsa-3n-dnv:
630       csit-vpp-perf-report-iterative-2101-3n-dnv:
631         - 33  # rls2101.rel NDRPDR iter env 6
632         - 34  # rls2101.rel NDRPDR iter env 6
633         - 35  # rls2101.rel NDRPDR iter env 6
634         - 36  # rls2101.rel NDRPDR iter env 6
635         - 37  # rls2101.rel NDRPDR iter env 6
636         - 38  # rls2101.rel NDRPDR iter env 6
637         - 39  # rls2101.rel NDRPDR iter env 6
638         - 40  # rls2101.rel NDRPDR iter env 6
639         - 41  # rls2101.rel NDRPDR iter env 6
640         - 42  # rls2101.rel NDRPDR iter env 6
641         - 43  # rls2101.rel NDRPDR iter RND env 6
642         - 44  # rls2101.rel NDRPDR iter RND env 6
643         - 45  # rls2101.rel NDRPDR iter RND env 6
644         - 46  # rls2101.rel NDRPDR iter RND env 6
645         - 47  # rls2101.rel NDRPDR iter RND env 6
646         - 48  # rls2101.rel NDRPDR iter RND env 6
647         - 49  # rls2101.rel NDRPDR iter RND env 6
648         - 50  # rls2101.rel NDRPDR iter RND env 6
649         - 51  # rls2101.rel NDRPDR iter RND env 6
650         - 52  # rls2101.rel NDRPDR iter RND env 6
651
652 #    plot-dpdk-throughput-latency-3n-dnv:
653 #      # No data
654 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
655
656     # 2n-dnv
657
658     plot-vpp-throughput-lat-tsa-2n-dnv:
659       csit-vpp-perf-report-iterative-2101-2n-dnv:
660         - 32  # rls2101.rel NDRPDR iter env 6
661         - 33  # rls2101.rel NDRPDR iter env 6
662         - 34  # rls2101.rel NDRPDR iter env 6
663         - 35  # rls2101.rel NDRPDR iter env 6
664         - 39  # rls2101.rel NDRPDR iter env 6
665         - 41  # rls2101.rel NDRPDR iter env 6
666         - 42  # rls2101.rel NDRPDR iter env 6
667         - 43  # rls2101.rel NDRPDR iter env 6
668         - 44  # rls2101.rel NDRPDR iter env 6
669         - 45  # rls2101.rel NDRPDR iter env 6
670         - 46  # rls2101.rel NDRPDR iter RND env 6
671         - 47  # rls2101.rel NDRPDR iter RND env 6
672         - 48  # rls2101.rel NDRPDR iter RND env 6
673         - 49  # rls2101.rel NDRPDR iter RND env 6
674         - 50  # rls2101.rel NDRPDR iter RND env 6
675         - 51  # rls2101.rel NDRPDR iter RND env 6
676         - 52  # rls2101.rel NDRPDR iter RND env 6
677         - 53  # rls2101.rel NDRPDR iter RND env 6
678         - 54  # rls2101.rel NDRPDR iter RND env 6
679         - 55  # rls2101.rel NDRPDR iter RND env 6
680
681 #    plot-dpdk-throughput-latency-2n-dnv:
682 #      # No data
683 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
684
685     ###########################################################################
686     # Simple tables (only one data set):
687
688     # NIC Comparisons
689
690     vpp-nic-comparison-3n-skx:
691       csit-vpp-perf-report-iterative-2101-3n-skx:
692         - 36  # rls2101.rel NDRPDR iter env 6
693         - 37  # rls2101.rel NDRPDR iter env 6
694         - 38  # rls2101.rel NDRPDR iter env 6
695         - 39  # rls2101.rel NDRPDR iter env 6
696         - 40  # rls2101.rel NDRPDR iter env 6
697         - 41  # rls2101.rel NDRPDR iter env 6
698         - 42  # rls2101.rel NDRPDR iter env 6
699         - 47  # rls2101.rel NDRPDR iter env 6
700         - 48  # rls2101.rel NDRPDR iter env 6
701         - 50  # rls2101.rel NDRPDR iter env 6
702
703     vpp-nic-comparison-2n-skx:
704       csit-vpp-perf-report-iterative-2101-2n-skx:
705         - 63  # rls2101.rel NDRPDR iter env 6
706         - 69  # rls2101.rel NDRPDR iter env 6
707         - 70  # rls2101.rel NDRPDR iter env 6
708         - 75  # rls2101.rel NDRPDR iter env 6
709         - 76  # rls2101.rel NDRPDR iter env 6
710         - 77  # rls2101.rel NDRPDR iter env 6
711         - 82  # rls2101.rel NDRPDR iter env 6
712         - 85  # rls2101.rel NDRPDR iter env 6
713         - 86  # rls2101.rel NDRPDR iter env 6
714         - 94  # rls2101.rel NDRPDR iter env 6
715         - 89  # rls2101.rel NDRPDR iter RND env 6
716         - 90  # rls2101.rel NDRPDR iter RND env 6
717         - 91  # rls2101.rel NDRPDR iter RND env 6
718         - 92  # rls2101.rel NDRPDR iter RND env 6
719         - 93  # rls2101.rel NDRPDR iter RND env 6
720         - 96  # rls2101.rel NDRPDR iter RND env 6
721         - 98  # rls2101.rel NDRPDR iter RND env 6
722         - 99  # rls2101.rel NDRPDR iter RND env 6
723         - 101 # rls2101.rel NDRPDR iter RND env 6
724         - 102 # rls2101.rel NDRPDR iter RND env 6
725         - 116 # rls2101.rel NDRPDR iter NAT env 6
726         - 117 # rls2101.rel NDRPDR iter NAT env 6
727         - 118 # rls2101.rel NDRPDR iter NAT env 6
728         - 119 # rls2101.rel NDRPDR iter NAT env 6
729         - 120 # rls2101.rel NDRPDR iter NAT env 6
730         - 121 # rls2101.rel NDRPDR iter NAT env 6
731         - 122 # rls2101.rel NDRPDR iter NAT env 6
732         - 123 # rls2101.rel NDRPDR iter NAT env 6
733         - 124 # rls2101.rel NDRPDR iter NAT env 6
734         - 125 # rls2101.rel NDRPDR iter NAT env 6
735
736     vpp-nic-comparison-3n-skx-mrr:
737       csit-vpp-perf-report-iterative-2101-3n-skx:
738         - 35  # rls2101.rel MRR iter env 6
739
740     vpp-nic-comparison-2n-skx-mrr:
741       csit-vpp-perf-report-iterative-2101-2n-skx:
742         - 62  # rls2101.rel MRR iter env 6
743
744     # Results
745
746     vpp-perf-results-3n-hsw:
747       csit-vpp-perf-report-coverage-2101-3n-hsw:
748         - 1   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-00
749         - 2   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-01
750         - 3   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-02
751         - 4   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-03
752         - 5   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-00
753         - 6   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-01
754         - 7   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-02
755         - 8   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-03
756         - 9   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-04
757         - 10  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-05
758         - 11  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-06
759         - 12  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-07
760         - 13  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-00
761         - 14  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-01
762         - 15  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-02
763         - 16  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-00
764         - 18  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-01
765         - 19  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-00
766         - 20  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-01
767         - 21  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-02
768         - 22  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-03
769         - 23  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-04
770         - 24  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6tun-00
771         - 25  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-05
772         - 26  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-06
773         - 27  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-07
774         - 28  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-08
775         - 29  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-09
776         - 30  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-10
777         - 31  # rls2101.rel NDRPDR cov env 6 3n-hsw-memif-00
778         - 32  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-00
779         - 33  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-01
780         - 34  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-00
781         - 35  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-01
782         - 36  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-02
783
784     vpp-perf-results-3n-skx:
785       csit-vpp-perf-report-coverage-2101-3n-skx:
786         - 1   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-00
787         - 2   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-01
788         - 3   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-02
789 #         - 4   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-03
790         - 5   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-00
791         - 16  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-01
792         - 7   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-02
793 #         - 17  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-03
794         - 18  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-04
795         - 19  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-05
796         - 20  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
797         - 12  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
798         - 13  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-00
799         - 26  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-01
800         - 15  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-02
801         - 21  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-00
802         - 22  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-01
803         - 23  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6tun-00
804         - 24  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-00
805         - 30  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-01
806         - 27  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-02
807         - 28  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-03
808         - 29  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-04
809 #         - 31  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-05
810         - 32  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-06
811         - 33  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-07
812         - 34  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-08
813         - 35  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-09
814         - 36  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-10
815         - 37  # rls2101.rel NDRPDR cov env 6 3n-skx-memif-00
816         - 38  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-00
817         - 39  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-01
818 #         - 40  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-00
819         - 41  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-01
820         - 42  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-02
821         - 43  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-03
822
823     vpp-perf-results-2n-skx:
824       csit-vpp-perf-report-coverage-2101-2n-skx:
825         - 1   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-00
826         - 2   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-01
827         - 3   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-02
828         - 4   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-03
829         - 5   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-04
830         - 6   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-05
831         - 7   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-06
832         - 8   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-07
833         - 21  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
834         - 22  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
835         - 10  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-00
836         - 11  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-01
837         - 12  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-00
838         - 13  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-01
839         - 14  # rls2101.rel NDRPDR cov env 6 2n-skx-lb-00
840         - 15  # rls2101.rel NDRPDR cov env 6 2n-skx-memif-00
841         - 16  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-00
842         - 17  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-01
843         - 19  # rls2101.rel NDRPDR cov env 6 2n-skx-vts-00
844
845     vpp-perf-results-2n-zn2:
846       csit-vpp-perf-report-coverage-2101-2n-zn2:
847         - 1   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-00
848         - 2   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-01
849         - 3   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-02
850         - 4   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-03
851         - 5   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-04
852         - 6   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-05
853         - 17  # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4tun-00
854         - 18  # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4tun-01
855         - 8   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip6-00
856         - 9   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip6-01
857         - 10  # rls2101.rel NDRPDR cov env 6 2n-zn2-l2-00
858         - 11  # rls2101.rel NDRPDR cov env 6 2n-zn2-l2-01
859         - 12  # rls2101.rel NDRPDR cov env 6 2n-zn2-lb-00
860         - 13  # rls2101.rel NDRPDR cov env 6 2n-zn2-memif-00
861         - 14  # rls2101.rel NDRPDR cov env 6 2n-zn2-vhost-00
862         - 15  # rls2101.rel NDRPDR cov env 6 2n-zn2-vhost-00
863         - 16  # rls2101.rel NDRPDR cov env 6 2n-zn2-vts-00
864
865     vpp-perf-results-2n-clx:
866       csit-vpp-perf-report-coverage-2101-2n-clx:
867         - 1   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-00
868         - 2   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-01
869         - 3   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-02
870         - 4   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-03
871         - 5   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-04
872         - 6   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-05
873         - 7   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-06
874         - 8   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-07
875         - 19  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
876         - 20  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
877         - 10  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-00
878         - 11  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-01
879         - 12  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-00
880         - 13  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-01
881         - 14  # rls2101.rel NDRPDR cov env 6 2n-clx-lb-00
882         - 15  # rls2101.rel NDRPDR cov env 6 2n-clx-memif-00
883         - 16  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-00
884         - 17  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-01
885         - 18  # rls2101.rel NDRPDR cov env 6 2n-clx-vts-00
886
887     vpp-perf-results-3n-tsh:
888       csit-vpp-perf-report-coverage-2101-3n-tsh:
889         - 1   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-00
890 #         - 2   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-01
891         - 3   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-02
892 #         - 4   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-03
893         - 5   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4tun-00
894         - 6   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4tun-01
895 #         - 7   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip6-00
896         - 8   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip6-01
897         - 9   # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-00
898 #         - 10  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-01
899         - 11  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-02
900         - 12  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-03
901         - 13  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-04
902 #         - 19  # rls2101.rel NDRPDR cov env 6 3n-tsh-memif-00
903         - 15  # rls2101.rel NDRPDR cov env 6 3n-tsh-srv6-00
904         - 16  # rls2101.rel NDRPDR cov env 6 3n-tsh-srv6-01
905 #         - 17  # rls2101.rel NDRPDR cov env 6 3n-tsh-vhost-00
906         - 18  # rls2101.rel NDRPDR cov env 6 3n-tsh-vhost-01
907
908     vpp-perf-results-2n-tx2:
909       csit-vpp-perf-report-coverage-2101-2n-tx2:
910         - 1   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-00
911         - 2   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-01
912         - 3   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-02
913         - 4   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-03
914         - 5   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-04
915         - 6   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-05
916         - 7   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-06
917         - 8   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-00
918         - 9   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-01
919         - 10  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-00
920         - 11  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-01
921         - 12  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-02
922         - 13  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-03
923         - 15  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-04
924
925     vpp-perf-results-3n-dnv:
926       csit-vpp-perf-report-coverage-2101-3n-dnv:
927         - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-00
928         - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-01
929         - 3   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
930         - 4   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
931         - 5   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4tun-00
932         - 6   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-00
933         - 7   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-01
934         - 8   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-00
935         - 9   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-01
936
937     vpp-perf-results-2n-dnv:
938       csit-vpp-perf-report-coverage-2101-2n-dnv:
939         - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
940         - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
941         - 3   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-00
942         - 4   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-01
943         - 5   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-00
944         - 6   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-01
945
946     vpp-mrr-results-3n-hsw:
947       csit-vpp-perf-report-iterative-2101-3n-hsw:
948         - 63  # rls2101.rel MRR iter env 6
949
950     vpp-mrr-results-3n-skx:
951       csit-vpp-perf-report-iterative-2101-3n-skx:
952         - 35  # rls2101.rel MRR iter env 6
953
954     vpp-mrr-results-2n-skx:
955       csit-vpp-perf-report-iterative-2101-2n-skx:
956         - 62  # rls2101.rel MRR iter env 6
957
958     vpp-mrr-results-2n-zn2:
959       csit-vpp-perf-report-iterative-2101-2n-zn2:
960         - 30  # rls2101.rel MRR iter env 6
961
962     vpp-mrr-results-2n-clx:
963       csit-vpp-perf-report-iterative-2101-2n-clx:
964         - 53  # rls2101.rel MRR iter env 6
965
966     vpp-mrr-results-3n-tsh:
967       csit-vpp-perf-report-iterative-2101-3n-tsh:
968         - 22  # rls2101.rel MRR iter env 6
969
970     vpp-mrr-results-2n-tx2:
971       csit-vpp-perf-report-iterative-2101-2n-tx2:
972         - 21  # rls2101.rel MRR iter env 6
973
974     vpp-mrr-results-3n-dnv:
975       csit-vpp-perf-report-iterative-2101-3n-dnv:
976         - 32  # rls2101.rel MRR iter env 6
977
978     vpp-mrr-results-2n-dnv:
979       csit-vpp-perf-report-iterative-2101-2n-dnv:
980         - 31  # rls2101.rel MRR iter env 6
981
982     vpp-device-results-ubuntu:
983       csit-vpp-device-2101-ubuntu1804-1n-skx:
984         - 358  # rls2101.rel VPP DEV env 6
985
986     dpdk-perf-results-3n-hsw:
987       csit-dpdk-perf-report-iterative-2101-3n-hsw:
988         - 11  # rls2101 NDRPDR iter env 6
989
990     dpdk-perf-results-3n-skx:
991       csit-dpdk-perf-report-iterative-2101-3n-skx:
992         - 12  # rls2101 NDRPDR iter env 6
993
994     dpdk-perf-results-2n-skx:
995       csit-dpdk-perf-report-iterative-2101-2n-skx:
996         - 11  # rls2101 NDRPDR iter env 6
997
998     dpdk-perf-results-2n-zn2:
999       csit-dpdk-perf-report-iterative-2101-2n-zn2:
1000         - 11  # rls2101 NDRPDR iter env 6
1001
1002     dpdk-perf-results-2n-clx:
1003       csit-dpdk-perf-report-iterative-2101-2n-clx:
1004         - 12  # rls2101 NDRPDR iter env 6
1005
1006 #    dpdk-perf-results-2n-dnv:
1007 #      # No data
1008 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1009
1010 #    dpdk-perf-results-3n-dnv:
1011 #      # No data
1012 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1013
1014     dpdk-perf-results-3n-tsh:
1015       csit-dpdk-perf-report-iterative-2101-3n-tsh:
1016         - 21  # rls2101 NDRPDR iter env 6
1017
1018     dpdk-perf-results-2n-tx2:
1019       csit-dpdk-perf-report-iterative-2101-2n-tx2:
1020         - 4   # rls2101 NDRPDR iter env 6
1021
1022 ###########################################################################
1023     # Tables (more than one data set)
1024
1025     # Performance changes
1026
1027     vpp-performance-changes-3n-hsw-h1:
1028       csit-vpp-perf-report-iterative-2009-3n-hsw:
1029         - 9   # rls2005 NDRPDR iter env 5
1030         - 10  # rls2005 NDRPDR iter env 5
1031         - 11  # rls2005 NDRPDR iter env 5
1032         - 12  # rls2005 NDRPDR iter env 5
1033         - 13  # rls2005 NDRPDR iter env 5
1034         - 14  # rls2005 NDRPDR iter env 5
1035         - 15  # rls2005 NDRPDR iter env 5
1036         - 16  # rls2005 NDRPDR iter env 5
1037         - 17  # rls2005 NDRPDR iter env 5
1038         - 19  # rls2005 NDRPDR iter env 5
1039     vpp-performance-changes-3n-hsw-ref-env-old:
1040       csit-vpp-perf-report-iterative-2009-3n-hsw:
1041         - 21  # rls2009 NDRPDR iter env 5
1042         - 22  # rls2009 NDRPDR iter env 5
1043         - 24  # rls2009 NDRPDR iter env 5
1044         - 25  # rls2009 NDRPDR iter env 5
1045         - 26  # rls2009 NDRPDR iter env 5
1046         - 27  # rls2009 NDRPDR iter env 5
1047         - 28  # rls2009 NDRPDR iter env 5
1048         - 29  # rls2009 NDRPDR iter env 5
1049         - 30  # rls2009 NDRPDR iter env 5
1050         - 31  # rls2009 NDRPDR iter env 5
1051     vpp-performance-changes-3n-hsw-ref-env-new:
1052       csit-vpp-perf-report-iterative-2101-3n-hsw:
1053         - 19  # rls2009 NDRPDR iter env 6
1054         - 20  # rls2009 NDRPDR iter env 6
1055         - 21  # rls2009 NDRPDR iter env 6
1056         - 22  # rls2009 NDRPDR iter env 6
1057         - 23  # rls2009 NDRPDR iter env 6
1058         - 24  # rls2009 NDRPDR iter env 6
1059         - 25  # rls2009 NDRPDR iter env 6
1060         - 26  # rls2009 NDRPDR iter env 6
1061         - 27  # rls2009 NDRPDR iter env 6
1062         - 28  # rls2009 NDRPDR iter env 6
1063     vpp-performance-changes-3n-hsw-cmp:
1064       csit-vpp-perf-report-iterative-2101-3n-hsw:
1065         - 64  # rls2101.rel NDRPDR iter env 6
1066         - 71  # rls2101.rel NDRPDR iter env 6
1067         - 73  # rls2101.rel NDRPDR iter env 6
1068         - 74  # rls2101.rel NDRPDR iter env 6
1069         - 80  # rls2101.rel NDRPDR iter env 6
1070         - 81  # rls2101.rel NDRPDR iter env 6
1071         - 82  # rls2101.rel NDRPDR iter env 6
1072         - 83  # rls2101.rel NDRPDR iter env 6
1073         - 88  # rls2101.rel NDRPDR iter env 6
1074         - 89  # rls2101.rel NDRPDR iter env 6
1075         - 128 # rls2101.rel NDRPDR iter RND env 6
1076         - 129 # rls2101.rel NDRPDR iter RND env 6
1077         - 130 # rls2101.rel NDRPDR iter RND env 6
1078         - 131 # rls2101.rel NDRPDR iter RND env 6
1079         - 132 # rls2101.rel NDRPDR iter RND env 6
1080         - 133 # rls2101.rel NDRPDR iter RND env 6
1081         - 134 # rls2101.rel NDRPDR iter RND env 6
1082         - 135 # rls2101.rel NDRPDR iter RND env 6
1083         - 136 # rls2101.rel NDRPDR iter RND env 6
1084         - 137 # rls2101.rel NDRPDR iter RND env 6
1085
1086     vpp-performance-changes-3n-skx-h1:
1087       csit-vpp-perf-report-iterative-2009-3n-skx:
1088         - 13  # rls2005 NDRPDR iter env 5
1089         - 18  # rls2005 NDRPDR iter env 5
1090         - 19  # rls2005 NDRPDR iter env 5
1091         - 41  # rls2005 NDRPDR iter env 5
1092         - 43  # rls2005 NDRPDR iter env 5
1093         - 44  # rls2005 NDRPDR iter env 5
1094         - 45  # rls2005 NDRPDR iter env 5
1095         - 46  # rls2005 NDRPDR iter env 5
1096         - 48  # rls2005 NDRPDR iter env 5
1097         - 49  # rls2005 NDRPDR iter env 5
1098     vpp-performance-changes-3n-skx-ref-env-old:
1099       csit-vpp-perf-report-iterative-2009-3n-skx:
1100         - 26  # rls2009 NDRPDR iter env 5
1101         - 27  # rls2009 NDRPDR iter env 5
1102         - 28  # rls2009 NDRPDR iter env 5
1103         - 29  # rls2009 NDRPDR iter env 5
1104         - 35  # rls2009 NDRPDR iter env 5
1105         - 36  # rls2009 NDRPDR iter env 5
1106         - 37  # rls2009 NDRPDR iter env 5
1107         - 38  # rls2009 NDRPDR iter env 5
1108         - 39  # rls2009 NDRPDR iter env 5
1109         - 40  # rls2009 NDRPDR iter env 5
1110     vpp-performance-changes-3n-skx-ref-env-new:
1111       csit-vpp-perf-report-iterative-2101-3n-skx:
1112         - 14  # rls2009 NDRPDR iter env 6
1113         - 15  # rls2009 NDRPDR iter env 6
1114         - 16  # rls2009 NDRPDR iter env 6
1115         - 17  # rls2009 NDRPDR iter env 6
1116         - 18  # rls2009 NDRPDR iter env 6
1117         - 25  # rls2009 NDRPDR iter env 6
1118         - 26  # rls2009 NDRPDR iter env 6
1119         - 27  # rls2009 NDRPDR iter env 6
1120         - 29  # rls2009 NDRPDR iter env 6
1121         - 31  # rls2009 NDRPDR iter env 6
1122     vpp-performance-changes-3n-skx-cmp:
1123       csit-vpp-perf-report-iterative-2101-3n-skx:
1124         - 36  # rls2101.rel NDRPDR iter env 6
1125         - 37  # rls2101.rel NDRPDR iter env 6
1126         - 38  # rls2101.rel NDRPDR iter env 6
1127         - 39  # rls2101.rel NDRPDR iter env 6
1128         - 40  # rls2101.rel NDRPDR iter env 6
1129         - 41  # rls2101.rel NDRPDR iter env 6
1130         - 42  # rls2101.rel NDRPDR iter env 6
1131         - 47  # rls2101.rel NDRPDR iter env 6
1132         - 48  # rls2101.rel NDRPDR iter env 6
1133         - 50  # rls2101.rel NDRPDR iter env 6
1134
1135     vpp-performance-changes-2n-skx-h1:
1136       csit-vpp-perf-report-iterative-2009-2n-skx:
1137         - 13  # rls2005 NDRPDR iter env 5
1138         - 16  # rls2005 NDRPDR iter env 5
1139         - 17  # rls2005 NDRPDR iter env 5
1140         - 18  # rls2005 NDRPDR iter env 5
1141         - 19  # rls2005 NDRPDR iter env 5
1142         - 21  # rls2005 NDRPDR iter env 5
1143         - 22  # rls2005 NDRPDR iter env 5
1144         - 23  # rls2005 NDRPDR iter env 5
1145         - 24  # rls2005 NDRPDR iter env 5
1146         - 25  # rls2005 NDRPDR iter env 5
1147     vpp-performance-changes-2n-skx-ref-env-old:
1148       csit-vpp-perf-report-iterative-2009-2n-skx:
1149         - 35  # rls2009 NDRPDR iter env 5
1150         - 36  # rls2009 NDRPDR iter env 5
1151         - 37  # rls2009 NDRPDR iter env 5
1152         - 39  # rls2009 NDRPDR iter env 5
1153         - 40  # rls2009 NDRPDR iter env 5
1154         - 42  # rls2009 NDRPDR iter env 5
1155         - 43  # rls2009 NDRPDR iter env 5
1156         - 44  # rls2009 NDRPDR iter env 5
1157         - 46  # rls2009 NDRPDR iter env 5
1158         - 48  # rls2009 NDRPDR iter env 5
1159         - 110 # rls2009 NDRPDR iter NAT44 env 5
1160         - 111 # rls2009 NDRPDR iter NAT44 env 5
1161         - 112 # rls2009 NDRPDR iter NAT44 env 5
1162         - 113 # rls2009 NDRPDR iter NAT44 env 5
1163         - 114 # rls2009 NDRPDR iter NAT44 env 5
1164         - 115 # rls2009 NDRPDR iter NAT44 env 5
1165         - 116 # rls2009 NDRPDR iter NAT44 env 5
1166         - 118 # rls2009 NDRPDR iter NAT44 env 5
1167         - 119 # rls2009 NDRPDR iter NAT44 env 5
1168         - 121 # rls2009 NDRPDR iter NAT44 env 5
1169     vpp-performance-changes-2n-skx-ref-env-new:
1170       csit-vpp-perf-report-iterative-2101-2n-skx:
1171         - 22  # rls2009 NDRPDR iter env 6
1172         - 23  # rls2009 NDRPDR iter env 6
1173         - 24  # rls2009 NDRPDR iter env 6
1174         - 25  # rls2009 NDRPDR iter env 6
1175         - 26  # rls2009 NDRPDR iter env 6
1176         - 28  # rls2009 NDRPDR iter env 6
1177         - 39  # rls2009 NDRPDR iter env 6
1178         - 40  # rls2009 NDRPDR iter env 6
1179         - 41  # rls2009 NDRPDR iter env 6
1180         - 44  # rls2009 NDRPDR iter env 6
1181     vpp-performance-changes-2n-skx-cmp:
1182       csit-vpp-perf-report-iterative-2101-2n-skx:
1183         - 63  # rls2101.rel NDRPDR iter env 6
1184         - 69  # rls2101.rel NDRPDR iter env 6
1185         - 70  # rls2101.rel NDRPDR iter env 6
1186         - 75  # rls2101.rel NDRPDR iter env 6
1187         - 76  # rls2101.rel NDRPDR iter env 6
1188         - 77  # rls2101.rel NDRPDR iter env 6
1189         - 82  # rls2101.rel NDRPDR iter env 6
1190         - 85  # rls2101.rel NDRPDR iter env 6
1191         - 86  # rls2101.rel NDRPDR iter env 6
1192         - 94  # rls2101.rel NDRPDR iter env 6
1193         - 89  # rls2101.rel NDRPDR iter RND env 6
1194         - 90  # rls2101.rel NDRPDR iter RND env 6
1195         - 91  # rls2101.rel NDRPDR iter RND env 6
1196         - 92  # rls2101.rel NDRPDR iter RND env 6
1197         - 93  # rls2101.rel NDRPDR iter RND env 6
1198         - 96  # rls2101.rel NDRPDR iter RND env 6
1199         - 98  # rls2101.rel NDRPDR iter RND env 6
1200         - 99  # rls2101.rel NDRPDR iter RND env 6
1201         - 101 # rls2101.rel NDRPDR iter RND env 6
1202         - 102 # rls2101.rel NDRPDR iter RND env 6
1203         - 116 # rls2101.rel NDRPDR iter NAT env 6
1204         - 117 # rls2101.rel NDRPDR iter NAT env 6
1205         - 118 # rls2101.rel NDRPDR iter NAT env 6
1206         - 119 # rls2101.rel NDRPDR iter NAT env 6
1207         - 120 # rls2101.rel NDRPDR iter NAT env 6
1208         - 121 # rls2101.rel NDRPDR iter NAT env 6
1209         - 122 # rls2101.rel NDRPDR iter NAT env 6
1210         - 123 # rls2101.rel NDRPDR iter NAT env 6
1211         - 124 # rls2101.rel NDRPDR iter NAT env 6
1212         - 125 # rls2101.rel NDRPDR iter NAT env 6
1213
1214     vpp-performance-changes-2n-clx-h1:
1215       csit-vpp-perf-report-iterative-2009-2n-clx:
1216         - 13  # rls2005 NDRPDR iter env 5
1217         - 15  # rls2005 NDRPDR iter env 5
1218         - 17  # rls2005 NDRPDR iter env 5
1219         - 18  # rls2005 NDRPDR iter env 5
1220         - 19  # rls2005 NDRPDR iter env 5
1221         - 20  # rls2005 NDRPDR iter env 5
1222         - 21  # rls2005 NDRPDR iter env 5
1223         - 22  # rls2005 NDRPDR iter env 5
1224         - 23  # rls2005 NDRPDR iter env 5
1225         - 24  # rls2005 NDRPDR iter env 5
1226     vpp-performance-changes-2n-clx-ref-env-old:
1227       csit-vpp-perf-report-iterative-2009-2n-clx:
1228         - 36  # rls2009 NDRPDR iter env 5
1229         - 39  # rls2009 NDRPDR iter env 5
1230         - 40  # rls2009 NDRPDR iter env 5
1231         - 65  # rls2009 NDRPDR iter env 5
1232         - 66  # rls2009 NDRPDR iter env 5
1233         - 79  # rls2009 NDRPDR iter env 5
1234         - 82  # rls2009 NDRPDR iter env 5
1235         - 88  # rls2009 NDRPDR iter env 5
1236         - 89  # rls2009 NDRPDR iter env 5
1237         - 90  # rls2009 NDRPDR iter env 5
1238         - 114 # rls2009 NDRPDR iter NAT44 env 5
1239         - 115 # rls2009 NDRPDR iter NAT44 env 5
1240         - 116 # rls2009 NDRPDR iter NAT44 env 5
1241         - 117 # rls2009 NDRPDR iter NAT44 env 5
1242         - 118 # rls2009 NDRPDR iter NAT44 env 5
1243         - 119 # rls2009 NDRPDR iter NAT44 env 5
1244         - 121 # rls2009 NDRPDR iter NAT44 env 5
1245         - 122 # rls2009 NDRPDR iter NAT44 env 5
1246         - 123 # rls2009 NDRPDR iter NAT44 env 5
1247         - 126 # rls2009 NDRPDR iter NAT44 env 5
1248     vpp-performance-changes-2n-clx-ref-env-new:
1249       csit-vpp-perf-report-iterative-2101-2n-clx:
1250         - 16  # rls2009 NDRPDR iter env 6
1251         - 17  # rls2009 NDRPDR iter env 6
1252         - 18  # rls2009 NDRPDR iter env 6
1253         - 19  # rls2009 NDRPDR iter env 6
1254         - 20  # rls2009 NDRPDR iter env 6
1255         - 21  # rls2009 NDRPDR iter env 6
1256         - 32  # rls2009 NDRPDR iter env 6
1257         - 33  # rls2009 NDRPDR iter env 6
1258         - 34  # rls2009 NDRPDR iter env 6
1259         - 35  # rls2009 NDRPDR iter env 6
1260     vpp-performance-changes-2n-clx-cmp:
1261       csit-vpp-perf-report-iterative-2101-2n-clx:
1262         - 54  # rls2101.rel NDRPDR iter env 6
1263         - 59  # rls2101.rel NDRPDR iter env 6
1264         - 60  # rls2101.rel NDRPDR iter env 6
1265         - 63  # rls2101.rel NDRPDR iter env 6
1266         - 66  # rls2101.rel NDRPDR iter env 6
1267         - 68  # rls2101.rel NDRPDR iter env 6
1268         - 73  # rls2101.rel NDRPDR iter env 6
1269         - 75  # rls2101.rel NDRPDR iter env 6
1270         - 86  # rls2101.rel NDRPDR iter env 6
1271         - 90  # rls2101.rel NDRPDR iter env 6
1272         - 80  # rls2101.rel NDRPDR iter RND env 6
1273         - 87  # rls2101.rel NDRPDR iter RND env 6
1274         - 91  # rls2101.rel NDRPDR iter RND env 6
1275         - 92  # rls2101.rel NDRPDR iter RND env 6
1276         - 93  # rls2101.rel NDRPDR iter RND env 6
1277         - 94  # rls2101.rel NDRPDR iter RND env 6
1278         - 95  # rls2101.rel NDRPDR iter RND env 6
1279         - 100 # rls2101.rel NDRPDR iter RND env 6
1280         - 106 # rls2101.rel NDRPDR iter RND env 6
1281         - 108 # rls2101.rel NDRPDR iter RND env 6
1282         - 112 # rls2101.rel NDRPDR iter NAT env 6
1283         - 113 # rls2101.rel NDRPDR iter NAT env 6
1284         - 114 # rls2101.rel NDRPDR iter NAT env 6
1285         - 115 # rls2101.rel NDRPDR iter NAT env 6
1286         - 116 # rls2101.rel NDRPDR iter NAT env 6
1287         - 117 # rls2101.rel NDRPDR iter NAT env 6
1288         - 118 # rls2101.rel NDRPDR iter NAT env 6
1289         - 119 # rls2101.rel NDRPDR iter NAT env 6
1290         - 120 # rls2101.rel NDRPDR iter NAT env 6
1291         - 121 # rls2101.rel NDRPDR iter NAT env 6
1292         - 122 # rls2101.rel NDRPDR iter MLX env 6
1293         - 123 # rls2101.rel NDRPDR iter MLX env 6
1294         - 127 # rls2101.rel NDRPDR iter MLX env 6
1295         - 129 # rls2101.rel NDRPDR iter MLX env 6
1296         - 131 # rls2101.rel NDRPDR iter MLX env 6
1297
1298     vpp-performance-changes-2n-zn2-ref-env-old:
1299       csit-vpp-perf-report-iterative-2009-2n-zn2:
1300         - 17  # rls2009 NDRPDR iter env 5
1301         - 18  # rls2009 NDRPDR iter env 5
1302         - 31  # rls2009 NDRPDR iter env 5
1303         - 33  # rls2009 NDRPDR iter env 5
1304         - 34  # rls2009 NDRPDR iter env 5
1305     vpp-performance-changes-2n-zn2-ref-env-new:
1306       csit-vpp-perf-report-iterative-2101-2n-zn2:
1307         - 9   # rls2009 NDRPDR iter env 6
1308         - 10  # rls2009 NDRPDR iter env 6
1309         - 11  # rls2009 NDRPDR iter env 6
1310         - 12  # rls2009 NDRPDR iter env 6
1311         - 13  # rls2009 NDRPDR iter env 6
1312         - 20  # rls2009 NDRPDR iter env 6
1313         - 21  # rls2009 NDRPDR iter env 6
1314         - 22  # rls2009 NDRPDR iter env 6
1315         - 25  # rls2009 NDRPDR iter env 6
1316         - 26  # rls2009 NDRPDR iter env 6
1317     vpp-performance-changes-2n-zn2-cmp:
1318       csit-vpp-perf-report-iterative-2101-2n-zn2:
1319         - 31  # rls2101.rel NDRPDR iter env 6
1320         - 32  # rls2101.rel NDRPDR iter env 6
1321         - 33  # rls2101.rel NDRPDR iter env 6
1322         - 34  # rls2101.rel NDRPDR iter env 6
1323         - 35  # rls2101.rel NDRPDR iter env 6
1324         - 36  # rls2101.rel NDRPDR iter env 6
1325         - 37  # rls2101.rel NDRPDR iter env 6
1326         - 38  # rls2101.rel NDRPDR iter env 6
1327         - 44  # rls2101.rel NDRPDR iter env 6
1328         - 49  # rls2101.rel NDRPDR iter env 6
1329         - 39  # rls2101.rel NDRPDR iter RND env 6
1330         - 40  # rls2101.rel NDRPDR iter RND env 6
1331         - 41  # rls2101.rel NDRPDR iter RND env 6
1332         - 42  # rls2101.rel NDRPDR iter RND env 6
1333         - 43  # rls2101.rel NDRPDR iter RND env 6
1334         - 45  # rls2101.rel NDRPDR iter RND env 6
1335         - 48  # rls2101.rel NDRPDR iter RND env 6
1336         - 50  # rls2101.rel NDRPDR iter RND env 6
1337         - 51  # rls2101.rel NDRPDR iter RND env 6
1338         - 52  # rls2101.rel NDRPDR iter RND env 6
1339
1340     vpp-performance-changes-2n-dnv-h1:
1341       csit-vpp-perf-report-iterative-2009-2n-dnv:
1342         - 16  # rls2005 NDRPDR iter env 5
1343         - 17  # rls2005 NDRPDR iter env 5
1344         - 18  # rls2005 NDRPDR iter env 5
1345         - 19  # rls2005 NDRPDR iter env 5
1346         - 21  # rls2005 NDRPDR iter env 5
1347         - 24  # rls2005 NDRPDR iter env 5
1348         - 27  # rls2005 NDRPDR iter env 5
1349         - 28  # rls2005 NDRPDR iter env 5
1350         - 29  # rls2005 NDRPDR iter env 5
1351         - 30  # rls2005 NDRPDR iter env 5
1352     vpp-performance-changes-2n-dnv-ref-env-old:
1353       csit-vpp-perf-report-iterative-2009-2n-dnv:
1354         - 3   # rls2009 NDRPDR iter env 5
1355         - 5   # rls2009 NDRPDR iter env 5
1356         - 6   # rls2009 NDRPDR iter env 5
1357         - 7   # rls2009 NDRPDR iter env 5
1358         - 9   # rls2009 NDRPDR iter env 5
1359         - 10  # rls2009 NDRPDR iter env 5
1360         - 11  # rls2009 NDRPDR iter env 5
1361         - 12  # rls2009 NDRPDR iter env 5
1362         - 14  # rls2009 NDRPDR iter env 5
1363         - 15  # rls2009 NDRPDR iter env 5
1364     vpp-performance-changes-2n-dnv-ref-env-new:
1365       # TODO: Re-test in new env
1366       csit-vpp-perf-report-iterative-2009-2n-dnv:
1367         - 3   # rls2009 NDRPDR iter env 5
1368         - 5   # rls2009 NDRPDR iter env 5
1369         - 6   # rls2009 NDRPDR iter env 5
1370         - 7   # rls2009 NDRPDR iter env 5
1371         - 9   # rls2009 NDRPDR iter env 5
1372         - 10  # rls2009 NDRPDR iter env 5
1373         - 11  # rls2009 NDRPDR iter env 5
1374         - 12  # rls2009 NDRPDR iter env 5
1375         - 14  # rls2009 NDRPDR iter env 5
1376         - 15  # rls2009 NDRPDR iter env 5
1377     vpp-performance-changes-2n-dnv-cmp:
1378       csit-vpp-perf-report-iterative-2101-2n-dnv:
1379         - 32  # rls2101.rel NDRPDR iter env 6
1380         - 33  # rls2101.rel NDRPDR iter env 6
1381         - 34  # rls2101.rel NDRPDR iter env 6
1382         - 35  # rls2101.rel NDRPDR iter env 6
1383         - 39  # rls2101.rel NDRPDR iter env 6
1384         - 41  # rls2101.rel NDRPDR iter env 6
1385         - 42  # rls2101.rel NDRPDR iter env 6
1386         - 43  # rls2101.rel NDRPDR iter env 6
1387         - 44  # rls2101.rel NDRPDR iter env 6
1388         - 45  # rls2101.rel NDRPDR iter env 6
1389         - 46  # rls2101.rel NDRPDR iter RND env 6
1390         - 47  # rls2101.rel NDRPDR iter RND env 6
1391         - 48  # rls2101.rel NDRPDR iter RND env 6
1392         - 49  # rls2101.rel NDRPDR iter RND env 6
1393         - 50  # rls2101.rel NDRPDR iter RND env 6
1394         - 51  # rls2101.rel NDRPDR iter RND env 6
1395         - 52  # rls2101.rel NDRPDR iter RND env 6
1396         - 53  # rls2101.rel NDRPDR iter RND env 6
1397         - 54  # rls2101.rel NDRPDR iter RND env 6
1398         - 55  # rls2101.rel NDRPDR iter RND env 6
1399
1400     vpp-performance-changes-3n-dnv-h1:
1401       csit-vpp-perf-report-iterative-2009-3n-dnv:
1402         - 16  # rls2005 NDRPDR iter env 5
1403         - 23  # rls2005 NDRPDR iter env 5
1404         - 25  # rls2005 NDRPDR iter env 5
1405         - 26  # rls2005 NDRPDR iter env 5
1406         - 27  # rls2005 NDRPDR iter env 5
1407         - 28  # rls2005 NDRPDR iter env 5
1408         - 29  # rls2005 NDRPDR iter env 5
1409         - 30  # rls2005 NDRPDR iter env 5
1410         - 31  # rls2005 NDRPDR iter env 5
1411         - 32  # rls2005 NDRPDR iter env 5
1412     vpp-performance-changes-3n-dnv-ref-env-old:
1413       csit-vpp-perf-report-iterative-2009-3n-dnv:
1414         - 3   # rls2009 NDRPDR iter env 5
1415         - 6   # rls2009 NDRPDR iter env 5
1416         - 7   # rls2009 NDRPDR iter env 5
1417         - 8   # rls2009 NDRPDR iter env 5
1418         - 10  # rls2009 NDRPDR iter env 5
1419         - 11  # rls2009 NDRPDR iter env 5
1420         - 12  # rls2009 NDRPDR iter env 5
1421         - 14  # rls2009 NDRPDR iter env 5
1422         - 15  # rls2009 NDRPDR iter env 5
1423         - 24  # rls2009 NDRPDR iter env 5
1424     vpp-performance-changes-3n-dnv-ref-env-new:
1425       # TODO: Re-test in new env
1426       csit-vpp-perf-report-iterative-2009-3n-dnv:
1427         - 3   # rls2009 NDRPDR iter env 5
1428         - 6   # rls2009 NDRPDR iter env 5
1429         - 7   # rls2009 NDRPDR iter env 5
1430         - 8   # rls2009 NDRPDR iter env 5
1431         - 10  # rls2009 NDRPDR iter env 5
1432         - 11  # rls2009 NDRPDR iter env 5
1433         - 12  # rls2009 NDRPDR iter env 5
1434         - 14  # rls2009 NDRPDR iter env 5
1435         - 15  # rls2009 NDRPDR iter env 5
1436         - 24  # rls2009 NDRPDR iter env 5
1437     vpp-performance-changes-3n-dnv-cmp:
1438       csit-vpp-perf-report-iterative-2101-3n-dnv:
1439         - 33  # rls2101.rel NDRPDR iter env 6
1440         - 34  # rls2101.rel NDRPDR iter env 6
1441         - 35  # rls2101.rel NDRPDR iter env 6
1442         - 36  # rls2101.rel NDRPDR iter env 6
1443         - 37  # rls2101.rel NDRPDR iter env 6
1444         - 38  # rls2101.rel NDRPDR iter env 6
1445         - 39  # rls2101.rel NDRPDR iter env 6
1446         - 40  # rls2101.rel NDRPDR iter env 6
1447         - 41  # rls2101.rel NDRPDR iter env 6
1448         - 42  # rls2101.rel NDRPDR iter env 6
1449         - 43  # rls2101.rel NDRPDR iter RND env 6
1450         - 44  # rls2101.rel NDRPDR iter RND env 6
1451         - 45  # rls2101.rel NDRPDR iter RND env 6
1452         - 46  # rls2101.rel NDRPDR iter RND env 6
1453         - 47  # rls2101.rel NDRPDR iter RND env 6
1454         - 48  # rls2101.rel NDRPDR iter RND env 6
1455         - 49  # rls2101.rel NDRPDR iter RND env 6
1456         - 50  # rls2101.rel NDRPDR iter RND env 6
1457         - 51  # rls2101.rel NDRPDR iter RND env 6
1458         - 52  # rls2101.rel NDRPDR iter RND env 6
1459
1460     vpp-performance-changes-3n-tsh-h1:
1461       csit-vpp-perf-report-iterative-2009-3n-tsh:
1462         - 8   # rls2005 NDRPDR iter env 5
1463         - 11  # rls2005 NDRPDR iter env 5
1464         - 12  # rls2005 NDRPDR iter env 5
1465         - 24  # rls2005 NDRPDR iter env 5
1466         - 27  # rls2005 NDRPDR iter env 5
1467         - 29  # rls2005 NDRPDR iter env 5
1468         - 31  # rls2005 NDRPDR iter env 5
1469         - 39  # rls2005 NDRPDR iter env 5
1470         - 40  # rls2005 NDRPDR iter env 5
1471         - 42  # rls2005 NDRPDR iter env 5
1472     vpp-performance-changes-3n-tsh-ref-env-old:
1473       csit-vpp-perf-report-iterative-2009-3n-tsh:
1474         - 14  # rls2009 NDRPDR iter env 5
1475         - 20  # rls2009 NDRPDR iter env 5
1476         - 21  # rls2009 NDRPDR iter env 5
1477         - 22  # rls2009 NDRPDR iter env 5
1478         - 23  # rls2009 NDRPDR iter env 5
1479         - 28  # rls2009 NDRPDR iter env 5
1480         - 30  # rls2009 NDRPDR iter env 5
1481         - 33  # rls2009 NDRPDR iter env 5
1482         - 38  # rls2009 NDRPDR iter env 5
1483         - 41  # rls2009 NDRPDR iter env 5
1484     vpp-performance-changes-3n-tsh-ref-env-new:
1485       csit-vpp-perf-report-iterative-2101-3n-tsh:
1486         - 8   # rls2009 NDRPDR iter env 6
1487         - 13  # rls2009 NDRPDR iter env 6
1488         - 14  # rls2009 NDRPDR iter env 6
1489         - 15  # rls2009 NDRPDR iter env 6
1490         - 16  # rls2009 NDRPDR iter env 6
1491         - 17  # rls2009 NDRPDR iter env 6
1492         - 18  # rls2009 NDRPDR iter env 6
1493         - 19  # rls2009 NDRPDR iter env 6
1494         - 21  # rls2009 NDRPDR iter env 6
1495     vpp-performance-changes-3n-tsh-cmp:
1496       csit-vpp-perf-report-iterative-2101-3n-tsh:
1497         - 23  # rls2101.rel NDRPDR iter env 6
1498         - 24  # rls2101.rel NDRPDR iter env 6
1499         - 25  # rls2101.rel NDRPDR iter env 6
1500         - 26  # rls2101.rel NDRPDR iter env 6
1501         - 27  # rls2101.rel NDRPDR iter env 6
1502         - 28  # rls2101.rel NDRPDR iter env 6
1503         - 29  # rls2101.rel NDRPDR iter env 6
1504         - 30  # rls2101.rel NDRPDR iter env 6
1505         - 31  # rls2101.rel NDRPDR iter env 6
1506         - 32  # rls2101.rel NDRPDR iter env 6
1507
1508 #     vpp-performance-changes-2n-tx2-h1:
1509 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1510 #         -
1511 #     vpp-performance-changes-2n-tx2-ref-env-old:
1512 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1513 #         -
1514     vpp-performance-changes-2n-tx2-ref-env-new:
1515       csit-vpp-perf-report-iterative-2101-2n-tx2:
1516         - 6   # rls2009 NDRPDR iter env 6
1517         - 7   # rls2009 NDRPDR iter env 6
1518         - 11  # rls2009 NDRPDR iter env 6
1519         - 12  # rls2009 NDRPDR iter env 6
1520         - 13  # rls2009 NDRPDR iter env 6
1521         - 16  # rls2009 NDRPDR iter env 6
1522         - 17  # rls2009 NDRPDR iter env 6
1523         - 18  # rls2009 NDRPDR iter env 6
1524         - 19  # rls2009 NDRPDR iter env 6
1525         - 20  # rls2009 NDRPDR iter env 6
1526     vpp-performance-changes-2n-tx2-cmp:
1527       csit-vpp-perf-report-iterative-2101-2n-tx2:
1528         - 22  # rls2101.rel NDRPDR iter env 6
1529         - 23  # rls2101.rel NDRPDR iter env 6
1530         - 24  # rls2101.rel NDRPDR iter env 6
1531         - 25  # rls2101.rel NDRPDR iter env 6
1532         - 26  # rls2101.rel NDRPDR iter env 6
1533         - 27  # rls2101.rel NDRPDR iter env 6
1534         - 28  # rls2101.rel NDRPDR iter env 6
1535         - 29  # rls2101.rel NDRPDR iter env 6
1536         - 30  # rls2101.rel NDRPDR iter env 6
1537         - 31  # rls2101.rel NDRPDR iter env 6
1538
1539     vpp-soak-vs-ndr-2n-skx-ref:
1540       csit-vpp-perf-report-iterative-2101-2n-skx:
1541         - 63  # rls2101.rel NDRPDR iter env 6
1542         - 69  # rls2101.rel NDRPDR iter env 6
1543         - 70  # rls2101.rel NDRPDR iter env 6
1544         - 75  # rls2101.rel NDRPDR iter env 6
1545         - 76  # rls2101.rel NDRPDR iter env 6
1546         - 77  # rls2101.rel NDRPDR iter env 6
1547         - 82  # rls2101.rel NDRPDR iter env 6
1548         - 85  # rls2101.rel NDRPDR iter env 6
1549         - 86  # rls2101.rel NDRPDR iter env 6
1550         - 94  # rls2101.rel NDRPDR iter env 6
1551     vpp-soak-vs-ndr-2n-skx-cmp:
1552       csit-vpp-perf-report-iterative-2101-2n-skx:
1553         - 68  # rls2101.rel soak env 6
1554         - 73  # rls2101.rel soak env 6
1555     vpp-soak-vs-ndr-2n-skx:
1556       csit-vpp-perf-report-iterative-2101-2n-skx:
1557         - 63  # rls2101.rel NDRPDR iter env 6
1558         - 69  # rls2101.rel NDRPDR iter env 6
1559         - 70  # rls2101.rel NDRPDR iter env 6
1560         - 75  # rls2101.rel NDRPDR iter env 6
1561         - 76  # rls2101.rel NDRPDR iter env 6
1562         - 77  # rls2101.rel NDRPDR iter env 6
1563         - 82  # rls2101.rel NDRPDR iter env 6
1564         - 85  # rls2101.rel NDRPDR iter env 6
1565         - 86  # rls2101.rel NDRPDR iter env 6
1566         - 94  # rls2101.rel NDRPDR iter env 6
1567         - 68  # rls2101.rel soak env 6
1568         - 73  # rls2101.rel soak env 6
1569
1570     vpp-soak-vs-ndr-2n-clx-ref:
1571       csit-vpp-perf-report-iterative-2101-2n-clx:
1572         - 54  # rls2101.rel NDRPDR iter env 6
1573         - 59  # rls2101.rel NDRPDR iter env 6
1574         - 60  # rls2101.rel NDRPDR iter env 6
1575         - 63  # rls2101.rel NDRPDR iter env 6
1576         - 66  # rls2101.rel NDRPDR iter env 6
1577         - 68  # rls2101.rel NDRPDR iter env 6
1578         - 73  # rls2101.rel NDRPDR iter env 6
1579         - 75  # rls2101.rel NDRPDR iter env 6
1580         - 86  # rls2101.rel NDRPDR iter env 6
1581         - 90  # rls2101.rel NDRPDR iter env 6
1582     vpp-soak-vs-ndr-2n-clx-cmp:
1583       csit-vpp-perf-report-iterative-2101-2n-clx:
1584         - 58  # rls2101.rel soak env 6
1585         - 61  # rls2101.rel soak env 6
1586     vpp-soak-vs-ndr-2n-clx:
1587       csit-vpp-perf-report-iterative-2101-2n-clx:
1588         - 54  # rls2101.rel NDRPDR iter env 6
1589         - 59  # rls2101.rel NDRPDR iter env 6
1590         - 60  # rls2101.rel NDRPDR iter env 6
1591         - 63  # rls2101.rel NDRPDR iter env 6
1592         - 66  # rls2101.rel NDRPDR iter env 6
1593         - 68  # rls2101.rel NDRPDR iter env 6
1594         - 73  # rls2101.rel NDRPDR iter env 6
1595         - 75  # rls2101.rel NDRPDR iter env 6
1596         - 86  # rls2101.rel NDRPDR iter env 6
1597         - 90  # rls2101.rel NDRPDR iter env 6
1598         - 58  # rls2101.rel soak env 6
1599         - 61  # rls2101.rel soak env 6
1600
1601     vpp-performance-changes-3n-hsw-mrr-h1:
1602       csit-vpp-perf-report-iterative-2009-3n-hsw:
1603         - 18  # rls2005 MRR iter env 5
1604     vpp-performance-changes-3n-hsw-mrr-ref-env-old:
1605       csit-vpp-perf-report-iterative-2009-3n-hsw:
1606         - 23  # rls2009 MRR iter env 5
1607     vpp-performance-changes-3n-hsw-mrr-ref-env-new:
1608       csit-vpp-perf-report-iterative-2101-3n-hsw:
1609         - 17  # rls2009 MRR iter env 6
1610     vpp-performance-changes-3n-hsw-mrr-cmp:
1611       csit-vpp-perf-report-iterative-2101-3n-hsw:
1612         - 63  # rls2101.rel MRR iter env 6
1613
1614     vpp-performance-changes-3n-skx-mrr-h1:
1615       csit-vpp-perf-report-iterative-2009-3n-skx:
1616         - 17  # rls2005 MRR iter env 5
1617     vpp-performance-changes-3n-skx-mrr-ref-env-old:
1618       csit-vpp-perf-report-iterative-2009-3n-skx:
1619         - 24  # rls2009 MRR iter env 5
1620     vpp-performance-changes-3n-skx-mrr-ref-env-new:
1621       csit-vpp-perf-report-iterative-2101-3n-skx:
1622         - 34  # rls2009 MRR iter env 6
1623     vpp-performance-changes-3n-skx-mrr-cmp:
1624       csit-vpp-perf-report-iterative-2101-3n-skx:
1625         - 35  # rls2101.rel MRR iter env 6
1626
1627     vpp-performance-changes-2n-skx-mrr-h1:
1628       csit-vpp-perf-report-iterative-2009-2n-skx:
1629         - 20  # rls2005 MRR iter env 5
1630     vpp-performance-changes-2n-skx-mrr-ref-env-old:
1631       csit-vpp-perf-report-iterative-2009-2n-skx:
1632         - 120 # rls2009 MRR iter env 5
1633     vpp-performance-changes-2n-skx-mrr-ref-env-new:
1634       csit-vpp-perf-report-iterative-2101-2n-skx:
1635         - 21  # rls2009 MRR iter env 6
1636     vpp-performance-changes-2n-skx-mrr-cmp:
1637       csit-vpp-perf-report-iterative-2101-2n-skx:
1638         - 62  # rls2101.rel MRR iter env 6
1639
1640     vpp-performance-changes-2n-clx-mrr-h1:
1641       csit-vpp-perf-report-iterative-2009-2n-clx:
1642         - 77  # rls2005 MRR iter env 5
1643     vpp-performance-changes-2n-clx-mrr-ref-env-old:
1644       csit-vpp-perf-report-iterative-2009-2n-clx:
1645         - 125 # rls2009 MRR iter env 5
1646     vpp-performance-changes-2n-clx-mrr-ref-env-new:
1647       csit-vpp-perf-report-iterative-2101-2n-clx:
1648         - 15  # rls2009 MRR iter env 6
1649     vpp-performance-changes-2n-clx-mrr-cmp:
1650       csit-vpp-perf-report-iterative-2101-2n-clx:
1651         - 53  # rls2101.rel MRR iter env 6
1652
1653     vpp-performance-changes-2n-zn2-mrr-ref-env-old:
1654       csit-vpp-perf-report-iterative-2009-2n-zn2:
1655         - 15  # rls2009 MRR iter env 5
1656     vpp-performance-changes-2n-zn2-mrr-ref-env-new:
1657       csit-vpp-perf-report-iterative-2101-2n-zn2:
1658         - 8   # rls2009 MRR iter env6
1659     vpp-performance-changes-2n-zn2-mrr-cmp:
1660       csit-vpp-perf-report-iterative-2101-2n-zn2:
1661         - 30  # rls2101.rel MRR iter env 6
1662
1663     vpp-performance-changes-2n-dnv-mrr-h1:
1664       csit-vpp-perf-report-iterative-2009-2n-dnv:
1665         - 23  # rls2005 MRR iter env 5
1666     vpp-performance-changes-2n-dnv-mrr-ref-env-old:
1667       csit-vpp-perf-report-iterative-2009-2n-dnv:
1668         - 13  # rls2009 MRR iter env 5
1669     vpp-performance-changes-2n-dnv-mrr-ref-env-new:
1670       # TODO: Re-test in new env
1671       csit-vpp-perf-report-iterative-2009-2n-dnv:
1672         - 13  # rls2009 MRR iter env 5
1673     vpp-performance-changes-2n-dnv-mrr-cmp:
1674       csit-vpp-perf-report-iterative-2101-2n-dnv:
1675         - 31  # rls2101.rel MRR iter env 6
1676
1677     vpp-performance-changes-3n-dnv-mrr-h1:
1678       csit-vpp-perf-report-iterative-2009-3n-dnv:
1679         - 19  # rls2005 MRR iter env 5
1680     vpp-performance-changes-3n-dnv-mrr-ref-env-old:
1681       csit-vpp-perf-report-iterative-2009-3n-dnv:
1682         - 22  # rls2009 MRR iter env 5
1683     vpp-performance-changes-3n-dnv-mrr-ref-env-new:
1684       # TODO: Re-test in new env
1685       csit-vpp-perf-report-iterative-2009-3n-dnv:
1686         - 22  # rls2009 MRR iter env 5
1687     vpp-performance-changes-3n-dnv-mrr-cmp:
1688       csit-vpp-perf-report-iterative-2101-3n-dnv:
1689         - 32  # rls2101.rel MRR iter env 6
1690
1691     vpp-performance-changes-3n-tsh-mrr-h1:
1692       csit-vpp-perf-report-iterative-2009-3n-tsh:
1693         - 13  # rls2005 MRR iter env 5
1694     vpp-performance-changes-3n-tsh-mrr-ref-env-old:
1695       csit-vpp-perf-report-iterative-2009-3n-tsh:
1696         - 15  # rls2009 MRR iter env 5
1697     vpp-performance-changes-3n-tsh-mrr-ref-env-new:
1698       csit-vpp-perf-report-iterative-2101-3n-tsh:
1699         - 7   # rls2009 MRR iter env 6
1700     vpp-performance-changes-3n-tsh-mrr-cmp:
1701       csit-vpp-perf-report-iterative-2101-3n-tsh:
1702         - 22  # rls2101.rel MRR iter env 6
1703
1704 #     vpp-performance-changes-2n-tx2-mrr-h1:
1705 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1706 #         -
1707 #     vpp-performance-changes-2n-tx2-mrr-ref-env-old:
1708 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1709 #         -
1710     vpp-performance-changes-2n-tx2-mrr-ref-env-new:
1711       csit-vpp-perf-report-iterative-2101-2n-tx2:
1712         - 5   # rls2009 MRR iter env 6
1713     vpp-performance-changes-2n-tx2-mrr-cmp:
1714       csit-vpp-perf-report-iterative-2101-2n-tx2:
1715         - 21  # rls2101.rel MRR iter env 6
1716
1717     dpdk-performance-changes-3n-hsw-h1:
1718       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1719         - 25  # NDRPDR iter
1720         - 26  # NDRPDR iter
1721         - 27  # NDRPDR iter
1722         - 28  # NDRPDR iter
1723         - 29  # NDRPDR iter
1724         - 30  # NDRPDR iter
1725         - 31  # NDRPDR iter
1726         - 32  # NDRPDR iter
1727         - 33  # NDRPDR iter
1728         - 34  # NDRPDR iter
1729     dpdk-performance-changes-3n-hsw-ref:
1730       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1731         - 6   # NDRPDR iter env5
1732         - 7   # NDRPDR iter env5
1733         - 8   # NDRPDR iter env5
1734         - 9   # NDRPDR iter env5
1735         - 10  # NDRPDR iter env5
1736         - 11  # NDRPDR iter env5
1737         - 12  # NDRPDR iter env5
1738         - 13  # NDRPDR iter env5
1739         - 14  # NDRPDR iter env5
1740         - 15  # NDRPDR iter env5
1741     dpdk-performance-changes-3n-hsw-cmp:
1742       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1743         - 11  # rls2101 NDRPDR iter env 6
1744         - 12  # rls2101 NDRPDR iter env 6
1745         - 13  # rls2101 NDRPDR iter env 6
1746         - 14  # rls2101 NDRPDR iter env 6
1747         - 16  # rls2101 NDRPDR iter env 6
1748         - 17  # rls2101 NDRPDR iter env 6
1749         - 18  # rls2101 NDRPDR iter env 6
1750         - 19  # rls2101 NDRPDR iter env 6
1751         - 20  # rls2101 NDRPDR iter env 6
1752         - 21  # rls2101 NDRPDR iter env 6
1753
1754     dpdk-performance-changes-3n-skx-h1:
1755       csit-dpdk-perf-report-iterative-2005-3n-skx:
1756         - 28  # NDRPDR iter
1757         - 29  # NDRPDR iter
1758         - 30  # NDRPDR iter
1759         - 31  # NDRPDR iter
1760         - 32  # NDRPDR iter
1761         - 33  # NDRPDR iter
1762         - 34  # NDRPDR iter
1763         - 35  # NDRPDR iter
1764         - 36  # NDRPDR iter
1765         - 37  # NDRPDR iter
1766     dpdk-performance-changes-3n-skx-ref:
1767       csit-dpdk-perf-report-iterative-2009-3n-skx:
1768         - 4   # NDRPDR sel env5
1769         - 5   # NDRPDR sel env5
1770         - 6   # NDRPDR sel env5
1771         - 7   # NDRPDR sel env5
1772         - 8   # NDRPDR sel env5
1773         - 9   # NDRPDR sel env5
1774         - 14  # NDRPDR sel env5
1775         - 11  # NDRPDR sel env5
1776         - 12  # NDRPDR sel env5
1777         - 13  # NDRPDR sel env5
1778     dpdk-performance-changes-3n-skx-cmp:
1779       csit-dpdk-perf-report-iterative-2101-3n-skx:
1780         - 12  # rls2101 NDRPDR iter env 6
1781         - 14  # rls2101 NDRPDR iter env 6
1782         - 15  # rls2101 NDRPDR iter env 6
1783         - 17  # rls2101 NDRPDR iter env 6
1784         - 19  # rls2101 NDRPDR iter env 6
1785         - 20  # rls2101 NDRPDR iter env 6
1786         - 21  # rls2101 NDRPDR iter env 6
1787         - 22  # rls2101 NDRPDR iter env 6
1788         - 25  # rls2101 NDRPDR iter env 6
1789         - 26  # rls2101 NDRPDR iter env 6
1790
1791     dpdk-performance-changes-2n-skx-h1:
1792       csit-dpdk-perf-report-iterative-2005-2n-skx:
1793         - 20  # NDRPDR iter
1794         - 21  # NDRPDR iter
1795         - 22  # NDRPDR iter
1796         - 23  # NDRPDR iter
1797         - 24  # NDRPDR iter
1798         - 25  # NDRPDR iter
1799         - 26  # NDRPDR iter
1800         - 27  # NDRPDR iter
1801         - 28  # NDRPDR iter
1802         - 29  # NDRPDR iter
1803     dpdk-performance-changes-2n-skx-ref:
1804       csit-dpdk-perf-report-iterative-2009-2n-skx:
1805         - 4   # NDRPDR iter env5
1806         - 5   # NDRPDR iter env5
1807         - 6   # NDRPDR iter env5
1808         - 7   # NDRPDR iter env5
1809         - 8   # NDRPDR iter env5
1810         - 9   # NDRPDR iter env5
1811         - 10  # NDRPDR iter env5
1812         - 11  # NDRPDR iter env5
1813         - 12  # NDRPDR iter env5
1814         - 13  # NDRPDR iter env5
1815     dpdk-performance-changes-2n-skx-cmp:
1816       csit-dpdk-perf-report-iterative-2101-2n-skx:
1817         - 11  # rls2101 NDRPDR iter env 6
1818         - 12  # rls2101 NDRPDR iter env 6
1819         - 13  # rls2101 NDRPDR iter env 6
1820         - 14  # rls2101 NDRPDR iter env 6
1821         - 15  # rls2101 NDRPDR iter env 6
1822         - 17  # rls2101 NDRPDR iter env 6
1823         - 18  # rls2101 NDRPDR iter env 6
1824         - 19  # rls2101 NDRPDR iter env 6
1825         - 20  # rls2101 NDRPDR iter env 6
1826         - 21  # rls2101 NDRPDR iter env 6
1827
1828     dpdk-performance-changes-2n-clx-h1:
1829       csit-dpdk-perf-report-iterative-2005-2n-clx:
1830         - 20  # NDRPDR iter
1831         - 21  # NDRPDR iter
1832         - 22  # NDRPDR iter
1833         - 23  # NDRPDR iter
1834         - 24  # NDRPDR iter
1835         - 25  # NDRPDR iter
1836         - 26  # NDRPDR iter
1837         - 27  # NDRPDR iter
1838         - 28  # NDRPDR iter
1839         - 29  # NDRPDR iter
1840     dpdk-performance-changes-2n-clx-ref:
1841       csit-dpdk-perf-report-iterative-2009-2n-clx:
1842         - 4   # NDRPDR iter env5
1843         - 5   # NDRPDR iter env5
1844         - 6   # NDRPDR iter env5
1845         - 7   # NDRPDR iter env5
1846         - 8   # NDRPDR iter env5
1847         - 9   # NDRPDR iter env5
1848         - 10  # NDRPDR iter env5
1849         - 11  # NDRPDR iter env5
1850         - 12  # NDRPDR iter env5
1851         - 13  # NDRPDR iter env5
1852     dpdk-performance-changes-2n-clx-cmp:
1853       csit-dpdk-perf-report-iterative-2101-2n-clx:
1854         - 12  # rls2101 NDRPDR iter env 6
1855         - 13  # rls2101 NDRPDR iter env 6
1856         - 14  # rls2101 NDRPDR iter env 6
1857         - 18  # rls2101 NDRPDR iter env 6
1858         - 22  # rls2101 NDRPDR iter env 6
1859
1860     dpdk-performance-changes-2n-zn2-ref:
1861       csit-dpdk-perf-report-iterative-2009-2n-zn2:
1862         - 16  # NDRPDR iter env5
1863         - 21  # NDRPDR iter env5
1864         - 22  # NDRPDR iter env5
1865         - 23  # NDRPDR iter env5
1866         - 24  # NDRPDR iter env5
1867         - 25  # NDRPDR iter env5
1868         - 29  # NDRPDR iter env5
1869     dpdk-performance-changes-2n-zn2-cmp:
1870       csit-dpdk-perf-report-iterative-2101-2n-zn2:
1871         - 11  # rls2101 NDRPDR iter env 6
1872         - 12  # rls2101 NDRPDR iter env 6
1873         - 13  # rls2101 NDRPDR iter env 6
1874         - 14  # rls2101 NDRPDR iter env 6
1875         - 16  # rls2101 NDRPDR iter env 6
1876         - 17  # rls2101 NDRPDR iter env 6
1877         - 18  # rls2101 NDRPDR iter env 6
1878         - 19  # rls2101 NDRPDR iter env 6
1879         - 20  # rls2101 NDRPDR iter env 6
1880         - 21  # rls2101 NDRPDR iter env 6
1881
1882 #    dpdk-performance-changes-2n-dnv-h1:
1883 #      csit-dpdk-perf-verify-2101-2n-dnv:
1884 #        - 9   # NDRPDR sel
1885 #        - 10  # NDRPDR sel
1886 #        - 11  # NDRPDR sel
1887 #        - 12  # NDRPDR sel
1888 #        - 13  # NDRPDR sel
1889 #        - 14  # NDRPDR sel
1890 #        - 15  # NDRPDR sel
1891 #        - 16  # NDRPDR sel
1892 #        - 17  # NDRPDR sel
1893 #        - 18  # NDRPDR sel
1894 #    dpdk-performance-changes-2n-dnv-ref:
1895 #      # No data
1896 #    dpdk-performance-changes-2n-dnv-cmp:
1897 #      # No data
1898 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1899
1900 #    dpdk-performance-changes-3n-dnv-h1:
1901 #      csit-dpdk-perf-verify-2101-3n-dnv:
1902 #        - 12  # NDRPDR sel
1903 #        - 13  # NDRPDR sel
1904 #        - 14  # NDRPDR sel
1905 #        - 15  # NDRPDR sel
1906 #        - 16  # NDRPDR sel
1907 #        - 17  # NDRPDR sel
1908 #        - 18  # NDRPDR sel
1909 #        - 19  # NDRPDR sel
1910 #        - 20  # NDRPDR sel
1911 #        - 22  # NDRPDR sel
1912 #    dpdk-performance-changes-3n-dnv-ref:
1913 #      # No data
1914 #    dpdk-performance-changes-3n-dnv-cmp:
1915 #      # No data
1916 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1917
1918     dpdk-performance-changes-3n-tsh-h1:
1919       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1920         - 5   # NDRPDR sel
1921     dpdk-performance-changes-3n-tsh-ref:
1922       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1923         - 1   # NDRPDR iter env5
1924         - 2   # NDRPDR iter env5
1925         - 3   # NDRPDR iter env5
1926         - 4   # NDRPDR iter env5
1927         - 5   # NDRPDR iter env5
1928         - 6   # NDRPDR iter env5
1929         - 7   # NDRPDR iter env5
1930         - 9   # NDRPDR iter env5
1931         - 10  # NDRPDR iter env5
1932         - 11  # NDRPDR iter env5
1933     dpdk-performance-changes-3n-tsh-cmp:
1934       csit-dpdk-perf-report-iterative-2101-3n-tsh:
1935         - 11  # rls2101 NDRPDR iter env 6
1936         - 12  # rls2101 NDRPDR iter env 6
1937         - 13  # rls2101 NDRPDR iter env 6
1938         - 14  # rls2101 NDRPDR iter env 6
1939         - 16  # rls2101 NDRPDR iter env 6
1940         - 17  # rls2101 NDRPDR iter env 6
1941         - 18  # rls2101 NDRPDR iter env 6
1942         - 19  # rls2101 NDRPDR iter env 6
1943         - 20  # rls2101 NDRPDR iter env 6
1944         - 21  # rls2101 NDRPDR iter env 6
1945
1946     # Compare testbeds
1947
1948     vpp-compare-testbeds-ref:
1949       csit-vpp-perf-report-iterative-2101-3n-hsw:
1950         - 64  # rls2101.rel NDRPDR iter env 6
1951         - 71  # rls2101.rel NDRPDR iter env 6
1952         - 73  # rls2101.rel NDRPDR iter env 6
1953         - 74  # rls2101.rel NDRPDR iter env 6
1954         - 80  # rls2101.rel NDRPDR iter env 6
1955         - 81  # rls2101.rel NDRPDR iter env 6
1956         - 82  # rls2101.rel NDRPDR iter env 6
1957         - 83  # rls2101.rel NDRPDR iter env 6
1958         - 88  # rls2101.rel NDRPDR iter env 6
1959         - 89  # rls2101.rel NDRPDR iter env 6
1960     vpp-compare-testbeds-cmp:
1961       csit-vpp-perf-report-iterative-2101-3n-skx:
1962         - 36  # rls2101.rel NDRPDR iter env 6
1963         - 37  # rls2101.rel NDRPDR iter env 6
1964         - 38  # rls2101.rel NDRPDR iter env 6
1965         - 39  # rls2101.rel NDRPDR iter env 6
1966         - 40  # rls2101.rel NDRPDR iter env 6
1967         - 41  # rls2101.rel NDRPDR iter env 6
1968         - 42  # rls2101.rel NDRPDR iter env 6
1969         - 47  # rls2101.rel NDRPDR iter env 6
1970         - 48  # rls2101.rel NDRPDR iter env 6
1971         - 50  # rls2101.rel NDRPDR iter env 6
1972
1973     vpp-compare-testbeds-skx-clx-ref:
1974       csit-vpp-perf-report-iterative-2101-2n-skx:
1975         - 63  # rls2101.rel NDRPDR iter env 6
1976         - 69  # rls2101.rel NDRPDR iter env 6
1977         - 70  # rls2101.rel NDRPDR iter env 6
1978         - 75  # rls2101.rel NDRPDR iter env 6
1979         - 76  # rls2101.rel NDRPDR iter env 6
1980         - 77  # rls2101.rel NDRPDR iter env 6
1981         - 82  # rls2101.rel NDRPDR iter env 6
1982         - 85  # rls2101.rel NDRPDR iter env 6
1983         - 86  # rls2101.rel NDRPDR iter env 6
1984         - 94  # rls2101.rel NDRPDR iter env 6
1985         - 89  # rls2101.rel NDRPDR iter RND env 6
1986         - 90  # rls2101.rel NDRPDR iter RND env 6
1987         - 91  # rls2101.rel NDRPDR iter RND env 6
1988         - 92  # rls2101.rel NDRPDR iter RND env 6
1989         - 93  # rls2101.rel NDRPDR iter RND env 6
1990         - 96  # rls2101.rel NDRPDR iter RND env 6
1991         - 98  # rls2101.rel NDRPDR iter RND env 6
1992         - 99  # rls2101.rel NDRPDR iter RND env 6
1993         - 101 # rls2101.rel NDRPDR iter RND env 6
1994         - 102 # rls2101.rel NDRPDR iter RND env 6
1995         - 116 # rls2101.rel NDRPDR iter NAT env 6
1996         - 117 # rls2101.rel NDRPDR iter NAT env 6
1997         - 118 # rls2101.rel NDRPDR iter NAT env 6
1998         - 119 # rls2101.rel NDRPDR iter NAT env 6
1999         - 120 # rls2101.rel NDRPDR iter NAT env 6
2000         - 121 # rls2101.rel NDRPDR iter NAT env 6
2001         - 122 # rls2101.rel NDRPDR iter NAT env 6
2002         - 123 # rls2101.rel NDRPDR iter NAT env 6
2003         - 124 # rls2101.rel NDRPDR iter NAT env 6
2004         - 125 # rls2101.rel NDRPDR iter NAT env 6
2005     vpp-compare-testbeds-skx-clx-cmp:
2006       csit-vpp-perf-report-iterative-2101-2n-clx:
2007         - 54  # rls2101.rel NDRPDR iter env 6
2008         - 59  # rls2101.rel NDRPDR iter env 6
2009         - 60  # rls2101.rel NDRPDR iter env 6
2010         - 63  # rls2101.rel NDRPDR iter env 6
2011         - 66  # rls2101.rel NDRPDR iter env 6
2012         - 68  # rls2101.rel NDRPDR iter env 6
2013         - 73  # rls2101.rel NDRPDR iter env 6
2014         - 75  # rls2101.rel NDRPDR iter env 6
2015         - 86  # rls2101.rel NDRPDR iter env 6
2016         - 90  # rls2101.rel NDRPDR iter env 6
2017         - 80  # rls2101.rel NDRPDR iter RND env 6
2018         - 87  # rls2101.rel NDRPDR iter RND env 6
2019         - 91  # rls2101.rel NDRPDR iter RND env 6
2020         - 92  # rls2101.rel NDRPDR iter RND env 6
2021         - 93  # rls2101.rel NDRPDR iter RND env 6
2022         - 94  # rls2101.rel NDRPDR iter RND env 6
2023         - 95  # rls2101.rel NDRPDR iter RND env 6
2024         - 100 # rls2101.rel NDRPDR iter RND env 6
2025         - 106 # rls2101.rel NDRPDR iter RND env 6
2026         - 108 # rls2101.rel NDRPDR iter RND env 6
2027         - 112 # rls2101.rel NDRPDR iter NAT env 6
2028         - 113 # rls2101.rel NDRPDR iter NAT env 6
2029         - 114 # rls2101.rel NDRPDR iter NAT env 6
2030         - 115 # rls2101.rel NDRPDR iter NAT env 6
2031         - 116 # rls2101.rel NDRPDR iter NAT env 6
2032         - 117 # rls2101.rel NDRPDR iter NAT env 6
2033         - 118 # rls2101.rel NDRPDR iter NAT env 6
2034         - 119 # rls2101.rel NDRPDR iter NAT env 6
2035         - 120 # rls2101.rel NDRPDR iter NAT env 6
2036         - 121 # rls2101.rel NDRPDR iter NAT env 6
2037         - 122 # rls2101.rel NDRPDR iter MLX env 6
2038         - 123 # rls2101.rel NDRPDR iter MLX env 6
2039         - 127 # rls2101.rel NDRPDR iter MLX env 6
2040         - 129 # rls2101.rel NDRPDR iter MLX env 6
2041         - 131 # rls2101.rel NDRPDR iter MLX env 6
2042
2043     vpp-compare-testbeds-hsw-clx-ref:
2044       csit-vpp-perf-report-iterative-2101-3n-hsw:
2045         - 64  # rls2101.rel NDRPDR iter env 6
2046         - 71  # rls2101.rel NDRPDR iter env 6
2047         - 73  # rls2101.rel NDRPDR iter env 6
2048         - 74  # rls2101.rel NDRPDR iter env 6
2049         - 80  # rls2101.rel NDRPDR iter env 6
2050         - 81  # rls2101.rel NDRPDR iter env 6
2051         - 82  # rls2101.rel NDRPDR iter env 6
2052         - 83  # rls2101.rel NDRPDR iter env 6
2053         - 88  # rls2101.rel NDRPDR iter env 6
2054         - 89  # rls2101.rel NDRPDR iter env 6
2055         - 128 # rls2101.rel NDRPDR iter RND env 6
2056         - 129 # rls2101.rel NDRPDR iter RND env 6
2057         - 130 # rls2101.rel NDRPDR iter RND env 6
2058         - 131 # rls2101.rel NDRPDR iter RND env 6
2059         - 132 # rls2101.rel NDRPDR iter RND env 6
2060         - 133 # rls2101.rel NDRPDR iter RND env 6
2061         - 134 # rls2101.rel NDRPDR iter RND env 6
2062         - 135 # rls2101.rel NDRPDR iter RND env 6
2063         - 136 # rls2101.rel NDRPDR iter RND env 6
2064         - 137 # rls2101.rel NDRPDR iter RND env 6
2065     vpp-compare-testbeds-hsw-clx-cmp:
2066       csit-vpp-perf-report-iterative-2101-2n-clx:
2067         - 54  # rls2101.rel NDRPDR iter env 6
2068         - 59  # rls2101.rel NDRPDR iter env 6
2069         - 60  # rls2101.rel NDRPDR iter env 6
2070         - 63  # rls2101.rel NDRPDR iter env 6
2071         - 66  # rls2101.rel NDRPDR iter env 6
2072         - 68  # rls2101.rel NDRPDR iter env 6
2073         - 73  # rls2101.rel NDRPDR iter env 6
2074         - 75  # rls2101.rel NDRPDR iter env 6
2075         - 90  # rls2101.rel NDRPDR iter env 6
2076         - 80  # rls2101.rel NDRPDR iter RND env 6
2077         - 87  # rls2101.rel NDRPDR iter RND env 6
2078         - 91  # rls2101.rel NDRPDR iter RND env 6
2079         - 92  # rls2101.rel NDRPDR iter RND env 6
2080         - 93  # rls2101.rel NDRPDR iter RND env 6
2081         - 94  # rls2101.rel NDRPDR iter RND env 6
2082         - 95  # rls2101.rel NDRPDR iter RND env 6
2083         - 100 # rls2101.rel NDRPDR iter RND env 6
2084         - 106 # rls2101.rel NDRPDR iter RND env 6
2085         - 108 # rls2101.rel NDRPDR iter RND env 6
2086         - 112 # rls2101.rel NDRPDR iter NAT env 6
2087         - 113 # rls2101.rel NDRPDR iter NAT env 6
2088         - 114 # rls2101.rel NDRPDR iter NAT env 6
2089         - 115 # rls2101.rel NDRPDR iter NAT env 6
2090         - 116 # rls2101.rel NDRPDR iter NAT env 6
2091         - 117 # rls2101.rel NDRPDR iter NAT env 6
2092         - 118 # rls2101.rel NDRPDR iter NAT env 6
2093         - 119 # rls2101.rel NDRPDR iter NAT env 6
2094         - 120 # rls2101.rel NDRPDR iter NAT env 6
2095         - 121 # rls2101.rel NDRPDR iter NAT env 6
2096         - 122 # rls2101.rel NDRPDR iter MLX env 6
2097         - 123 # rls2101.rel NDRPDR iter MLX env 6
2098         - 127 # rls2101.rel NDRPDR iter MLX env 6
2099         - 129 # rls2101.rel NDRPDR iter MLX env 6
2100         - 131 # rls2101.rel NDRPDR iter MLX env 6
2101
2102     vpp-compare-testbeds-mrr-ref:
2103       csit-vpp-perf-report-iterative-2101-3n-hsw:
2104         - 63  # rls2101.rel MRR iter env 6
2105     vpp-compare-testbeds-mrr-cmp:
2106       csit-vpp-perf-report-iterative-2101-3n-skx:
2107         - 35  # rls2101.rel MRR iter env 6
2108
2109     vpp-compare-testbeds-mrr-skx-clx-ref:
2110       csit-vpp-perf-report-iterative-2101-2n-skx:
2111         - 62  # rls2101.rel MRR iter env 6
2112     vpp-compare-testbeds-mrr-skx-clx-cmp:
2113       csit-vpp-perf-report-iterative-2101-2n-clx:
2114         - 53  # rls2101.rel MRR iter env 6
2115
2116     vpp-compare-testbeds-mrr-hsw-clx-ref:
2117       csit-vpp-perf-report-iterative-2101-3n-hsw:
2118         - 63  # rls2101.rel MRR iter env 6
2119     vpp-compare-testbeds-mrr-hsw-clx-cmp:
2120       csit-vpp-perf-report-iterative-2101-2n-clx:
2121         - 53  # rls2101.rel MRR iter env 6
2122
2123     dpdk-compare-testbeds-ref:
2124       csit-dpdk-perf-report-iterative-2101-3n-hsw:
2125         - 11  # rls2101 NDRPDR iter env 6
2126         - 12  # rls2101 NDRPDR iter env 6
2127         - 13  # rls2101 NDRPDR iter env 6
2128         - 14  # rls2101 NDRPDR iter env 6
2129         - 16  # rls2101 NDRPDR iter env 6
2130         - 17  # rls2101 NDRPDR iter env 6
2131         - 18  # rls2101 NDRPDR iter env 6
2132         - 19  # rls2101 NDRPDR iter env 6
2133         - 20  # rls2101 NDRPDR iter env 6
2134         - 21  # rls2101 NDRPDR iter env 6
2135     dpdk-compare-testbeds-cmp:
2136       csit-dpdk-perf-report-iterative-2101-3n-skx:
2137         - 12  # rls2101 NDRPDR iter env 6
2138         - 14  # rls2101 NDRPDR iter env 6
2139         - 15  # rls2101 NDRPDR iter env 6
2140         - 17  # rls2101 NDRPDR iter env 6
2141         - 19  # rls2101 NDRPDR iter env 6
2142         - 20  # rls2101 NDRPDR iter env 6
2143         - 21  # rls2101 NDRPDR iter env 6
2144         - 22  # rls2101 NDRPDR iter env 6
2145         - 25  # rls2101 NDRPDR iter env 6
2146         - 26  # rls2101 NDRPDR iter env 6
2147
2148     dpdk-compare-testbeds-skx-clx-ref:
2149       csit-dpdk-perf-report-iterative-2101-2n-skx:
2150         - 11  # rls2101 NDRPDR iter env 6
2151         - 12  # rls2101 NDRPDR iter env 6
2152         - 13  # rls2101 NDRPDR iter env 6
2153         - 14  # rls2101 NDRPDR iter env 6
2154         - 15  # rls2101 NDRPDR iter env 6
2155         - 17  # rls2101 NDRPDR iter env 6
2156         - 18  # rls2101 NDRPDR iter env 6
2157         - 19  # rls2101 NDRPDR iter env 6
2158         - 20  # rls2101 NDRPDR iter env 6
2159         - 21  # rls2101 NDRPDR iter env 6
2160     dpdk-compare-testbeds-skx-clx-cmp:
2161       csit-dpdk-perf-report-iterative-2101-2n-clx:
2162         - 12  # rls2101 NDRPDR iter env 6
2163         - 13  # rls2101 NDRPDR iter env 6
2164         - 14  # rls2101 NDRPDR iter env 6
2165         - 18  # rls2101 NDRPDR iter env 6
2166         - 22  # rls2101 NDRPDR iter env 6
2167
2168     # Compare topologies
2169
2170     vpp-compare-topologies-ref:
2171       csit-vpp-perf-report-iterative-2101-3n-skx:
2172         - 36  # rls2101.rel NDRPDR iter env 6
2173         - 37  # rls2101.rel NDRPDR iter env 6
2174         - 38  # rls2101.rel NDRPDR iter env 6
2175         - 39  # rls2101.rel NDRPDR iter env 6
2176         - 40  # rls2101.rel NDRPDR iter env 6
2177         - 41  # rls2101.rel NDRPDR iter env 6
2178         - 42  # rls2101.rel NDRPDR iter env 6
2179         - 47  # rls2101.rel NDRPDR iter env 6
2180         - 48  # rls2101.rel NDRPDR iter env 6
2181         - 50  # rls2101.rel NDRPDR iter env 6
2182     vpp-compare-topologies-cmp:
2183       csit-vpp-perf-report-iterative-2101-2n-skx:
2184         - 63  # rls2101.rel NDRPDR iter env 6
2185         - 69  # rls2101.rel NDRPDR iter env 6
2186         - 70  # rls2101.rel NDRPDR iter env 6
2187         - 75  # rls2101.rel NDRPDR iter env 6
2188         - 76  # rls2101.rel NDRPDR iter env 6
2189         - 77  # rls2101.rel NDRPDR iter env 6
2190         - 82  # rls2101.rel NDRPDR iter env 6
2191         - 85  # rls2101.rel NDRPDR iter env 6
2192         - 86  # rls2101.rel NDRPDR iter env 6
2193         - 94  # rls2101.rel NDRPDR iter env 6
2194
2195     vpp-compare-topologies-mrr-ref:
2196       csit-vpp-perf-report-iterative-2101-3n-skx:
2197         - 35  # rls2101.rel MRR iter env 6
2198     vpp-compare-topologies-mrr-cmp:
2199       csit-vpp-perf-report-iterative-2101-2n-skx:
2200         - 62  # rls2101.rel MRR iter env 6
2201
2202     dpdk-compare-topologies-ref:
2203       csit-dpdk-perf-report-iterative-2101-3n-skx:
2204         - 12  # rls2101 NDRPDR iter env 6
2205         - 14  # rls2101 NDRPDR iter env 6
2206         - 15  # rls2101 NDRPDR iter env 6
2207         - 17  # rls2101 NDRPDR iter env 6
2208         - 19  # rls2101 NDRPDR iter env 6
2209         - 20  # rls2101 NDRPDR iter env 6
2210         - 21  # rls2101 NDRPDR iter env 6
2211         - 22  # rls2101 NDRPDR iter env 6
2212         - 25  # rls2101 NDRPDR iter env 6
2213         - 26  # rls2101 NDRPDR iter env 6
2214     dpdk-compare-topologies-cmp:
2215       csit-dpdk-perf-report-iterative-2101-2n-skx:
2216         - 11  # rls2101 NDRPDR iter env 6
2217         - 12  # rls2101 NDRPDR iter env 6
2218         - 13  # rls2101 NDRPDR iter env 6
2219         - 14  # rls2101 NDRPDR iter env 6
2220         - 15  # rls2101 NDRPDR iter env 6
2221         - 17  # rls2101 NDRPDR iter env 6
2222         - 18  # rls2101 NDRPDR iter env 6
2223         - 19  # rls2101 NDRPDR iter env 6
2224         - 20  # rls2101 NDRPDR iter env 6
2225         - 21  # rls2101 NDRPDR iter env 6
2226
2227   plot-layouts:
2228
2229     plot-soak-throughput:
2230       titlefont:
2231         size: 16
2232       xaxis:
2233         title: "<b>Test Cases [Index]</b>"
2234         titlefont:
2235           size: 14
2236         autorange: True
2237         fixedrange: False
2238         gridcolor: "rgb(230, 230, 230)"
2239         linecolor: "rgb(220, 220, 220)"
2240         linewidth: 1
2241         showgrid: True
2242         showline: True
2243         showticklabels: True
2244         tickcolor: "rgb(220, 220, 220)"
2245         tickmode: "linear"
2246         tickfont:
2247           size: 14
2248         zeroline: False
2249       yaxis:
2250         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
2251         titlefont:
2252           size: 14
2253         gridcolor: "rgb(230, 230, 230)"
2254         hoverformat: ".4r"
2255         tickformat: ".3r"
2256         linecolor: "rgb(220, 220, 220)"
2257         linewidth: 1
2258         showgrid: True
2259         showline: True
2260         showticklabels: True
2261         tickcolor: "rgb(220, 220, 220)"
2262         tickfont:
2263           size: 14
2264         zeroline: False
2265         range: [0,50]
2266       autosize: False
2267       margin:
2268         t: 50
2269         b: 0
2270         l: 80
2271         r: 20
2272       showlegend: True
2273       legend:
2274         orientation: "h"
2275         font:
2276           size: 14
2277       width: 700
2278       height: 900
2279       paper_bgcolor: "#fff"
2280       plot_bgcolor: "#fff"
2281       hoverlabel:
2282         namelength: -1
2283
2284     plot-service-density:
2285       titlefont:
2286         size: 16
2287       xaxis:
2288         side: "top"
2289         autorange: True
2290         fixedrange: False
2291         showgrid: False
2292         showline: False
2293         showticklabels: False
2294         ticks: ""
2295         ticklen: 0
2296         tickwidth: 0
2297         zeroline: False
2298       yaxis:
2299         autorange: "reversed"
2300         showgrid: False
2301         showline: False
2302         showticklabels: False
2303         ticks: ""
2304         ticklen: 0
2305         tickwidth: 0
2306         zeroline: False
2307       showlegend: False
2308       paper_bgcolor: "#fff"
2309       plot_bgcolor: "#fff"
2310       width: 700
2311       height: 700
2312       hoverlabel:
2313         namelength: -1
2314
2315     plot-hoststack:
2316       titlefont:
2317         size: 16
2318       xaxis:
2319         title: "<b>Test Cases [Index]</b>"
2320         titlefont:
2321           size: 14
2322         autorange: True
2323         fixedrange: False
2324         gridcolor: "rgb(230, 230, 230)"
2325         linecolor: "rgb(220, 220, 220)"
2326         linewidth: 1
2327         showgrid: True
2328         showline: True
2329         showticklabels: True
2330         tickcolor: "rgb(220, 220, 220)"
2331         tickmode: "linear"
2332         tickfont:
2333           size: 14
2334         zeroline: False
2335       yaxis:
2336         title: "<b>Bandwidth [Gbps]</b>"
2337         titlefont:
2338           size: 14
2339         gridcolor: "rgb(230, 230, 230)"
2340         hoverformat: ".4s"
2341         linecolor: "rgb(220, 220, 220)"
2342         linewidth: 1
2343         rangemode: "tozero"
2344         showgrid: True
2345         showline: True
2346         showticklabels: True
2347         tickcolor: "rgb(230, 230, 230)"
2348         tickformat: ".3s"
2349         tickfont:
2350           size: 14
2351         zeroline: False
2352       autosize: False
2353       margin:
2354         t: 50
2355         b: 20
2356         l: 80
2357         r: 20
2358       showlegend: True
2359       legend:
2360         orientation: "h"
2361         font:
2362           size: 14
2363       width: 700
2364       height: 800
2365       paper_bgcolor: "#fff"
2366       plot_bgcolor: "#fff"
2367       hoverlabel:
2368         namelength: -1
2369
2370     plot-throughput:
2371       titlefont:
2372         size: 16
2373       xaxis:
2374         title: "<b>Test Cases [Index]</b>"
2375         titlefont:
2376           size: 14
2377         autorange: True
2378         fixedrange: False
2379         gridcolor: "rgb(230, 230, 230)"
2380         linecolor: "rgb(220, 220, 220)"
2381         linewidth: 1
2382         showgrid: True
2383         showline: True
2384         showticklabels: True
2385         tickcolor: "rgb(220, 220, 220)"
2386         tickmode: "linear"
2387         tickfont:
2388           size: 14
2389         zeroline: False
2390       yaxis:
2391         title: "<b>Packet Throughput [Mpps]</b>"
2392         titlefont:
2393           size: 14
2394         gridcolor: "rgb(230, 230, 230)"
2395         hoverformat: ".4r"
2396         tickformat: ".3r"
2397         linecolor: "rgb(220, 220, 220)"
2398         linewidth: 1
2399         showgrid: True
2400         showline: True
2401         showticklabels: True
2402         tickcolor: "rgb(220, 220, 220)"
2403         tickfont:
2404           size: 14
2405         zeroline: False
2406         range: [0,50]
2407       autosize: False
2408       margin:
2409         t: 50
2410         b: 0
2411         l: 80
2412         r: 20
2413       showlegend: True
2414       legend:
2415         orientation: "h"
2416         font:
2417           size: 14
2418       width: 700
2419       height: 900
2420       paper_bgcolor: "#fff"
2421       plot_bgcolor: "#fff"
2422       hoverlabel:
2423         namelength: -1
2424
2425     plot-throughput-gbps:
2426       titlefont:
2427         size: 16
2428       xaxis:
2429         title: "<b>Test Cases [Index]</b>"
2430         titlefont:
2431           size: 14
2432         autorange: True
2433         fixedrange: False
2434         gridcolor: "rgb(230, 230, 230)"
2435         linecolor: "rgb(220, 220, 220)"
2436         linewidth: 1
2437         showgrid: True
2438         showline: True
2439         showticklabels: True
2440         tickcolor: "rgb(220, 220, 220)"
2441         tickmode: "linear"
2442         tickfont:
2443           size: 14
2444         zeroline: False
2445       yaxis:
2446         title: "<b>Packet Throughput [Gbps]</b>"
2447         titlefont:
2448           size: 14
2449         gridcolor: "rgb(230, 230, 230)"
2450         hoverformat: ".4r"
2451         tickformat: ".3r"
2452         linecolor: "rgb(220, 220, 220)"
2453         linewidth: 1
2454         showgrid: True
2455         showline: True
2456         showticklabels: True
2457         tickcolor: "rgb(220, 220, 220)"
2458         tickfont:
2459           size: 14
2460         zeroline: False
2461         range: [0,10]
2462       autosize: False
2463       margin:
2464         t: 50
2465         b: 0
2466         l: 80
2467         r: 20
2468       showlegend: True
2469       legend:
2470         orientation: "h"
2471         font:
2472           size: 14
2473       width: 700
2474       height: 900
2475       paper_bgcolor: "#fff"
2476       plot_bgcolor: "#fff"
2477       hoverlabel:
2478         namelength: -1
2479
2480     plot-cps:
2481       titlefont:
2482         size: 16
2483       xaxis:
2484         title: "<b>Test Cases [Index]</b>"
2485         titlefont:
2486           size: 14
2487         autorange: True
2488         fixedrange: False
2489         gridcolor: "rgb(230, 230, 230)"
2490         linecolor: "rgb(220, 220, 220)"
2491         linewidth: 1
2492         showgrid: True
2493         showline: True
2494         showticklabels: True
2495         tickcolor: "rgb(220, 220, 220)"
2496         tickmode: "linear"
2497         tickfont:
2498           size: 14
2499         zeroline: False
2500       yaxis:
2501         title: "<b>Connection Rate [Mcps]</b>"
2502         titlefont:
2503           size: 14
2504         gridcolor: "rgb(230, 230, 230)"
2505         hoverformat: ".4r"
2506         tickformat: ".3s"
2507         linecolor: "rgb(220, 220, 220)"
2508         linewidth: 1
2509         showgrid: True
2510         showline: True
2511         showticklabels: True
2512         tickcolor: "rgb(220, 220, 220)"
2513         tickfont:
2514           size: 14
2515         zeroline: False
2516         range: [0,10]
2517       autosize: False
2518       margin:
2519         t: 50
2520         b: 0
2521         l: 80
2522         r: 20
2523       showlegend: True
2524       legend:
2525         orientation: "h"
2526         font:
2527           size: 14
2528       width: 700
2529       height: 900
2530       paper_bgcolor: "#fff"
2531       plot_bgcolor: "#fff"
2532       hoverlabel:
2533         namelength: -1
2534
2535     plot-throughput-speedup-analysis:
2536       titlefont:
2537         size: 16
2538       xaxis:
2539         title: "<b>Number of Cores [Qty]</b>"
2540         titlefont:
2541           size: 14
2542         autorange: True
2543         fixedrange: False
2544         gridcolor: "rgb(230, 230, 230)"
2545         linecolor: "rgb(220, 220, 220)"
2546         linewidth: 1
2547         showgrid: True
2548         showline: True
2549         showticklabels: True
2550         tickcolor: "rgb(238, 238, 238)"
2551         tickmode: "linear"
2552         tickfont:
2553           size: 14
2554         zeroline: False
2555       yaxis:
2556         title: "<b>Packet Throughput [Mpps]</b>"
2557         titlefont:
2558           size: 14
2559         type: "linear"
2560         gridcolor: "rgb(230, 230, 230)"
2561         hoverformat: ".4s"
2562         linecolor: "rgb(220, 220, 220)"
2563         linewidth: 1
2564         showgrid: True
2565         showline: True
2566         showticklabels: True
2567         tickcolor: "rgb(220, 220, 220)"
2568         tickformat: ".4s"
2569         tickfont:
2570           size: 14
2571         zeroline: True
2572         rangemode: "tozero"
2573         range: [0,100]
2574       legend:
2575         orientation: "h"
2576         font:
2577           size: 14
2578         xanchor: "left"
2579         yanchor: "top"
2580         x: 0
2581         y: -0.2
2582         bgcolor: "rgba(255, 255, 255, 0)"
2583         bordercolor: "rgba(255, 255, 255, 0)"
2584         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2585       autosize: False
2586       margin:
2587           't': 50
2588           'b': 150
2589           'l': 85
2590           'r': 10
2591       showlegend: True
2592       width: 700
2593       height: 700
2594       paper_bgcolor: "#fff"
2595       plot_bgcolor: "#fff"
2596       hoverlabel:
2597         namelength: -1
2598       annotations: [
2599         {
2600           text: "_ _          __          ...",
2601           align: "left",
2602           showarrow: False,
2603           xref: "paper",
2604           yref: "paper",
2605           xanchor: "left",
2606           yanchor: "top",
2607           x: 0,
2608           y: -0.14,
2609           font: {
2610             family: "Consolas, Courier New",
2611             size: 13
2612           },
2613         },
2614         {
2615           text: "    Perfect     Measured     Limit",
2616           align: "left",
2617           showarrow: False,
2618           xref: "paper",
2619           yref: "paper",
2620           xanchor: "left",
2621           yanchor: "top",
2622           x: 0,
2623           y: -0.15,
2624           font: {
2625             family: "Consolas, Courier New",
2626             size: 13
2627           },
2628         },
2629       ]
2630
2631     plot-throughput-speedup-analysis-gbps:
2632       titlefont:
2633         size: 16
2634       xaxis:
2635         title: "<b>Number of Cores [Qty]</b>"
2636         titlefont:
2637           size: 14
2638         autorange: True
2639         fixedrange: False
2640         gridcolor: "rgb(230, 230, 230)"
2641         linecolor: "rgb(220, 220, 220)"
2642         linewidth: 1
2643         showgrid: True
2644         showline: True
2645         showticklabels: True
2646         tickcolor: "rgb(238, 238, 238)"
2647         tickmode: "linear"
2648         tickfont:
2649           size: 14
2650         zeroline: False
2651       yaxis:
2652         title: "<b>Packet Throughput [Gbps]</b>"
2653         titlefont:
2654           size: 14
2655         type: "linear"
2656         gridcolor: "rgb(230, 230, 230)"
2657         hoverformat: ".4s"
2658         linecolor: "rgb(220, 220, 220)"
2659         linewidth: 1
2660         showgrid: True
2661         showline: True
2662         showticklabels: True
2663         tickcolor: "rgb(220, 220, 220)"
2664         tickformat: ".4s"
2665         tickfont:
2666           size: 14
2667         zeroline: True
2668         rangemode: "tozero"
2669         range: [0,100]
2670       legend:
2671         orientation: "h"
2672         font:
2673           size: 14
2674         xanchor: "left"
2675         yanchor: "top"
2676         x: 0
2677         y: -0.2
2678         bgcolor: "rgba(255, 255, 255, 0)"
2679         bordercolor: "rgba(255, 255, 255, 0)"
2680         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2681       autosize: False
2682       margin:
2683           't': 50
2684           'b': 150
2685           'l': 85
2686           'r': 10
2687       showlegend: True
2688       width: 700
2689       height: 700
2690       paper_bgcolor: "#fff"
2691       plot_bgcolor: "#fff"
2692       hoverlabel:
2693         namelength: -1
2694       annotations: [
2695         {
2696           text: "_ _          __",
2697           align: "left",
2698           showarrow: False,
2699           xref: "paper",
2700           yref: "paper",
2701           xanchor: "left",
2702           yanchor: "top",
2703           x: 0,
2704           y: -0.13,
2705           font: {
2706             family: "Consolas, Courier New",
2707             size: 13
2708           },
2709         },
2710         {
2711           text: "    Perfect     Measured",
2712           align: "left",
2713           showarrow: False,
2714           xref: "paper",
2715           yref: "paper",
2716           xanchor: "left",
2717           yanchor: "top",
2718           x: 0,
2719           y: -0.15,
2720           font: {
2721             family: "Consolas, Courier New",
2722             size: 13
2723           },
2724         },
2725       ]
2726
2727     plot-throughput-speedup-analysis-cps:
2728       titlefont:
2729         size: 16
2730       xaxis:
2731         title: "<b>Number of Cores [Qty]</b>"
2732         titlefont:
2733           size: 14
2734         autorange: True
2735         fixedrange: False
2736         gridcolor: "rgb(230, 230, 230)"
2737         linecolor: "rgb(220, 220, 220)"
2738         linewidth: 1
2739         showgrid: True
2740         showline: True
2741         showticklabels: True
2742         tickcolor: "rgb(238, 238, 238)"
2743         tickmode: "linear"
2744         tickfont:
2745           size: 14
2746         zeroline: False
2747       yaxis:
2748         title: "<b>Connection Rate [Mcps]</b>"
2749         titlefont:
2750           size: 14
2751         type: "linear"
2752         gridcolor: "rgb(230, 230, 230)"
2753         hoverformat: ".4s"
2754         linecolor: "rgb(220, 220, 220)"
2755         linewidth: 1
2756         showgrid: True
2757         showline: True
2758         showticklabels: True
2759         tickcolor: "rgb(220, 220, 220)"
2760         tickformat: ".4s"
2761         tickfont:
2762           size: 14
2763         zeroline: True
2764         rangemode: "tozero"
2765         range: [0,100]
2766       legend:
2767         orientation: "h"
2768         font:
2769           size: 14
2770         xanchor: "left"
2771         yanchor: "top"
2772         x: 0
2773         y: -0.2
2774         bgcolor: "rgba(255, 255, 255, 0)"
2775         bordercolor: "rgba(255, 255, 255, 0)"
2776         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2777       autosize: False
2778       margin:
2779           't': 50
2780           'b': 150
2781           'l': 85
2782           'r': 10
2783       showlegend: True
2784       width: 700
2785       height: 700
2786       paper_bgcolor: "#fff"
2787       plot_bgcolor: "#fff"
2788       hoverlabel:
2789         namelength: -1
2790       annotations: [
2791         {
2792           text: "_ _          __",
2793           align: "left",
2794           showarrow: False,
2795           xref: "paper",
2796           yref: "paper",
2797           xanchor: "left",
2798           yanchor: "top",
2799           x: 0,
2800           y: -0.13,
2801           font: {
2802             family: "Consolas, Courier New",
2803             size: 13
2804           },
2805         },
2806         {
2807           text: "    Perfect     Measured",
2808           align: "left",
2809           showarrow: False,
2810           xref: "paper",
2811           yref: "paper",
2812           xanchor: "left",
2813           yanchor: "top",
2814           x: 0,
2815           y: -0.15,
2816           font: {
2817             family: "Consolas, Courier New",
2818             size: 13
2819           },
2820         },
2821       ]
2822
2823     plot-latency:
2824       titlefont:
2825         size: 16
2826       xaxis:
2827         title: "<b>Direction</b>"
2828         titlefont:
2829           size: 14
2830         autorange: True
2831         fixedrange: False
2832         gridcolor: "rgb(230, 230, 230)"
2833         linecolor: "rgb(220, 220, 220)"
2834         linewidth: 1
2835         showgrid: True
2836         showline: True
2837         showticklabels: False
2838         tickcolor: "rgb(220, 220, 220)"
2839         tickmode: "linear"
2840         tickfont:
2841           size: 14
2842         zeroline: False
2843       yaxis:
2844         title: "<b>Packet Latency [uSec]</b>"
2845         titlefont:
2846           size: 14
2847         type: "linear"
2848         gridcolor: "rgb(230, 230, 230)"
2849         hoverformat: ".4s"
2850         linecolor: "rgb(220, 220, 220)"
2851         linewidth: 1
2852         showgrid: True
2853         showline: True
2854         showticklabels: True
2855         tickcolor: "rgb(220, 220, 220)"
2856         tickformat: ".4s"
2857         tickfont:
2858           size: 14
2859         zeroline: True
2860         rangemode: "tozero"
2861       legend:
2862         orientation: "h"
2863         font:
2864           size: 14
2865         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2866       autosize: False
2867       margin:
2868           't': 50
2869           'b': 150
2870           'l': 80
2871           'r': 10
2872       showlegend: True
2873       width: 700
2874       height: 700
2875       paper_bgcolor: "#fff"
2876       plot_bgcolor: "#fff"
2877       hoverlabel:
2878         namelength: -1
2879
2880     plot-hdrh-latency:
2881       title:
2882         text: ""
2883         xanchor: "center"
2884         x: 0.5
2885         font:
2886           size: 16
2887       width: 700
2888       plot_bgcolor: "white"
2889       annotations:
2890         - font:
2891             size: 14
2892           showarrow: False
2893           text: "<b>Packet Latency [uSec]</b>"
2894           x: 1
2895           xanchor: "right"
2896           xref: "paper"
2897           y: -0.045
2898           yanchor: "top"
2899           yref: "paper"
2900         - font:
2901             size: 14
2902           showarrow: False
2903           text: "<b>Probability [%]</b>"
2904           textangle: 270
2905           x: -0.06
2906           xanchor: "center"
2907           xref: "paper"
2908           y: 0.5
2909           yanchor: "middle"
2910           yref: "paper"
2911         - font:
2912             size: 14
2913           showarrow: False
2914           text: "<b>Direction: E-W</b>"
2915           x: 0.24
2916           xanchor: "center"
2917           xref: "paper"
2918           y: 1.05
2919           yanchor: "bottom"
2920           yref: "paper"
2921         - font:
2922             size: 14
2923           showarrow: False
2924           text: "<b>Direction: W-E</b>"
2925           x: 0.74
2926           xanchor: "center"
2927           xref: "paper"
2928           y: 1.05
2929           yanchor: "bottom"
2930           yref: "paper"
2931
2932     plot-hdrh-latency-percentile-x-log:
2933       title:
2934         text: "<b>Latency by Percentile Distribution</b>"
2935         xanchor: "center"
2936         x: 0.5
2937         font:
2938           size: 18
2939       showlegend: True
2940       legend:
2941         traceorder: "normal"
2942         orientation: "h"
2943         font:
2944           size: 16
2945         xanchor: "left"
2946         yanchor: "top"
2947         x: 0
2948         y: -0.2
2949         bgcolor: "rgba(255, 255, 255, 0)"
2950         bordercolor: "rgba(255, 255, 255, 0)"
2951       xaxis:
2952         type: "log"
2953         title: "<b>Percentile [%]</b>"
2954         titlefont:
2955           size: 14
2956         autorange: False
2957         fixedrange: True
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: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6]
2966         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999]
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       autosize: False
2983       width: 700
2984       height: 700
2985       paper_bgcolor: "white"
2986       plot_bgcolor: "white"
2987
2988     plot-hdrh-latency-by-percentile:
2989       title:
2990         text: "<b>Latency by Percentile Distribution</b>"
2991         xanchor: "center"
2992         x: 0.5
2993         font:
2994           size: 18
2995       showlegend: True
2996       legend:
2997         traceorder: "normal"
2998         orientation: "h"
2999         font:
3000           size: 16
3001         xanchor: "left"
3002         yanchor: "top"
3003         x: 0
3004         y: -0.2
3005         bgcolor: "rgba(255, 255, 255, 0)"
3006         bordercolor: "rgba(255, 255, 255, 0)"
3007       xaxis:
3008         type: "linear"
3009         title: "<b>Percentile [%]</b>"
3010         titlefont:
3011           size: 14
3012         autorange: False
3013         fixedrange: False
3014         range: [0, 100]
3015         gridcolor: "rgb(230, 230, 230)"
3016         linecolor: "rgb(220, 220, 220)"
3017         linewidth: 1
3018         showgrid: True
3019         showline: True
3020         showticklabels: True
3021         tickcolor: "rgb(220, 220, 220)"
3022         tickvals: [0, 25, 50, 75, 100]
3023         ticktext: [0, 25, 50, 75, 100]
3024         tickfont:
3025           size: 14
3026       yaxis:
3027         title: "<b>One-Way Latency per Direction [uSec]</b>"
3028         titlefont:
3029           size: 14
3030         gridcolor: "rgb(230, 230, 230)"
3031         linecolor: "rgb(220, 220, 220)"
3032         linewidth: 1
3033         showgrid: True
3034         showline: True
3035         showticklabels: True
3036         tickcolor: "rgb(220, 220, 220)"
3037         tickfont:
3038           size: 14
3039       width: 700
3040       height: 700
3041       paper_bgcolor: "white"
3042       plot_bgcolor: "white"
3043
3044 - type: "static"
3045   src-path: "{DIR[RST]}"
3046   dst-path: "{DIR[WORKING,SRC]}"
3047
3048 - type: "input"
3049   general:
3050     file-name: "output_info.xml.gz"
3051     file-format: ".gz"
3052     arch-file-format:
3053       - ".gz"
3054       - ".zip"
3055     download-path: "{job}/{build}/archives/{filename}"
3056     extract: "output.xml"
3057
3058     zip-file-name: "robot-plugin.zip"
3059     zip-file-format: ".zip"
3060     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
3061     zip-extract: "robot-plugin/output.xml"
3062
3063   builds:
3064
3065     csit-vpp-perf-report-iterative-2009-3n-hsw:
3066       - 18  # rls2005 MRR iter env 5
3067       - 9   # rls2005 NDRPDR iter env 5
3068       - 10  # rls2005 NDRPDR iter env 5
3069       - 11  # rls2005 NDRPDR iter env 5
3070       - 12  # rls2005 NDRPDR iter env 5
3071       - 13  # rls2005 NDRPDR iter env 5
3072       - 14  # rls2005 NDRPDR iter env 5
3073       - 15  # rls2005 NDRPDR iter env 5
3074       - 16  # rls2005 NDRPDR iter env 5
3075       - 17  # rls2005 NDRPDR iter env 5
3076       - 19  # rls2005 NDRPDR iter env 5
3077       - 23  # rls2009 MRR iter env 5
3078       - 21  # rls2009 NDRPDR iter env 5
3079       - 22  # rls2009 NDRPDR iter env 5
3080       - 24  # rls2009 NDRPDR iter env 5
3081       - 25  # rls2009 NDRPDR iter env 5
3082       - 26  # rls2009 NDRPDR iter env 5
3083       - 27  # rls2009 NDRPDR iter env 5
3084       - 28  # rls2009 NDRPDR iter env 5
3085       - 29  # rls2009 NDRPDR iter env 5
3086       - 30  # rls2009 NDRPDR iter env 5
3087       - 31  # rls2009 NDRPDR iter env 5
3088     csit-vpp-perf-report-iterative-2101-3n-hsw:
3089       - 17  # rls2009 MRR iter env 6
3090       - 19  # rls2009 NDRPDR iter env 6
3091       - 20  # rls2009 NDRPDR iter env 6
3092       - 21  # rls2009 NDRPDR iter env 6
3093       - 22  # rls2009 NDRPDR iter env 6
3094       - 23  # rls2009 NDRPDR iter env 6
3095       - 24  # rls2009 NDRPDR iter env 6
3096       - 25  # rls2009 NDRPDR iter env 6
3097       - 26  # rls2009 NDRPDR iter env 6
3098       - 27  # rls2009 NDRPDR iter env 6
3099       - 63  # rls2101.rel MRR iter env 6
3100       - 64  # rls2101.rel NDRPDR iter env 6
3101       - 71  # rls2101.rel NDRPDR iter env 6
3102       - 73  # rls2101.rel NDRPDR iter env 6
3103       - 74  # rls2101.rel NDRPDR iter env 6
3104       - 80  # rls2101.rel NDRPDR iter env 6
3105       - 81  # rls2101.rel NDRPDR iter env 6
3106       - 82  # rls2101.rel NDRPDR iter env 6
3107       - 83  # rls2101.rel NDRPDR iter env 6
3108       - 88  # rls2101.rel NDRPDR iter env 6
3109       - 89  # rls2101.rel NDRPDR iter env 6
3110       - 128 # rls2101.rel NDRPDR iter RND env 6
3111       - 129 # rls2101.rel NDRPDR iter RND env 6
3112       - 130 # rls2101.rel NDRPDR iter RND env 6
3113       - 131 # rls2101.rel NDRPDR iter RND env 6
3114       - 132 # rls2101.rel NDRPDR iter RND env 6
3115       - 133 # rls2101.rel NDRPDR iter RND env 6
3116       - 134 # rls2101.rel NDRPDR iter RND env 6
3117       - 135 # rls2101.rel NDRPDR iter RND env 6
3118       - 136 # rls2101.rel NDRPDR iter RND env 6
3119       - 137 # rls2101.rel NDRPDR iter RND env 6
3120       - 65  # rls2101.rel NDRPDR reconf iter env 6
3121       - 68  # rls2101.rel NDRPDR reconf iter env 6
3122       - 77  # rls2101.rel NDRPDR reconf iter env 6
3123       - 84  # rls2101.rel NDRPDR reconf iter env 6
3124       - 90  # rls2101.rel NDRPDR reconf iter env 6
3125       - 96  # rls2101.rel NDRPDR reconf iter env 6
3126       - 101 # rls2101.rel NDRPDR reconf iter env 6
3127       - 104 # rls2101.rel NDRPDR reconf iter env 6
3128       - 105 # rls2101.rel NDRPDR reconf iter env 6
3129       - 106 # rls2101.rel NDRPDR reconf iter env 6
3130       - 107 # rls2101.rel NDRPDR reconf iter env 6
3131       - 108 # rls2101.rel NDRPDR reconf iter env 6
3132       - 110 # rls2101.rel NDRPDR reconf iter env 6
3133       - 111 # rls2101.rel NDRPDR reconf iter env 6
3134       - 112 # rls2101.rel NDRPDR reconf iter env 6
3135       - 113 # rls2101.rel NDRPDR reconf iter env 6
3136       - 114 # rls2101.rel NDRPDR reconf iter env 6
3137       - 115 # rls2101.rel NDRPDR reconf iter env 6
3138       - 116 # rls2101.rel NDRPDR reconf iter env 6
3139       - 117 # rls2101.rel NDRPDR reconf iter env 6
3140       - 69  # rls2101.rel Hoststack iter env 6
3141       - 70  # rls2101.rel Hoststack iter env 6
3142       - 75  # rls2101.rel Hoststack iter env 6
3143       - 76  # rls2101.rel Hoststack iter env 6
3144       - 78  # rls2101.rel Hoststack iter env 6
3145       - 79  # rls2101.rel Hoststack iter env 6
3146       - 85  # rls2101.rel Hoststack iter env 6
3147       - 86  # rls2101.rel Hoststack iter env 6
3148       - 87  # rls2101.rel Hoststack iter env 6
3149       - 91  # rls2101.rel Hoststack iter env 6
3150       - 92  # rls2101.rel Hoststack iter env 6
3151       - 93  # rls2101.rel Hoststack iter env 6
3152       - 94  # rls2101.rel Hoststack iter env 6
3153       - 95  # rls2101.rel Hoststack iter env 6
3154       - 97  # rls2101.rel Hoststack iter env 6
3155       - 98  # rls2101.rel Hoststack iter env 6
3156       - 99  # rls2101.rel Hoststack iter env 6
3157       - 100 # rls2101.rel Hoststack iter env 6
3158       - 102 # rls2101.rel Hoststack iter env 6
3159       - 103 # rls2101.rel Hoststack iter env 6
3160     csit-vpp-perf-report-coverage-2101-3n-hsw:
3161       - 1   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-00
3162       - 2   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-01
3163       - 3   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-02
3164       - 4   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-03
3165       - 5   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-00
3166       - 6   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-01
3167       - 7   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-02
3168       - 8   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-03
3169       - 9   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-04
3170       - 10  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-05
3171       - 11  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-06
3172       - 12  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-07
3173       - 13  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-00
3174       - 14  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-01
3175       - 15  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-02
3176       - 16  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-00
3177       - 18  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-01
3178       - 19  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-00
3179       - 20  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-01
3180       - 21  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-02
3181       - 22  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-03
3182       - 23  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-04
3183       - 24  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6tun-00
3184       - 25  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-05
3185       - 26  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-06
3186       - 27  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-07
3187       - 28  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-08
3188       - 29  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-09
3189       - 30  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-10
3190       - 31  # rls2101.rel NDRPDR cov env 6 3n-hsw-memif-00
3191       - 32  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-00
3192       - 33  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-01
3193       - 34  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-00
3194       - 35  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-01
3195       - 36  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-02
3196
3197
3198     csit-vpp-perf-report-iterative-2009-3n-skx:
3199       - 17  # rls2005 MRR iter env 5
3200       - 13  # rls2005 NDRPDR iter env 5
3201       - 18  # rls2005 NDRPDR iter env 5
3202       - 19  # rls2005 NDRPDR iter env 5
3203       - 41  # rls2005 NDRPDR iter env 5
3204       - 43  # rls2005 NDRPDR iter env 5
3205       - 44  # rls2005 NDRPDR iter env 5
3206       - 45  # rls2005 NDRPDR iter env 5
3207       - 46  # rls2005 NDRPDR iter env 5
3208       - 48  # rls2005 NDRPDR iter env 5
3209       - 49  # rls2005 NDRPDR iter env 5
3210       - 24  # rls2009 MRR iter env 5
3211       - 26  # rls2009 NDRPDR iter env 5
3212       - 27  # rls2009 NDRPDR iter env 5
3213       - 28  # rls2009 NDRPDR iter env 5
3214       - 29  # rls2009 NDRPDR iter env 5
3215       - 35  # rls2009 NDRPDR iter env 5
3216       - 36  # rls2009 NDRPDR iter env 5
3217       - 37  # rls2009 NDRPDR iter env 5
3218       - 38  # rls2009 NDRPDR iter env 5
3219       - 39  # rls2009 NDRPDR iter env 5
3220       - 40  # rls2009 NDRPDR iter env 5
3221     csit-vpp-perf-report-iterative-2101-3n-skx:
3222       - 34  # rls2009 MRR iter env 6
3223       - 14  # rls2009 NDRPDR iter env 6
3224       - 15  # rls2009 NDRPDR iter env 6
3225       - 16  # rls2009 NDRPDR iter env 6
3226       - 17  # rls2009 NDRPDR iter env 6
3227       - 18  # rls2009 NDRPDR iter env 6
3228       - 25  # rls2009 NDRPDR iter env 6
3229       - 26  # rls2009 NDRPDR iter env 6
3230       - 27  # rls2009 NDRPDR iter env 6
3231       - 29  # rls2009 NDRPDR iter env 6
3232       - 31  # rls2009 NDRPDR iter env 6
3233       - 35  # rls2101.rel MRR iter env 6
3234       - 36  # rls2101.rel NDRPDR iter env 6
3235       - 37  # rls2101.rel NDRPDR iter env 6
3236       - 38  # rls2101.rel NDRPDR iter env 6
3237       - 39  # rls2101.rel NDRPDR iter env 6
3238       - 40  # rls2101.rel NDRPDR iter env 6
3239       - 41  # rls2101.rel NDRPDR iter env 6
3240       - 42  # rls2101.rel NDRPDR iter env 6
3241       - 47  # rls2101.rel NDRPDR iter env 6
3242       - 48  # rls2101.rel NDRPDR iter env 6
3243       - 50  # rls2101.rel NDRPDR iter env 6
3244     csit-vpp-perf-report-coverage-2101-3n-skx:
3245       - 1   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-00
3246       - 2   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-01
3247       - 3   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-02
3248       - 4   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-03
3249       - 5   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-00
3250       - 16  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-01
3251       - 7   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-02
3252       - 17  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-03
3253       - 18  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-04
3254       - 19  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-05
3255       - 20  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
3256       - 12  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
3257       - 13  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-00
3258       - 26  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-01
3259       - 15  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-02
3260       - 21  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-00
3261       - 22  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-01
3262       - 23  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6tun-00
3263       - 24  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-00
3264       - 30  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-01
3265       - 27  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-02
3266       - 28  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-03
3267       - 29  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-04
3268       - 31  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-05
3269       - 32  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-06
3270       - 33  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-07
3271       - 34  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-08
3272       - 35  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-09
3273       - 36  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-10
3274       - 37  # rls2101.rel NDRPDR cov env 6 3n-skx-memif-00
3275       - 38  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-00
3276       - 39  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-01
3277 #       - 40  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-00
3278       - 41  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-01
3279       - 42  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-02
3280       - 43  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-03
3281
3282     csit-vpp-perf-report-iterative-2009-2n-skx:
3283       - 20  # rls2005 MRR iter env 5
3284       - 13  # rls2005 NDRPDR iter env 5
3285       - 16  # rls2005 NDRPDR iter env 5
3286       - 17  # rls2005 NDRPDR iter env 5
3287       - 18  # rls2005 NDRPDR iter env 5
3288       - 19  # rls2005 NDRPDR iter env 5
3289       - 21  # rls2005 NDRPDR iter env 5
3290       - 22  # rls2005 NDRPDR iter env 5
3291       - 23  # rls2005 NDRPDR iter env 5
3292       - 24  # rls2005 NDRPDR iter env 5
3293       - 25  # rls2005 NDRPDR iter env 5
3294       - 120 # rls2009 MRR iter env 5
3295       - 35  # rls2009 NDRPDR iter env 5
3296       - 36  # rls2009 NDRPDR iter env 5
3297       - 37  # rls2009 NDRPDR iter env 5
3298       - 39  # rls2009 NDRPDR iter env 5
3299       - 40  # rls2009 NDRPDR iter env 5
3300       - 42  # rls2009 NDRPDR iter env 5
3301       - 43  # rls2009 NDRPDR iter env 5
3302       - 44  # rls2009 NDRPDR iter env 5
3303       - 46  # rls2009 NDRPDR iter env 5
3304       - 48  # rls2009 NDRPDR iter env 5
3305       - 110 # rls2009 NDRPDR iter NAT44 env 5
3306       - 111 # rls2009 NDRPDR iter NAT44 env 5
3307       - 112 # rls2009 NDRPDR iter NAT44 env 5
3308       - 113 # rls2009 NDRPDR iter NAT44 env 5
3309       - 114 # rls2009 NDRPDR iter NAT44 env 5
3310       - 115 # rls2009 NDRPDR iter NAT44 env 5
3311       - 116 # rls2009 NDRPDR iter NAT44 env 5
3312       - 118 # rls2009 NDRPDR iter NAT44 env 5
3313       - 119 # rls2009 NDRPDR iter NAT44 env 5
3314       - 121 # rls2009 NDRPDR iter NAT44 env 5
3315     csit-vpp-perf-report-iterative-2101-2n-skx:
3316       - 21  # rls2009 MRR iter env 6
3317       - 22  # rls2009 NDRPDR iter env 6
3318       - 23  # rls2009 NDRPDR iter env 6
3319       - 24  # rls2009 NDRPDR iter env 6
3320       - 25  # rls2009 NDRPDR iter env 6
3321       - 26  # rls2009 NDRPDR iter env 6
3322       - 28  # rls2009 NDRPDR iter env 6
3323       - 39  # rls2009 NDRPDR iter env 6
3324       - 40  # rls2009 NDRPDR iter env 6
3325       - 41  # rls2009 NDRPDR iter env 6
3326       - 44  # rls2009 NDRPDR iter env 6
3327       - 62  # rls2101.rel MRR iter env 6
3328       - 63  # rls2101.rel NDRPDR iter env 6
3329       - 69  # rls2101.rel NDRPDR iter env 6
3330       - 70  # rls2101.rel NDRPDR iter env 6
3331       - 75  # rls2101.rel NDRPDR iter env 6
3332       - 76  # rls2101.rel NDRPDR iter env 6
3333       - 77  # rls2101.rel NDRPDR iter env 6
3334       - 82  # rls2101.rel NDRPDR iter env 6
3335       - 85  # rls2101.rel NDRPDR iter env 6
3336       - 86  # rls2101.rel NDRPDR iter env 6
3337       - 94  # rls2101.rel NDRPDR iter env 6
3338       - 89  # rls2101.rel NDRPDR iter RND env 6
3339       - 90  # rls2101.rel NDRPDR iter RND env 6
3340       - 91  # rls2101.rel NDRPDR iter RND env 6
3341       - 92  # rls2101.rel NDRPDR iter RND env 6
3342       - 93  # rls2101.rel NDRPDR iter RND env 6
3343       - 96  # rls2101.rel NDRPDR iter RND env 6
3344       - 98  # rls2101.rel NDRPDR iter RND env 6
3345       - 99  # rls2101.rel NDRPDR iter RND env 6
3346       - 101 # rls2101.rel NDRPDR iter RND env 6
3347       - 102 # rls2101.rel NDRPDR iter RND env 6
3348       - 116 # rls2101.rel NDRPDR iter NAT env 6
3349       - 117 # rls2101.rel NDRPDR iter NAT env 6
3350       - 118 # rls2101.rel NDRPDR iter NAT env 6
3351       - 119 # rls2101.rel NDRPDR iter NAT env 6
3352       - 120 # rls2101.rel NDRPDR iter NAT env 6
3353       - 121 # rls2101.rel NDRPDR iter NAT env 6
3354       - 122 # rls2101.rel NDRPDR iter NAT env 6
3355       - 123 # rls2101.rel NDRPDR iter NAT env 6
3356       - 124 # rls2101.rel NDRPDR iter NAT env 6
3357       - 125 # rls2101.rel NDRPDR iter NAT env 6
3358       - 65  # rls2101.rel MRR nf-density iter env 6
3359       - 67  # rls2101.rel NDRPDR nf-density iter env 6
3360       - 72  # rls2101.rel NDRPDR nf-density iter env 6
3361       - 79  # rls2101.rel NDRPDR nf-density iter env 6
3362       - 83  # rls2101.rel NDRPDR nf-density iter env 6
3363       - 88  # rls2101.rel NDRPDR nf-density iter env 6
3364       - 97  # rls2101.rel NDRPDR nf-density iter env 6
3365       - 103 # rls2101.rel NDRPDR nf-density iter env 6
3366       - 108 # rls2101.rel NDRPDR nf-density iter env 6
3367       - 109 # rls2101.rel NDRPDR nf-density iter env 6
3368       - 110 # rls2101.rel NDRPDR nf-density iter env 6
3369       - 64  # rls2101.rel NDRPDR reconf iter env 6
3370       - 66  # rls2101.rel NDRPDR reconf iter env 6
3371       - 71  # rls2101.rel NDRPDR reconf iter env 6
3372       - 74  # rls2101.rel NDRPDR reconf iter env 6
3373       - 78  # rls2101.rel NDRPDR reconf iter env 6
3374       - 87  # rls2101.rel NDRPDR reconf iter env 6
3375       - 95  # rls2101.rel NDRPDR reconf iter env 6
3376       - 100 # rls2101.rel NDRPDR reconf iter env 6
3377       - 104 # rls2101.rel NDRPDR reconf iter env 6
3378       - 106 # rls2101.rel NDRPDR reconf iter env 6
3379       - 68  # rls2101.rel soak env 6
3380       - 73  # rls2101.rel soak env 6
3381     csit-vpp-perf-report-coverage-2101-2n-skx:
3382       - 1   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-00
3383       - 2   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-01
3384       - 3   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-02
3385       - 4   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-03
3386       - 5   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-04
3387       - 6   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-05
3388       - 7   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-06
3389       - 8   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-07
3390       - 21  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
3391       - 22  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
3392       - 10  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-00
3393       - 11  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-01
3394       - 12  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-00
3395       - 13  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-01
3396       - 14  # rls2101.rel NDRPDR cov env 6 2n-skx-lb-00
3397       - 15  # rls2101.rel NDRPDR cov env 6 2n-skx-memif-00
3398       - 16  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-00
3399       - 17  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-01
3400       - 19  # rls2101.rel NDRPDR cov env 6 2n-skx-vts-00
3401
3402     csit-vpp-perf-report-iterative-2009-2n-clx:
3403       - 77  # rls2005 MRR iter env 5
3404       - 13  # rls2005 NDRPDR iter env 5
3405       - 15  # rls2005 NDRPDR iter env 5
3406       - 17  # rls2005 NDRPDR iter env 5
3407       - 18  # rls2005 NDRPDR iter env 5
3408       - 19  # rls2005 NDRPDR iter env 5
3409       - 20  # rls2005 NDRPDR iter env 5
3410       - 21  # rls2005 NDRPDR iter env 5
3411       - 22  # rls2005 NDRPDR iter env 5
3412       - 23  # rls2005 NDRPDR iter env 5
3413       - 24  # rls2005 NDRPDR iter env 5
3414       - 125 # rls2009 MRR iter env 5
3415       - 36  # rls2009 NDRPDR iter env 5
3416       - 39  # rls2009 NDRPDR iter env 5
3417       - 40  # rls2009 NDRPDR iter env 5
3418       - 65  # rls2009 NDRPDR iter env 5
3419       - 66  # rls2009 NDRPDR iter env 5
3420       - 79  # rls2009 NDRPDR iter env 5
3421       - 82  # rls2009 NDRPDR iter env 5
3422       - 88  # rls2009 NDRPDR iter env 5
3423       - 89  # rls2009 NDRPDR iter env 5
3424       - 90  # rls2009 NDRPDR iter env 5
3425       - 114 # rls2009 NDRPDR iter NAT44 env 5
3426       - 115 # rls2009 NDRPDR iter NAT44 env 5
3427       - 116 # rls2009 NDRPDR iter NAT44 env 5
3428       - 117 # rls2009 NDRPDR iter NAT44 env 5
3429       - 118 # rls2009 NDRPDR iter NAT44 env 5
3430       - 119 # rls2009 NDRPDR iter NAT44 env 5
3431       - 121 # rls2009 NDRPDR iter NAT44 env 5
3432       - 122 # rls2009 NDRPDR iter NAT44 env 5
3433       - 123 # rls2009 NDRPDR iter NAT44 env 5
3434       - 126 # rls2009 NDRPDR iter NAT44 env 5
3435     csit-vpp-perf-report-iterative-2101-2n-clx:
3436       - 15  # rls2009 MRR iter env 6
3437       - 16  # rls2009 NDRPDR iter env 6
3438       - 17  # rls2009 NDRPDR iter env 6
3439       - 18  # rls2009 NDRPDR iter env 6
3440       - 19  # rls2009 NDRPDR iter env 6
3441       - 20  # rls2009 NDRPDR iter env 6
3442       - 21  # rls2009 NDRPDR iter env 6
3443       - 32  # rls2009 NDRPDR iter env 6
3444       - 33  # rls2009 NDRPDR iter env 6
3445       - 34  # rls2009 NDRPDR iter env 6
3446       - 35  # rls2009 NDRPDR iter env 6
3447       - 53  # rls2101.rel MRR iter env 6
3448       - 54  # rls2101.rel NDRPDR iter env 6
3449       - 59  # rls2101.rel NDRPDR iter env 6
3450       - 60  # rls2101.rel NDRPDR iter env 6
3451       - 63  # rls2101.rel NDRPDR iter env 6
3452       - 66  # rls2101.rel NDRPDR iter env 6
3453       - 68  # rls2101.rel NDRPDR iter env 6
3454       - 73  # rls2101.rel NDRPDR iter env 6
3455       - 75  # rls2101.rel NDRPDR iter env 6
3456       - 86  # rls2101.rel NDRPDR iter env 6
3457       - 90  # rls2101.rel NDRPDR iter env 6
3458       - 80  # rls2101.rel NDRPDR iter RND env 6
3459       - 87  # rls2101.rel NDRPDR iter RND env 6
3460       - 91  # rls2101.rel NDRPDR iter RND env 6
3461       - 92  # rls2101.rel NDRPDR iter RND env 6
3462       - 93  # rls2101.rel NDRPDR iter RND env 6
3463       - 94  # rls2101.rel NDRPDR iter RND env 6
3464       - 95  # rls2101.rel NDRPDR iter RND env 6
3465       - 100 # rls2101.rel NDRPDR iter RND env 6
3466       - 106 # rls2101.rel NDRPDR iter RND env 6
3467       - 108 # rls2101.rel NDRPDR iter RND env 6
3468       - 112 # rls2101.rel NDRPDR iter NAT env 6
3469       - 113 # rls2101.rel NDRPDR iter NAT env 6
3470       - 114 # rls2101.rel NDRPDR iter NAT env 6
3471       - 115 # rls2101.rel NDRPDR iter NAT env 6
3472       - 116 # rls2101.rel NDRPDR iter NAT env 6
3473       - 117 # rls2101.rel NDRPDR iter NAT env 6
3474       - 118 # rls2101.rel NDRPDR iter NAT env 6
3475       - 119 # rls2101.rel NDRPDR iter NAT env 6
3476       - 120 # rls2101.rel NDRPDR iter NAT env 6
3477       - 121 # rls2101.rel NDRPDR iter NAT env 6
3478       - 122 # rls2101.rel NDRPDR iter MLX env 6
3479       - 123 # rls2101.rel NDRPDR iter MLX env 6
3480       - 127 # rls2101.rel NDRPDR iter MLX env 6
3481       - 129 # rls2101.rel NDRPDR iter MLX env 6
3482       - 131 # rls2101.rel NDRPDR iter MLX env 6
3483       - 72  # rls2101.rel MRR nf-density iter env 6
3484       - 57  # rls2101.rel NDRPDR nf-density iter env 6
3485       - 62  # rls2101.rel NDRPDR nf-density iter env 6
3486       - 70  # rls2101.rel NDRPDR nf-density iter env 6
3487       - 71  # rls2101.rel NDRPDR nf-density iter env 6
3488       - 82  # rls2101.rel NDRPDR nf-density iter env 6
3489       - 88  # rls2101.rel NDRPDR nf-density iter env 6
3490       - 89  # rls2101.rel NDRPDR nf-density iter env 6
3491       - 96  # rls2101.rel NDRPDR nf-density iter env 6
3492       - 97  # rls2101.rel NDRPDR nf-density iter env 6
3493       - 98  # rls2101.rel NDRPDR nf-density iter env 6
3494       - 55  # rls2101.rel NDRPDR reconf iter env 6
3495       - 64  # rls2101.rel NDRPDR reconf iter env 6
3496       - 76  # rls2101.rel NDRPDR reconf iter env 6
3497       - 83  # rls2101.rel NDRPDR reconf iter env 6
3498       - 99  # rls2101.rel NDRPDR reconf iter env 6
3499       - 101 # rls2101.rel NDRPDR reconf iter env 6
3500       - 102 # rls2101.rel NDRPDR reconf iter env 6
3501       - 107 # rls2101.rel NDRPDR reconf iter env 6
3502       - 109 # rls2101.rel NDRPDR reconf iter env 6
3503       - 110 # rls2101.rel NDRPDR reconf iter env 6
3504       - 58  # rls2101.rel soak env 6
3505       - 61  # rls2101.rel soak env 6
3506     csit-vpp-perf-report-coverage-2101-2n-clx:
3507       - 1   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-00
3508       - 2   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-01
3509       - 3   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-02
3510       - 4   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-03
3511       - 5   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-04
3512       - 6   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-05
3513       - 7   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-06
3514       - 8   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-07
3515       - 19  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
3516       - 20  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
3517       - 10  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-00
3518       - 11  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-01
3519       - 12  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-00
3520       - 13  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-01
3521       - 14  # rls2101.rel NDRPDR cov env 6 2n-clx-lb-00
3522       - 15  # rls2101.rel NDRPDR cov env 6 2n-clx-memif-00
3523       - 16  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-00
3524       - 17  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-01
3525       - 18  # rls2101.rel NDRPDR cov env 6 2n-clx-vts-00
3526
3527     csit-vpp-perf-report-iterative-2009-2n-zn2:
3528       - 15  # rls2009 MRR iter env 5
3529       - 17  # rls2009 NDRPDR iter env 5
3530       - 18  # rls2009 NDRPDR iter env 5
3531       - 31  # rls2009 NDRPDR iter env 5
3532       - 33  # rls2009 NDRPDR iter env 5
3533       - 34  # rls2009 NDRPDR iter env 5
3534     csit-vpp-perf-report-iterative-2101-2n-zn2:
3535       - 8   # rls2009 MRR iter env6
3536       - 9   # rls2009 NDRPDR iter env 6
3537       - 10  # rls2009 NDRPDR iter env 6
3538       - 11  # rls2009 NDRPDR iter env 6
3539       - 12  # rls2009 NDRPDR iter env 6
3540       - 13  # rls2009 NDRPDR iter env 6
3541       - 20  # rls2009 NDRPDR iter env 6
3542       - 21  # rls2009 NDRPDR iter env 6
3543       - 22  # rls2009 NDRPDR iter env 6
3544       - 25  # rls2009 NDRPDR iter env 6
3545       - 26  # rls2009 NDRPDR iter env 6
3546       - 30  # rls2101.rel MRR iter env 6
3547       - 31  # rls2101.rel NDRPDR iter env 6
3548       - 32  # rls2101.rel NDRPDR iter env 6
3549       - 33  # rls2101.rel NDRPDR iter env 6
3550       - 34  # rls2101.rel NDRPDR iter env 6
3551       - 35  # rls2101.rel NDRPDR iter env 6
3552       - 36  # rls2101.rel NDRPDR iter env 6
3553       - 37  # rls2101.rel NDRPDR iter env 6
3554       - 38  # rls2101.rel NDRPDR iter env 6
3555       - 44  # rls2101.rel NDRPDR iter env 6
3556       - 49  # rls2101.rel NDRPDR iter env 6
3557       - 39  # rls2101.rel NDRPDR iter RND env 6
3558       - 40  # rls2101.rel NDRPDR iter RND env 6
3559       - 41  # rls2101.rel NDRPDR iter RND env 6
3560       - 42  # rls2101.rel NDRPDR iter RND env 6
3561       - 43  # rls2101.rel NDRPDR iter RND env 6
3562       - 45  # rls2101.rel NDRPDR iter RND env 6
3563       - 48  # rls2101.rel NDRPDR iter RND env 6
3564       - 50  # rls2101.rel NDRPDR iter RND env 6
3565       - 51  # rls2101.rel NDRPDR iter RND env 6
3566       - 52  # rls2101.rel NDRPDR iter RND env 6
3567     csit-vpp-perf-report-coverage-2101-2n-zn2:
3568       - 1   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-00
3569       - 2   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-01
3570       - 3   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-02
3571       - 4   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-03
3572       - 5   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-04
3573       - 6   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-05
3574       - 17  # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4tun-00
3575       - 18  # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4tun-01
3576       - 8   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip6-00
3577       - 9   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip6-01
3578       - 10  # rls2101.rel NDRPDR cov env 6 2n-zn2-l2-00
3579       - 11  # rls2101.rel NDRPDR cov env 6 2n-zn2-l2-01
3580       - 12  # rls2101.rel NDRPDR cov env 6 2n-zn2-lb-00
3581       - 13  # rls2101.rel NDRPDR cov env 6 2n-zn2-memif-00
3582       - 14  # rls2101.rel NDRPDR cov env 6 2n-zn2-vhost-00
3583       - 15  # rls2101.rel NDRPDR cov env 6 2n-zn2-vhost-00
3584       - 16  # rls2101.rel NDRPDR cov env 6 2n-zn2-vts-00
3585
3586     csit-vpp-perf-report-iterative-2009-3n-tsh:
3587       - 8   # rls2005 NDRPDR iter env 5
3588       - 11  # rls2005 NDRPDR iter env 5
3589       - 12  # rls2005 NDRPDR iter env 5
3590       - 24  # rls2005 NDRPDR iter env 5
3591       - 27  # rls2005 NDRPDR iter env 5
3592       - 29  # rls2005 NDRPDR iter env 5
3593       - 31  # rls2005 NDRPDR iter env 5
3594       - 39  # rls2005 NDRPDR iter env 5
3595       - 40  # rls2005 NDRPDR iter env 5
3596       - 42  # rls2005 NDRPDR iter env 5
3597       - 13  # rls2005 MRR iter env 5
3598       - 14  # rls2009 NDRPDR iter env 5
3599       - 20  # rls2009 NDRPDR iter env 5
3600       - 21  # rls2009 NDRPDR iter env 5
3601       - 22  # rls2009 NDRPDR iter env 5
3602       - 23  # rls2009 NDRPDR iter env 5
3603       - 28  # rls2009 NDRPDR iter env 5
3604       - 30  # rls2009 NDRPDR iter env 5
3605       - 33  # rls2009 NDRPDR iter env 5
3606       - 38  # rls2009 NDRPDR iter env 5
3607       - 41  # rls2009 NDRPDR iter env 5
3608       - 15  # rls2009 MRR iter env 5
3609     csit-vpp-perf-report-iterative-2101-3n-tsh:
3610       - 7   # rls2009 MRR iter env 6
3611       - 8   # rls2009 NDRPDR iter env 6
3612       - 13  # rls2009 NDRPDR iter env 6
3613       - 14  # rls2009 NDRPDR iter env 6
3614       - 15  # rls2009 NDRPDR iter env 6
3615       - 16  # rls2009 NDRPDR iter env 6
3616       - 17  # rls2009 NDRPDR iter env 6
3617       - 18  # rls2009 NDRPDR iter env 6
3618       - 19  # rls2009 NDRPDR iter env 6
3619       - 21  # rls2009 NDRPDR iter env 6
3620       - 22  # rls2101.rel MRR iter env 6
3621       - 23  # rls2101.rel NDRPDR iter env 6
3622       - 24  # rls2101.rel NDRPDR iter env 6
3623       - 25  # rls2101.rel NDRPDR iter env 6
3624       - 26  # rls2101.rel NDRPDR iter env 6
3625       - 27  # rls2101.rel NDRPDR iter env 6
3626       - 28  # rls2101.rel NDRPDR iter env 6
3627       - 29  # rls2101.rel NDRPDR iter env 6
3628       - 30  # rls2101.rel NDRPDR iter env 6
3629       - 31  # rls2101.rel NDRPDR iter env 6
3630       - 32  # rls2101.rel NDRPDR iter env 6
3631     csit-vpp-perf-report-coverage-2101-3n-tsh:
3632       - 1   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-00
3633 #       - 2   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-01
3634       - 3   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-02
3635 #       - 4   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-03
3636       - 5   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4tun-00
3637       - 6   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4tun-01
3638 #       - 7   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip6-00
3639       - 8   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip6-01
3640       - 9   # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-00
3641 #       - 10  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-01
3642       - 11  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-02
3643       - 12  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-03
3644       - 13  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-04
3645 #       - 19  # rls2101.rel NDRPDR cov env 6 3n-tsh-memif-00
3646       - 15  # rls2101.rel NDRPDR cov env 6 3n-tsh-srv6-00
3647       - 16  # rls2101.rel NDRPDR cov env 6 3n-tsh-srv6-01
3648 #       - 17  # rls2101.rel NDRPDR cov env 6 3n-tsh-vhost-00
3649       - 18  # rls2101.rel NDRPDR cov env 6 3n-tsh-vhost-01
3650
3651     csit-vpp-perf-report-iterative-2101-2n-tx2:
3652       - 5   # rls2009 MRR iter env 6
3653       - 6   # rls2009 NDRPDR iter env 6
3654       - 7   # rls2009 NDRPDR iter env 6
3655       - 11  # rls2009 NDRPDR iter env 6
3656       - 12  # rls2009 NDRPDR iter env 6
3657       - 13  # rls2009 NDRPDR iter env 6
3658       - 16  # rls2009 NDRPDR iter env 6
3659       - 17  # rls2009 NDRPDR iter env 6
3660       - 18  # rls2009 NDRPDR iter env 6
3661       - 19  # rls2009 NDRPDR iter env 6
3662       - 20  # rls2009 NDRPDR iter env 6
3663       - 21  # rls2101.rel MRR iter env 6
3664       - 22  # rls2101.rel NDRPDR iter env 6
3665       - 23  # rls2101.rel NDRPDR iter env 6
3666       - 24  # rls2101.rel NDRPDR iter env 6
3667       - 25  # rls2101.rel NDRPDR iter env 6
3668       - 26  # rls2101.rel NDRPDR iter env 6
3669       - 27  # rls2101.rel NDRPDR iter env 6
3670       - 28  # rls2101.rel NDRPDR iter env 6
3671       - 29  # rls2101.rel NDRPDR iter env 6
3672       - 30  # rls2101.rel NDRPDR iter env 6
3673       - 31  # rls2101.rel NDRPDR iter env 6
3674     csit-vpp-perf-report-coverage-2101-2n-tx2:
3675       - 1   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-00
3676       - 2   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-01
3677       - 3   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-02
3678       - 4   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-03
3679       - 5   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-04
3680       - 6   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-05
3681       - 7   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-06
3682       - 8   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-00
3683       - 9   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-01
3684       - 10  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-00
3685       - 11  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-01
3686       - 12  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-02
3687       - 13  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-03
3688       - 15  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-04
3689
3690     csit-vpp-perf-report-iterative-2009-3n-dnv:
3691       - 16  # rls2005 NDRPDR iter env 5
3692       - 23  # rls2005 NDRPDR iter env 5
3693       - 25  # rls2005 NDRPDR iter env 5
3694       - 26  # rls2005 NDRPDR iter env 5
3695       - 27  # rls2005 NDRPDR iter env 5
3696       - 28  # rls2005 NDRPDR iter env 5
3697       - 29  # rls2005 NDRPDR iter env 5
3698       - 30  # rls2005 NDRPDR iter env 5
3699       - 31  # rls2005 NDRPDR iter env 5
3700       - 32  # rls2005 NDRPDR iter env 5
3701       - 19  # rls2005 MRR iter env 5
3702       - 3   # rls2009 NDRPDR iter env 5
3703       - 6   # rls2009 NDRPDR iter env 5
3704       - 7   # rls2009 NDRPDR iter env 5
3705       - 8   # rls2009 NDRPDR iter env 5
3706       - 10  # rls2009 NDRPDR iter env 5
3707       - 11  # rls2009 NDRPDR iter env 5
3708       - 12  # rls2009 NDRPDR iter env 5
3709       - 14  # rls2009 NDRPDR iter env 5
3710       - 15  # rls2009 NDRPDR iter env 5
3711       - 24  # rls2009 NDRPDR iter env 5
3712       - 22  # rls2009 MRR iter env 5
3713     csit-vpp-perf-report-iterative-2101-3n-dnv:
3714       - 32  # rls2101.rel MRR iter env 6
3715       - 33  # rls2101.rel NDRPDR iter env 6
3716       - 34  # rls2101.rel NDRPDR iter env 6
3717       - 35  # rls2101.rel NDRPDR iter env 6
3718       - 36  # rls2101.rel NDRPDR iter env 6
3719       - 37  # rls2101.rel NDRPDR iter env 6
3720       - 38  # rls2101.rel NDRPDR iter env 6
3721       - 39  # rls2101.rel NDRPDR iter env 6
3722       - 40  # rls2101.rel NDRPDR iter env 6
3723       - 41  # rls2101.rel NDRPDR iter env 6
3724       - 42  # rls2101.rel NDRPDR iter env 6
3725       - 43  # rls2101.rel NDRPDR iter RND env 6
3726       - 44  # rls2101.rel NDRPDR iter RND env 6
3727       - 45  # rls2101.rel NDRPDR iter RND env 6
3728       - 46  # rls2101.rel NDRPDR iter RND env 6
3729       - 47  # rls2101.rel NDRPDR iter RND env 6
3730       - 48  # rls2101.rel NDRPDR iter RND env 6
3731       - 49  # rls2101.rel NDRPDR iter RND env 6
3732       - 50  # rls2101.rel NDRPDR iter RND env 6
3733       - 51  # rls2101.rel NDRPDR iter RND env 6
3734       - 52  # rls2101.rel NDRPDR iter RND env 6
3735     csit-vpp-perf-report-coverage-2101-3n-dnv:
3736       - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-00
3737       - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-01
3738       - 3   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
3739       - 4   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
3740       - 5   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4tun-00
3741       - 6   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-00
3742       - 7   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-01
3743       - 8   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-00
3744       - 9   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-01
3745
3746     csit-vpp-perf-report-iterative-2009-2n-dnv:
3747       - 16  # rls2005 NDRPDR iter env 5
3748       - 17  # rls2005 NDRPDR iter env 5
3749       - 18  # rls2005 NDRPDR iter env 5
3750       - 19  # rls2005 NDRPDR iter env 5
3751       - 21  # rls2005 NDRPDR iter env 5
3752       - 24  # rls2005 NDRPDR iter env 5
3753       - 27  # rls2005 NDRPDR iter env 5
3754       - 28  # rls2005 NDRPDR iter env 5
3755       - 29  # rls2005 NDRPDR iter env 5
3756       - 30  # rls2005 NDRPDR iter env 5
3757       - 23  # rls2005 MRR iter env 5
3758       - 3   # rls2009 NDRPDR iter env 5
3759       - 5   # rls2009 NDRPDR iter env 5
3760       - 6   # rls2009 NDRPDR iter env 5
3761       - 7   # rls2009 NDRPDR iter env 5
3762       - 9   # rls2009 NDRPDR iter env 5
3763       - 10  # rls2009 NDRPDR iter env 5
3764       - 11  # rls2009 NDRPDR iter env 5
3765       - 12  # rls2009 NDRPDR iter env 5
3766       - 14  # rls2009 NDRPDR iter env 5
3767       - 15  # rls2009 NDRPDR iter env 5
3768       - 13  # rls2009 MRR iter env 5
3769     csit-vpp-perf-report-iterative-2101-2n-dnv:
3770       - 31  # rls2101.rel MRR iter env 6
3771       - 32  # rls2101.rel NDRPDR iter env 6
3772       - 33  # rls2101.rel NDRPDR iter env 6
3773       - 34  # rls2101.rel NDRPDR iter env 6
3774       - 35  # rls2101.rel NDRPDR iter env 6
3775       - 39  # rls2101.rel NDRPDR iter env 6
3776       - 41  # rls2101.rel NDRPDR iter env 6
3777       - 42  # rls2101.rel NDRPDR iter env 6
3778       - 43  # rls2101.rel NDRPDR iter env 6
3779       - 44  # rls2101.rel NDRPDR iter env 6
3780       - 45  # rls2101.rel NDRPDR iter env 6
3781       - 46  # rls2101.rel NDRPDR iter RND env 6
3782       - 47  # rls2101.rel NDRPDR iter RND env 6
3783       - 48  # rls2101.rel NDRPDR iter RND env 6
3784       - 49  # rls2101.rel NDRPDR iter RND env 6
3785       - 50  # rls2101.rel NDRPDR iter RND env 6
3786       - 51  # rls2101.rel NDRPDR iter RND env 6
3787       - 52  # rls2101.rel NDRPDR iter RND env 6
3788       - 53  # rls2101.rel NDRPDR iter RND env 6
3789       - 54  # rls2101.rel NDRPDR iter RND env 6
3790       - 55  # rls2101.rel NDRPDR iter RND env 6
3791     csit-vpp-perf-report-coverage-2101-2n-dnv:
3792       - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
3793       - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
3794       - 3   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-00
3795       - 4   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-01
3796       - 5   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-00
3797       - 6   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-01
3798
3799     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3800       - 25  # NDRPDR iter
3801       - 26  # NDRPDR iter
3802       - 27  # NDRPDR iter
3803       - 28  # NDRPDR iter
3804       - 29  # NDRPDR iter
3805       - 30  # NDRPDR iter
3806       - 31  # NDRPDR iter
3807       - 32  # NDRPDR iter
3808       - 33  # NDRPDR iter
3809       - 34  # NDRPDR iter
3810     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3811       - 6   # NDRPDR iter env5
3812       - 7   # NDRPDR iter env5
3813       - 8   # NDRPDR iter env5
3814       - 9   # NDRPDR iter env5
3815       - 10  # NDRPDR iter env5
3816       - 11  # NDRPDR iter env5
3817       - 12  # NDRPDR iter env5
3818       - 13  # NDRPDR iter env5
3819       - 14  # NDRPDR iter env5
3820       - 15  # NDRPDR iter env5
3821     csit-dpdk-perf-report-iterative-2101-3n-hsw:
3822       - 11  # rls2101 NDRPDR iter env 6
3823       - 12  # rls2101 NDRPDR iter env 6
3824       - 13  # rls2101 NDRPDR iter env 6
3825       - 14  # rls2101 NDRPDR iter env 6
3826       - 16  # rls2101 NDRPDR iter env 6
3827       - 17  # rls2101 NDRPDR iter env 6
3828       - 18  # rls2101 NDRPDR iter env 6
3829       - 19  # rls2101 NDRPDR iter env 6
3830       - 20  # rls2101 NDRPDR iter env 6
3831       - 21  # rls2101 NDRPDR iter env 6
3832
3833     csit-dpdk-perf-report-iterative-2005-3n-skx:
3834       - 28  # NDRPDR iter
3835       - 29  # NDRPDR iter
3836       - 30  # NDRPDR iter
3837       - 31  # NDRPDR iter
3838       - 32  # NDRPDR iter
3839       - 33  # NDRPDR iter
3840       - 34  # NDRPDR iter
3841       - 35  # NDRPDR iter
3842       - 36  # NDRPDR iter
3843       - 37  # NDRPDR iter
3844     csit-dpdk-perf-report-iterative-2009-3n-skx:
3845       - 4   # NDRPDR sel env5
3846       - 5   # NDRPDR sel env5
3847       - 6   # NDRPDR sel env5
3848       - 7   # NDRPDR sel env5
3849       - 8   # NDRPDR sel env5
3850       - 9   # NDRPDR sel env5
3851       - 14  # NDRPDR sel env5
3852       - 11  # NDRPDR sel env5
3853       - 12  # NDRPDR sel env5
3854       - 13  # NDRPDR sel env5
3855     csit-dpdk-perf-report-iterative-2101-3n-skx:
3856       - 12  # rls2101 NDRPDR iter env 6
3857       - 14  # rls2101 NDRPDR iter env 6
3858       - 15  # rls2101 NDRPDR iter env 6
3859       - 17  # rls2101 NDRPDR iter env 6
3860       - 19  # rls2101 NDRPDR iter env 6
3861       - 20  # rls2101 NDRPDR iter env 6
3862       - 21  # rls2101 NDRPDR iter env 6
3863       - 22  # rls2101 NDRPDR iter env 6
3864       - 25  # rls2101 NDRPDR iter env 6
3865       - 26  # rls2101 NDRPDR iter env 6
3866
3867     csit-dpdk-perf-report-iterative-2005-2n-skx:
3868       - 20  # NDRPDR iter
3869       - 21  # NDRPDR iter
3870       - 22  # NDRPDR iter
3871       - 23  # NDRPDR iter
3872       - 24  # NDRPDR iter
3873       - 25  # NDRPDR iter
3874       - 26  # NDRPDR iter
3875       - 27  # NDRPDR iter
3876       - 28  # NDRPDR iter
3877       - 29  # NDRPDR iter
3878     csit-dpdk-perf-report-iterative-2009-2n-skx:
3879       - 4   # NDRPDR iter env5
3880       - 5   # NDRPDR iter env5
3881       - 6   # NDRPDR iter env5
3882       - 7   # NDRPDR iter env5
3883       - 8   # NDRPDR iter env5
3884       - 9   # NDRPDR iter env5
3885       - 10  # NDRPDR iter env5
3886       - 11  # NDRPDR iter env5
3887       - 12  # NDRPDR iter env5
3888       - 13  # NDRPDR iter env5
3889     csit-dpdk-perf-report-iterative-2101-2n-skx:
3890       - 11  # rls2101 NDRPDR iter env 6
3891       - 12  # rls2101 NDRPDR iter env 6
3892       - 13  # rls2101 NDRPDR iter env 6
3893       - 14  # rls2101 NDRPDR iter env 6
3894       - 15  # rls2101 NDRPDR iter env 6
3895       - 17  # rls2101 NDRPDR iter env 6
3896       - 18  # rls2101 NDRPDR iter env 6
3897       - 19  # rls2101 NDRPDR iter env 6
3898       - 20  # rls2101 NDRPDR iter env 6
3899       - 21  # rls2101 NDRPDR iter env 6
3900
3901     csit-dpdk-perf-report-iterative-2005-2n-clx:
3902       - 20  # NDRPDR iter
3903       - 21  # NDRPDR iter
3904       - 22  # NDRPDR iter
3905       - 23  # NDRPDR iter
3906       - 24  # NDRPDR iter
3907       - 25  # NDRPDR iter
3908       - 26  # NDRPDR iter
3909       - 27  # NDRPDR iter
3910       - 28  # NDRPDR iter
3911       - 29  # NDRPDR iter
3912     csit-dpdk-perf-report-iterative-2009-2n-clx:
3913       - 4   # NDRPDR iter env5
3914       - 5   # NDRPDR iter env5
3915       - 6   # NDRPDR iter env5
3916       - 7   # NDRPDR iter env5
3917       - 8   # NDRPDR iter env5
3918       - 9   # NDRPDR iter env5
3919       - 10  # NDRPDR iter env5
3920       - 11  # NDRPDR iter env5
3921       - 12  # NDRPDR iter env5
3922       - 13  # NDRPDR iter env5
3923     csit-dpdk-perf-report-iterative-2101-2n-clx:
3924       - 12  # rls2101 NDRPDR iter env 6
3925       - 13  # rls2101 NDRPDR iter env 6
3926       - 14  # rls2101 NDRPDR iter env 6
3927       - 15  # rls2101 NDRPDR iter env 6
3928       - 17  # rls2101 NDRPDR iter env 6
3929       - 18  # rls2101 NDRPDR iter env 6
3930       - 19  # rls2101 NDRPDR iter env 6
3931       - 20  # rls2101 NDRPDR iter env 6
3932       - 21  # rls2101 NDRPDR iter env 6
3933       - 22  # rls2101 NDRPDR iter env 6
3934
3935     csit-dpdk-perf-report-iterative-2009-2n-zn2:
3936       - 16  # NDRPDR iter env5
3937       - 21  # NDRPDR iter env5
3938       - 22  # NDRPDR iter env5
3939       - 23  # NDRPDR iter env5
3940       - 24  # NDRPDR iter env5
3941       - 25  # NDRPDR iter env5
3942       - 29  # NDRPDR iter env5
3943     csit-dpdk-perf-report-iterative-2101-2n-zn2:
3944       - 11  # rls2101 NDRPDR iter env 6
3945       - 12  # rls2101 NDRPDR iter env 6
3946       - 13  # rls2101 NDRPDR iter env 6
3947       - 14  # rls2101 NDRPDR iter env 6
3948       - 16  # rls2101 NDRPDR iter env 6
3949       - 17  # rls2101 NDRPDR iter env 6
3950       - 18  # rls2101 NDRPDR iter env 6
3951       - 19  # rls2101 NDRPDR iter env 6
3952       - 20  # rls2101 NDRPDR iter env 6
3953       - 21  # rls2101 NDRPDR iter env 6
3954
3955 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3956 #      # No data
3957 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3958 #      # No data
3959
3960 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3961 #      # No data
3962 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3963 #      # No data
3964
3965     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3966       - 5   # NDRPDR sel
3967     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3968       - 1   # NDRPDR iter env5
3969       - 2   # NDRPDR iter env5
3970       - 3   # NDRPDR iter env5
3971       - 4   # NDRPDR iter env5
3972       - 5   # NDRPDR iter env5
3973       - 6   # NDRPDR iter env5
3974       - 7   # NDRPDR iter env5
3975       - 9   # NDRPDR iter env5
3976       - 10  # NDRPDR iter env5
3977       - 11  # NDRPDR iter env5
3978     csit-dpdk-perf-report-iterative-2101-3n-tsh:
3979       - 11  # rls2101 NDRPDR iter env 6
3980       - 12  # rls2101 NDRPDR iter env 6
3981       - 13  # rls2101 NDRPDR iter env 6
3982       - 14  # rls2101 NDRPDR iter env 6
3983       - 16  # rls2101 NDRPDR iter env 6
3984       - 17  # rls2101 NDRPDR iter env 6
3985       - 18  # rls2101 NDRPDR iter env 6
3986       - 19  # rls2101 NDRPDR iter env 6
3987       - 20  # rls2101 NDRPDR iter env 6
3988       - 21  # rls2101 NDRPDR iter env 6
3989
3990     csit-dpdk-perf-report-iterative-2101-2n-tx2:
3991       - 4   # rls2101 NDRPDR iter env 6
3992       - 6   # rls2101 NDRPDR iter env 6
3993       - 7   # rls2101 NDRPDR iter env 6
3994       - 8   # rls2101 NDRPDR iter env 6
3995       - 9   # rls2101 NDRPDR iter env 6
3996       - 10  # rls2101 NDRPDR iter env 6
3997       - 11  # rls2101 NDRPDR iter env 6
3998       - 12  # rls2101 NDRPDR iter env 6
3999       - 13  # rls2101 NDRPDR iter env 6
4000       - 14  # rls2101 NDRPDR iter env 6
4001
4002     csit-vpp-device-2101-ubuntu1804-1n-skx:
4003       - 358  # rls2101.rel VPP DEV env 6
4004
4005 - type: "output"
4006   output: "report"
4007   format:
4008     html:
4009     - full
4010     pdf:
4011     - minimal
4012
4013 ################################################################################
4014 ###                               T A B L E S                                ###
4015 ################################################################################
4016
4017 # VPP Soak vs NDR - 2n-skx
4018 - type: "table"
4019   title: "VPP Soak vs NDR 2n-skx"
4020   algorithm: "table_soak_vs_ndr"
4021   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
4022   reference:
4023     title: "NDR"
4024     data: "vpp-soak-vs-ndr-2n-skx-ref"
4025   compare:
4026     title: "Soak"
4027     data: "vpp-soak-vs-ndr-2n-skx-cmp"
4028   data: "vpp-soak-vs-ndr-2n-skx"
4029   include-tests: "NDR"
4030   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
4031   parameters:
4032     - "throughput"
4033     - "name"
4034     - "parent"
4035
4036 # VPP Soak vs NDR - 2n-clx
4037 - type: "table"
4038   title: "VPP Soak vs NDR 2n-clx"
4039   algorithm: "table_soak_vs_ndr"
4040   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
4041   reference:
4042     title: "NDR"
4043     data: "vpp-soak-vs-ndr-2n-clx-ref"
4044   compare:
4045     title: "Soak"
4046     data: "vpp-soak-vs-ndr-2n-clx-cmp"
4047   data: "vpp-soak-vs-ndr-2n-clx"
4048   include-tests: "NDR"
4049   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
4050   parameters:
4051     - "throughput"
4052     - "name"
4053     - "parent"
4054
4055 ################################################################################
4056
4057 # VPP Compare NICs 3n-skx 2t1c ndr
4058 - type: "table"
4059   title: "VPP Compare NICs 3n-skx 2t1c ndr"
4060   algorithm: "table_comparison"
4061   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
4062   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4063   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4064   columns:
4065     - title: "x710"
4066       data-set: "vpp-nic-comparison-3n-skx"
4067       tag: "NIC_Intel-X710"
4068     - title: "xxv710"
4069       data-set: "vpp-nic-comparison-3n-skx"
4070       tag: "NIC_Intel-XXV710"
4071   comparisons:
4072     - title: "Diff"
4073       reference: 1
4074       compare: 2
4075   legend:
4076     - ""
4077     - "x710, xxv710 - NICs tested."
4078     - "Diff - difference between x710 and xxv710 NIC."
4079
4080 # VPP Compare NICs 3n-skx 4t2c ndr
4081 - type: "table"
4082   title: "VPP Compare NICs 3n-skx 4t2c ndr"
4083   algorithm: "table_comparison"
4084   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
4085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4086   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4087   columns:
4088     - title: "x710"
4089       data-set: "vpp-nic-comparison-3n-skx"
4090       tag: "NIC_Intel-X710"
4091     - title: "xxv710"
4092       data-set: "vpp-nic-comparison-3n-skx"
4093       tag: "NIC_Intel-XXV710"
4094   comparisons:
4095     - title: "Diff"
4096       reference: 1
4097       compare: 2
4098   legend:
4099     - ""
4100     - "x710, xxv710 - NICs tested."
4101     - "Diff - difference between x710 and xxv710 NIC."
4102
4103 # VPP Compare NICs 3n-skx 2t1c pdr
4104 - type: "table"
4105   title: "VPP Compare NICs 3n-skx 2t1c pdr"
4106   algorithm: "table_comparison"
4107   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
4108   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4109   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4110   columns:
4111     - title: "x710"
4112       data-set: "vpp-nic-comparison-3n-skx"
4113       tag: "NIC_Intel-X710"
4114     - title: "xxv710"
4115       data-set: "vpp-nic-comparison-3n-skx"
4116       tag: "NIC_Intel-XXV710"
4117   comparisons:
4118     - title: "Diff"
4119       reference: 1
4120       compare: 2
4121   legend:
4122     - ""
4123     - "x710, xxv710 - NICs tested."
4124     - "Diff - difference between x710 and xxv710 NIC."
4125
4126 # VPP Compare NICs 3n-skx 4t2c pdr
4127 - type: "table"
4128   title: "VPP Compare NICs 3n-skx 4t2c pdr"
4129   algorithm: "table_comparison"
4130   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
4131   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4132   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4133   columns:
4134     - title: "x710"
4135       data-set: "vpp-nic-comparison-3n-skx"
4136       tag: "NIC_Intel-X710"
4137     - title: "xxv710"
4138       data-set: "vpp-nic-comparison-3n-skx"
4139       tag: "NIC_Intel-XXV710"
4140   comparisons:
4141     - title: "Diff"
4142       reference: 1
4143       compare: 2
4144   legend:
4145     - ""
4146     - "x710, xxv710 - NICs tested."
4147     - "Diff - difference between x710 and xxv710 NIC."
4148
4149 # VPP Compare NICs 3n-skx 2t1c mrr
4150 - type: "table"
4151   title: "VPP Compare NICs 3n-skx 2t1c mrr"
4152   algorithm: "table_comparison"
4153   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
4154   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4155   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4156   columns:
4157     - title: "x710"
4158       data-set: "vpp-nic-comparison-3n-skx-mrr"
4159       tag: "NIC_Intel-X710"
4160     - title: "xxv710"
4161       data-set: "vpp-nic-comparison-3n-skx-mrr"
4162       tag: "NIC_Intel-XXV710"
4163   comparisons:
4164     - title: "Diff"
4165       reference: 1
4166       compare: 2
4167   legend:
4168     - ""
4169     - "x710, xxv710 - NICs tested."
4170     - "Diff - difference between x710 and xxv710 NIC."
4171
4172 # VPP Compare NICs 3n-skx 4t2c mrr
4173 - type: "table"
4174   title: "VPP Compare NICs 3n-skx 4t2c mrr"
4175   algorithm: "table_comparison"
4176   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
4177   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4178   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4179   columns:
4180     - title: "x710"
4181       data-set: "vpp-nic-comparison-3n-skx-mrr"
4182       tag: "NIC_Intel-X710"
4183     - title: "xxv710"
4184       data-set: "vpp-nic-comparison-3n-skx-mrr"
4185       tag: "NIC_Intel-XXV710"
4186   comparisons:
4187     - title: "Diff"
4188       reference: 1
4189       compare: 2
4190   legend:
4191     - ""
4192     - "x710, xxv710 - NICs tested."
4193     - "Diff - difference between x710 and xxv710 NIC."
4194
4195 # VPP Compare NICs 3n-skx 8t4c mrr
4196 - type: "table"
4197   title: "VPP Compare NICs 3n-skx 8t4c mrr"
4198   algorithm: "table_comparison"
4199   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
4200   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4201   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4202   columns:
4203     - title: "x710"
4204       data-set: "vpp-nic-comparison-3n-skx-mrr"
4205       tag: "NIC_Intel-X710"
4206     - title: "xxv710"
4207       data-set: "vpp-nic-comparison-3n-skx-mrr"
4208       tag: "NIC_Intel-XXV710"
4209   comparisons:
4210     - title: "Diff"
4211       reference: 1
4212       compare: 2
4213   legend:
4214     - ""
4215     - "x710, xxv710 - NICs tested."
4216     - "Diff - difference between x710 and xxv710 NIC."
4217
4218 # VPP Compare NICs 2n-skx 2t1c ndr
4219 - type: "table"
4220   title: "VPP Compare NICs 2n-skx 2t1c ndr"
4221   algorithm: "table_comparison"
4222   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
4223   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4224   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4225   columns:
4226     - title: "x710"
4227       data-set: "vpp-nic-comparison-2n-skx"
4228       tag: "NIC_Intel-X710"
4229     - title: "xxv710"
4230       data-set: "vpp-nic-comparison-2n-skx"
4231       tag: "NIC_Intel-XXV710"
4232   comparisons:
4233     - title: "Diff"
4234       reference: 1
4235       compare: 2
4236   legend:
4237     - ""
4238     - "x710, xxv710 - NICs tested."
4239     - "Diff - difference between x710 and xxv710 NIC."
4240
4241 # VPP Compare NICs 2n-skx 4t2c ndr
4242 - type: "table"
4243   title: "VPP Compare NICs 2n-skx 4t2c ndr"
4244   algorithm: "table_comparison"
4245   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
4246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4247   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4248   columns:
4249     - title: "x710"
4250       data-set: "vpp-nic-comparison-2n-skx"
4251       tag: "NIC_Intel-X710"
4252     - title: "xxv710"
4253       data-set: "vpp-nic-comparison-2n-skx"
4254       tag: "NIC_Intel-XXV710"
4255   comparisons:
4256     - title: "Diff"
4257       reference: 1
4258       compare: 2
4259   legend:
4260     - ""
4261     - "x710, xxv710 - NICs tested."
4262     - "Diff - difference between x710 and xxv710 NIC."
4263
4264 # VPP Compare NICs 2n-skx 2t1c pdr
4265 - type: "table"
4266   title: "VPP Compare NICs 2n-skx 2t1c pdr"
4267   algorithm: "table_comparison"
4268   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
4269   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4270   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4271   columns:
4272     - title: "x710"
4273       data-set: "vpp-nic-comparison-2n-skx"
4274       tag: "NIC_Intel-X710"
4275     - title: "xxv710"
4276       data-set: "vpp-nic-comparison-2n-skx"
4277       tag: "NIC_Intel-XXV710"
4278   comparisons:
4279     - title: "Diff"
4280       reference: 1
4281       compare: 2
4282   legend:
4283     - ""
4284     - "x710, xxv710 - NICs tested."
4285     - "Diff - difference between x710 and xxv710 NIC."
4286
4287 # VPP Compare NICs 2n-skx 4t2c pdr
4288 - type: "table"
4289   title: "VPP Compare NICs 2n-skx 4t2c pdr"
4290   algorithm: "table_comparison"
4291   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
4292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4293   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4294   columns:
4295     - title: "x710"
4296       data-set: "vpp-nic-comparison-2n-skx"
4297       tag: "NIC_Intel-X710"
4298     - title: "xxv710"
4299       data-set: "vpp-nic-comparison-2n-skx"
4300       tag: "NIC_Intel-XXV710"
4301   comparisons:
4302     - title: "Diff"
4303       reference: 1
4304       compare: 2
4305   legend:
4306     - ""
4307     - "x710, xxv710 - NICs tested."
4308     - "Diff - difference between x710 and xxv710 NIC."
4309
4310 # VPP Compare NICs 2n-skx 2t1c mrr
4311 - type: "table"
4312   title: "VPP Compare NICs 2n-skx 2t1c mrr"
4313   algorithm: "table_comparison"
4314   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
4315   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4316   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4317   columns:
4318     - title: "x710"
4319       data-set: "vpp-nic-comparison-2n-skx-mrr"
4320       tag: "NIC_Intel-X710"
4321     - title: "xxv710"
4322       data-set: "vpp-nic-comparison-2n-skx-mrr"
4323       tag: "NIC_Intel-XXV710"
4324   comparisons:
4325     - title: "Diff"
4326       reference: 1
4327       compare: 2
4328   legend:
4329     - ""
4330     - "x710, xxv710 - NICs tested."
4331     - "Diff - difference between x710 and xxv710 NIC."
4332
4333 # VPP Compare NICs 2n-skx 4t2c mrr
4334 - type: "table"
4335   title: "VPP Compare NICs 2n-skx 4t2c mrr"
4336   algorithm: "table_comparison"
4337   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
4338   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4339   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4340   columns:
4341     - title: "x710"
4342       data-set: "vpp-nic-comparison-2n-skx-mrr"
4343       tag: "NIC_Intel-X710"
4344     - title: "xxv710"
4345       data-set: "vpp-nic-comparison-2n-skx-mrr"
4346       tag: "NIC_Intel-XXV710"
4347   comparisons:
4348     - title: "Diff"
4349       reference: 1
4350       compare: 2
4351   legend:
4352     - ""
4353     - "x710, xxv710 - NICs tested."
4354     - "Diff - difference between x710 and xxv710 NIC."
4355
4356 # VPP Compare NICs 2n-skx 8t4c mrr
4357 - type: "table"
4358   title: "VPP Compare NICs 2n-skx 8t4c mrr"
4359   algorithm: "table_comparison"
4360   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
4361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4362   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4363   columns:
4364     - title: "x710"
4365       data-set: "vpp-nic-comparison-2n-skx-mrr"
4366       tag: "NIC_Intel-X710"
4367     - title: "xxv710"
4368       data-set: "vpp-nic-comparison-2n-skx-mrr"
4369       tag: "NIC_Intel-XXV710"
4370   comparisons:
4371     - title: "Diff"
4372       reference: 1
4373       compare: 2
4374   legend:
4375     - ""
4376     - "x710, xxv710 - NICs tested."
4377     - "Diff - difference between x710 and xxv710 NIC."
4378
4379 ################################################################################
4380 # VPP
4381
4382 # VPP Performance Changes 3n-hsw 1t1c pdr
4383 - type: "table"
4384   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
4385   algorithm: "table_comparison"
4386   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
4387   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4388   filter: "'1T1C' 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-1t1c-pdr-rca1.yaml"
4403     - title: "2101.0-6 vs 2009.0-6"
4404       reference: 3
4405       compare: 4
4406 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
4407   legend:
4408     - ''
4409     - 'Test Case:            Test cases executed for: PDR 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-hsw 2t2c pdr
4416 - type: "table"
4417   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
4418   algorithm: "table_comparison"
4419   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
4420   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4421   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4422   columns:
4423     - title: "2005.0-5"
4424       data-set: "vpp-performance-changes-3n-hsw-h1"
4425     - title: "2009.0-5"
4426       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4427     - title: "2009.0-6"
4428       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4429     - title: "2101.0-6"
4430       data-set: "vpp-performance-changes-3n-hsw-cmp"
4431   comparisons:
4432     - title: "2009.0-6 vs 2009.0-5"
4433       reference: 2
4434       compare: 3
4435 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
4436     - title: "2101.0-6 vs 2009.0-6"
4437       reference: 3
4438       compare: 4
4439 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
4440   legend:
4441     - ''
4442     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
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-hsw 1t1c ndr
4449 - type: "table"
4450   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
4451   algorithm: "table_comparison"
4452   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
4453   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4454   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4455   columns:
4456     - title: "2005.0-5"
4457       data-set: "vpp-performance-changes-3n-hsw-h1"
4458     - title: "2009.0-5"
4459       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4460     - title: "2009.0-6"
4461       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4462     - title: "2101.0-6"
4463       data-set: "vpp-performance-changes-3n-hsw-cmp"
4464   comparisons:
4465     - title: "2009.0-6 vs 2009.0-5"
4466       reference: 2
4467       compare: 3
4468 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
4469     - title: "2101.0-6 vs 2009.0-6"
4470       reference: 3
4471       compare: 4
4472 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
4473   legend:
4474     - ''
4475     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
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-hsw 2t2c ndr
4482 - type: "table"
4483   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
4484   algorithm: "table_comparison"
4485   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
4486   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4487   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4488   columns:
4489     - title: "2005.0-5"
4490       data-set: "vpp-performance-changes-3n-hsw-h1"
4491     - title: "2009.0-5"
4492       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4493     - title: "2009.0-6"
4494       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4495     - title: "2101.0-6"
4496       data-set: "vpp-performance-changes-3n-hsw-cmp"
4497   comparisons:
4498     - title: "2009.0-6 vs 2009.0-5"
4499       reference: 2
4500       compare: 3
4501 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
4502     - title: "2101.0-6 vs 2009.0-6"
4503       reference: 3
4504       compare: 4
4505 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
4506   legend:
4507     - ''
4508     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
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 2t1c pdr
4515 - type: "table"
4516   title: "VPP Performance Changes 3n-skx 2t1c pdr"
4517   algorithm: "table_comparison"
4518   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
4519   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4520   filter: "'2T1C' 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-2t1c-pdr-rca1.yaml"
4535     - title: "2101.0-6 vs 2009.0-6"
4536       reference: 3
4537       compare: 4
4538 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
4539   legend:
4540     - ''
4541     - 'Test Case:            Test cases executed for: PDR 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 3n-skx 4t2c pdr
4548 - type: "table"
4549   title: "VPP Performance Changes 3n-skx 4t2c pdr"
4550   algorithm: "table_comparison"
4551   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
4552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4553   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4554   columns:
4555     - title: "2005.0-5"
4556       data-set: "vpp-performance-changes-3n-skx-h1"
4557     - title: "2009.0-5"
4558       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4559     - title: "2009.0-6"
4560       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4561     - title: "2101.0-6"
4562       data-set: "vpp-performance-changes-3n-skx-cmp"
4563   comparisons:
4564     - title: "2009.0-6 vs 2009.0-5"
4565       reference: 2
4566       compare: 3
4567 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
4568     - title: "2101.0-6 vs 2009.0-6"
4569       reference: 3
4570       compare: 4
4571 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
4572   legend:
4573     - ''
4574     - 'Test Case:            Test cases executed for: PDR throughput on 3n-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 3n-skx 2t1c ndr
4581 - type: "table"
4582   title: "VPP Performance Changes 3n-skx 2t1c ndr"
4583   algorithm: "table_comparison"
4584   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
4585   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4586   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4587   columns:
4588     - title: "2005.0-5"
4589       data-set: "vpp-performance-changes-3n-skx-h1"
4590     - title: "2009.0-5"
4591       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4592     - title: "2009.0-6"
4593       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4594     - title: "2101.0-6"
4595       data-set: "vpp-performance-changes-3n-skx-cmp"
4596   comparisons:
4597     - title: "2009.0-6 vs 2009.0-5"
4598       reference: 2
4599       compare: 3
4600 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
4601     - title: "2101.0-6 vs 2009.0-6"
4602       reference: 3
4603       compare: 4
4604 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
4605   legend:
4606     - ''
4607     - 'Test Case:            Test cases executed for: NDR throughput on 3n-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 3n-skx 4t2c ndr
4614 - type: "table"
4615   title: "VPP Performance Changes 3n-skx 4t2c ndr"
4616   algorithm: "table_comparison"
4617   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
4618   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4619   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4620   columns:
4621     - title: "2005.0-5"
4622       data-set: "vpp-performance-changes-3n-skx-h1"
4623     - title: "2009.0-5"
4624       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4625     - title: "2009.0-6"
4626       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4627     - title: "2101.0-6"
4628       data-set: "vpp-performance-changes-3n-skx-cmp"
4629   comparisons:
4630     - title: "2009.0-6 vs 2009.0-5"
4631       reference: 2
4632       compare: 3
4633 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
4634     - title: "2101.0-6 vs 2009.0-6"
4635       reference: 3
4636       compare: 4
4637 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
4638   legend:
4639     - ''
4640     - 'Test Case:            Test cases executed for: NDR throughput on 3n-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 2t1c pdr
4647 - type: "table"
4648   title: "VPP Performance Changes 2n-skx 2t1c pdr"
4649   algorithm: "table_comparison"
4650   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
4651   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4652   filter: "'2T1C' 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-2t1c-pdr-rca1.yaml"
4667     - title: "2101.0-6 vs 2009.0-6"
4668       reference: 3
4669       compare: 4
4670 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
4671   legend:
4672     - ''
4673     - 'Test Case:            Test cases executed for: PDR 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-skx 4t2c pdr
4680 - type: "table"
4681   title: "VPP Performance Changes 2n-skx 4t2c pdr"
4682   algorithm: "table_comparison"
4683   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
4684   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4685   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4686   columns:
4687     - title: "2005.0-5"
4688       data-set: "vpp-performance-changes-2n-skx-h1"
4689     - title: "2009.0-5"
4690       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4691     - title: "2009.0-6"
4692       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4693     - title: "2101.0-6"
4694       data-set: "vpp-performance-changes-2n-skx-cmp"
4695   comparisons:
4696     - title: "2009.0-6 vs 2009.0-5"
4697       reference: 2
4698       compare: 3
4699 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4700     - title: "2101.0-6 vs 2009.0-6"
4701       reference: 3
4702       compare: 4
4703 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4704   legend:
4705     - ''
4706     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx 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-skx 2t1c ndr
4713 - type: "table"
4714   title: "VPP Performance Changes 2n-skx 2t1c ndr"
4715   algorithm: "table_comparison"
4716   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
4717   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4718   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4719   columns:
4720     - title: "2005.0-5"
4721       data-set: "vpp-performance-changes-2n-skx-h1"
4722     - title: "2009.0-5"
4723       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4724     - title: "2009.0-6"
4725       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4726     - title: "2101.0-6"
4727       data-set: "vpp-performance-changes-2n-skx-cmp"
4728   comparisons:
4729     - title: "2009.0-6 vs 2009.0-5"
4730       reference: 2
4731       compare: 3
4732 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4733     - title: "2101.0-6 vs 2009.0-6"
4734       reference: 3
4735       compare: 4
4736 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4737   legend:
4738     - ''
4739     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx 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-skx 4t2c ndr
4746 - type: "table"
4747   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4748   algorithm: "table_comparison"
4749   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4750   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4751   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4752   columns:
4753     - title: "2005.0-5"
4754       data-set: "vpp-performance-changes-2n-skx-h1"
4755     - title: "2009.0-5"
4756       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4757     - title: "2009.0-6"
4758       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4759     - title: "2101.0-6"
4760       data-set: "vpp-performance-changes-2n-skx-cmp"
4761   comparisons:
4762     - title: "2009.0-6 vs 2009.0-5"
4763       reference: 2
4764       compare: 3
4765 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4766     - title: "2101.0-6 vs 2009.0-6"
4767       reference: 3
4768       compare: 4
4769 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4770   legend:
4771     - ''
4772     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx 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 2t1c pdr
4779 - type: "table"
4780   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4781   algorithm: "table_comparison"
4782   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4783   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4784   filter: "'2T1C' 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-2t1c-pdr-rca1.yaml"
4799     - title: "2101.0-6 vs 2009.0-6"
4800       reference: 3
4801       compare: 4
4802 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4803   legend:
4804     - ''
4805     - 'Test Case:            Test cases executed for: PDR 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-clx-xxv710 4t2c pdr
4812 - type: "table"
4813   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4814   algorithm: "table_comparison"
4815   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4817   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4818   columns:
4819     - title: "2005.0-5"
4820       data-set: "vpp-performance-changes-2n-clx-h1"
4821     - title: "2009.0-5"
4822       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4823     - title: "2009.0-6"
4824       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4825     - title: "2101.0-6"
4826       data-set: "vpp-performance-changes-2n-clx-cmp"
4827   comparisons:
4828     - title: "2009.0-6 vs 2009.0-5"
4829       reference: 2
4830       compare: 3
4831 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4832     - title: "2101.0-6 vs 2009.0-6"
4833       reference: 3
4834       compare: 4
4835 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4836   legend:
4837     - ''
4838     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx 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-clx-xxv710 2t1c ndr
4845 - type: "table"
4846   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4847   algorithm: "table_comparison"
4848   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4849   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4850   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4851   columns:
4852     - title: "2005.0-5"
4853       data-set: "vpp-performance-changes-2n-clx-h1"
4854     - title: "2009.0-5"
4855       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4856     - title: "2009.0-6"
4857       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4858     - title: "2101.0-6"
4859       data-set: "vpp-performance-changes-2n-clx-cmp"
4860   comparisons:
4861     - title: "2009.0-6 vs 2009.0-5"
4862       reference: 2
4863       compare: 3
4864 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4865     - title: "2101.0-6 vs 2009.0-6"
4866       reference: 3
4867       compare: 4
4868 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4869   legend:
4870     - ''
4871     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx 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-clx-xxv710 4t2c ndr
4878 - type: "table"
4879   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4880   algorithm: "table_comparison"
4881   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4882   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4883   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4884   columns:
4885     - title: "2005.0-5"
4886       data-set: "vpp-performance-changes-2n-clx-h1"
4887     - title: "2009.0-5"
4888       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4889     - title: "2009.0-6"
4890       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4891     - title: "2101.0-6"
4892       data-set: "vpp-performance-changes-2n-clx-cmp"
4893   comparisons:
4894     - title: "2009.0-6 vs 2009.0-5"
4895       reference: 2
4896       compare: 3
4897 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4898     - title: "2101.0-6 vs 2009.0-6"
4899       reference: 3
4900       compare: 4
4901 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4902   legend:
4903     - ''
4904     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx 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 2t1c pdr
4911 - type: "table"
4912   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c pdr"
4913   algorithm: "table_comparison"
4914   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-pdr"
4915   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4916   filter: "'2T1C' 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-2t1c-pdr-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-2t1c-pdr-rca1.yaml"
4935   legend:
4936     - ''
4937     - 'Test Case:            Test cases executed for: PDR 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-zn2-xxv710 4t2c pdr
4944 - type: "table"
4945   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c pdr"
4946   algorithm: "table_comparison"
4947   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-pdr"
4948   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4949   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4950   columns:
4951 #     - title: "2005.0-5"
4952 #       data-set: "vpp-performance-changes-2n-zn2-h1"
4953     - title: "2009.0-5"
4954       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
4955     - title: "2009.0-6"
4956       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4957     - title: "2101.0-6"
4958       data-set: "vpp-performance-changes-2n-zn2-cmp"
4959   comparisons:
4960     - title: "2009.0-6 vs 2009.0-5"
4961       reference: 1  # 2
4962       compare: 2  # 3
4963 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
4964     - title: "2101.0-6 vs 2009.0-6"
4965       reference: 2  # 3
4966       compare: 3  # 4
4967 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
4968   legend:
4969     - ''
4970     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
4971     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4972     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4973     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4974     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4975
4976 # VPP Performance Changes 2n-zn2-xxv710 2t1c ndr
4977 - type: "table"
4978   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c ndr"
4979   algorithm: "table_comparison"
4980   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-ndr"
4981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4982   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4983   columns:
4984 #     - title: "2005.0-5"
4985 #       data-set: "vpp-performance-changes-2n-zn2-h1"
4986     - title: "2009.0-5"
4987       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
4988     - title: "2009.0-6"
4989       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4990     - title: "2101.0-6"
4991       data-set: "vpp-performance-changes-2n-zn2-cmp"
4992   comparisons:
4993     - title: "2009.0-6 vs 2009.0-5"
4994       reference: 1  # 2
4995       compare: 2  # 3
4996 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
4997     - title: "2101.0-6 vs 2009.0-6"
4998       reference: 2  # 3
4999       compare: 3  # 4
5000 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
5001   legend:
5002     - ''
5003     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
5004     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5005     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5006     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5007     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5008
5009 # VPP Performance Changes 2n-zn2-xxv710 4t2c ndr
5010 - type: "table"
5011   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c ndr"
5012   algorithm: "table_comparison"
5013   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-ndr"
5014   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5015   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5016   columns:
5017 #     - title: "2005.0-5"
5018 #       data-set: "vpp-performance-changes-2n-zn2-h1"
5019     - title: "2009.0-5"
5020       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
5021     - title: "2009.0-6"
5022       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
5023     - title: "2101.0-6"
5024       data-set: "vpp-performance-changes-2n-zn2-cmp"
5025   comparisons:
5026     - title: "2009.0-6 vs 2009.0-5"
5027       reference: 1  # 2
5028       compare: 2  # 3
5029 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
5030     - title: "2101.0-6 vs 2009.0-6"
5031       reference: 2  # 3
5032       compare: 3  # 4
5033 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
5034   legend:
5035     - ''
5036     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
5037     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5038     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5039     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5040     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5041
5042 # VPP Performance Changes 2n-dnv 1t1c pdr
5043 - type: "table"
5044   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
5045   algorithm: "table_comparison"
5046   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
5047   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5048   filter: "'1T1C'"
5049   columns:
5050     - title: "2005.0-5"
5051       data-set: "vpp-performance-changes-2n-dnv-h1"
5052     - title: "2009.0-5"
5053       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
5054 #     - title: "2009.0-6"
5055 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
5056     - title: "2101.0-6"
5057       data-set: "vpp-performance-changes-2n-dnv-cmp"
5058   comparisons:
5059 #     - title: "2009.0-6 vs 2009.0-5"
5060 #       reference: 2
5061 #       compare: 3
5062     - title: "2101.0-6 vs 2009.0-5"
5063       reference: 2
5064       compare: 3
5065   legend:
5066     - ''
5067     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5068     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5069     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5070 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5071     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5072
5073 # VPP Performance Changes 2n-dnv 2t2c pdr
5074 - type: "table"
5075   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
5076   algorithm: "table_comparison"
5077   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
5078   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5079   filter: "'2T2C'"
5080   columns:
5081     - title: "2005.0-5"
5082       data-set: "vpp-performance-changes-2n-dnv-h1"
5083     - title: "2009.0-5"
5084       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
5085 #     - title: "2009.0-6"
5086 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
5087     - title: "2101.0-6"
5088       data-set: "vpp-performance-changes-2n-dnv-cmp"
5089   comparisons:
5090 #     - title: "2009.0-6 vs 2009.0-5"
5091 #       reference: 2
5092 #       compare: 3
5093     - title: "2101.0-6 vs 2009.0-5"
5094       reference: 2
5095       compare: 3
5096   legend:
5097     - ''
5098     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5099     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5100     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5101 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5102     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5103
5104 # VPP Performance Changes 2n-dnv 1t1c ndr
5105 - type: "table"
5106   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
5107   algorithm: "table_comparison"
5108   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
5109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5110   filter: "'1T1C'"
5111   columns:
5112     - title: "2005.0-5"
5113       data-set: "vpp-performance-changes-2n-dnv-h1"
5114     - title: "2009.0-5"
5115       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
5116 #     - title: "2009.0-6"
5117 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
5118     - title: "2101.0-6"
5119       data-set: "vpp-performance-changes-2n-dnv-cmp"
5120   comparisons:
5121 #     - title: "2009.0-6 vs 2009.0-5"
5122 #       reference: 2
5123 #       compare: 3
5124     - title: "2101.0-6 vs 2009.0-5"
5125       reference: 2
5126       compare: 3
5127   legend:
5128     - ''
5129     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5130     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5131     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5132 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5133     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5134
5135 # VPP Performance Changes 2n-dnv 2t2c ndr
5136 - type: "table"
5137   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
5138   algorithm: "table_comparison"
5139   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
5140   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5141   filter: "'2T2C'"
5142   columns:
5143     - title: "2005.0-5"
5144       data-set: "vpp-performance-changes-2n-dnv-h1"
5145     - title: "2009.0-5"
5146       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
5147 #     - title: "2009.0-6"
5148 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
5149     - title: "2101.0-6"
5150       data-set: "vpp-performance-changes-2n-dnv-cmp"
5151   comparisons:
5152 #     - title: "2009.0-6 vs 2009.0-5"
5153 #       reference: 2
5154 #       compare: 3
5155     - title: "2101.0-6 vs 2009.0-5"
5156       reference: 2
5157       compare: 3
5158   legend:
5159     - ''
5160     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5161     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5162     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5163 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5164     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5165
5166 # VPP Performance Changes 3n-dnv 1t1c pdr
5167 - type: "table"
5168   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
5169   algorithm: "table_comparison"
5170   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
5171   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5172   filter: "'1T1C'"
5173   columns:
5174     - title: "2005.0-5"
5175       data-set: "vpp-performance-changes-3n-dnv-h1"
5176     - title: "2009.0-5"
5177       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5178 #     - title: "2009.0-6"
5179 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5180     - title: "2101.0-6"
5181       data-set: "vpp-performance-changes-3n-dnv-cmp"
5182   comparisons:
5183 #     - title: "2009.0-6 vs 2009.0-5"
5184 #       reference: 2
5185 #       compare: 3
5186     - title: "2101.0-6 vs 2009.0-5"
5187       reference: 2
5188       compare: 3
5189   legend:
5190     - ''
5191     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5192     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5193     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5194 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5195     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5196
5197 # VPP Performance Changes 3n-dnv 2t2c pdr
5198 - type: "table"
5199   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
5200   algorithm: "table_comparison"
5201   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
5202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5203   filter: "'2T2C'"
5204   columns:
5205     - title: "2005.0-5"
5206       data-set: "vpp-performance-changes-3n-dnv-h1"
5207     - title: "2009.0-5"
5208       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5209 #     - title: "2009.0-6"
5210 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5211     - title: "2101.0-6"
5212       data-set: "vpp-performance-changes-3n-dnv-cmp"
5213   comparisons:
5214 #     - title: "2009.0-6 vs 2009.0-5"
5215 #       reference: 2
5216 #       compare: 3
5217     - title: "2101.0-6 vs 2009.0-5"
5218       reference: 2
5219       compare: 3
5220   legend:
5221     - ''
5222     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5223     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5224     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5225 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5226     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5227
5228 # VPP Performance Changes 3n-dnv 1t1c ndr
5229 - type: "table"
5230   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
5231   algorithm: "table_comparison"
5232   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
5233   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5234   filter: "'1T1C'"
5235   columns:
5236     - title: "2005.0-5"
5237       data-set: "vpp-performance-changes-3n-dnv-h1"
5238     - title: "2009.0-5"
5239       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5240 #     - title: "2009.0-6"
5241 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5242     - title: "2101.0-6"
5243       data-set: "vpp-performance-changes-3n-dnv-cmp"
5244   comparisons:
5245 #     - title: "2009.0-6 vs 2009.0-5"
5246 #       reference: 2
5247 #       compare: 3
5248     - title: "2101.0-6 vs 2009.0-5"
5249       reference: 2
5250       compare: 3
5251   legend:
5252     - ''
5253     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5254     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5255     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5256 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5257     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5258
5259 # VPP Performance Changes 3n-dnv 2t2c ndr
5260 - type: "table"
5261   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
5262   algorithm: "table_comparison"
5263   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
5264   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5265   filter: "'2T2C'"
5266   columns:
5267     - title: "2005.0-5"
5268       data-set: "vpp-performance-changes-3n-dnv-h1"
5269     - title: "2009.0-5"
5270       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5271 #     - title: "2009.0-6"
5272 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5273     - title: "2101.0-6"
5274       data-set: "vpp-performance-changes-3n-dnv-cmp"
5275   comparisons:
5276 #     - title: "2009.0-6 vs 2009.0-5"
5277 #       reference: 2
5278 #       compare: 3
5279     - title: "2101.0-6 vs 2009.0-5"
5280       reference: 2
5281       compare: 3
5282   legend:
5283     - ''
5284     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
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-5: Compares VPP code current vs previous.'
5289
5290 # VPP Performance Changes 3n-tsh 1t1c pdr
5291 - type: "table"
5292   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
5293   algorithm: "table_comparison"
5294   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
5295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5296   filter: "'1T1C'"
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-1t1c-pdr-rca1.yaml"
5311     - title: "2101.0-6 vs 2009.0-6"
5312       reference: 3
5313       compare: 4
5314 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
5315   legend:
5316     - ''
5317     - 'Test Case:            Test cases executed for: PDR 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 3n-tsh 2t2c pdr
5324 - type: "table"
5325   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
5326   algorithm: "table_comparison"
5327   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
5328   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5329   filter: "'2T2C'"
5330   columns:
5331     - title: "2005.0-5"
5332       data-set: "vpp-performance-changes-3n-tsh-h1"
5333     - title: "2009.0-5"
5334       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5335     - title: "2009.0-6"
5336       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5337     - title: "2101.0-6"
5338       data-set: "vpp-performance-changes-3n-tsh-cmp"
5339   comparisons:
5340     - title: "2009.0-6 vs 2009.0-5"
5341       reference: 2
5342       compare: 3
5343 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
5344     - title: "2101.0-6 vs 2009.0-6"
5345       reference: 3
5346       compare: 4
5347 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
5348   legend:
5349     - ''
5350     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
5351     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5352     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5353     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5354     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5355
5356 # VPP Performance Changes 3n-tsh 1t1c ndr
5357 - type: "table"
5358   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
5359   algorithm: "table_comparison"
5360   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
5361   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5362   filter: "'1T1C'"
5363   columns:
5364     - title: "2005.0-5"
5365       data-set: "vpp-performance-changes-3n-tsh-h1"
5366     - title: "2009.0-5"
5367       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5368     - title: "2009.0-6"
5369       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5370     - title: "2101.0-6"
5371       data-set: "vpp-performance-changes-3n-tsh-cmp"
5372   comparisons:
5373     - title: "2009.0-6 vs 2009.0-5"
5374       reference: 2
5375       compare: 3
5376 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
5377     - title: "2101.0-6 vs 2009.0-6"
5378       reference: 3
5379       compare: 4
5380 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
5381   legend:
5382     - ''
5383     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5384     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5385     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5386     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5387     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5388
5389 # VPP Performance Changes 3n-tsh 2t2c ndr
5390 - type: "table"
5391   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
5392   algorithm: "table_comparison"
5393   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
5394   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5395   filter: "'2T2C'"
5396   columns:
5397     - title: "2005.0-5"
5398       data-set: "vpp-performance-changes-3n-tsh-h1"
5399     - title: "2009.0-5"
5400       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5401     - title: "2009.0-6"
5402       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5403     - title: "2101.0-6"
5404       data-set: "vpp-performance-changes-3n-tsh-cmp"
5405   comparisons:
5406     - title: "2009.0-6 vs 2009.0-5"
5407       reference: 2
5408       compare: 3
5409 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
5410     - title: "2101.0-6 vs 2009.0-6"
5411       reference: 3
5412       compare: 4
5413 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
5414   legend:
5415     - ''
5416     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5417     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5418     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5419     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5420     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5421
5422 # VPP Performance Changes 2n-tx2 1t1c pdr
5423 - type: "table"
5424   title: "VPP Performance Changes 2n-tx2 1t1c pdr"
5425   algorithm: "table_comparison"
5426   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-pdr"
5427   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5428   filter: "'1T1C'"
5429   columns:
5430 #     - title: "2005.0-5"
5431 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5432 #     - title: "2009.0-5"
5433 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5434     - title: "2009.0-6"
5435       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5436     - title: "2101.0-6"
5437       data-set: "vpp-performance-changes-2n-tx2-cmp"
5438   comparisons:
5439 #     - title: "2009.0-6 vs 2009.0-5"
5440 #       reference: 2
5441 #       compare: 3
5442     - title: "2101.0-6 vs 2009.0-6"
5443       reference: 1
5444       compare: 2
5445   legend:
5446     - ''
5447     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5448     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5449     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5450 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5451     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5452
5453 # VPP Performance Changes 2n-tx2 2t2c pdr
5454 - type: "table"
5455   title: "VPP Performance Changes 2n-tx2 2t2c pdr"
5456   algorithm: "table_comparison"
5457   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-pdr"
5458   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5459   filter: "'2T2C'"
5460   columns:
5461 #     - title: "2005.0-5"
5462 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5463 #     - title: "2009.0-5"
5464 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5465     - title: "2009.0-6"
5466       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5467     - title: "2101.0-6"
5468       data-set: "vpp-performance-changes-2n-tx2-cmp"
5469   comparisons:
5470 #     - title: "2009.0-6 vs 2009.0-5"
5471 #       reference: 2
5472 #       compare: 3
5473     - title: "2101.0-6 vs 2009.0-6"
5474       reference: 1
5475       compare: 2
5476   legend:
5477     - ''
5478     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5479     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5480     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5481 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5482     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5483
5484 # VPP Performance Changes 2n-tx2 1t1c ndr
5485 - type: "table"
5486   title: "VPP Performance Changes 2n-tx2 1t1c ndr"
5487   algorithm: "table_comparison"
5488   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-pdr"
5489   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5490   filter: "'1T1C'"
5491   columns:
5492 #     - title: "2005.0-5"
5493 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5494 #     - title: "2009.0-5"
5495 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5496     - title: "2009.0-6"
5497       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5498     - title: "2101.0-6"
5499       data-set: "vpp-performance-changes-2n-tx2-cmp"
5500   comparisons:
5501 #     - title: "2009.0-6 vs 2009.0-5"
5502 #       reference: 2
5503 #       compare: 3
5504     - title: "2101.0-6 vs 2009.0-6"
5505       reference: 1
5506       compare: 2
5507   legend:
5508     - ''
5509     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5510     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5511     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5512 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5513     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5514
5515 # VPP Performance Changes 2n-tx2 2t2c ndr
5516 - type: "table"
5517   title: "VPP Performance Changes 2n-tx2 2t2c ndr"
5518   algorithm: "table_comparison"
5519   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-pdr"
5520   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5521   filter: "'2T2C'"
5522   columns:
5523 #     - title: "2005.0-5"
5524 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5525 #     - title: "2009.0-5"
5526 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5527     - title: "2009.0-6"
5528       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5529     - title: "2101.0-6"
5530       data-set: "vpp-performance-changes-2n-tx2-cmp"
5531   comparisons:
5532 #     - title: "2009.0-6 vs 2009.0-5"
5533 #       reference: 2
5534 #       compare: 3
5535     - title: "2101.0-6 vs 2009.0-6"
5536       reference: 1
5537       compare: 2
5538   legend:
5539     - ''
5540     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5541     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5542     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5543 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5544     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5545
5546 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
5547 - type: "table"
5548   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
5549   algorithm: "table_comparison"
5550   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
5551   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5552   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5553   columns:
5554     - title: "3n-hsw xl710"
5555       data-set: "vpp-compare-testbeds-ref"
5556       tag: "NIC_Intel-XL710"
5557     - title: "3n-skx xxv710"
5558       data-set: "vpp-compare-testbeds-cmp"
5559       tag: "NIC_Intel-XXV710"
5560   comparisons:
5561     - title: "Diff"
5562       reference: 1
5563       compare: 2
5564   legend:
5565     - ""
5566     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5567     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5568
5569 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
5570 - type: "table"
5571   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5572   algorithm: "table_comparison"
5573   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5574   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5575   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5576   columns:
5577     - title: "3n-hsw xl710"
5578       data-set: "vpp-compare-testbeds-ref"
5579       tag: "NIC_Intel-XL710"
5580     - title: "3n-skx xxv710"
5581       data-set: "vpp-compare-testbeds-cmp"
5582       tag: "NIC_Intel-XXV710"
5583   comparisons:
5584     - title: "Diff"
5585       reference: 1
5586       compare: 2
5587   legend:
5588     - ""
5589     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5590     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5591
5592 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5593 - type: "table"
5594   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5595   algorithm: "table_comparison"
5596   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5597   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5598   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5599   columns:
5600     - title: "3n-hsw xl710"
5601       data-set: "vpp-compare-testbeds-ref"
5602       tag: "NIC_Intel-XL710"
5603     - title: "3n-skx xxv710"
5604       data-set: "vpp-compare-testbeds-cmp"
5605       tag: "NIC_Intel-XXV710"
5606   comparisons:
5607     - title: "Diff"
5608       reference: 1
5609       compare: 2
5610   legend:
5611     - ""
5612     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5613     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5614
5615 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5616 - type: "table"
5617   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5618   algorithm: "table_comparison"
5619   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5620   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5621   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5622   columns:
5623     - title: "3n-hsw xl710"
5624       data-set: "vpp-compare-testbeds-ref"
5625       tag: "NIC_Intel-XL710"
5626     - title: "3n-skx xxv710"
5627       data-set: "vpp-compare-testbeds-cmp"
5628       tag: "NIC_Intel-XXV710"
5629   comparisons:
5630     - title: "Diff"
5631       reference: 1
5632       compare: 2
5633   legend:
5634     - ""
5635     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5636     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5637
5638 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5639 - type: "table"
5640   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5641   algorithm: "table_comparison"
5642   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5643   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5644   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5645   columns:
5646     - title: "2n-skx"
5647       data-set: "vpp-compare-testbeds-skx-clx-ref"
5648     - title: "2n-clx"
5649       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5650   comparisons:
5651     - title: "Diff"
5652       reference: 1
5653       compare: 2
5654   legend:
5655     - ""
5656     - "2n-skx, 2n-clx - testbeds and NICs tested."
5657     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5658
5659 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5660 - type: "table"
5661   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5662   algorithm: "table_comparison"
5663   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5664   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5665   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5666   columns:
5667     - title: "2n-skx"
5668       data-set: "vpp-compare-testbeds-skx-clx-ref"
5669     - title: "2n-clx"
5670       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5671   comparisons:
5672     - title: "Diff"
5673       reference: 1
5674       compare: 2
5675   legend:
5676     - ""
5677     - "2n-skx, 2n-clx - testbeds and NICs tested."
5678     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5679
5680 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5681 - type: "table"
5682   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5683   algorithm: "table_comparison"
5684   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5685   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5686   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5687   columns:
5688     - title: "2n-skx"
5689       data-set: "vpp-compare-testbeds-skx-clx-ref"
5690     - title: "2n-clx"
5691       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5692   comparisons:
5693     - title: "Diff"
5694       reference: 1
5695       compare: 2
5696   legend:
5697     - ""
5698     - "2n-skx, 2n-clx - testbeds and NICs tested."
5699     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5700
5701 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5702 - type: "table"
5703   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5704   algorithm: "table_comparison"
5705   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5706   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5707   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5708   columns:
5709     - title: "2n-skx"
5710       data-set: "vpp-compare-testbeds-skx-clx-ref"
5711     - title: "2n-clx"
5712       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5713   comparisons:
5714     - title: "Diff"
5715       reference: 1
5716       compare: 2
5717   legend:
5718     - ""
5719     - "2n-skx, 2n-clx - testbeds and NICs tested."
5720     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5721
5722 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5723 - type: "table"
5724   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5725   algorithm: "table_comparison"
5726   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5728   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5729   columns:
5730     - title: "3n-hsw xl710"
5731       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5732       tag: "NIC_Intel-XL710"
5733     - title: "2n-clx xxv710"
5734       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5735       tag: "NIC_Intel-XXV710"
5736   comparisons:
5737     - title: "Diff"
5738       reference: 1
5739       compare: 2
5740   legend:
5741     - ""
5742     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5743     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5744
5745 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5746 - type: "table"
5747   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5748   algorithm: "table_comparison"
5749   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5750   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5751   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5752   columns:
5753     - title: "3n-hsw xl710"
5754       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5755       tag: "NIC_Intel-XL710"
5756     - title: "2n-clx xxv710"
5757       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5758       tag: "NIC_Intel-XXV710"
5759   comparisons:
5760     - title: "Diff"
5761       reference: 1
5762       compare: 2
5763   legend:
5764     - ""
5765     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5766     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5767
5768 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5769 - type: "table"
5770   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5771   algorithm: "table_comparison"
5772   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5773   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5774   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5775   columns:
5776     - title: "3n-hsw xl710"
5777       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5778       tag: "NIC_Intel-XL710"
5779     - title: "2n-clx xxv710"
5780       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5781       tag: "NIC_Intel-XXV710"
5782   comparisons:
5783     - title: "Diff"
5784       reference: 1
5785       compare: 2
5786   legend:
5787     - ""
5788     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5789     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5790
5791 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5792 - type: "table"
5793   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5794   algorithm: "table_comparison"
5795   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5796   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5797   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5798   columns:
5799     - title: "3n-hsw xl710"
5800       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5801       tag: "NIC_Intel-XL710"
5802     - title: "2n-clx xxv710"
5803       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5804       tag: "NIC_Intel-XXV710"
5805   comparisons:
5806     - title: "Diff"
5807       reference: 1
5808       compare: 2
5809   legend:
5810     - ""
5811     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5812     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5813
5814 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5815 - type: "table"
5816   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5817   algorithm: "table_comparison"
5818   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5819   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5820   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5821   columns:
5822     - title: "3n-skx"
5823       data-set: "vpp-compare-topologies-ref"
5824     - title: "2n-skx"
5825       data-set: "vpp-compare-topologies-cmp"
5826   comparisons:
5827     - title: "Diff"
5828       reference: 1
5829       compare: 2
5830   legend:
5831     - ""
5832     - "3n-skx, 2n-skx - topologies tested."
5833     - "Diff - difference between 3n-skx and 2n-skx topologies."
5834
5835 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5836 - type: "table"
5837   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5838   algorithm: "table_comparison"
5839   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5840   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5841   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5842   columns:
5843     - title: "3n-skx"
5844       data-set: "vpp-compare-topologies-ref"
5845     - title: "2n-skx"
5846       data-set: "vpp-compare-topologies-cmp"
5847   comparisons:
5848     - title: "Diff"
5849       reference: 1
5850       compare: 2
5851   legend:
5852     - ""
5853     - "3n-skx, 2n-skx - topologies tested."
5854     - "Diff - difference between 3n-skx and 2n-skx topologies."
5855
5856 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5857 - type: "table"
5858   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5859   algorithm: "table_comparison"
5860   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5861   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5862   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5863   columns:
5864     - title: "3n-skx"
5865       data-set: "vpp-compare-topologies-ref"
5866     - title: "2n-skx"
5867       data-set: "vpp-compare-topologies-cmp"
5868   comparisons:
5869     - title: "Diff"
5870       reference: 1
5871       compare: 2
5872   legend:
5873     - ""
5874     - "3n-skx, 2n-skx - topologies tested."
5875     - "Diff - difference between 3n-skx and 2n-skx topologies."
5876
5877 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5878 - type: "table"
5879   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5880   algorithm: "table_comparison"
5881   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5882   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5883   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5884   columns:
5885     - title: "3n-skx"
5886       data-set: "vpp-compare-topologies-ref"
5887     - title: "2n-skx"
5888       data-set: "vpp-compare-topologies-cmp"
5889   comparisons:
5890     - title: "Diff"
5891       reference: 1
5892       compare: 2
5893   legend:
5894     - ""
5895     - "3n-skx, 2n-skx - topologies tested."
5896     - "Diff - difference between 3n-skx and 2n-skx topologies."
5897
5898 # VPP Performance Changes 3n-hsw 1t1c mrr
5899 - type: "table"
5900   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5901   algorithm: "table_comparison"
5902   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5903   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5904   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5905   columns:
5906     - title: "2005.0-5"
5907       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5908     - title: "2009.0-5"
5909       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
5910     - title: "2009.0-6"
5911       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
5912     - title: "2101.0-6"
5913       data-set: "vpp-performance-changes-3n-hsw-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-hsw-1t1c-mrr-rca1.yaml"
5919     - title: "2101.0-6 vs 2009.0-6"
5920       reference: 3
5921       compare: 4
5922 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5923   legend:
5924     - ''
5925     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
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-hsw 2t2c mrr
5932 - type: "table"
5933   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5934   algorithm: "table_comparison"
5935   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5936   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5937   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5938   columns:
5939     - title: "2005.0-5"
5940       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5941     - title: "2009.0-5"
5942       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
5943     - title: "2009.0-6"
5944       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
5945     - title: "2101.0-6"
5946       data-set: "vpp-performance-changes-3n-hsw-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-hsw-2t2c-mrr-rca1.yaml"
5952     - title: "2101.0-6 vs 2009.0-6"
5953       reference: 3
5954       compare: 4
5955 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5956   legend:
5957     - ''
5958     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
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-hsw 4t4c mrr
5965 - type: "table"
5966   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5967   algorithm: "table_comparison"
5968   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5969   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5970   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5971   columns:
5972     - title: "2005.0-5"
5973       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5974     - title: "2009.0-5"
5975       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
5976     - title: "2009.0-6"
5977       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
5978     - title: "2101.0-6"
5979       data-set: "vpp-performance-changes-3n-hsw-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-hsw-4t4c-mrr-rca1.yaml"
5985     - title: "2101.0-6 vs 2009.0-6"
5986       reference: 3
5987       compare: 4
5988 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5989   legend:
5990     - ''
5991     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
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 3n-skx 2t1c mrr
5998 - type: "table"
5999   title: "VPP Performance Changes 3n-skx 2t1c mrr"
6000   algorithm: "table_comparison"
6001   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-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-3n-skx-mrr-h1"
6007     - title: "2009.0-5"
6008       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
6009     - title: "2009.0-6"
6010       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
6011     - title: "2101.0-6"
6012       data-set: "vpp-performance-changes-3n-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-3n-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-3n-skx-2t1c-mrr-rca2.yaml"
6022   legend:
6023     - ''
6024     - 'Test Case:            Test cases executed for: MRR throughput on 3n-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 3n-skx 4t2c mrr
6031 - type: "table"
6032   title: "VPP Performance Changes 3n-skx 4t2c mrr"
6033   algorithm: "table_comparison"
6034   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-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-3n-skx-mrr-h1"
6040     - title: "2009.0-5"
6041       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
6042     - title: "2009.0-6"
6043       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
6044     - title: "2101.0-6"
6045       data-set: "vpp-performance-changes-3n-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-3n-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-3n-skx-4t2c-mrr-rca2.yaml"
6055   legend:
6056     - ''
6057     - 'Test Case:            Test cases executed for: MRR throughput on 3n-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 3n-skx 8t4c mrr
6064 - type: "table"
6065   title: "VPP Performance Changes 3n-skx 8t4c mrr"
6066   algorithm: "table_comparison"
6067   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-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-3n-skx-mrr-h1"
6073     - title: "2009.0-5"
6074       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
6075     - title: "2009.0-6"
6076       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
6077     - title: "2101.0-6"
6078       data-set: "vpp-performance-changes-3n-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-3n-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-3n-skx-8t4c-mrr-rca2.yaml"
6088   legend:
6089     - ''
6090     - 'Test Case:            Test cases executed for: MRR throughput on 3n-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-skx 2t1c mrr
6097 - type: "table"
6098   title: "VPP Performance Changes 2n-skx 2t1c mrr"
6099   algorithm: "table_comparison"
6100   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-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-skx-mrr-h1"
6106     - title: "2009.0-5"
6107       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
6108     - title: "2009.0-6"
6109       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
6110     - title: "2101.0-6"
6111       data-set: "vpp-performance-changes-2n-skx-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-skx-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-skx-2t1c-mrr-rca2.yaml"
6121   legend:
6122     - ''
6123     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx 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-skx 4t2c mrr
6130 - type: "table"
6131   title: "VPP Performance Changes 2n-skx 4t2c mrr"
6132   algorithm: "table_comparison"
6133   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-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-skx-mrr-h1"
6139     - title: "2009.0-5"
6140       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
6141     - title: "2009.0-6"
6142       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
6143     - title: "2101.0-6"
6144       data-set: "vpp-performance-changes-2n-skx-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-skx-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-skx-4t2c-mrr-rca2.yaml"
6154   legend:
6155     - ''
6156     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx 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-skx 8t4c mrr
6163 - type: "table"
6164   title: "VPP Performance Changes 2n-skx 8t4c mrr"
6165   algorithm: "table_comparison"
6166   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-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-skx-mrr-h1"
6172     - title: "2009.0-5"
6173       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
6174     - title: "2009.0-6"
6175       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
6176     - title: "2101.0-6"
6177       data-set: "vpp-performance-changes-2n-skx-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-skx-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-skx-8t4c-mrr-rca2.yaml"
6187   legend:
6188     - ''
6189     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx 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-clx-xxv710 2t1c mrr
6196 - type: "table"
6197   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
6198   algorithm: "table_comparison"
6199   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
6200   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6201   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6202   columns:
6203     - title: "2005.0-5"
6204       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6205     - title: "2009.0-5"
6206       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6207     - title: "2009.0-6"
6208       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6209     - title: "2101.0-6"
6210       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6211   comparisons:
6212     - title: "2009.0-6 vs 2009.0-5"
6213       reference: 2
6214       compare: 3
6215 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
6216     - title: "2101.0-6 vs 2009.0-6"
6217       reference: 3
6218       compare: 4
6219 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
6220   legend:
6221     - ''
6222     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx 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-clx-xxv710 4t2c mrr
6229 - type: "table"
6230   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
6231   algorithm: "table_comparison"
6232   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
6233   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6234   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6235   columns:
6236     - title: "2005.0-5"
6237       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6238     - title: "2009.0-5"
6239       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6240     - title: "2009.0-6"
6241       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6242     - title: "2101.0-6"
6243       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6244   comparisons:
6245     - title: "2009.0-6 vs 2009.0-5"
6246       reference: 2
6247       compare: 3
6248 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
6249     - title: "2101.0-6 vs 2009.0-6"
6250       reference: 3
6251       compare: 4
6252 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
6253   legend:
6254     - ''
6255     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx 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-clx-xxv710 8t4c mrr
6262 - type: "table"
6263   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
6264   algorithm: "table_comparison"
6265   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
6266   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6267   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6268   columns:
6269     - title: "2005.0-5"
6270       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6271     - title: "2009.0-5"
6272       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6273     - title: "2009.0-6"
6274       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6275     - title: "2101.0-6"
6276       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6277   comparisons:
6278     - title: "2009.0-6 vs 2009.0-5"
6279       reference: 2
6280       compare: 3
6281 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
6282     - title: "2101.0-6 vs 2009.0-6"
6283       reference: 3
6284       compare: 4
6285 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
6286   legend:
6287     - ''
6288     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx 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-zn2-xxv710 2t1c mrr
6295 - type: "table"
6296   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c mrr"
6297   algorithm: "table_comparison"
6298   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-mrr"
6299   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6300   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710'"
6301   columns:
6302 #     - title: "2005.0-5"
6303 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
6304     - title: "2009.0-5"
6305       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
6306     - title: "2009.0-6"
6307       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
6308     - title: "2101.0-6"
6309       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
6310   comparisons:
6311     - title: "2009.0-6 vs 2009.0-5"
6312       reference: 1  # 2
6313       compare: 2  # 3
6314 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca1.yaml"
6315     - title: "2101.0-6 vs 2009.0-6"
6316       reference: 2  # 3
6317       compare: 3  # 4
6318 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca2.yaml"
6319   legend:
6320     - ''
6321     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
6322     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6323     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6324     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6325     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6326
6327 # VPP Performance Changes 2n-zn2-xxv710 4t2c mrr
6328 - type: "table"
6329   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c mrr"
6330   algorithm: "table_comparison"
6331   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-mrr"
6332   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6333   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710'"
6334   columns:
6335 #     - title: "2005.0-5"
6336 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
6337     - title: "2009.0-5"
6338       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
6339     - title: "2009.0-6"
6340       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
6341     - title: "2101.0-6"
6342       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
6343   comparisons:
6344     - title: "2009.0-6 vs 2009.0-5"
6345       reference: 1  # 2
6346       compare: 2  # 3
6347 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca1.yaml"
6348     - title: "2101.0-6 vs 2009.0-6"
6349       reference: 2  # 3
6350       compare: 3  # 4
6351 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca2.yaml"
6352   legend:
6353     - ''
6354     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
6355     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6356     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6357     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6358     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6359
6360 # VPP Performance Changes 2n-zn2-xxv710 8t4c mrr
6361 - type: "table"
6362   title: "VPP Performance Changes 2n-zn2-xxv710 8t4c mrr"
6363   algorithm: "table_comparison"
6364   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-8t4c-mrr"
6365   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6366   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710'"
6367   columns:
6368 #     - title: "2005.0-5"
6369 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
6370     - title: "2009.0-5"
6371       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
6372     - title: "2009.0-6"
6373       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
6374     - title: "2101.0-6"
6375       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
6376   comparisons:
6377     - title: "2009.0-6 vs 2009.0-5"
6378       reference: 1  # 2
6379       compare: 2  # 3
6380 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca1.yaml"
6381     - title: "2101.0-6 vs 2009.0-6"
6382       reference: 2  # 3
6383       compare: 3  # 4
6384 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca2.yaml"
6385   legend:
6386     - ''
6387     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
6388     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6389     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6390     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6391     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6392
6393 # VPP Performance Changes 2n-dnv 1t1c mrr
6394 - type: "table"
6395   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
6396   algorithm: "table_comparison"
6397   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
6398   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6399   filter: "'1T1C'"
6400   columns:
6401     - title: "2005.0-5"
6402       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6403     - title: "2009.0-5"
6404       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
6405 #     - title: "2009.0-6"
6406 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6407     - title: "2101.0-6"
6408       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6409   comparisons:
6410 #     - title: "2009.0-6 vs 2009.0-5"
6411 #       reference: 2
6412 #       compare: 3
6413     - title: "2101.0-6 vs 2009.0-5"
6414       reference: 2
6415       compare: 3
6416   legend:
6417     - ''
6418     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
6419     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6420     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6421 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6422     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6423
6424 # VPP Performance Changes 2n-dnv 2t2c mrr
6425 - type: "table"
6426   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
6427   algorithm: "table_comparison"
6428   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
6429   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6430   filter: "'2T2C'"
6431   columns:
6432     - title: "2005.0-5"
6433       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6434     - title: "2009.0-5"
6435       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
6436 #     - title: "2009.0-6"
6437 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6438     - title: "2101.0-6"
6439       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6440   comparisons:
6441 #     - title: "2009.0-6 vs 2009.0-5"
6442 #       reference: 2
6443 #       compare: 3
6444     - title: "2101.0-6 vs 2009.0-5"
6445       reference: 2
6446       compare: 3
6447   legend:
6448     - ''
6449     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
6450     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6451     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6452 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6453     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6454
6455 # VPP Performance Changes 2n-dnv 4t4c mrr
6456 - type: "table"
6457   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
6458   algorithm: "table_comparison"
6459   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
6460   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6461   filter: "'4T4C'"
6462   columns:
6463     - title: "2005.0-5"
6464       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6465     - title: "2009.0-5"
6466       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
6467 #     - title: "2009.0-6"
6468 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6469     - title: "2101.0-6"
6470       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6471   comparisons:
6472 #     - title: "2009.0-6 vs 2009.0-5"
6473 #       reference: 2
6474 #       compare: 3
6475     - title: "2101.0-6 vs 2009.0-5"
6476       reference: 2
6477       compare: 3
6478   legend:
6479     - ''
6480     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
6481     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6482     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6483 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6484     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6485
6486 # VPP Performance Changes 3n-dnv 1t1c mrr
6487 - type: "table"
6488   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
6489   algorithm: "table_comparison"
6490   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
6491   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6492   filter: "'1T1C'"
6493   columns:
6494     - title: "2005.0-5"
6495       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6496     - title: "2009.0-5"
6497       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
6498 #     - title: "2009.0-6"
6499 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6500     - title: "2101.0-6"
6501       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6502   comparisons:
6503 #     - title: "2009.0-6 vs 2009.0-5"
6504 #       reference: 2
6505 #       compare: 3
6506     - title: "2101.0-6 vs 2009.0-5"
6507       reference: 2
6508       compare: 3
6509   legend:
6510     - ''
6511     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6512     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6513     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6514 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6515     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6516
6517 # VPP Performance Changes 3n-dnv 2t2c mrr
6518 - type: "table"
6519   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
6520   algorithm: "table_comparison"
6521   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
6522   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6523   filter: "'2T2C'"
6524   columns:
6525     - title: "2005.0-5"
6526       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6527     - title: "2009.0-5"
6528       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
6529 #     - title: "2009.0-6"
6530 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6531     - title: "2101.0-6"
6532       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6533   comparisons:
6534 #     - title: "2009.0-6 vs 2009.0-5"
6535 #       reference: 2
6536 #       compare: 3
6537     - title: "2101.0-6 vs 2009.0-5"
6538       reference: 2
6539       compare: 3
6540   legend:
6541     - ''
6542     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6543     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6544     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6545 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6546     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6547
6548 # VPP Performance Changes 3n-dnv 4t4c mrr
6549 - type: "table"
6550   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
6551   algorithm: "table_comparison"
6552   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
6553   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6554   filter: "'4T4C'"
6555   columns:
6556     - title: "2005.0-5"
6557       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6558     - title: "2009.0-5"
6559       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
6560 #     - title: "2009.0-6"
6561 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6562     - title: "2101.0-6"
6563       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6564   comparisons:
6565 #     - title: "2009.0-6 vs 2009.0-5"
6566 #       reference: 2
6567 #       compare: 3
6568     - title: "2101.0-6 vs 2009.0-5"
6569       reference: 2
6570       compare: 3
6571   legend:
6572     - ''
6573     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6574     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6575     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6576 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6577     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6578
6579 # VPP Performance Changes 3n-tsh 1t1c mrr
6580 - type: "table"
6581   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
6582   algorithm: "table_comparison"
6583   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
6584   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6585   filter: "'1T1C'"
6586   columns:
6587     - title: "2005.0-5"
6588       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6589     - title: "2009.0-5"
6590       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6591     - title: "2009.0-6"
6592       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6593     - title: "2101.0-6"
6594       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6595   comparisons:
6596     - title: "2009.0-6 vs 2009.0-5"
6597       reference: 2
6598       compare: 3
6599     - title: "2101.0-6 vs 2009.0-6"
6600       reference: 3
6601       compare: 4
6602   legend:
6603     - ''
6604     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6605     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6606     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6607     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6608     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6609
6610 # VPP Performance Changes 3n-tsh 2t2c mrr
6611 - type: "table"
6612   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
6613   algorithm: "table_comparison"
6614   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
6615   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6616   filter: "'2T2C'"
6617   columns:
6618     - title: "2005.0-5"
6619       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6620     - title: "2009.0-5"
6621       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6622     - title: "2009.0-6"
6623       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6624     - title: "2101.0-6"
6625       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6626   comparisons:
6627     - title: "2009.0-6 vs 2009.0-5"
6628       reference: 2
6629       compare: 3
6630     - title: "2101.0-6 vs 2009.0-6"
6631       reference: 3
6632       compare: 4
6633   legend:
6634     - ''
6635     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6636     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6637     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6638     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6639     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6640
6641 # VPP Performance Changes 3n-tsh 4t4c mrr
6642 - type: "table"
6643   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
6644   algorithm: "table_comparison"
6645   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
6646   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6647   filter: "'4T4C'"
6648   columns:
6649     - title: "2005.0-5"
6650       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6651     - title: "2009.0-5"
6652       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6653     - title: "2009.0-6"
6654       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6655     - title: "2101.0-6"
6656       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6657   comparisons:
6658     - title: "2009.0-6 vs 2009.0-5"
6659       reference: 2
6660       compare: 3
6661     - title: "2101.0-6 vs 2009.0-6"
6662       reference: 3
6663       compare: 4
6664   legend:
6665     - ''
6666     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6667     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6668     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6669     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6670     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6671
6672 # VPP Performance Changes 2n-tx2 1t1c mrr
6673 - type: "table"
6674   title: "VPP Performance Changes 2n-tx2 1t1c mrr"
6675   algorithm: "table_comparison"
6676   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-mrr"
6677   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6678   filter: "'1T1C'"
6679   columns:
6680 #     - title: "2005.0-5"
6681 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
6682 #     - title: "2009.0-5"
6683 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
6684     - title: "2009.0-6"
6685       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
6686     - title: "2101.0-6"
6687       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
6688   comparisons:
6689 #     - title: "2009.0-6 vs 2009.0-5"
6690 #       reference: 2
6691 #       compare: 3
6692     - title: "2101.0-6 vs 2009.0-6"
6693       reference: 1
6694       compare: 2
6695   legend:
6696     - ''
6697     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
6698     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6699     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6700 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6701     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6702
6703 # VPP Performance Changes 2n-tx2 2t2c mrr
6704 - type: "table"
6705   title: "VPP Performance Changes 2n-tx2 2t2c mrr"
6706   algorithm: "table_comparison"
6707   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-mrr"
6708   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6709   filter: "'2T2C'"
6710   columns:
6711 #     - title: "2005.0-5"
6712 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
6713 #     - title: "2009.0-5"
6714 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
6715     - title: "2009.0-6"
6716       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
6717     - title: "2101.0-6"
6718       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
6719   comparisons:
6720 #     - title: "2009.0-6 vs 2009.0-5"
6721 #       reference: 2
6722 #       compare: 3
6723     - title: "2101.0-6 vs 2009.0-6"
6724       reference: 1
6725       compare: 2
6726   legend:
6727     - ''
6728     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
6729     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6730     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6731 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6732     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6733
6734 # VPP Performance Changes 2n-tx2 4t4c mrr
6735 - type: "table"
6736   title: "VPP Performance Changes 2n-tx2 4t4c mrr"
6737   algorithm: "table_comparison"
6738   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-4t4c-mrr"
6739   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6740   filter: "'4T4C'"
6741   columns:
6742 #     - title: "2005.0-5"
6743 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
6744 #     - title: "2009.0-5"
6745 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
6746     - title: "2009.0-6"
6747       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
6748     - title: "2101.0-6"
6749       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
6750   comparisons:
6751 #     - title: "2009.0-6 vs 2009.0-5"
6752 #       reference: 2
6753 #       compare: 3
6754     - title: "2101.0-6 vs 2009.0-6"
6755       reference: 1
6756       compare: 2
6757   legend:
6758     - ''
6759     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
6760     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6761     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6762 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6763     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6764
6765 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6766 - type: "table"
6767   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6768   algorithm: "table_comparison"
6769   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6770   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6771   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6772   columns:
6773     - title: "3n-hsw xl710"
6774       data-set: "vpp-compare-testbeds-mrr-ref"
6775       tag: "NIC_Intel-XL710"
6776     - title: "3n-skx xxv710"
6777       data-set: "vpp-compare-testbeds-mrr-cmp"
6778       tag: "NIC_Intel-XXV710"
6779   comparisons:
6780     - title: "Diff"
6781       reference: 1
6782       compare: 2
6783   legend:
6784     - ""
6785     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6786     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6787
6788 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6789 - type: "table"
6790   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6791   algorithm: "table_comparison"
6792   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6794   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6795   columns:
6796     - title: "3n-hsw xl710"
6797       data-set: "vpp-compare-testbeds-mrr-ref"
6798       tag: "NIC_Intel-XL710"
6799     - title: "3n-skx xxv710"
6800       data-set: "vpp-compare-testbeds-mrr-cmp"
6801       tag: "NIC_Intel-XXV710"
6802   comparisons:
6803     - title: "Diff"
6804       reference: 1
6805       compare: 2
6806   legend:
6807     - ""
6808     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6809     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6810
6811 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6812 - type: "table"
6813   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6814   algorithm: "table_comparison"
6815   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6816   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6817   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6818   columns:
6819     - title: "3n-hsw xl710"
6820       data-set: "vpp-compare-testbeds-mrr-ref"
6821       tag: "NIC_Intel-XL710"
6822     - title: "3n-skx xxv710"
6823       data-set: "vpp-compare-testbeds-mrr-cmp"
6824       tag: "NIC_Intel-XXV710"
6825   comparisons:
6826     - title: "Diff"
6827       reference: 1
6828       compare: 2
6829   legend:
6830     - ""
6831     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6832     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6833
6834 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6835 - type: "table"
6836   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6837   algorithm: "table_comparison"
6838   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6839   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6840   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6841   columns:
6842     - title: "2n-skx"
6843       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6844     - title: "2n-clx"
6845       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6846   comparisons:
6847     - title: "Diff"
6848       reference: 1
6849       compare: 2
6850   legend:
6851     - ""
6852     - "2n-skx, 2n-clx - testbeds and NICs tested."
6853     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6854
6855 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6856 - type: "table"
6857   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6858   algorithm: "table_comparison"
6859   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6860   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6861   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6862   columns:
6863     - title: "2n-skx"
6864       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6865     - title: "2n-clx"
6866       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6867   comparisons:
6868     - title: "Diff"
6869       reference: 1
6870       compare: 2
6871   legend:
6872     - ""
6873     - "2n-skx, 2n-clx - testbeds and NICs tested."
6874     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6875
6876 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6877 - type: "table"
6878   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6879   algorithm: "table_comparison"
6880   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6881   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6882   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6883   columns:
6884     - title: "2n-skx"
6885       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6886     - title: "2n-clx"
6887       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6888   comparisons:
6889     - title: "Diff"
6890       reference: 1
6891       compare: 2
6892   legend:
6893     - ""
6894     - "2n-skx, 2n-clx - testbeds and NICs tested."
6895     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6896
6897 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6898 - type: "table"
6899   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6900   algorithm: "table_comparison"
6901   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6902   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6903   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6904   columns:
6905     - title: "3n-skx"
6906       data-set: "vpp-compare-topologies-mrr-ref"
6907     - title: "2n-skx"
6908       data-set: "vpp-compare-topologies-mrr-cmp"
6909   comparisons:
6910     - title: "Diff"
6911       reference: 1
6912       compare: 2
6913   legend:
6914     - ""
6915     - "3n-skx, 2n-skx - topologies tested."
6916     - "Diff - difference between 3n-skx and 2n-skx topologies."
6917
6918 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6919 - type: "table"
6920   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6921   algorithm: "table_comparison"
6922   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6923   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6924   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6925   columns:
6926     - title: "3n-skx"
6927       data-set: "vpp-compare-topologies-mrr-ref"
6928     - title: "2n-skx"
6929       data-set: "vpp-compare-topologies-mrr-cmp"
6930   comparisons:
6931     - title: "Diff"
6932       reference: 1
6933       compare: 2
6934   legend:
6935     - ""
6936     - "3n-skx, 2n-skx - topologies tested."
6937     - "Diff - difference between 3n-skx and 2n-skx topologies."
6938
6939 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6940 - type: "table"
6941   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6942   algorithm: "table_comparison"
6943   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6944   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6945   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6946   columns:
6947     - title: "3n-skx"
6948       data-set: "vpp-compare-topologies-mrr-ref"
6949     - title: "2n-skx"
6950       data-set: "vpp-compare-topologies-mrr-cmp"
6951   comparisons:
6952     - title: "Diff"
6953       reference: 1
6954       compare: 2
6955   legend:
6956     - ""
6957     - "3n-skx, 2n-skx - topologies tested."
6958     - "Diff - difference between 3n-skx and 2n-skx topologies."
6959
6960 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6961 - type: "table"
6962   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6963   algorithm: "table_comparison"
6964   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6965   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6966   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6967   columns:
6968     - title: "3n-hsw xl710"
6969       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6970       tag: "NIC_Intel-XL710"
6971     - title: "2n-clx xxv710"
6972       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6973       tag: "NIC_Intel-XXV710"
6974   comparisons:
6975     - title: "Diff"
6976       reference: 1
6977       compare: 2
6978   legend:
6979     - ""
6980     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6981     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6982
6983 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6984 - type: "table"
6985   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6986   algorithm: "table_comparison"
6987   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6988   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6989   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6990   columns:
6991     - title: "3n-hsw xl710"
6992       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6993       tag: "NIC_Intel-XL710"
6994     - title: "2n-clx xxv710"
6995       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6996       tag: "NIC_Intel-XXV710"
6997   comparisons:
6998     - title: "Diff"
6999       reference: 1
7000       compare: 2
7001   legend:
7002     - ""
7003     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
7004     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
7005
7006 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
7007 - type: "table"
7008   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
7009   algorithm: "table_comparison"
7010   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
7011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7012   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
7013   columns:
7014     - title: "3n-hsw xl710"
7015       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
7016       tag: "NIC_Intel-XL710"
7017     - title: "2n-clx xxv710"
7018       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
7019       tag: "NIC_Intel-XXV710"
7020   comparisons:
7021     - title: "Diff"
7022       reference: 1
7023       compare: 2
7024   legend:
7025     - ""
7026     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
7027     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
7028
7029 # Detailed Test Results - VPP Performance Results 3n-hsw
7030 - type: "table"
7031   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
7032   algorithm: "table_merged_details"
7033   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
7034   columns:
7035     - title: " |prein| Test Name |preout| "
7036       data: "data name"
7037     - 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| "
7038       data: "data msg"
7039   data: "vpp-perf-results-3n-hsw"
7040   filter: "all"
7041   parameters:
7042   - "name"
7043   - "parent"
7044   - "msg"
7045
7046 # Detailed Test Results - VPP Performance Results 3n-skx
7047 - type: "table"
7048   title: "Detailed Test Results - VPP Performance Results 3n-skx"
7049   algorithm: "table_merged_details"
7050   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
7051   columns:
7052     - title: " |prein| Test Name |preout| "
7053       data: "data name"
7054     - 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| "
7055       data: "data msg"
7056   data: "vpp-perf-results-3n-skx"
7057   filter: "all"
7058   remove-ndr: False
7059   parameters:
7060   - "name"
7061   - "parent"
7062   - "msg"
7063
7064 # Detailed Test Results - VPP Performance Results 2n-skx
7065 - type: "table"
7066   title: "Detailed Test Results - VPP Performance Results 2n-skx"
7067   algorithm: "table_merged_details"
7068   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
7069   columns:
7070     - title: " |prein| Test Name |preout| "
7071       data: "data name"
7072     - 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| "
7073       data: "data msg"
7074   data: "vpp-perf-results-2n-skx"
7075   filter: "all"
7076   remove-ndr: False
7077   parameters:
7078   - "name"
7079   - "parent"
7080   - "msg"
7081
7082 # Detailed Test Results - VPP Performance Results 2n-zn2
7083 - type: "table"
7084   title: "Detailed Test Results - VPP Performance Results 2n-zn2"
7085   algorithm: "table_merged_details"
7086   output-file: "{DIR[DTR,PERF,VPP,2N,ZN2]}/"
7087   columns:
7088     - title: " |prein| Test Name |preout| "
7089       data: "data name"
7090     - 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| "
7091       data: "data msg"
7092   data: "vpp-perf-results-2n-zn2"
7093   filter: "all"
7094   remove-ndr: False
7095   parameters:
7096   - "name"
7097   - "parent"
7098   - "msg"
7099
7100 # Detailed Test Results - VPP Performance Results 2n-clx
7101 - type: "table"
7102   title: "Detailed Test Results - VPP Performance Results 2n-clx"
7103   algorithm: "table_merged_details"
7104   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
7105   columns:
7106     - title: " |prein| Test Name |preout| "
7107       data: "data name"
7108     - 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| "
7109       data: "data msg"
7110   data: "vpp-perf-results-2n-clx"
7111   filter: "all"
7112   parameters:
7113   - "name"
7114   - "parent"
7115   - "msg"
7116
7117 # Detailed Test Results - VPP Performance Results 3n-tsh
7118 - type: "table"
7119   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
7120   algorithm: "table_merged_details"
7121   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
7122   columns:
7123     - title: " |prein| Test Name |preout| "
7124       data: "data name"
7125     - 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| "
7126       data: "data msg"
7127   data: "vpp-perf-results-3n-tsh"
7128   filter: "all"
7129   parameters:
7130   - "name"
7131   - "parent"
7132   - "msg"
7133
7134 # Detailed Test Results - VPP Performance Results 2n-tx2
7135 - type: "table"
7136   title: "Detailed Test Results - VPP Performance Results 2n-tx2"
7137   algorithm: "table_merged_details"
7138   output-file: "{DIR[DTR,PERF,VPP,2N,TX2]}/"
7139   columns:
7140     - title: " |prein| Test Name |preout| "
7141       data: "data name"
7142     - 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| "
7143       data: "data msg"
7144   data: "vpp-perf-results-2n-tx2"
7145   filter: "all"
7146   parameters:
7147   - "name"
7148   - "parent"
7149   - "msg"
7150
7151 # Detailed Test Results - VPP Performance Results 3n-dnv
7152 - type: "table"
7153   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
7154   algorithm: "table_merged_details"
7155   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
7156   columns:
7157     - title: " |prein| Test Name |preout| "
7158       data: "data name"
7159     - 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| "
7160       data: "data msg"
7161   data: "vpp-perf-results-3n-dnv"
7162   filter: "all"
7163   parameters:
7164   - "name"
7165   - "parent"
7166   - "msg"
7167
7168 # Detailed Test Results - VPP Performance Results 2n-dnv
7169 - type: "table"
7170   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
7171   algorithm: "table_merged_details"
7172   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
7173   columns:
7174     - title: " |prein| Test Name |preout| "
7175       data: "data name"
7176     - 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| "
7177       data: "data msg"
7178   data: "vpp-perf-results-2n-dnv"
7179   filter: "all"
7180   parameters:
7181   - "name"
7182   - "parent"
7183   - "msg"
7184
7185 # Test configuration - VPP Performance Test Configs 3n-hsw
7186 - type: "table"
7187   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
7188   algorithm: "table_merged_details"
7189   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
7190   columns:
7191     - title: " |prein| Test Name |preout| "
7192       data: "data name"
7193     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7194       data: "data conf-history"
7195   data: "vpp-perf-results-3n-hsw"
7196   filter: "all"
7197   parameters:
7198   - "parent"
7199   - "name"
7200   - "conf-history"
7201
7202 # Test configuration - VPP Performance Test Configs 3n-skx
7203 - type: "table"
7204   title: "Test configuration - VPP Performance Test Configs 3n-skx"
7205   algorithm: "table_merged_details"
7206   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
7207   columns:
7208     - title: " |prein| Test Name |preout| "
7209       data: "data name"
7210     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7211       data: "data conf-history"
7212   data: "vpp-perf-results-3n-skx"
7213   filter: "all"
7214   parameters:
7215   - "parent"
7216   - "name"
7217   - "conf-history"
7218
7219 # Test configuration - VPP Performance Test Configs 2n-skx
7220 - type: "table"
7221   title: "Test configuration - VPP Performance Test Configs 2n-skx"
7222   algorithm: "table_merged_details"
7223   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
7224   columns:
7225     - title: " |prein| Test Name |preout| "
7226       data: "data name"
7227     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7228       data: "data conf-history"
7229   data: "vpp-perf-results-2n-skx"
7230   filter: "all"
7231   parameters:
7232   - "parent"
7233   - "name"
7234   - "conf-history"
7235
7236 # Test configuration - VPP Performance Test Configs 2n-zn2
7237 - type: "table"
7238   title: "Test configuration - VPP Performance Test Configs 2n-zn2"
7239   algorithm: "table_merged_details"
7240   output-file: "{DIR[DTC,PERF,VPP,2N,ZN2]}/"
7241   columns:
7242     - title: " |prein| Test Name |preout| "
7243       data: "data name"
7244     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7245       data: "data conf-history"
7246   data: "vpp-perf-results-2n-zn2"
7247   filter: "all"
7248   parameters:
7249   - "parent"
7250   - "name"
7251   - "conf-history"
7252
7253 # Test configuration - VPP Performance Test Configs 2n-clx
7254 - type: "table"
7255   title: "Test configuration - VPP Performance Test Configs 2n-clx"
7256   algorithm: "table_merged_details"
7257   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
7258   columns:
7259     - title: " |prein| Test Name |preout| "
7260       data: "data name"
7261     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7262       data: "data conf-history"
7263   data: "vpp-perf-results-2n-clx"
7264   filter: "all"
7265   parameters:
7266   - "parent"
7267   - "name"
7268   - "conf-history"
7269
7270 # Test configuration - VPP Performance Test Configs 3n-tsh
7271 - type: "table"
7272   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
7273   algorithm: "table_merged_details"
7274   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
7275   columns:
7276     - title: " |prein| Test Name |preout| "
7277       data: "data name"
7278     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7279       data: "data conf-history"
7280   data: "vpp-perf-results-3n-tsh"
7281   filter: "all"
7282   parameters:
7283   - "parent"
7284   - "name"
7285   - "conf-history"
7286
7287 # Test configuration - VPP Performance Test Configs 2n-tx2
7288 - type: "table"
7289   title: "Test configuration - VPP Performance Test Configs 2n-tx2"
7290   algorithm: "table_merged_details"
7291   output-file: "{DIR[DTC,PERF,VPP,2N,TX2]}/"
7292   columns:
7293     - title: " |prein| Test Name |preout| "
7294       data: "data name"
7295     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7296       data: "data conf-history"
7297   data: "vpp-perf-results-2n-tx2"
7298   filter: "all"
7299   parameters:
7300   - "parent"
7301   - "name"
7302   - "conf-history"
7303
7304 # Test configuration - VPP Performance Test Configs 3n-dnv
7305 - type: "table"
7306   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
7307   algorithm: "table_merged_details"
7308   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
7309   columns:
7310     - title: " |prein| Test Name |preout| "
7311       data: "data name"
7312     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7313       data: "data conf-history"
7314   data: "vpp-perf-results-3n-dnv"
7315   filter: "all"
7316   parameters:
7317   - "parent"
7318   - "name"
7319   - "conf-history"
7320
7321 # Test configuration - VPP Performance Test Configs 2n-dnv
7322 - type: "table"
7323   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
7324   algorithm: "table_merged_details"
7325   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
7326   columns:
7327     - title: " |prein| Test Name |preout| "
7328       data: "data name"
7329     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7330       data: "data conf-history"
7331   data: "vpp-perf-results-2n-dnv"
7332   filter: "all"
7333   parameters:
7334   - "parent"
7335   - "name"
7336   - "conf-history"
7337
7338 # Test Operational Data - VPP Performance Operational Data 3n-hsw
7339 - type: "table"
7340   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
7341   algorithm: "table_oper_data_html"
7342   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
7343   data: "vpp-perf-results-3n-hsw"
7344   filter: "all"
7345
7346 # Test Operational Data - VPP Performance Operational Data 3n-skx
7347 - type: "table"
7348   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
7349   algorithm: "table_oper_data_html"
7350   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
7351   data: "vpp-perf-results-3n-skx"
7352   filter: "all"
7353
7354 # Test Operational Data - VPP Performance Operational Data 2n-skx
7355 - type: "table"
7356   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
7357   algorithm: "table_oper_data_html"
7358   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
7359   data: "vpp-perf-results-2n-skx"
7360   filter: "all"
7361
7362 # Test Operational Data - VPP Performance Operational Data 2n-zn2
7363 - type: "table"
7364   title: "Test Operational Data - VPP Performance Operational Data 2n-zn2"
7365   algorithm: "table_oper_data_html"
7366   output-file: "{DIR[DTO,PERF,VPP,2N,ZN2]}/"
7367   data: "vpp-perf-results-2n-zn2"
7368   filter: "all"
7369
7370 # Test Operational Data - VPP Performance Operational Data 2n-clx
7371 - type: "table"
7372   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
7373   algorithm: "table_oper_data_html"
7374   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
7375   data: "vpp-perf-results-2n-clx"
7376   filter: "all"
7377
7378 # Test Operational Data - VPP Performance Operational Data 3n-tsh
7379 - type: "table"
7380   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
7381   algorithm: "table_oper_data_html"
7382   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
7383   data: "vpp-perf-results-3n-tsh"
7384   filter: "all"
7385
7386 # Test Operational Data - VPP Performance Operational Data 2n-tx2
7387 - type: "table"
7388   title: "Test Operational Data - VPP Performance Operational Data 2n-tx2"
7389   algorithm: "table_oper_data_html"
7390   output-file: "{DIR[DTO,PERF,VPP,2N,TX2]}/"
7391   data: "vpp-perf-results-2n-tx2"
7392   filter: "all"
7393
7394 # Test Operational Data - VPP Performance Operational Data 3n-dnv
7395 - type: "table"
7396   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
7397   algorithm: "table_oper_data_html"
7398   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
7399   data: "vpp-perf-results-3n-dnv"
7400   filter: "all"
7401
7402 # Test Operational Data - VPP Performance Operational Data 2n-dnv
7403 - type: "table"
7404   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
7405   algorithm: "table_oper_data_html"
7406   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
7407   data: "vpp-perf-results-2n-dnv"
7408   filter: "all"
7409
7410 # Detailed Test Results - VPP MRR Results 3n-hsw
7411 - type: "table"
7412   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
7413   algorithm: "table_merged_details"
7414   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
7415   columns:
7416     - title: " |prein| Test Name |preout| "
7417       data: "data name"
7418     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7419       data: "data msg"
7420   data: "vpp-mrr-results-3n-hsw"
7421   filter: "all"
7422   parameters:
7423   - "name"
7424   - "parent"
7425   - "msg"
7426
7427 # Detailed Test Results - VPP MRR Results 3n-skx
7428 - type: "table"
7429   title: "Detailed Test Results - VPP MRR Results 3n-skx"
7430   algorithm: "table_merged_details"
7431   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
7432   columns:
7433     - title: " |prein| Test Name |preout| "
7434       data: "data name"
7435     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7436       data: "data msg"
7437   data: "vpp-mrr-results-3n-skx"
7438   filter: "all"
7439   parameters:
7440   - "name"
7441   - "parent"
7442   - "msg"
7443
7444 # Detailed Test Results - VPP MRR Results 2n-skx
7445 - type: "table"
7446   title: "Detailed Test Results - VPP MRR Results 2n-skx"
7447   algorithm: "table_merged_details"
7448   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
7449   columns:
7450     - title: " |prein| Test Name |preout| "
7451       data: "data name"
7452     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7453       data: "data msg"
7454   data: "vpp-mrr-results-2n-skx"
7455   filter: "all"
7456   parameters:
7457   - "name"
7458   - "parent"
7459   - "msg"
7460
7461 # Detailed Test Results - VPP MRR Results 2n-zn2
7462 - type: "table"
7463   title: "Detailed Test Results - VPP MRR Results 2n-zn2"
7464   algorithm: "table_merged_details"
7465   output-file: "{DIR[DTR,MRR,VPP,2N,ZN2]}/"
7466   columns:
7467     - title: " |prein| Test Name |preout| "
7468       data: "data name"
7469     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7470       data: "data msg"
7471   data: "vpp-mrr-results-2n-zn2"
7472   filter: "all"
7473   parameters:
7474   - "name"
7475   - "parent"
7476   - "msg"
7477
7478 # Detailed Test Results - VPP MRR Results 2n-clx
7479 - type: "table"
7480   title: "Detailed Test Results - VPP MRR Results 2n-clx"
7481   algorithm: "table_merged_details"
7482   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
7483   columns:
7484     - title: " |prein| Test Name |preout| "
7485       data: "data name"
7486     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7487       data: "data msg"
7488   data: "vpp-mrr-results-2n-clx"
7489   filter: "all"
7490   parameters:
7491   - "name"
7492   - "parent"
7493   - "msg"
7494
7495 # Detailed Test Results - VPP MRR Results 3n-tsh
7496 - type: "table"
7497   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
7498   algorithm: "table_merged_details"
7499   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
7500   columns:
7501     - title: " |prein| Test Name |preout| "
7502       data: "data name"
7503     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7504       data: "data msg"
7505   data: "vpp-mrr-results-3n-tsh"
7506   filter: "all"
7507   parameters:
7508   - "name"
7509   - "parent"
7510   - "msg"
7511
7512 # Detailed Test Results - VPP MRR Results 2n-tx2
7513 - type: "table"
7514   title: "Detailed Test Results - VPP MRR Results 2n-tx2"
7515   algorithm: "table_merged_details"
7516   output-file: "{DIR[DTR,MRR,VPP,2N,TX2]}/"
7517   columns:
7518     - title: " |prein| Test Name |preout| "
7519       data: "data name"
7520     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7521       data: "data msg"
7522   data: "vpp-mrr-results-2n-tx2"
7523   filter: "all"
7524   parameters:
7525   - "name"
7526   - "parent"
7527   - "msg"
7528
7529 # Detailed Test Results - VPP MRR Results 3n-dnv
7530 - type: "table"
7531   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
7532   algorithm: "table_merged_details"
7533   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
7534   columns:
7535     - title: " |prein| Test Name |preout| "
7536       data: "data name"
7537     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7538       data: "data msg"
7539   data: "vpp-mrr-results-3n-dnv"
7540   filter: "all"
7541   parameters:
7542   - "name"
7543   - "parent"
7544   - "msg"
7545
7546 # Detailed Test Results - VPP MRR Results 2n-dnv
7547 - type: "table"
7548   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
7549   algorithm: "table_merged_details"
7550   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
7551   columns:
7552     - title: " |prein| Test Name |preout| "
7553       data: "data name"
7554     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7555       data: "data msg"
7556   data: "vpp-mrr-results-2n-dnv"
7557   filter: "all"
7558   parameters:
7559   - "name"
7560   - "parent"
7561   - "msg"
7562
7563 # Test configuration - VPP MRR Test Configs 3n-hsw
7564 - type: "table"
7565   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
7566   algorithm: "table_merged_details"
7567   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
7568   columns:
7569     - title: " |prein| Test Name |preout| "
7570       data: "data name"
7571     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7572       data: "data conf-history"
7573   data: "vpp-mrr-results-3n-hsw"
7574   filter: "all"
7575   parameters:
7576   - "parent"
7577   - "name"
7578   - "conf-history"
7579
7580 # Test configuration - VPP MRR Test Configs 3n-skx
7581 - type: "table"
7582   title: "Test configuration - VPP MRR Test Configs 3n-skx"
7583   algorithm: "table_merged_details"
7584   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
7585   columns:
7586     - title: " |prein| Test Name |preout| "
7587       data: "data name"
7588     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7589       data: "data conf-history"
7590   data: "vpp-mrr-results-3n-skx"
7591   filter: "all"
7592   parameters:
7593   - "parent"
7594   - "name"
7595   - "conf-history"
7596
7597 # Test configuration - VPP MRR Test Configs 2n-skx
7598 - type: "table"
7599   title: "Test configuration - VPP MRR Test Configs 2n-skx"
7600   algorithm: "table_merged_details"
7601   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
7602   columns:
7603     - title: " |prein| Test Name |preout| "
7604       data: "data name"
7605     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7606       data: "data conf-history"
7607   data: "vpp-mrr-results-2n-skx"
7608   filter: "all"
7609   parameters:
7610   - "parent"
7611   - "name"
7612   - "conf-history"
7613
7614 # Test configuration - VPP MRR Test Configs 2n-zn2
7615 - type: "table"
7616   title: "Test configuration - VPP MRR Test Configs 2n-zn2"
7617   algorithm: "table_merged_details"
7618   output-file: "{DIR[DTC,MRR,VPP,2N,ZN2]}/"
7619   columns:
7620     - title: " |prein| Test Name |preout| "
7621       data: "data name"
7622     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7623       data: "data conf-history"
7624   data: "vpp-mrr-results-2n-zn2"
7625   filter: "all"
7626   parameters:
7627   - "parent"
7628   - "name"
7629   - "conf-history"
7630
7631 # Test configuration - VPP MRR Test Configs 2n-clx
7632 - type: "table"
7633   title: "Test configuration - VPP MRR Test Configs 2n-clx"
7634   algorithm: "table_merged_details"
7635   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
7636   columns:
7637     - title: " |prein| Test Name |preout| "
7638       data: "data name"
7639     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7640       data: "data conf-history"
7641   data: "vpp-mrr-results-2n-clx"
7642   filter: "all"
7643   parameters:
7644   - "parent"
7645   - "name"
7646   - "conf-history"
7647
7648 # Test configuration - VPP MRR Test Configs 3n-tsh
7649 - type: "table"
7650   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
7651   algorithm: "table_merged_details"
7652   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
7653   columns:
7654     - title: " |prein| Test Name |preout| "
7655       data: "data name"
7656     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7657       data: "data conf-history"
7658   data: "vpp-mrr-results-3n-tsh"
7659   filter: "all"
7660   parameters:
7661   - "parent"
7662   - "name"
7663   - "conf-history"
7664
7665 # Test configuration - VPP MRR Test Configs 2n-tx2
7666 - type: "table"
7667   title: "Test configuration - VPP MRR Test Configs 2n-tx2"
7668   algorithm: "table_merged_details"
7669   output-file: "{DIR[DTC,MRR,VPP,2N,TX2]}/"
7670   columns:
7671     - title: " |prein| Test Name |preout| "
7672       data: "data name"
7673     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7674       data: "data conf-history"
7675   data: "vpp-mrr-results-2n-tx2"
7676   filter: "all"
7677   parameters:
7678   - "parent"
7679   - "name"
7680   - "conf-history"
7681
7682 # Test configuration - VPP MRR Test Configs 3n-dnv
7683 - type: "table"
7684   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
7685   algorithm: "table_merged_details"
7686   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
7687   columns:
7688     - title: " |prein| Test Name |preout| "
7689       data: "data name"
7690     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7691       data: "data conf-history"
7692   data: "vpp-mrr-results-3n-dnv"
7693   filter: "all"
7694   parameters:
7695   - "parent"
7696   - "name"
7697   - "conf-history"
7698
7699 # Test configuration - VPP MRR Test Configs 2n-dnv
7700 - type: "table"
7701   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
7702   algorithm: "table_merged_details"
7703   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
7704   columns:
7705     - title: " |prein| Test Name |preout| "
7706       data: "data name"
7707     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7708       data: "data conf-history"
7709   data: "vpp-mrr-results-2n-dnv"
7710   filter: "all"
7711   parameters:
7712   - "parent"
7713   - "name"
7714   - "conf-history"
7715
7716 # Detailed Test Results - VPP Device Results - Ubuntu
7717 - type: "table"
7718   title: "Detailed Test Results - VPP Device Results - Ubuntu"
7719   algorithm: "table_merged_details"
7720   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
7721   columns:
7722     - title: " |prein| Test Name |preout| "
7723       data: "data name"
7724     - title: " |prein| Status |preout| "
7725       data: "data status"
7726   data: "vpp-device-results-ubuntu"
7727   filter: "all"
7728   parameters:
7729   - "name"
7730   - "parent"
7731   - "doc"
7732   - "status"
7733
7734 # Test configuration - VPP Device Test Configs - Ubuntu
7735 - type: "table"
7736   title: "Test configuration - VPP Device Test Configs - Ubuntu"
7737   algorithm: "table_merged_details"
7738   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
7739   columns:
7740     - title: " |prein| Test Name |preout| "
7741       data: "data name"
7742     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7743       data: "data conf-history"
7744   data: "vpp-device-results-ubuntu"
7745   filter: "all"
7746   parameters:
7747   - "parent"
7748   - "name"
7749   - "conf-history"
7750
7751 ################################################################################
7752
7753 # DPDK Performance Changes 3n-hsw 1t1c pdr
7754 - type: "table"
7755   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
7756   algorithm: "table_comparison"
7757   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
7758   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7759   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7760   columns:
7761     - title: "2005"
7762       data-set: "dpdk-performance-changes-3n-hsw-h1"
7763     - title: "2009"
7764       data-set: "dpdk-performance-changes-3n-hsw-ref"
7765     - title: "2101"
7766       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7767   comparisons:
7768     - title: "Diff"
7769       reference: 2
7770       compare: 3
7771   legend:
7772     - ""
7773     - "2005, 2009, 2101 - DPDK versions tested."
7774     - "Diff - difference between 2009 and 2101 DPDK version."
7775
7776 # DPDK Performance Changes 3n-hsw 2t2c pdr
7777 - type: "table"
7778   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
7779   algorithm: "table_comparison"
7780   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
7781   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7782   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7783   columns:
7784     - title: "2005"
7785       data-set: "dpdk-performance-changes-3n-hsw-h1"
7786     - title: "2009"
7787       data-set: "dpdk-performance-changes-3n-hsw-ref"
7788     - title: "2101"
7789       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7790   comparisons:
7791     - title: "Diff"
7792       reference: 2
7793       compare: 3
7794   legend:
7795     - ""
7796     - "2005, 2009, 2101 - DPDK versions tested."
7797     - "Diff - difference between 2009 and 2101 DPDK version."
7798
7799 # DPDK Performance Changes 3n-hsw 1t1c pdr
7800 - type: "table"
7801   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
7802   algorithm: "table_comparison"
7803   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
7804   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7805   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7806   columns:
7807     - title: "2005"
7808       data-set: "dpdk-performance-changes-3n-hsw-h1"
7809     - title: "2009"
7810       data-set: "dpdk-performance-changes-3n-hsw-ref"
7811     - title: "2101"
7812       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7813   comparisons:
7814     - title: "Diff"
7815       reference: 2
7816       compare: 3
7817   legend:
7818     - ""
7819     - "2005, 2009, 2101 - DPDK versions tested."
7820     - "Diff - difference between 2009 and 2101 DPDK version."
7821
7822 # DPDK Performance Changes 3n-hsw 2t2c ndr
7823 - type: "table"
7824   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
7825   algorithm: "table_comparison"
7826   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
7827   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7828   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7829   columns:
7830     - title: "2005"
7831       data-set: "dpdk-performance-changes-3n-hsw-h1"
7832     - title: "2009"
7833       data-set: "dpdk-performance-changes-3n-hsw-ref"
7834     - title: "2101"
7835       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7836   comparisons:
7837     - title: "Diff"
7838       reference: 2
7839       compare: 3
7840   legend:
7841     - ""
7842     - "2005, 2009, 2101 - DPDK versions tested."
7843     - "Diff - difference between 2009 and 2101 DPDK version."
7844
7845 # DPDK Performance Changes 3n-skx 2t1c pdr
7846 - type: "table"
7847   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
7848   algorithm: "table_comparison"
7849   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
7850   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7851   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7852   columns:
7853     - title: "2005"
7854       data-set: "dpdk-performance-changes-3n-skx-h1"
7855     - title: "2009"
7856       data-set: "dpdk-performance-changes-3n-skx-ref"
7857     - title: "2101"
7858       data-set: "dpdk-performance-changes-3n-skx-cmp"
7859   comparisons:
7860     - title: "Diff"
7861       reference: 2
7862       compare: 3
7863   legend:
7864     - ""
7865     - "2005, 2009, 2101 - DPDK versions tested."
7866     - "Diff - difference between 2009 and 2101 DPDK version."
7867
7868 # DPDK Performance Changes 3n-skx 4t2c pdr
7869 - type: "table"
7870   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
7871   algorithm: "table_comparison"
7872   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
7873   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7874   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7875   columns:
7876     - title: "2005"
7877       data-set: "dpdk-performance-changes-3n-skx-h1"
7878     - title: "2009"
7879       data-set: "dpdk-performance-changes-3n-skx-ref"
7880     - title: "2101"
7881       data-set: "dpdk-performance-changes-3n-skx-cmp"
7882   comparisons:
7883     - title: "Diff"
7884       reference: 2
7885       compare: 3
7886   legend:
7887     - ""
7888     - "2005, 2009, 2101 - DPDK versions tested."
7889     - "Diff - difference between 2009 and 2101 DPDK version."
7890
7891 # DPDK Performance Changes 3n-skx 2t1c ndr
7892 - type: "table"
7893   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
7894   algorithm: "table_comparison"
7895   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
7896   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7897   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7898   columns:
7899     - title: "2005"
7900       data-set: "dpdk-performance-changes-3n-skx-h1"
7901     - title: "2009"
7902       data-set: "dpdk-performance-changes-3n-skx-ref"
7903     - title: "2101"
7904       data-set: "dpdk-performance-changes-3n-skx-cmp"
7905   comparisons:
7906     - title: "Diff"
7907       reference: 2
7908       compare: 3
7909   legend:
7910     - ""
7911     - "2005, 2009, 2101 - DPDK versions tested."
7912     - "Diff - difference between 2009 and 2101 DPDK version."
7913
7914 # DPDK Performance Changes 3n-skx 4t2c ndr
7915 - type: "table"
7916   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7917   algorithm: "table_comparison"
7918   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7919   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7920   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7921   columns:
7922     - title: "2005"
7923       data-set: "dpdk-performance-changes-3n-skx-h1"
7924     - title: "2009"
7925       data-set: "dpdk-performance-changes-3n-skx-ref"
7926     - title: "2101"
7927       data-set: "dpdk-performance-changes-3n-skx-cmp"
7928   comparisons:
7929     - title: "Diff"
7930       reference: 2
7931       compare: 3
7932   legend:
7933     - ""
7934     - "2005, 2009, 2101 - DPDK versions tested."
7935     - "Diff - difference between 2009 and 2101 DPDK version."
7936
7937 # DPDK Performance Changes 2n-skx 2t1c pdr
7938 - type: "table"
7939   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7940   algorithm: "table_comparison"
7941   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7942   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7943   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7944   columns:
7945     - title: "2005"
7946       data-set: "dpdk-performance-changes-2n-skx-h1"
7947     - title: "2009"
7948       data-set: "dpdk-performance-changes-2n-skx-ref"
7949     - title: "2101"
7950       data-set: "dpdk-performance-changes-2n-skx-cmp"
7951   comparisons:
7952     - title: "Diff"
7953       reference: 2
7954       compare: 3
7955   legend:
7956     - ""
7957     - "2005, 2009, 2101 - DPDK versions tested."
7958     - "Diff - difference between 2009 and 2101 DPDK version."
7959
7960 # DPDK Performance Changes 2n-skx 4t2c pdr
7961 - type: "table"
7962   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7963   algorithm: "table_comparison"
7964   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7965   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7966   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7967   columns:
7968     - title: "2005"
7969       data-set: "dpdk-performance-changes-2n-skx-h1"
7970     - title: "2009"
7971       data-set: "dpdk-performance-changes-2n-skx-ref"
7972     - title: "2101"
7973       data-set: "dpdk-performance-changes-2n-skx-cmp"
7974   comparisons:
7975     - title: "Diff"
7976       reference: 2
7977       compare: 3
7978   legend:
7979     - ""
7980     - "2005, 2009, 2101 - DPDK versions tested."
7981     - "Diff - difference between 2009 and 2101 DPDK version."
7982
7983 # DPDK Performance Changes 2n-skx 2t1c ndr
7984 - type: "table"
7985   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7986   algorithm: "table_comparison"
7987   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7988   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7989   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7990   columns:
7991     - title: "2005"
7992       data-set: "dpdk-performance-changes-2n-skx-h1"
7993     - title: "2009"
7994       data-set: "dpdk-performance-changes-2n-skx-ref"
7995     - title: "2101"
7996       data-set: "dpdk-performance-changes-2n-skx-cmp"
7997   comparisons:
7998     - title: "Diff"
7999       reference: 2
8000       compare: 3
8001   legend:
8002     - ""
8003     - "2005, 2009, 2101 - DPDK versions tested."
8004     - "Diff - difference between 2009 and 2101 DPDK version."
8005
8006 # DPDK Performance Changes 2n-skx 4t2c ndr
8007 - type: "table"
8008   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
8009   algorithm: "table_comparison"
8010   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
8011   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8012   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8013   columns:
8014     - title: "2005"
8015       data-set: "dpdk-performance-changes-2n-skx-h1"
8016     - title: "2009"
8017       data-set: "dpdk-performance-changes-2n-skx-ref"
8018     - title: "2101"
8019       data-set: "dpdk-performance-changes-2n-skx-cmp"
8020   comparisons:
8021     - title: "Diff"
8022       reference: 2
8023       compare: 3
8024   legend:
8025     - ""
8026     - "2005, 2009, 2101 - DPDK versions tested."
8027     - "Diff - difference between 2009 and 2101 DPDK version."
8028
8029 # DPDK Performance Changes 2n-clx 2t1c pdr
8030 - type: "table"
8031   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
8032   algorithm: "table_comparison"
8033   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
8034   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8035   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8036   columns:
8037     - title: "2005"
8038       data-set: "dpdk-performance-changes-2n-clx-h1"
8039     - title: "2009"
8040       data-set: "dpdk-performance-changes-2n-clx-ref"
8041     - title: "2101"
8042       data-set: "dpdk-performance-changes-2n-clx-cmp"
8043   comparisons:
8044     - title: "Diff"
8045       reference: 2
8046       compare: 3
8047   legend:
8048     - ""
8049     - "2005, 2009, 2101 - DPDK versions tested."
8050     - "Diff - difference between 2009 and 2101 DPDK version."
8051
8052 # DPDK Performance Changes 2n-clx 4t2c pdr
8053 - type: "table"
8054   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
8055   algorithm: "table_comparison"
8056   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
8057   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8058   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8059   columns:
8060     - title: "2005"
8061       data-set: "dpdk-performance-changes-2n-clx-h1"
8062     - title: "2009"
8063       data-set: "dpdk-performance-changes-2n-clx-ref"
8064     - title: "2101"
8065       data-set: "dpdk-performance-changes-2n-clx-cmp"
8066   comparisons:
8067     - title: "Diff"
8068       reference: 2
8069       compare: 3
8070   legend:
8071     - ""
8072     - "2005, 2009, 2101 - DPDK versions tested."
8073     - "Diff - difference between 2009 and 2101 DPDK version."
8074
8075 # DPDK Performance Changes 2n-clx 2t1c ndr
8076 - type: "table"
8077   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
8078   algorithm: "table_comparison"
8079   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
8080   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8081   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8082   columns:
8083     - title: "2005"
8084       data-set: "dpdk-performance-changes-2n-clx-h1"
8085     - title: "2009"
8086       data-set: "dpdk-performance-changes-2n-clx-ref"
8087     - title: "2101"
8088       data-set: "dpdk-performance-changes-2n-clx-cmp"
8089   comparisons:
8090     - title: "Diff"
8091       reference: 2
8092       compare: 3
8093   legend:
8094     - ""
8095     - "2005, 2009, 2101 - DPDK versions tested."
8096     - "Diff - difference between 2009 and 2101 DPDK version."
8097
8098 # DPDK Performance Changes 2n-clx 4t2c ndr
8099 - type: "table"
8100   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
8101   algorithm: "table_comparison"
8102   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
8103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8104   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8105   columns:
8106     - title: "2005"
8107       data-set: "dpdk-performance-changes-2n-clx-h1"
8108     - title: "2009"
8109       data-set: "dpdk-performance-changes-2n-clx-ref"
8110     - title: "2101"
8111       data-set: "dpdk-performance-changes-2n-clx-cmp"
8112   comparisons:
8113     - title: "Diff"
8114       reference: 2
8115       compare: 3
8116   legend:
8117     - ""
8118     - "2005, 2009, 2101 - DPDK versions tested."
8119     - "Diff - difference between 2009 and 2101 DPDK version."
8120
8121 # DPDK Performance Changes 2n-zn2 2t1c pdr
8122 - type: "table"
8123   title: "DPDK Performance Changes 2n-zn2 2t1c pdr"
8124   algorithm: "table_comparison"
8125   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-pdr"
8126   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8127   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8128   columns:
8129 #     - title: "2005"
8130 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8131     - title: "2009"
8132       data-set: "dpdk-performance-changes-2n-zn2-ref"
8133     - title: "2101"
8134       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8135   comparisons:
8136     - title: "Diff"
8137       reference: 1  # 2
8138       compare: 2  # 3
8139   legend:
8140     - ""
8141     - "2009, 2101 - DPDK versions tested."
8142     - "Diff - difference between 2009 and 2101 DPDK version."
8143
8144 # DPDK Performance Changes 2n-zn2 4t2c pdr
8145 - type: "table"
8146   title: "DPDK Performance Changes 2n-zn2 4t2c pdr"
8147   algorithm: "table_comparison"
8148   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-pdr"
8149   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8150   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8151   columns:
8152 #     - title: "2005"
8153 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8154     - title: "2009"
8155       data-set: "dpdk-performance-changes-2n-zn2-ref"
8156     - title: "2101"
8157       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8158   comparisons:
8159     - title: "Diff"
8160       reference: 1  # 2
8161       compare: 2  # 3
8162   legend:
8163     - ""
8164     - "2009, 2101 - DPDK versions tested."
8165     - "Diff - difference between 2009 and 2101 DPDK version."
8166
8167 # DPDK Performance Changes 2n-zn2 2t1c ndr
8168 - type: "table"
8169   title: "DPDK Performance Changes 2n-zn2 2t1c ndr"
8170   algorithm: "table_comparison"
8171   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-ndr"
8172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8173   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8174   columns:
8175 #     - title: "2005"
8176 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8177     - title: "2009"
8178       data-set: "dpdk-performance-changes-2n-zn2-ref"
8179     - title: "2101"
8180       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8181   comparisons:
8182     - title: "Diff"
8183       reference: 1  # 2
8184       compare: 2  # 3
8185   legend:
8186     - ""
8187     - "2009, 2101 - DPDK versions tested."
8188     - "Diff - difference between 2009 and 2101 DPDK version."
8189
8190 # DPDK Performance Changes 2n-zn2 4t2c ndr
8191 - type: "table"
8192   title: "DPDK Performance Changes 2n-zn2 4t2c ndr"
8193   algorithm: "table_comparison"
8194   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-ndr"
8195   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8196   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8197   columns:
8198 #     - title: "2005"
8199 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8200     - title: "2009"
8201       data-set: "dpdk-performance-changes-2n-zn2-ref"
8202     - title: "2101"
8203       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8204   comparisons:
8205     - title: "Diff"
8206       reference: 1  # 2
8207       compare: 2  # 3
8208   legend:
8209     - ""
8210     - "2009, 2101 - DPDK versions tested."
8211     - "Diff - difference between 2009 and 2101 DPDK version."
8212
8213 ## DPDK Performance Changes 2n-dnv 1t1c pdr
8214 #- type: "table"
8215 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
8216 #  algorithm: "table_comparison"
8217 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
8218 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8219 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8220 #  columns:
8221 #    - title: "2001"
8222 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8223 #    - title: "2005"
8224 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8225 #    - title: "2009"
8226 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8227 #  comparisons:
8228 #    - title: "Diff"
8229 #      reference: 2
8230 #      compare: 3
8231 #  legend:
8232 #    - ""
8233 #    - "2001, 2005, 2009 - DPDK versions tested."
8234 #    - "Diff - difference between 2005 and 2009 DPDK version."
8235 #
8236 ## DPDK Performance Changes 2n-dnv 2t2c pdr
8237 #- type: "table"
8238 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
8239 #  algorithm: "table_comparison"
8240 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
8241 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8242 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8243 #  columns:
8244 #    - title: "2001"
8245 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8246 #    - title: "2005"
8247 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8248 #    - title: "2009"
8249 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8250 #  comparisons:
8251 #    - title: "Diff"
8252 #      reference: 2
8253 #      compare: 3
8254 #  legend:
8255 #    - ""
8256 #    - "2001, 2005, 2009 - DPDK versions tested."
8257 #    - "Diff - difference between 2005 and 2009 DPDK version."
8258 #
8259 ## DPDK Performance Changes 2n-dnv 1t1c ndr
8260 #- type: "table"
8261 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
8262 #  algorithm: "table_comparison"
8263 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
8264 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8265 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8266 #  columns:
8267 #    - title: "2001"
8268 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8269 #    - title: "2005"
8270 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8271 #    - title: "2009"
8272 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8273 #  comparisons:
8274 #    - title: "Diff"
8275 #      reference: 2
8276 #      compare: 3
8277 #  legend:
8278 #    - ""
8279 #    - "2001, 2005, 2009 - DPDK versions tested."
8280 #    - "Diff - difference between 2005 and 2009 DPDK version."
8281 #
8282 ## DPDK Performance Changes 2n-dnv 2t2c ndr
8283 #- type: "table"
8284 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
8285 #  algorithm: "table_comparison"
8286 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
8287 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8288 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8289 #  columns:
8290 #    - title: "2001"
8291 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8292 #    - title: "2005"
8293 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8294 #    - title: "2009"
8295 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8296 #  comparisons:
8297 #    - title: "Diff"
8298 #      reference: 2
8299 #      compare: 3
8300 #  legend:
8301 #    - ""
8302 #    - "2001, 2005, 2009 - DPDK versions tested."
8303 #    - "Diff - difference between 2005 and 2009 DPDK version."
8304 #
8305 ## DPDK Performance Changes 3n-dnv 1t1c pdr
8306 #- type: "table"
8307 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
8308 #  algorithm: "table_comparison"
8309 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
8310 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8311 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8312 #  columns:
8313 #    - title: "2001"
8314 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8315 #    - title: "2005"
8316 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
8317 #    - title: "2009"
8318 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
8319 #  comparisons:
8320 #    - title: "Diff"
8321 #      reference: 2
8322 #      compare: 3
8323 #  legend:
8324 #    - ""
8325 #    - "2001, 2005, 2009 - DPDK versions tested."
8326 #    - "Diff - difference between 2005 and 2009 DPDK version."
8327 #
8328 ## DPDK Performance Changes 3n-dnv 2t2c pdr
8329 #- type: "table"
8330 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
8331 #  algorithm: "table_comparison"
8332 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
8333 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8334 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8335 #  columns:
8336 #    - title: "2001"
8337 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8338 #    - title: "2005"
8339 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
8340 #    - title: "2009"
8341 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
8342 #  comparisons:
8343 #    - title: "Diff"
8344 #      reference: 2
8345 #      compare: 3
8346 #  legend:
8347 #    - ""
8348 #    - "2001, 2005, 2009 - DPDK versions tested."
8349 #    - "Diff - difference between 2005 and 2009 DPDK version."
8350 #
8351 ## DPDK Performance Changes 3n-dnv 1t1c ndr
8352 #- type: "table"
8353 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
8354 #  algorithm: "table_comparison"
8355 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
8356 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8357 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8358 #  columns:
8359 #    - title: "2001"
8360 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8361 #    - title: "2005"
8362 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
8363 #    - title: "2009"
8364 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
8365 #  comparisons:
8366 #    - title: "Diff"
8367 #      reference: 2
8368 #      compare: 3
8369 #  legend:
8370 #    - ""
8371 #    - "2001, 2005, 2009 - DPDK versions tested."
8372 #    - "Diff - difference between 2005 and 2009 DPDK version."
8373 #
8374 ## DPDK Performance Changes 3n-dnv 2t2c ndr
8375 #- type: "table"
8376 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
8377 #  algorithm: "table_comparison"
8378 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
8379 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8380 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8381 #  columns:
8382 #    - title: "2001"
8383 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8384 #    - title: "2005"
8385 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
8386 #    - title: "2009"
8387 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
8388 #  comparisons:
8389 #    - title: "Diff"
8390 #      reference: 2
8391 #      compare: 3
8392 #  legend:
8393 #    - ""
8394 #    - "2001, 2005, 2009 - DPDK versions tested."
8395 #    - "Diff - difference between 2005 and 2009 DPDK version."
8396
8397 # DPDK Performance Changes 3n-tsh 1t1c pdr
8398 - type: "table"
8399   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
8400   algorithm: "table_comparison"
8401   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
8402   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8403   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8404   columns:
8405     - title: "2005"
8406       data-set: "dpdk-performance-changes-3n-tsh-h1"
8407     - title: "2009"
8408       data-set: "dpdk-performance-changes-3n-tsh-ref"
8409     - title: "2101"
8410       data-set: "dpdk-performance-changes-3n-tsh-cmp"
8411   comparisons:
8412     - title: "Diff"
8413       reference: 2
8414       compare: 3
8415   legend:
8416     - ""
8417     - "2005, 2009, 2101 - DPDK versions tested."
8418     - "Diff - difference between 2009 and 2101 DPDK version."
8419
8420 # DPDK Performance Changes 3n-tsh 2t2c pdr
8421 - type: "table"
8422   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
8423   algorithm: "table_comparison"
8424   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
8425   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8426   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8427   columns:
8428     - title: "2005"
8429       data-set: "dpdk-performance-changes-3n-tsh-h1"
8430     - title: "2009"
8431       data-set: "dpdk-performance-changes-3n-tsh-ref"
8432     - title: "2101"
8433       data-set: "dpdk-performance-changes-3n-tsh-cmp"
8434   comparisons:
8435     - title: "Diff"
8436       reference: 2
8437       compare: 3
8438   legend:
8439     - ""
8440     - "2005, 2009, 2101 - DPDK versions tested."
8441     - "Diff - difference between 2009 and 2101 DPDK version."
8442
8443 # DPDK Performance Changes 3n-tsh 1t1c ndr
8444 - type: "table"
8445   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
8446   algorithm: "table_comparison"
8447   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
8448   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8449   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8450   columns:
8451     - title: "2005"
8452       data-set: "dpdk-performance-changes-3n-tsh-h1"
8453     - title: "2009"
8454       data-set: "dpdk-performance-changes-3n-tsh-ref"
8455     - title: "2101"
8456       data-set: "dpdk-performance-changes-3n-tsh-cmp"
8457   comparisons:
8458     - title: "Diff"
8459       reference: 2
8460       compare: 3
8461   legend:
8462     - ""
8463     - "2005, 2009, 2101 - DPDK versions tested."
8464     - "Diff - difference between 2009 and 2101 DPDK version."
8465
8466 # DPDK Performance Changes 3n-tsh 2t2c ndr
8467 - type: "table"
8468   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
8469   algorithm: "table_comparison"
8470   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
8471   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8472   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8473   columns:
8474     - title: "2005"
8475       data-set: "dpdk-performance-changes-3n-tsh-h1"
8476     - title: "2009"
8477       data-set: "dpdk-performance-changes-3n-tsh-ref"
8478     - title: "2101"
8479       data-set: "dpdk-performance-changes-3n-tsh-cmp"
8480   comparisons:
8481     - title: "Diff"
8482       reference: 2
8483       compare: 3
8484   legend:
8485     - ""
8486     - "2005, 2009, 2101 - DPDK versions tested."
8487     - "Diff - difference between 2009 and 2101 DPDK version."
8488
8489 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
8490 - type: "table"
8491   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
8492   algorithm: "table_comparison"
8493   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
8494   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8495   filter: "'NIC_Intel-X710'"
8496   columns:
8497     - title: "3n-hsw x710"
8498       data-set: "dpdk-compare-testbeds-ref"
8499     - title: "3n-skx x710"
8500       data-set: "dpdk-compare-testbeds-cmp"
8501   comparisons:
8502     - title: "Diff"
8503       reference: 1
8504       compare: 2
8505   legend:
8506     - ""
8507     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
8508     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
8509
8510 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
8511 - type: "table"
8512   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
8513   algorithm: "table_comparison"
8514   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
8515   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8516   filter: "'NIC_Intel-X710'"
8517   columns:
8518     - title: "3n-hsw x710"
8519       data-set: "dpdk-compare-testbeds-ref"
8520     - title: "3n-skx x710"
8521       data-set: "dpdk-compare-testbeds-cmp"
8522   comparisons:
8523     - title: "Diff"
8524       reference: 1
8525       compare: 2
8526   legend:
8527     - ""
8528     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
8529     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
8530
8531 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
8532 - type: "table"
8533   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
8534   algorithm: "table_comparison"
8535   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
8536   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8537   filter: "'NIC_Intel-XXV710'"
8538   columns:
8539     - title: "2n-skx"
8540       data-set: "dpdk-compare-testbeds-skx-clx-ref"
8541     - title: "2n-clx"
8542       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
8543   comparisons:
8544     - title: "Diff"
8545       reference: 1
8546       compare: 2
8547   legend:
8548     - ""
8549     - "2n-skx, 2n-clx - testbeds and NICs tested."
8550     - "Diff - difference between 2n-skx and 2n-clx testbeds."
8551
8552 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
8553 - type: "table"
8554   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
8555   algorithm: "table_comparison"
8556   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
8557   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8558   filter: "'NIC_Intel-XXV710'"
8559   columns:
8560     - title: "2n-skx"
8561       data-set: "dpdk-compare-testbeds-skx-clx-ref"
8562     - title: "2n-clx"
8563       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
8564   comparisons:
8565     - title: "Diff"
8566       reference: 1
8567       compare: 2
8568   legend:
8569     - ""
8570     - "2n-skx, 2n-clx - testbeds and NICs tested."
8571     - "Diff - difference between 2n-skx and 2n-clx testbeds."
8572
8573 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
8574 - type: "table"
8575   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
8576   algorithm: "table_comparison"
8577   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
8578   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8579   filter: "'NIC_Intel-XXV710'"
8580   columns:
8581     - title: "3n-skx"
8582       data-set: "dpdk-compare-topologies-ref"
8583     - title: "2n-skx"
8584       data-set: "dpdk-compare-topologies-cmp"
8585   comparisons:
8586     - title: "Diff"
8587       reference: 1
8588       compare: 2
8589   legend:
8590     - ""
8591     - "3n-skx, 2n-skx - topologies tested."
8592     - "Diff - difference between 3n-skx and 2n-skx topologies."
8593
8594 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
8595 - type: "table"
8596   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
8597   algorithm: "table_comparison"
8598   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
8599   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8600   filter: "'NIC_Intel-XXV710'"
8601   columns:
8602     - title: "3n-skx"
8603       data-set: "dpdk-compare-topologies-ref"
8604     - title: "2n-skx"
8605       data-set: "dpdk-compare-topologies-cmp"
8606   comparisons:
8607     - title: "Diff"
8608       reference: 1
8609       compare: 2
8610   legend:
8611     - ""
8612     - "3n-skx, 2n-skx - topologies tested."
8613     - "Diff - difference between 3n-skx and 2n-skx topologies."
8614
8615 # Detailed Test Results - DPDK Performance Results 3n-hsw
8616 - type: "table"
8617   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
8618   algorithm: "table_merged_details"
8619   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
8620   columns:
8621     - title: " |prein| Test Name |preout| "
8622       data: "data name"
8623     - 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| "
8624       data: "data msg"
8625   data: "dpdk-perf-results-3n-hsw"
8626   filter: "all"
8627   parameters:
8628   - "name"
8629   - "parent"
8630   - "msg"
8631
8632 # Detailed Test Results - DPDK Performance Results 3n-skx
8633 - type: "table"
8634   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
8635   algorithm: "table_merged_details"
8636   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
8637   columns:
8638     - title: " |prein| Test Name |preout| "
8639       data: "data name"
8640     - 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| "
8641       data: "data msg"
8642   data: "dpdk-perf-results-3n-skx"
8643   filter: "all"
8644   remove-ndr: False
8645   parameters:
8646   - "name"
8647   - "parent"
8648   - "msg"
8649
8650 # Detailed Test Results - DPDK Performance Results 2n-skx
8651 - type: "table"
8652   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
8653   algorithm: "table_merged_details"
8654   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
8655   columns:
8656     - title: " |prein| Test Name |preout| "
8657       data: "data name"
8658     - 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| "
8659       data: "data msg"
8660   data: "dpdk-perf-results-2n-skx"
8661   filter: "all"
8662   remove-ndr: False
8663   parameters:
8664   - "name"
8665   - "parent"
8666   - "msg"
8667
8668 # Detailed Test Results - DPDK Performance Results 2n-zn2
8669 - type: "table"
8670   title: "Detailed Test Results - DPDK Performance Results 2n-zn2"
8671   algorithm: "table_merged_details"
8672   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_zn2"
8673   columns:
8674     - title: " |prein| Test Name |preout| "
8675       data: "data name"
8676     - 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| "
8677       data: "data msg"
8678   data: "dpdk-perf-results-2n-zn2"
8679   filter: "all"
8680   remove-ndr: False
8681   parameters:
8682   - "name"
8683   - "parent"
8684   - "msg"
8685
8686 # Detailed Test Results - DPDK Performance Results 2n-clx
8687 - type: "table"
8688   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
8689   algorithm: "table_merged_details"
8690   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
8691   columns:
8692     - title: " |prein| Test Name |preout| "
8693       data: "data name"
8694     - 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| "
8695       data: "data msg"
8696   data: "dpdk-perf-results-2n-clx"
8697   filter: "all"
8698   parameters:
8699   - "name"
8700   - "parent"
8701   - "msg"
8702
8703 ## Detailed Test Results - DPDK Performance Results 2n-dnv
8704 #- type: "table"
8705 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
8706 #  algorithm: "table_merged_details"
8707 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
8708 #  columns:
8709 #    - title: " |prein| Test Name |preout| "
8710 #      data: "data name"
8711 #    - 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| "
8712 #      data: "data msg"
8713 #  data: "dpdk-perf-results-2n-dnv"
8714 #  filter: "all"
8715 #  parameters:
8716 #  - "name"
8717 #  - "parent"
8718 #  - "msg"
8719 #
8720 ## Detailed Test Results - DPDK Performance Results 3n-dnv
8721 #- type: "table"
8722 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
8723 #  algorithm: "table_merged_details"
8724 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
8725 #  columns:
8726 #    - title: " |prein| Test Name |preout| "
8727 #      data: "data name"
8728 #    - 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| "
8729 #      data: "data msg"
8730 #  data: "dpdk-perf-results-3n-dnv"
8731 #  filter: "all"
8732 #  parameters:
8733 #  - "name"
8734 #  - "parent"
8735 #  - "msg"
8736
8737 # Detailed Test Results - DPDK Performance Results 3n-tsh
8738 - type: "table"
8739   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
8740   algorithm: "table_merged_details"
8741   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
8742   columns:
8743     - title: " |prein| Test Name |preout| "
8744       data: "data name"
8745     - 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| "
8746       data: "data msg"
8747   data: "dpdk-perf-results-3n-tsh"
8748   filter: "all"
8749   parameters:
8750   - "name"
8751   - "parent"
8752   - "msg"
8753
8754 # Detailed Test Results - DPDK Performance Results 2n-tx2
8755 - type: "table"
8756   title: "Detailed Test Results - DPDK Performance Results 2n-tx2"
8757   algorithm: "table_merged_details"
8758   output-file: "{DIR[DTR,PERF,DPDK,2N,TX2]}/dpdk_performance_results_2n_tx2"
8759   columns:
8760     - title: " |prein| Test Name |preout| "
8761       data: "data name"
8762     - 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| "
8763       data: "data msg"
8764   data: "dpdk-perf-results-2n-tx2"
8765   filter: "all"
8766   parameters:
8767   - "name"
8768   - "parent"
8769   - "msg"
8770
8771 ################################################################################
8772 ###                                F I L E S                                 ###
8773 ################################################################################
8774
8775 # VPP Performance Results
8776 - type: "file"
8777   title: "VPP Performance Results"
8778   algorithm: "file_details_split"
8779   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
8780   dir-tables:
8781     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
8782     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
8783     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
8784     - "{DIR[DTR,PERF,VPP,2N,ZN2]}"
8785     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
8786     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
8787     - "{DIR[DTR,PERF,VPP,2N,TX2]}"
8788     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
8789     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
8790   data:
8791     - "vpp-perf-results-2n-skx"
8792     - "vpp-perf-results-3n-skx"
8793     - "vpp-perf-results-2n-clx"
8794     - "vpp-perf-results-2n-zn2"
8795     - "vpp-perf-results-3n-hsw"
8796     - "vpp-perf-results-3n-tsh"
8797     - "vpp-perf-results-2n-tx2"
8798     - "vpp-perf-results-2n-dnv"
8799     - "vpp-perf-results-3n-dnv"
8800   filter: "all"
8801   data-start-level: 4
8802   order-chapters:
8803     level-1:
8804       - "l2"
8805       - "ip4"
8806       - "ip6"
8807       - "srv6"
8808       - "ip4_tunnels"
8809       - "ip6_tunnels"
8810       - "vm_vhost"
8811       - "container_memif"
8812       - "crypto"
8813       - "vts"
8814       - "lb"
8815       - "nfv_density"
8816       - "hoststack"
8817     level-2:
8818       - "2n-skx"
8819       - "3n-skx"
8820       - "2n-clx"
8821       - "2n-zn2"
8822       - "3n-hsw"
8823       - "3n-tsh"
8824       - "2n-tx2"
8825       - "2n-dnv"
8826       - "3n-dnv"
8827     level-3:
8828       - "xl710"
8829       - "x520"
8830       - "xxv710"
8831       - "x710"
8832       - "x553"
8833       - "cx556a"
8834       - "vic1227"
8835       - "vic1385"
8836
8837 # VPP Performance Configuration
8838 - type: "file"
8839   title: "VPP Performance Configuration"
8840   algorithm: "file_details_split"
8841   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
8842   dir-tables:
8843     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
8844     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
8845     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
8846     - "{DIR[DTC,PERF,VPP,2N,ZN2]}"
8847     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
8848     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
8849     - "{DIR[DTC,PERF,VPP,2N,TX2]}"
8850     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
8851     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
8852   data:
8853     - "vpp-perf-results-2n-skx"
8854     - "vpp-perf-results-3n-skx"
8855     - "vpp-perf-results-2n-clx"
8856     - "vpp-perf-results-2n-zn2"
8857     - "vpp-perf-results-3n-hsw"
8858     - "vpp-perf-results-3n-tsh"
8859     - "vpp-perf-results-2n-tx2"
8860     - "vpp-perf-results-2n-dnv"
8861     - "vpp-perf-results-3n-dnv"
8862   filter: "all"
8863   data-start-level: 4
8864   order-chapters:
8865     level-1:
8866       - "l2"
8867       - "ip4"
8868       - "ip6"
8869       - "srv6"
8870       - "ip4_tunnels"
8871       - "ip6_tunnels"
8872       - "vm_vhost"
8873       - "container_memif"
8874       - "crypto"
8875       - "vts"
8876       - "lb"
8877       - "nfv_density"
8878       - "hoststack"
8879     level-2:
8880       - "2n-skx"
8881       - "3n-skx"
8882       - "2n-clx"
8883       - "2n-zn2"
8884       - "3n-hsw"
8885       - "3n-tsh"
8886       - "2n-tx2"
8887       - "2n-dnv"
8888       - "3n-dnv"
8889     level-3:
8890       - "xl710"
8891       - "x520"
8892       - "xxv710"
8893       - "x710"
8894       - "x553"
8895       - "cx556a"
8896       - "vic1227"
8897       - "vic1385"
8898
8899 # VPP Performance Operational
8900 - type: "file"
8901   title: "VPP Performance Operational"
8902   algorithm: "file_details_split_html"
8903   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
8904   dir-tables:
8905     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
8906     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
8907     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
8908     - "{DIR[DTO,PERF,VPP,2N,ZN2]}"
8909     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
8910     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
8911     - "{DIR[DTO,PERF,VPP,2N,TX2]}"
8912     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
8913     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
8914   data:
8915     - "vpp-perf-results-2n-skx"
8916     - "vpp-perf-results-3n-skx"
8917     - "vpp-perf-results-2n-clx"
8918     - "vpp-perf-results-2n-zn2"
8919     - "vpp-perf-results-3n-hsw"
8920     - "vpp-perf-results-3n-tsh"
8921     - "vpp-perf-results-2n-tx2"
8922     - "vpp-perf-results-2n-dnv"
8923     - "vpp-perf-results-3n-dnv"
8924   filter: "all"
8925   data-start-level: 4
8926   order-chapters:
8927     level-1:
8928       - "l2"
8929       - "ip4"
8930       - "ip6"
8931       - "srv6"
8932       - "ip4_tunnels"
8933       - "ip6_tunnels"
8934       - "vm_vhost"
8935       - "container_memif"
8936       - "crypto"
8937       - "vts"
8938       - "lb"
8939       - "nfv_density"
8940       - "hoststack"
8941     level-2:
8942       - "2n-skx"
8943       - "3n-skx"
8944       - "2n-clx"
8945       - "2n-zn2"
8946       - "3n-hsw"
8947       - "3n-tsh"
8948       - "2n-tx2"
8949       - "2n-dnv"
8950       - "3n-dnv"
8951     level-3:
8952       - "xl710"
8953       - "x520"
8954       - "xxv710"
8955       - "x710"
8956       - "x553"
8957       - "cx556a"
8958       - "vic1227"
8959       - "vic1385"
8960
8961 # VPP MRR Results
8962 - type: "file"
8963   title: "VPP MRR Results"
8964   algorithm: "file_details_split"
8965   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
8966   dir-tables:
8967     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
8968     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
8969     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
8970     - "{DIR[DTR,MRR,VPP,2N,ZN2]}"
8971     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
8972     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
8973     - "{DIR[DTR,MRR,VPP,2N,TX2]}"
8974     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
8975     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
8976   data:
8977     - "vpp-mrr-results-2n-skx"
8978     - "vpp-mrr-results-3n-skx"
8979     - "vpp-mrr-results-2n-clx"
8980     - "vpp-mrr-results-2n-zn2"
8981     - "vpp-mrr-results-3n-hsw"
8982     - "vpp-mrr-results-3n-tsh"
8983     - "vpp-mrr-results-2n-tx2"
8984     - "vpp-mrr-results-2n-dnv"
8985     - "vpp-mrr-results-3n-dnv"
8986   filter: "all"
8987   data-start-level: 4
8988   order-chapters:
8989     level-1:
8990       - "l2"
8991       - "ip4"
8992       - "ip6"
8993       - "srv6"
8994       - "ip4_tunnels"
8995       - "ip6_tunnels"
8996       - "vm_vhost"
8997       - "container_memif"
8998       - "crypto"
8999       - "vts"
9000       - "lb"
9001       - "nfv_density"
9002       - "hoststack"
9003     level-2:
9004       - "2n-skx"
9005       - "3n-skx"
9006       - "2n-clx"
9007       - "2n-zn2"
9008       - "3n-hsw"
9009       - "3n-tsh"
9010       - "2n-tx2"
9011       - "2n-dnv"
9012       - "3n-dnv"
9013     level-3:
9014       - "xl710"
9015       - "x520"
9016       - "xxv710"
9017       - "x710"
9018       - "x553"
9019       - "cx556a"
9020       - "vic1227"
9021       - "vic1385"
9022
9023 # VPP MRR Configuration
9024 - type: "file"
9025   title: "VPP MRR Configuration"
9026   algorithm: "file_details_split"
9027   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
9028   dir-tables:
9029     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
9030     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
9031     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
9032     - "{DIR[DTC,MRR,VPP,2N,ZN2]}"
9033     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
9034     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
9035     - "{DIR[DTC,MRR,VPP,2N,TX2]}"
9036     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
9037     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
9038   data:
9039     - "vpp-mrr-results-2n-skx"
9040     - "vpp-mrr-results-3n-skx"
9041     - "vpp-mrr-results-2n-clx"
9042     - "vpp-mrr-results-2n-zn2"
9043     - "vpp-mrr-results-3n-hsw"
9044     - "vpp-mrr-results-3n-tsh"
9045     - "vpp-mrr-results-2n-tx2"
9046     - "vpp-mrr-results-2n-dnv"
9047     - "vpp-mrr-results-3n-dnv"
9048   filter: "all"
9049   data-start-level: 4
9050   order-chapters:
9051     level-1:
9052       - "l2"
9053       - "ip4"
9054       - "ip6"
9055       - "srv6"
9056       - "ip4_tunnels"
9057       - "ip6_tunnels"
9058       - "vm_vhost"
9059       - "container_memif"
9060       - "crypto"
9061       - "vts"
9062       - "lb"
9063       - "nfv_density"
9064       - "hoststack"
9065     level-2:
9066       - "2n-skx"
9067       - "3n-skx"
9068       - "2n-clx"
9069       - "2n-zn2"
9070       - "3n-hsw"
9071       - "3n-tsh"
9072       - "2n-tx2"
9073       - "2n-dnv"
9074       - "3n-dnv"
9075     level-3:
9076       - "xl710"
9077       - "x520"
9078       - "xxv710"
9079       - "x710"
9080       - "x553"
9081       - "cx556a"
9082       - "vic1227"
9083       - "vic1385"
9084
9085 # VPP Device Results - Ubuntu
9086 - type: "file"
9087   title: "VPP Device Results - Ubuntu"
9088   algorithm: "file_test_results"
9089   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
9090   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
9091   data: "vpp-device-results-ubuntu"
9092   filter: "all"
9093   data-start-level: 4
9094
9095 # VPP Device Configuration - Ubuntu
9096 - type: "file"
9097   title: "VPP Device Configuration - Ubuntu"
9098   algorithm: "file_test_results"
9099   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
9100   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
9101   data: "vpp-device-results-ubuntu"
9102   filter: "all"
9103   data-start-level: 4
9104
9105 # DPDK Performance Results 3n-hsw
9106 - type: "file"
9107   title: "DPDK Performance Results 3n-hsw"
9108   algorithm: "file_test_results"
9109   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
9110   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
9111   data: "dpdk-perf-results-3n-hsw"
9112   filter: "all"
9113   data-start-level: 4
9114
9115 # DPDK Performance Results 3n-skx
9116 - type: "file"
9117   title: "DPDK Performance Results 3n-skx"
9118   algorithm: "file_test_results"
9119   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
9120   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
9121   data: "dpdk-perf-results-3n-skx"
9122   filter: "all"
9123   data-start-level: 4
9124
9125 # DPDK Performance Results 2n-skx
9126 - type: "file"
9127   title: "DPDK Performance Results 2n-skx"
9128   algorithm: "file_test_results"
9129   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
9130   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
9131   data: "dpdk-perf-results-2n-skx"
9132   filter: "all"
9133   data-start-level: 4
9134
9135 # DPDK Performance Results 2n-zn2
9136 - type: "file"
9137   title: "DPDK Performance Results 2n-zn2"
9138   algorithm: "file_test_results"
9139   output-file: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
9140   dir-tables: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
9141   data: "dpdk-perf-results-2n-zn2"
9142   filter: "all"
9143   data-start-level: 4
9144
9145 # DPDK Performance Results 2n-clx
9146 - type: "file"
9147   title: "DPDK Performance Results 2n-clx"
9148   algorithm: "file_test_results"
9149   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
9150   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
9151   data: "dpdk-perf-results-2n-clx"
9152   filter: "all"
9153   data-start-level: 4
9154
9155 ## DPDK Performance Results 2n-dnv
9156 #- type: "file"
9157 #  title: "DPDK Performance Results 2n-dnv"
9158 #  algorithm: "file_test_results"
9159 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
9160 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
9161 #  data: "dpdk-perf-results-2n-dnv"
9162 #  filter: "all"
9163 #  data-start-level: 4
9164 #
9165 ## DPDK Performance Results 3n-dnv
9166 #- type: "file"
9167 #  title: "DPDK Performance Results 3n-dnv"
9168 #  algorithm: "file_test_results"
9169 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
9170 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
9171 #  data: "dpdk-perf-results-3n-dnv"
9172 #  filter: "all"
9173 #  data-start-level: 4
9174
9175 # DPDK Performance Results 3n-tsh
9176 - type: "file"
9177   title: "DPDK Performance Results 3n-tsh"
9178   algorithm: "file_test_results"
9179   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
9180   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
9181   data: "dpdk-perf-results-3n-tsh"
9182   filter: "all"
9183   data-start-level: 4
9184
9185 # DPDK Performance Results 2n-tx2
9186 - type: "file"
9187   title: "DPDK Performance Results 2n-tx2"
9188   algorithm: "file_test_results"
9189   output-file: "{DIR[DTR,PERF,DPDK,2N,TX2]}"
9190   dir-tables: "{DIR[DTR,PERF,DPDK,2N,TX2]}"
9191   data: "dpdk-perf-results-2n-tx2"
9192   filter: "all"
9193   data-start-level: 4
9194
9195 ################################################################################
9196 ###                                P L O T S                                 ###
9197 ################################################################################
9198
9199 # Hoststack tests 3n-hsw
9200
9201 - type: "plot"
9202   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
9203   algorithm: "plot_perf_box_name"
9204   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
9205   data: "plot-vpp-hoststack-3n-hsw"
9206   include:
9207     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
9208     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
9209   layout:
9210     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
9211     layout: "plot-hoststack"
9212
9213 - type: "plot"
9214   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
9215   algorithm: "plot_perf_box_name"
9216   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
9217   data: "plot-vpp-hoststack-3n-hsw"
9218   include:
9219     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
9220     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
9221   layout:
9222     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
9223     layout: "plot-hoststack"
9224
9225 - type: "plot"
9226   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
9227   algorithm: "plot_perf_box_name"
9228   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
9229   data: "plot-vpp-hoststack-3n-hsw"
9230   include:
9231     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
9232     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
9233     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
9234     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
9235   layout:
9236     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
9237     layout: "plot-hoststack"
9238
9239 ################################################################################
9240
9241 # Soak Test (PLRsearch), boxes - 2n-clx
9242 - type: "plot"
9243   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9244   algorithm: "plot_perf_box_name"
9245   output-file-type: ".html"
9246   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
9247   data: "plot-vpp-soak-2n-clx"
9248   include:
9249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
9250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
9251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
9252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
9253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
9254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
9255   layout:
9256     title: "30 Minutes Soak Test (PLRsearch)"
9257     layout: "plot-soak-throughput"
9258
9259 # Soak Test (PLRsearch), boxes - 2n-clx
9260 - type: "plot"
9261   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9262   algorithm: "plot_perf_box_name"
9263   output-file-type: ".html"
9264   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
9265   data: "plot-vpp-soak-2n-clx"
9266   include:
9267     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
9268     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
9269     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9270     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
9272     - "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"
9273   layout:
9274     title: "30 Minutes Soak Test (PLRsearch)"
9275     layout: "plot-soak-throughput"
9276
9277 # Soak Test (PLRsearch), boxes - 2n-skx
9278 - type: "plot"
9279   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9280   algorithm: "plot_perf_box_name"
9281   output-file-type: ".html"
9282   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
9283   data: "plot-vpp-soak-2n-skx"
9284   include:
9285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
9286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
9287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
9288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
9289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
9290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
9291   layout:
9292     title: "30 Minutes Soak Test (PLRsearch)"
9293     layout: "plot-soak-throughput"
9294
9295 # Soak Test (PLRsearch), boxes - 2n-skx
9296 - type: "plot"
9297   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9298   algorithm: "plot_perf_box_name"
9299   output-file-type: ".html"
9300   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
9301   data: "plot-vpp-soak-2n-skx"
9302   include:
9303     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
9304     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
9305     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9306     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
9308     - "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"
9309   layout:
9310     title: "30 Minutes Soak Test (PLRsearch)"
9311     layout: "plot-soak-throughput"
9312
9313 ###############################################################################
9314
9315 # Reconf tests 2n-skx
9316
9317 - type: "plot"
9318   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9319   algorithm: "plot_nf_reconf_box_name"
9320   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
9321   data: "plot-vpp-nfv-reconf-2n-skx"
9322   include:
9323     - "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"
9324     - "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"
9325     - "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"
9326     - "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"
9327     - "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"
9328     - "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"
9329   layout:
9330     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9331     layout: "plot-throughput"
9332
9333 - type: "plot"
9334   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9335   algorithm: "plot_nf_reconf_box_name"
9336   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
9337   data: "plot-vpp-nfv-reconf-2n-skx"
9338   include:
9339     - "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"
9340     - "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"
9341     - "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"
9342     - "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"
9343     - "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"
9344     - "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"
9345   layout:
9346     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9347     layout: "plot-throughput"
9348
9349 - type: "plot"
9350   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9351   algorithm: "plot_nf_reconf_box_name"
9352   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
9353   data: "plot-vpp-nfv-reconf-2n-skx"
9354   include:
9355     - "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"
9356     - "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"
9357     - "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"
9358     - "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"
9359     - "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"
9360     - "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"
9361   layout:
9362     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9363     layout: "plot-throughput"
9364
9365 ###############################################################################
9366
9367 # Reconf tests 2n-clx
9368
9369 - type: "plot"
9370   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9371   algorithm: "plot_nf_reconf_box_name"
9372   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
9373   data: "plot-vpp-nfv-reconf-2n-clx"
9374   include:
9375     - "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"
9376     - "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"
9377     - "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"
9378     - "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"
9379   layout:
9380     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9381     layout: "plot-throughput"
9382
9383 - type: "plot"
9384   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9385   algorithm: "plot_nf_reconf_box_name"
9386   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
9387   data: "plot-vpp-nfv-reconf-2n-clx"
9388   include:
9389     - "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"
9390     - "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"
9391     - "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"
9392     - "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"
9393   layout:
9394     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9395     layout: "plot-throughput"
9396
9397 - type: "plot"
9398   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9399   algorithm: "plot_nf_reconf_box_name"
9400   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
9401   data: "plot-vpp-nfv-reconf-2n-clx"
9402   include:
9403     - "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"
9404     - "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"
9405     - "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"
9406     - "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"
9407   layout:
9408     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9409     layout: "plot-throughput"
9410
9411 ###############################################################################
9412
9413 # Reconf tests 3n-hsw
9414
9415 - type: "plot"
9416   title: "Effective Blocked Time: 3n-hsw-xl710-64b-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9417   algorithm: "plot_nf_reconf_box_name"
9418   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9419   data: "plot-vpp-ipsec-reconf-3n-hsw"
9420   include:
9421     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9422     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9423     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9424     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9425   layout:
9426     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
9427     layout: "plot-throughput"
9428
9429 - type: "plot"
9430   title: "Effective Blocked Time: 3n-hsw-xl710-64b-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9431   algorithm: "plot_nf_reconf_box_name"
9432   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9433   data: "plot-vpp-ipsec-reconf-3n-hsw"
9434   include:
9435     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9436     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9437     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9438     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9439   layout:
9440     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
9441     layout: "plot-throughput"
9442
9443 - type: "plot"
9444   title: "Effective Blocked Time: 3n-hsw-xl710-64b-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9445   algorithm: "plot_nf_reconf_box_name"
9446   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9447   data: "plot-vpp-ipsec-reconf-3n-hsw"
9448   include:
9449     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9450     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9451     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9452     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9453   layout:
9454     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
9455     layout: "plot-throughput"
9456
9457 - type: "plot"
9458   title: "Effective Blocked Time: 3n-hsw-xl710-64b-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9459   algorithm: "plot_nf_reconf_box_name"
9460   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9461   data: "plot-vpp-ipsec-reconf-3n-hsw"
9462   include:
9463     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9464     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9465     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9466     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9467   layout:
9468     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
9469     layout: "plot-throughput"
9470
9471 - type: "plot"
9472   title: "Effective Blocked Time: 3n-hsw-xl710-64b-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9473   algorithm: "plot_nf_reconf_box_name"
9474   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9475   data: "plot-vpp-ipsec-reconf-3n-hsw"
9476   include:
9477     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9478     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9479     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9480     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9481   layout:
9482     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
9483     layout: "plot-throughput"
9484
9485 - type: "plot"
9486   title: "Effective Blocked Time: 3n-hsw-xl710-64b-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9487   algorithm: "plot_nf_reconf_box_name"
9488   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9489   data: "plot-vpp-ipsec-reconf-3n-hsw"
9490   include:
9491     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9492     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9493     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9494     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9495   layout:
9496     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
9497     layout: "plot-throughput"
9498
9499 - type: "plot"
9500   title: "Effective Blocked Time: 3n-hsw-xl710-64b-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9501   algorithm: "plot_nf_reconf_box_name"
9502   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9503   data: "plot-vpp-ipsec-reconf-3n-hsw"
9504   include:
9505     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9506     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9507     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9508     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9509   layout:
9510     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
9511     layout: "plot-throughput"
9512
9513 - type: "plot"
9514   title: "Effective Blocked Time: 3n-hsw-xl710-64b-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9515   algorithm: "plot_nf_reconf_box_name"
9516   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9517   data: "plot-vpp-ipsec-reconf-3n-hsw"
9518   include:
9519     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9520     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9521     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9522     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9523   layout:
9524     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
9525     layout: "plot-throughput"
9526
9527 - type: "plot"
9528   title: "Effective Blocked Time: 3n-hsw-xl710-64b-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9529   algorithm: "plot_nf_reconf_box_name"
9530   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9531   data: "plot-vpp-ipsec-reconf-3n-hsw"
9532   include:
9533     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9534     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9535     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9536     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9537   layout:
9538     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
9539     layout: "plot-throughput"
9540
9541 ###############################################################################
9542
9543 # Plots - NF Density - VSC - MRR IMIX
9544 - type: "plot"
9545   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9546   algorithm: "plot_nf_heatmap"
9547   output-file-type: ".html"
9548   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
9549   data: "plot-vpp-nfv-2n-skx-mrr"
9550   filter: "'NIC_Intel-XXV710' and
9551            'NF_DENSITY' and
9552            'VHOST' and
9553            not 'VXLAN' and
9554            'CHAIN' and
9555            'NF_VPPIP4' and
9556            'IMIX' and
9557            '2T1C' and
9558            'MRR'"
9559   parameters:
9560   - "result"
9561   - "name"
9562   - "tags"
9563   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9564   x-axis: "X = VNFs per Service Chain"
9565   y-axis: "Y = Number of Service Chains"
9566   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9567   layout:
9568     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9569     layout: "plot-service-density"
9570
9571 - type: "plot"
9572   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9573   algorithm: "plot_nf_heatmap"
9574   output-file-type: ".html"
9575   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
9576   data: "plot-vpp-nfv-2n-skx-mrr"
9577   filter: "'NIC_Intel-XXV710' and
9578            'NF_DENSITY' and
9579            'VHOST' and
9580            not 'VXLAN' and
9581            'CHAIN' and
9582            'NF_VPPIP4' and
9583            'IMIX' and
9584            '4T2C' and
9585            'MRR'"
9586   parameters:
9587   - "result"
9588   - "name"
9589   - "tags"
9590   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9591   x-axis: "X = VNFs per Service Chain"
9592   y-axis: "Y = Number of Service Chains"
9593   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9594   layout:
9595     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9596     layout: "plot-service-density"
9597
9598 - type: "plot"
9599   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9600   algorithm: "plot_nf_heatmap"
9601   output-file-type: ".html"
9602   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
9603   data: "plot-vpp-nfv-2n-skx-mrr"
9604   filter: "'NIC_Intel-XXV710' and
9605            'NF_DENSITY' and
9606            'VHOST' and
9607            not 'VXLAN' and
9608            'CHAIN' and
9609            'NF_VPPIP4' and
9610            'IMIX' and
9611            '8T4C' and
9612            'MRR'"
9613   parameters:
9614   - "result"
9615   - "name"
9616   - "tags"
9617   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9618   x-axis: "X = VNFs per Service Chain"
9619   y-axis: "Y = Number of Service Chains"
9620   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9621   layout:
9622     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9623     layout: "plot-service-density"
9624
9625 # Plots - NF Density - VSC - NDR IMIX
9626 - type: "plot"
9627   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9628   algorithm: "plot_nf_heatmap"
9629   output-file-type: ".html"
9630   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
9631   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9632   filter: "'NIC_Intel-XXV710' and
9633            'NF_DENSITY' and
9634            'VHOST' and
9635            not 'VXLAN' and
9636            'CHAIN' and
9637            'NF_VPPIP4' and
9638            'IMIX' and
9639            '2T1C' and
9640            'NDRPDR'"
9641   parameters:
9642   - "throughput"
9643   - "name"
9644   - "tags"
9645   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9646   x-axis: "X = VNFs per Service Chain"
9647   y-axis: "Y = Number of Service Chains"
9648   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9649   layout:
9650     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9651     layout: "plot-service-density"
9652
9653 - type: "plot"
9654   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9655   algorithm: "plot_nf_heatmap"
9656   output-file-type: ".html"
9657   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
9658   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9659   filter: "'NIC_Intel-XXV710' and
9660            'NF_DENSITY' and
9661            'VHOST' and
9662            not 'VXLAN' and
9663            'CHAIN' and
9664            'NF_VPPIP4' and
9665            'IMIX' and
9666            '4T2C' and
9667            'NDRPDR'"
9668   parameters:
9669   - "throughput"
9670   - "name"
9671   - "tags"
9672   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9673   x-axis: "X = VNFs per Service Chain"
9674   y-axis: "Y = Number of Service Chains"
9675   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9676   layout:
9677     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9678     layout: "plot-service-density"
9679
9680 - type: "plot"
9681   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9682   algorithm: "plot_nf_heatmap"
9683   output-file-type: ".html"
9684   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
9685   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9686   filter: "'NIC_Intel-XXV710' and
9687            'NF_DENSITY' and
9688            'VHOST' and
9689            not 'VXLAN' and
9690            'CHAIN' and
9691            'NF_VPPIP4' and
9692            'IMIX' and
9693            '8T4C' and
9694            'NDRPDR'"
9695   parameters:
9696   - "throughput"
9697   - "name"
9698   - "tags"
9699   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9700   x-axis: "X = VNFs per Service Chain"
9701   y-axis: "Y = Number of Service Chains"
9702   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9703   layout:
9704     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9705     layout: "plot-service-density"
9706
9707 # Plots - NF Density - VSC - PDR IMIX
9708 - type: "plot"
9709   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9710   algorithm: "plot_nf_heatmap"
9711   output-file-type: ".html"
9712   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
9713   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9714   filter: "'NIC_Intel-XXV710' and
9715            'NF_DENSITY' and
9716            'VHOST' and
9717            not 'VXLAN' and
9718            'CHAIN' and
9719            'NF_VPPIP4' and
9720            'IMIX' and
9721            '2T1C' and
9722            'NDRPDR'"
9723   parameters:
9724   - "throughput"
9725   - "name"
9726   - "tags"
9727   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9728   x-axis: "X = VNFs per Service Chain"
9729   y-axis: "Y = Number of Service Chains"
9730   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9731   layout:
9732     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9733     layout: "plot-service-density"
9734
9735 - type: "plot"
9736   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9737   algorithm: "plot_nf_heatmap"
9738   output-file-type: ".html"
9739   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
9740   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9741   filter: "'NIC_Intel-XXV710' and
9742            'NF_DENSITY' and
9743            'VHOST' and
9744            not 'VXLAN' and
9745            'CHAIN' and
9746            'NF_VPPIP4' and
9747            'IMIX' and
9748            '4T2C' and
9749            'NDRPDR'"
9750   parameters:
9751   - "throughput"
9752   - "name"
9753   - "tags"
9754   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9755   x-axis: "X = VNFs per Service Chain"
9756   y-axis: "Y = Number of Service Chains"
9757   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9758   layout:
9759     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9760     layout: "plot-service-density"
9761
9762 - type: "plot"
9763   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9764   algorithm: "plot_nf_heatmap"
9765   output-file-type: ".html"
9766   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
9767   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9768   filter: "'NIC_Intel-XXV710' and
9769            'NF_DENSITY' and
9770            'VHOST' and
9771            not 'VXLAN' and
9772            'CHAIN' and
9773            'NF_VPPIP4' and
9774            'IMIX' and
9775            '8T4C' and
9776            'NDRPDR'"
9777   parameters:
9778   - "throughput"
9779   - "name"
9780   - "tags"
9781   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9782   x-axis: "X = VNFs per Service Chain"
9783   y-axis: "Y = Number of Service Chains"
9784   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9785   layout:
9786     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9787     layout: "plot-service-density"
9788
9789 ###############################################################################
9790
9791 # Plots - NF Density - VSC - MRR IMIX
9792 - type: "plot"
9793   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9794   algorithm: "plot_nf_heatmap"
9795   output-file-type: ".html"
9796   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9797   data: "plot-vpp-nfv-2n-skx-mrr"
9798   filter: "'NIC_Intel-XXV710' and
9799            'NF_DENSITY' and
9800            'VHOST' and
9801            'VXLAN' and
9802            'CHAIN' and
9803            'IMIX' and
9804            '2T1C' and
9805            'MRR'"
9806   parameters:
9807   - "result"
9808   - "name"
9809   - "tags"
9810   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9811   x-axis: "X = VNFs per Service Chain"
9812   y-axis: "Y = Number of Service Chains"
9813   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9814   layout:
9815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9816     layout: "plot-service-density"
9817
9818 - type: "plot"
9819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9820   algorithm: "plot_nf_heatmap"
9821   output-file-type: ".html"
9822   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9823   data: "plot-vpp-nfv-2n-skx-mrr"
9824   filter: "'NIC_Intel-XXV710' and
9825            'NF_DENSITY' and
9826            'VHOST' and
9827            'VXLAN' and
9828            'CHAIN' and
9829            'IMIX' and
9830            '4T2C' and
9831            'MRR'"
9832   parameters:
9833   - "result"
9834   - "name"
9835   - "tags"
9836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9837   x-axis: "X = VNFs per Service Chain"
9838   y-axis: "Y = Number of Service Chains"
9839   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9840   layout:
9841     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9842     layout: "plot-service-density"
9843
9844 - type: "plot"
9845   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9846   algorithm: "plot_nf_heatmap"
9847   output-file-type: ".html"
9848   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9849   data: "plot-vpp-nfv-2n-skx-mrr"
9850   filter: "'NIC_Intel-XXV710' and
9851            'NF_DENSITY' and
9852            'VHOST' and
9853            'VXLAN' and
9854            'CHAIN' and
9855            'IMIX' and
9856            '8T4C' and
9857            'MRR'"
9858   parameters:
9859   - "result"
9860   - "name"
9861   - "tags"
9862   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9863   x-axis: "X = VNFs per Service Chain"
9864   y-axis: "Y = Number of Service Chains"
9865   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9866   layout:
9867     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9868     layout: "plot-service-density"
9869
9870 # Plots - NF Density - VSC - NDR IMIX
9871 - type: "plot"
9872   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9873   algorithm: "plot_nf_heatmap"
9874   output-file-type: ".html"
9875   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9876   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9877   filter: "'NIC_Intel-XXV710' and
9878            'NF_DENSITY' and
9879            'VHOST' and
9880            'VXLAN' and
9881            'CHAIN' and
9882            'IMIX' and
9883            '2T1C' and
9884            'NDRPDR'"
9885   parameters:
9886   - "throughput"
9887   - "name"
9888   - "tags"
9889   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9890   x-axis: "X = VNFs per Service Chain"
9891   y-axis: "Y = Number of Service Chains"
9892   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9893   layout:
9894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9895     layout: "plot-service-density"
9896
9897 - type: "plot"
9898   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9899   algorithm: "plot_nf_heatmap"
9900   output-file-type: ".html"
9901   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9902   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9903   filter: "'NIC_Intel-XXV710' and
9904            'NF_DENSITY' and
9905            'VHOST' and
9906            'VXLAN' and
9907            'CHAIN' and
9908            'IMIX' and
9909            '4T2C' and
9910            'NDRPDR'"
9911   parameters:
9912   - "throughput"
9913   - "name"
9914   - "tags"
9915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9916   x-axis: "X = VNFs per Service Chain"
9917   y-axis: "Y = Number of Service Chains"
9918   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9919   layout:
9920     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9921     layout: "plot-service-density"
9922
9923 - type: "plot"
9924   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9925   algorithm: "plot_nf_heatmap"
9926   output-file-type: ".html"
9927   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9928   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9929   filter: "'NIC_Intel-XXV710' and
9930            'NF_DENSITY' and
9931            'VHOST' and
9932            'VXLAN' and
9933            'CHAIN' and
9934            'IMIX' and
9935            '8T4C' and
9936            'NDRPDR'"
9937   parameters:
9938   - "throughput"
9939   - "name"
9940   - "tags"
9941   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9942   x-axis: "X = VNFs per Service Chain"
9943   y-axis: "Y = Number of Service Chains"
9944   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9945   layout:
9946     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9947     layout: "plot-service-density"
9948
9949 # Plots - NF Density - VSC - PDR IMIX
9950 - type: "plot"
9951   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9952   algorithm: "plot_nf_heatmap"
9953   output-file-type: ".html"
9954   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9955   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9956   filter: "'NIC_Intel-XXV710' and
9957            'NF_DENSITY' and
9958            'VHOST' and
9959            'VXLAN' and
9960            'CHAIN' and
9961            'IMIX' and
9962            '2T1C' and
9963            'NDRPDR'"
9964   parameters:
9965   - "throughput"
9966   - "name"
9967   - "tags"
9968   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9969   x-axis: "X = VNFs per Service Chain"
9970   y-axis: "Y = Number of Service Chains"
9971   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9972   layout:
9973     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9974     layout: "plot-service-density"
9975
9976 - type: "plot"
9977   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9978   algorithm: "plot_nf_heatmap"
9979   output-file-type: ".html"
9980   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9981   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9982   filter: "'NIC_Intel-XXV710' and
9983            'NF_DENSITY' and
9984            'VHOST' and
9985            'VXLAN' and
9986            'CHAIN' and
9987            'IMIX' and
9988            '4T2C' and
9989            'NDRPDR'"
9990   parameters:
9991   - "throughput"
9992   - "name"
9993   - "tags"
9994   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9995   x-axis: "X = VNFs per Service Chain"
9996   y-axis: "Y = Number of Service Chains"
9997   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9998   layout:
9999     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10000     layout: "plot-service-density"
10001
10002 - type: "plot"
10003   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10004   algorithm: "plot_nf_heatmap"
10005   output-file-type: ".html"
10006   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10007   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10008   filter: "'NIC_Intel-XXV710' and
10009            'NF_DENSITY' and
10010            'VHOST' and
10011            'VXLAN' and
10012            'CHAIN' and
10013            'IMIX' and
10014            '8T4C' and
10015            'NDRPDR'"
10016   parameters:
10017   - "throughput"
10018   - "name"
10019   - "tags"
10020   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10021   x-axis: "X = VNFs per Service Chain"
10022   y-axis: "Y = Number of Service Chains"
10023   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10024   layout:
10025     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10026     layout: "plot-service-density"
10027
10028 ###############################################################################
10029
10030 # Plots - NF Density - CSC - MRR IMIX
10031 - type: "plot"
10032   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10033   algorithm: "plot_nf_heatmap"
10034   output-file-type: ".html"
10035   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
10036   data: "plot-vpp-nfv-2n-skx-mrr"
10037   filter: "'NIC_Intel-XXV710' and
10038            'NF_DENSITY' and
10039            'DOCKER' and
10040            'CHAIN' and
10041            'NF_VPPIP4' and
10042            'IMIX' and
10043            '2T1C' and
10044            'MRR'"
10045   parameters:
10046   - "result"
10047   - "name"
10048   - "tags"
10049   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10050   x-axis: "X = CNFs per Service Chain"
10051   y-axis: "Y = Number of Service Chains"
10052   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10053   layout:
10054     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10055     layout: "plot-service-density"
10056
10057 - type: "plot"
10058   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10059   algorithm: "plot_nf_heatmap"
10060   output-file-type: ".html"
10061   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
10062   data: "plot-vpp-nfv-2n-skx-mrr"
10063   filter: "'NIC_Intel-XXV710' and
10064            'NF_DENSITY' and
10065            'DOCKER' and
10066            'CHAIN' and
10067            'NF_VPPIP4' and
10068            'IMIX' and
10069            '4T2C' and
10070            'MRR'"
10071   parameters:
10072   - "result"
10073   - "name"
10074   - "tags"
10075   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10076   x-axis: "X = CNFs per Service Chain"
10077   y-axis: "Y = Number of Service Chains"
10078   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10079   layout:
10080     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10081     layout: "plot-service-density"
10082
10083 - type: "plot"
10084   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10085   algorithm: "plot_nf_heatmap"
10086   output-file-type: ".html"
10087   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
10088   data: "plot-vpp-nfv-2n-skx-mrr"
10089   filter: "'NIC_Intel-XXV710' and
10090            'NF_DENSITY' and
10091            'DOCKER' and
10092            'CHAIN' and
10093            'NF_VPPIP4' and
10094            'IMIX' and
10095            '8T4C' and
10096            'MRR'"
10097   parameters:
10098   - "result"
10099   - "name"
10100   - "tags"
10101   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10102   x-axis: "X = CNFs per Service Chain"
10103   y-axis: "Y = Number of Service Chains"
10104   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10105   layout:
10106     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10107     layout: "plot-service-density"
10108
10109 # Plots - NF Density - CSC - NDR IMIX
10110 - type: "plot"
10111   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10112   algorithm: "plot_nf_heatmap"
10113   output-file-type: ".html"
10114   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
10115   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10116   filter: "'NIC_Intel-XXV710' and
10117            'NF_DENSITY' and
10118            'DOCKER' and
10119            'CHAIN' and
10120            'NF_VPPIP4' and
10121            'IMIX' and
10122            '2T1C' and
10123            'NDRPDR'"
10124   parameters:
10125   - "throughput"
10126   - "name"
10127   - "tags"
10128   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10129   x-axis: "X = CNFs per Service Chain"
10130   y-axis: "Y = Number of Service Chains"
10131   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10132   layout:
10133     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10134     layout: "plot-service-density"
10135
10136 - type: "plot"
10137   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10138   algorithm: "plot_nf_heatmap"
10139   output-file-type: ".html"
10140   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
10141   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10142   filter: "'NIC_Intel-XXV710' and
10143            'NF_DENSITY' and
10144            'DOCKER' and
10145            'CHAIN' and
10146            'NF_VPPIP4' and
10147            'IMIX' and
10148            '4T2C' and
10149            'NDRPDR'"
10150   parameters:
10151   - "throughput"
10152   - "name"
10153   - "tags"
10154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10155   x-axis: "X = CNFs per Service Chain"
10156   y-axis: "Y = Number of Service Chains"
10157   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10158   layout:
10159     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10160     layout: "plot-service-density"
10161
10162 - type: "plot"
10163   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10164   algorithm: "plot_nf_heatmap"
10165   output-file-type: ".html"
10166   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
10167   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10168   filter: "'NIC_Intel-XXV710' and
10169            'NF_DENSITY' and
10170            'DOCKER' and
10171            'CHAIN' and
10172            'NF_VPPIP4' and
10173            'IMIX' and
10174            '8T4C' and
10175            'NDRPDR'"
10176   parameters:
10177   - "throughput"
10178   - "name"
10179   - "tags"
10180   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10181   x-axis: "X = CNFs per Service Chain"
10182   y-axis: "Y = Number of Service Chains"
10183   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10184   layout:
10185     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10186     layout: "plot-service-density"
10187
10188 # Plots - NF Density - CSC - PDR IMIX
10189 - type: "plot"
10190   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10191   algorithm: "plot_nf_heatmap"
10192   output-file-type: ".html"
10193   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
10194   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10195   filter: "'NIC_Intel-XXV710' and
10196            'NF_DENSITY' and
10197            'DOCKER' and
10198            'CHAIN' and
10199            'NF_VPPIP4' and
10200            'IMIX' and
10201            '2T1C' and
10202            'NDRPDR'"
10203   parameters:
10204   - "throughput"
10205   - "name"
10206   - "tags"
10207   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10208   x-axis: "X = CNFs per Service Chain"
10209   y-axis: "Y = Number of Service Chains"
10210   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10211   layout:
10212     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10213     layout: "plot-service-density"
10214
10215 - type: "plot"
10216   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10217   algorithm: "plot_nf_heatmap"
10218   output-file-type: ".html"
10219   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
10220   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10221   filter: "'NIC_Intel-XXV710' and
10222            'NF_DENSITY' and
10223            'DOCKER' and
10224            'CHAIN' and
10225            'NF_VPPIP4' and
10226            'IMIX' and
10227            '4T2C' and
10228            'NDRPDR'"
10229   parameters:
10230   - "throughput"
10231   - "name"
10232   - "tags"
10233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10234   x-axis: "X = CNFs per Service Chain"
10235   y-axis: "Y = Number of Service Chains"
10236   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10237   layout:
10238     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10239     layout: "plot-service-density"
10240
10241 - type: "plot"
10242   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10243   algorithm: "plot_nf_heatmap"
10244   output-file-type: ".html"
10245   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
10246   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10247   filter: "'NIC_Intel-XXV710' and
10248            'NF_DENSITY' and
10249            'DOCKER' and
10250            'CHAIN' and
10251            'NF_VPPIP4' and
10252            'IMIX' and
10253            '8T4C' and
10254            'NDRPDR'"
10255   parameters:
10256   - "throughput"
10257   - "name"
10258   - "tags"
10259   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10260   x-axis: "X = CNFs per Service Chain"
10261   y-axis: "Y = Number of Service Chains"
10262   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10263   layout:
10264     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10265     layout: "plot-service-density"
10266
10267 ################################################################################
10268 #
10269 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
10270 #- type: "plot"
10271 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10272 #  algorithm: "plot_nf_heatmap"
10273 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
10274 #  data: "plot-vpp-nfv-3n-skx-mrr"
10275 #  filter: "'NIC_Intel-XXV710' and
10276 #           'NF_DENSITY' and
10277 #           'DOCKER' and
10278 #           'CHAIN' and
10279 #           'NF_VPPIP4' and
10280 #           'IPSEC' and
10281 #           'TNL_4' and
10282 #           'IMIX' and
10283 #           '2T1C' and
10284 #           'MRR'"
10285 #  parameters:
10286 #  - "result"
10287 #  - "name"
10288 #  - "tags"
10289 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10290 #  x-axis: "X = CNFs per Service Chain"
10291 #  y-axis: "Y = Number of Service Chains"
10292 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10293 #  layout:
10294 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10295 #    layout: "plot-service-density"
10296 #
10297 #- type: "plot"
10298 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10299 #  algorithm: "plot_nf_heatmap"
10300 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
10301 #  data: "plot-vpp-nfv-3n-skx-mrr"
10302 #  filter: "'NIC_Intel-XXV710' and
10303 #           'NF_DENSITY' and
10304 #           'DOCKER' and
10305 #           'CHAIN' and
10306 #           'NF_VPPIP4' and
10307 #           'IPSEC' and
10308 #           'TNL_4' and
10309 #           'IMIX' and
10310 #           '4T2C' and
10311 #           'MRR'"
10312 #  parameters:
10313 #  - "result"
10314 #  - "name"
10315 #  - "tags"
10316 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10317 #  x-axis: "X = CNFs per Service Chain"
10318 #  y-axis: "Y = Number of Service Chains"
10319 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10320 #  layout:
10321 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10322 #    layout: "plot-service-density"
10323 #
10324 #- type: "plot"
10325 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10326 #  algorithm: "plot_nf_heatmap"
10327 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
10328 #  data: "plot-vpp-nfv-3n-skx-mrr"
10329 #  filter: "'NIC_Intel-XXV710' and
10330 #           'NF_DENSITY' and
10331 #           'DOCKER' and
10332 #           'CHAIN' and
10333 #           'NF_VPPIP4' and
10334 #           'IPSEC' and
10335 #           'TNL_4' and
10336 #           'IMIX' and
10337 #           '8T4C' and
10338 #           'MRR'"
10339 #  parameters:
10340 #  - "result"
10341 #  - "name"
10342 #  - "tags"
10343 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10344 #  x-axis: "X = CNFs per Service Chain"
10345 #  y-axis: "Y = Number of Service Chains"
10346 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10347 #  layout:
10348 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10349 #    layout: "plot-service-density"
10350
10351 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
10352 #- type: "plot"
10353 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10354 #  algorithm: "plot_nf_heatmap"
10355 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
10356 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10357 #  filter: "'NIC_Intel-XXV710' and
10358 #           'NF_DENSITY' and
10359 #           'DOCKER' and
10360 #           'CHAIN' and
10361 #           'NF_VPPIP4' and
10362 #           'IPSEC' and
10363 #           'TNL_4' and
10364 #           'IMIX' and
10365 #           '2T1C' and
10366 #           'NDRPDR'"
10367 #  parameters:
10368 #  - "throughput"
10369 #  - "name"
10370 #  - "tags"
10371 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10372 #  x-axis: "X = CNFs per Service Chain"
10373 #  y-axis: "Y = Number of Service Chains"
10374 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10375 #  layout:
10376 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10377 #    layout: "plot-service-density"
10378 #
10379 #- type: "plot"
10380 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10381 #  algorithm: "plot_nf_heatmap"
10382 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
10383 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10384 #  filter: "'NIC_Intel-XXV710' and
10385 #           'NF_DENSITY' and
10386 #           'DOCKER' and
10387 #           'CHAIN' and
10388 #           'NF_VPPIP4' and
10389 #           'IPSEC' and
10390 #           'TNL_4' and
10391 #           'IMIX' and
10392 #           '4T2C' and
10393 #           'NDRPDR'"
10394 #  parameters:
10395 #  - "throughput"
10396 #  - "name"
10397 #  - "tags"
10398 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10399 #  x-axis: "X = CNFs per Service Chain"
10400 #  y-axis: "Y = Number of Service Chains"
10401 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10402 #  layout:
10403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10404 #    layout: "plot-service-density"
10405 #
10406 #- type: "plot"
10407 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10408 #  algorithm: "plot_nf_heatmap"
10409 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
10410 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10411 #  filter: "'NIC_Intel-XXV710' and
10412 #           'NF_DENSITY' and
10413 #           'DOCKER' and
10414 #           'CHAIN' and
10415 #           'NF_VPPIP4' and
10416 #           'IPSEC' and
10417 #           'TNL_4' and
10418 #           'IMIX' and
10419 #           '8T4C' and
10420 #           'NDRPDR'"
10421 #  parameters:
10422 #  - "throughput"
10423 #  - "name"
10424 #  - "tags"
10425 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10426 #  x-axis: "X = CNFs per Service Chain"
10427 #  y-axis: "Y = Number of Service Chains"
10428 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10429 #  layout:
10430 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10431 #    layout: "plot-service-density"
10432 #
10433 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
10434 #- type: "plot"
10435 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10436 #  algorithm: "plot_nf_heatmap"
10437 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
10438 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10439 #  filter: "'NIC_Intel-XXV710' and
10440 #           'NF_DENSITY' and
10441 #           'DOCKER' and
10442 #           'CHAIN' and
10443 #           'NF_VPPIP4' and
10444 #           'IPSEC' and
10445 #           'TNL_4' and
10446 #           'IMIX' and
10447 #           '2T1C' and
10448 #           'NDRPDR'"
10449 #  parameters:
10450 #  - "throughput"
10451 #  - "name"
10452 #  - "tags"
10453 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10454 #  x-axis: "X = CNFs per Service Chain"
10455 #  y-axis: "Y = Number of Service Chains"
10456 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10457 #  layout:
10458 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10459 #    layout: "plot-service-density"
10460 #
10461 #- type: "plot"
10462 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10463 #  algorithm: "plot_nf_heatmap"
10464 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
10465 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10466 #  filter: "'NIC_Intel-XXV710' and
10467 #           'NF_DENSITY' and
10468 #           'DOCKER' and
10469 #           'CHAIN' and
10470 #           'NF_VPPIP4' and
10471 #           'IPSEC' and
10472 #           'TNL_4' and
10473 #           'IMIX' and
10474 #           '4T2C' and
10475 #           'NDRPDR'"
10476 #  parameters:
10477 #  - "throughput"
10478 #  - "name"
10479 #  - "tags"
10480 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10481 #  x-axis: "X = CNFs per Service Chain"
10482 #  y-axis: "Y = Number of Service Chains"
10483 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10484 #  layout:
10485 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10486 #    layout: "plot-service-density"
10487 #
10488 #- type: "plot"
10489 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10490 #  algorithm: "plot_nf_heatmap"
10491 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
10492 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10493 #  filter: "'NIC_Intel-XXV710' and
10494 #           'NF_DENSITY' and
10495 #           'DOCKER' and
10496 #           'CHAIN' and
10497 #           'NF_VPPIP4' and
10498 #           'IPSEC' and
10499 #           'TNL_4' and
10500 #           'IMIX' and
10501 #           '8T4C' and
10502 #           'NDRPDR'"
10503 #  parameters:
10504 #  - "throughput"
10505 #  - "name"
10506 #  - "tags"
10507 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10508 #  x-axis: "X = CNFs per Service Chain"
10509 #  y-axis: "Y = Number of Service Chains"
10510 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10511 #  layout:
10512 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10513 #    layout: "plot-service-density"
10514
10515 ###############################################################################
10516
10517 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
10518 #- type: "plot"
10519 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10520 #  algorithm: "plot_nf_heatmap"
10521 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
10522 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10523 #  filter: "'NIC_Intel-XL710' and
10524 #           'NF_DENSITY' and
10525 #           'DOCKER' and
10526 #           'CHAIN' and
10527 #           'NF_VPPIP4' and
10528 #           'IMIX' and
10529 #           'TNL_4' and
10530 #           '1T1C' and
10531 #           'MRR'"
10532 #  parameters:
10533 #  - "result"
10534 #  - "name"
10535 #  - "tags"
10536 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10537 #  x-axis: "X = CNFs per Service Chain"
10538 #  y-axis: "Y = Number of Service Chains"
10539 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10540 #  layout:
10541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10542 #    layout: "plot-service-density"
10543 #
10544 #- type: "plot"
10545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10546 #  algorithm: "plot_nf_heatmap"
10547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
10548 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10549 #  filter: "'NIC_Intel-XL710' and
10550 #           'NF_DENSITY' and
10551 #           'DOCKER' and
10552 #           'CHAIN' and
10553 #           'NF_VPPIP4' and
10554 #           'IPSEC' and
10555 #           'TNL_4' and
10556 #           'IMIX' and
10557 #           '2T2C' and
10558 #           'MRR'"
10559 #  parameters:
10560 #  - "result"
10561 #  - "name"
10562 #  - "tags"
10563 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10564 #  x-axis: "X = CNFs per Service Chain"
10565 #  y-axis: "Y = Number of Service Chains"
10566 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10567 #  layout:
10568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10569 #    layout: "plot-service-density"
10570 #
10571 #- type: "plot"
10572 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10573 #  algorithm: "plot_nf_heatmap"
10574 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
10575 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10576 #  filter: "'NIC_Intel-XL710' and
10577 #           'NF_DENSITY' and
10578 #           'DOCKER' and
10579 #           'CHAIN' and
10580 #           'NF_VPPIP4' and
10581 #           'IPSEC' and
10582 #           'TNL_4' and
10583 #           'IMIX' and
10584 #           '4T4C' and
10585 #           'MRR'"
10586 #  parameters:
10587 #  - "result"
10588 #  - "name"
10589 #  - "tags"
10590 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10591 #  x-axis: "X = CNFs per Service Chain"
10592 #  y-axis: "Y = Number of Service Chains"
10593 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10594 #  layout:
10595 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10596 #    layout: "plot-service-density"
10597
10598 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
10599 #- type: "plot"
10600 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10601 #  algorithm: "plot_nf_heatmap"
10602 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
10603 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10604 #  filter: "'NIC_Intel-XL710' and
10605 #           'NF_DENSITY' and
10606 #           'DOCKER' and
10607 #           'CHAIN' and
10608 #           'NF_VPPIP4' and
10609 #           'IPSEC' and
10610 #           'TNL_4' and
10611 #           'IMIX' and
10612 #           '1T1C' and
10613 #           'NDRPDR'"
10614 #  parameters:
10615 #  - "throughput"
10616 #  - "name"
10617 #  - "tags"
10618 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10619 #  x-axis: "X = CNFs per Service Chain"
10620 #  y-axis: "Y = Number of Service Chains"
10621 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10622 #  layout:
10623 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10624 #    layout: "plot-service-density"
10625 #
10626 #- type: "plot"
10627 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10628 #  algorithm: "plot_nf_heatmap"
10629 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
10630 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10631 #  filter: "'NIC_Intel-XL710' and
10632 #           'NF_DENSITY' and
10633 #           'DOCKER' and
10634 #           'CHAIN' and
10635 #           'NF_VPPIP4' and
10636 #           'IPSEC' and
10637 #           'TNL_4' and
10638 #           'IMIX' and
10639 #           '2T2C' and
10640 #           'NDRPDR'"
10641 #  parameters:
10642 #  - "throughput"
10643 #  - "name"
10644 #  - "tags"
10645 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10646 #  x-axis: "X = CNFs per Service Chain"
10647 #  y-axis: "Y = Number of Service Chains"
10648 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10649 #  layout:
10650 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10651 #    layout: "plot-service-density"
10652 #
10653 #- type: "plot"
10654 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10655 #  algorithm: "plot_nf_heatmap"
10656 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
10657 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10658 #  filter: "'NIC_Intel-XL710' and
10659 #           'NF_DENSITY' and
10660 #           'DOCKER' and
10661 #           'CHAIN' and
10662 #           'NF_VPPIP4' and
10663 #           'IPSEC' and
10664 #           'TNL_4' and
10665 #           'IMIX' and
10666 #           '4T4C' and
10667 #           'NDRPDR'"
10668 #  parameters:
10669 #  - "throughput"
10670 #  - "name"
10671 #  - "tags"
10672 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10673 #  x-axis: "X = CNFs per Service Chain"
10674 #  y-axis: "Y = Number of Service Chains"
10675 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10676 #  layout:
10677 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10678 #    layout: "plot-service-density"
10679 #
10680 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
10681 #- type: "plot"
10682 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10683 #  algorithm: "plot_nf_heatmap"
10684 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
10685 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10686 #  filter: "'NIC_Intel-XL710' and
10687 #           'NF_DENSITY' and
10688 #           'DOCKER' and
10689 #           'CHAIN' and
10690 #           'NF_VPPIP4' and
10691 #           'IPSEC' and
10692 #           'TNL_4' and
10693 #           'IMIX' and
10694 #           '1T1C' and
10695 #           'NDRPDR'"
10696 #  parameters:
10697 #  - "throughput"
10698 #  - "name"
10699 #  - "tags"
10700 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10701 #  x-axis: "X = CNFs per Service Chain"
10702 #  y-axis: "Y = Number of Service Chains"
10703 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10704 #  layout:
10705 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10706 #    layout: "plot-service-density"
10707 #
10708 #- type: "plot"
10709 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10710 #  algorithm: "plot_nf_heatmap"
10711 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
10712 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10713 #  filter: "'NIC_Intel-XL710' and
10714 #           'NF_DENSITY' and
10715 #           'DOCKER' and
10716 #           'CHAIN' and
10717 #           'NF_VPPIP4' and
10718 #           'IPSEC' and
10719 #           'TNL_4' and
10720 #           'IMIX' and
10721 #           '2T2C' and
10722 #           'NDRPDR'"
10723 #  parameters:
10724 #  - "throughput"
10725 #  - "name"
10726 #  - "tags"
10727 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10728 #  x-axis: "X = CNFs per Service Chain"
10729 #  y-axis: "Y = Number of Service Chains"
10730 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10731 #  layout:
10732 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10733 #    layout: "plot-service-density"
10734 #
10735 #- type: "plot"
10736 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10737 #  algorithm: "plot_nf_heatmap"
10738 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
10739 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10740 #  filter: "'NIC_Intel-XL710' and
10741 #           'NF_DENSITY' and
10742 #           'DOCKER' and
10743 #           'CHAIN' and
10744 #           'NF_VPPIP4' and
10745 #           'IPSEC' and
10746 #           'TNL_4' and
10747 #           'IMIX' and
10748 #           '4T4C' and
10749 #           'NDRPDR'"
10750 #  parameters:
10751 #  - "throughput"
10752 #  - "name"
10753 #  - "tags"
10754 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10755 #  x-axis: "X = CNFs per Service Chain"
10756 #  y-axis: "Y = Number of Service Chains"
10757 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10758 #  layout:
10759 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10760 #    layout: "plot-service-density"
10761
10762 ###############################################################################
10763
10764 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
10765 #- type: "plot"
10766 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10767 #  algorithm: "plot_nf_heatmap"
10768 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
10769 #  data: "plot-vpp-nfv-3n-skx-mrr"
10770 #  filter: "'NIC_Intel-XXV710' and
10771 #           'NF_DENSITY' and
10772 #           'DOCKER' and
10773 #           'CHAIN' and
10774 #           'NF_VPPIP4' and
10775 #           'IPSEC' and
10776 #           'TNL_1000' and
10777 #           'IMIX' and
10778 #           '2T1C' and
10779 #           'MRR'"
10780 #  parameters:
10781 #  - "result"
10782 #  - "name"
10783 #  - "tags"
10784 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10785 #  x-axis: "X = CNFs per Service Chain"
10786 #  y-axis: "Y = Number of Service Chains"
10787 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10788 #  layout:
10789 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10790 #    layout: "plot-service-density"
10791 #
10792 #- type: "plot"
10793 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10794 #  algorithm: "plot_nf_heatmap"
10795 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
10796 #  data: "plot-vpp-nfv-3n-skx-mrr"
10797 #  filter: "'NIC_Intel-XXV710' and
10798 #           'NF_DENSITY' and
10799 #           'DOCKER' and
10800 #           'CHAIN' and
10801 #           'NF_VPPIP4' and
10802 #           'IPSEC' and
10803 #           'TNL_1000' and
10804 #           'IMIX' and
10805 #           '4T2C' and
10806 #           'MRR'"
10807 #  parameters:
10808 #  - "result"
10809 #  - "name"
10810 #  - "tags"
10811 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10812 #  x-axis: "X = CNFs per Service Chain"
10813 #  y-axis: "Y = Number of Service Chains"
10814 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10815 #  layout:
10816 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10817 #    layout: "plot-service-density"
10818 #
10819 #- type: "plot"
10820 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10821 #  algorithm: "plot_nf_heatmap"
10822 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
10823 #  data: "plot-vpp-nfv-3n-skx-mrr"
10824 #  filter: "'NIC_Intel-XXV710' and
10825 #           'NF_DENSITY' and
10826 #           'DOCKER' and
10827 #           'CHAIN' and
10828 #           'NF_VPPIP4' and
10829 #           'IPSEC' and
10830 #           'TNL_1000' and
10831 #           'IMIX' and
10832 #           '8T4C' and
10833 #           'MRR'"
10834 #  parameters:
10835 #  - "result"
10836 #  - "name"
10837 #  - "tags"
10838 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10839 #  x-axis: "X = CNFs per Service Chain"
10840 #  y-axis: "Y = Number of Service Chains"
10841 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10842 #  layout:
10843 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10844 #    layout: "plot-service-density"
10845
10846 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
10847 #- type: "plot"
10848 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10849 #  algorithm: "plot_nf_heatmap"
10850 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
10851 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10852 #  filter: "'NIC_Intel-XXV710' and
10853 #           'NF_DENSITY' and
10854 #           'DOCKER' and
10855 #           'CHAIN' and
10856 #           'NF_VPPIP4' and
10857 #           'IPSEC' and
10858 #           'TNL_1000' and
10859 #           'IMIX' and
10860 #           '2T1C' and
10861 #           'NDRPDR'"
10862 #  parameters:
10863 #  - "throughput"
10864 #  - "name"
10865 #  - "tags"
10866 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10867 #  x-axis: "X = CNFs per Service Chain"
10868 #  y-axis: "Y = Number of Service Chains"
10869 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10870 #  layout:
10871 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10872 #    layout: "plot-service-density"
10873 #
10874 #- type: "plot"
10875 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10876 #  algorithm: "plot_nf_heatmap"
10877 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
10878 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10879 #  filter: "'NIC_Intel-XXV710' and
10880 #           'NF_DENSITY' and
10881 #           'DOCKER' and
10882 #           'CHAIN' and
10883 #           'NF_VPPIP4' and
10884 #           'IPSEC' and
10885 #           'TNL_1000' and
10886 #           'IMIX' and
10887 #           '4T2C' and
10888 #           'NDRPDR'"
10889 #  parameters:
10890 #  - "throughput"
10891 #  - "name"
10892 #  - "tags"
10893 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10894 #  x-axis: "X = CNFs per Service Chain"
10895 #  y-axis: "Y = Number of Service Chains"
10896 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10897 #  layout:
10898 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10899 #    layout: "plot-service-density"
10900 #
10901 #- type: "plot"
10902 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10903 #  algorithm: "plot_nf_heatmap"
10904 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
10905 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10906 #  filter: "'NIC_Intel-XXV710' and
10907 #           'NF_DENSITY' and
10908 #           'DOCKER' and
10909 #           'CHAIN' and
10910 #           'NF_VPPIP4' and
10911 #           'IPSEC' and
10912 #           'TNL_1000' and
10913 #           'IMIX' and
10914 #           '8T4C' and
10915 #           'NDRPDR'"
10916 #  parameters:
10917 #  - "throughput"
10918 #  - "name"
10919 #  - "tags"
10920 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10921 #  x-axis: "X = CNFs per Service Chain"
10922 #  y-axis: "Y = Number of Service Chains"
10923 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10924 #  layout:
10925 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10926 #    layout: "plot-service-density"
10927 #
10928 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10929 #- type: "plot"
10930 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10931 #  algorithm: "plot_nf_heatmap"
10932 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
10933 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10934 #  filter: "'NIC_Intel-XXV710' and
10935 #           'NF_DENSITY' and
10936 #           'DOCKER' and
10937 #           'CHAIN' and
10938 #           'NF_VPPIP4' and
10939 #           'IPSEC' and
10940 #           'TNL_1000' and
10941 #           'IMIX' and
10942 #           '2T1C' and
10943 #           'NDRPDR'"
10944 #  parameters:
10945 #  - "throughput"
10946 #  - "name"
10947 #  - "tags"
10948 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10949 #  x-axis: "X = CNFs per Service Chain"
10950 #  y-axis: "Y = Number of Service Chains"
10951 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10952 #  layout:
10953 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10954 #    layout: "plot-service-density"
10955 #
10956 #- type: "plot"
10957 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10958 #  algorithm: "plot_nf_heatmap"
10959 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
10960 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10961 #  filter: "'NIC_Intel-XXV710' and
10962 #           'NF_DENSITY' and
10963 #           'DOCKER' and
10964 #           'CHAIN' and
10965 #           'NF_VPPIP4' and
10966 #           'IPSEC' and
10967 #           'TNL_1000' and
10968 #           'IMIX' and
10969 #           '4T2C' and
10970 #           'NDRPDR'"
10971 #  parameters:
10972 #  - "throughput"
10973 #  - "name"
10974 #  - "tags"
10975 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10976 #  x-axis: "X = CNFs per Service Chain"
10977 #  y-axis: "Y = Number of Service Chains"
10978 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10979 #  layout:
10980 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10981 #    layout: "plot-service-density"
10982 #
10983 #- type: "plot"
10984 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10985 #  algorithm: "plot_nf_heatmap"
10986 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
10987 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10988 #  filter: "'NIC_Intel-XXV710' and
10989 #           'NF_DENSITY' and
10990 #           'DOCKER' and
10991 #           'CHAIN' and
10992 #           'NF_VPPIP4' and
10993 #           'IPSEC' and
10994 #           'TNL_1000' and
10995 #           'IMIX' and
10996 #           '8T4C' and
10997 #           'NDRPDR'"
10998 #  parameters:
10999 #  - "throughput"
11000 #  - "name"
11001 #  - "tags"
11002 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11003 #  x-axis: "X = CNFs per Service Chain"
11004 #  y-axis: "Y = Number of Service Chains"
11005 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11006 #  layout:
11007 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11008 #    layout: "plot-service-density"
11009
11010 ###############################################################################
11011
11012 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
11013 #- type: "plot"
11014 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
11015 #  algorithm: "plot_nf_heatmap"
11016 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
11017 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11018 #  filter: "'NIC_Intel-XL710' and
11019 #           'NF_DENSITY' and
11020 #           'DOCKER' and
11021 #           'CHAIN' and
11022 #           'NF_VPPIP4' and
11023 #           'IMIX' and
11024 #           'TNL_1000' and
11025 #           '1T1C' and
11026 #           'MRR'"
11027 #  parameters:
11028 #  - "result"
11029 #  - "name"
11030 #  - "tags"
11031 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11032 #  x-axis: "X = CNFs per Service Chain"
11033 #  y-axis: "Y = Number of Service Chains"
11034 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11035 #  layout:
11036 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
11037 #    layout: "plot-service-density"
11038 #
11039 #- type: "plot"
11040 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
11041 #  algorithm: "plot_nf_heatmap"
11042 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
11043 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11044 #  filter: "'NIC_Intel-XL710' and
11045 #           'NF_DENSITY' and
11046 #           'DOCKER' and
11047 #           'CHAIN' and
11048 #           'NF_VPPIP4' and
11049 #           'IPSEC' and
11050 #           'TNL_1000' and
11051 #           'IMIX' and
11052 #           '2T2C' and
11053 #           'MRR'"
11054 #  parameters:
11055 #  - "result"
11056 #  - "name"
11057 #  - "tags"
11058 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11059 #  x-axis: "X = CNFs per Service Chain"
11060 #  y-axis: "Y = Number of Service Chains"
11061 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11062 #  layout:
11063 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
11064 #    layout: "plot-service-density"
11065 #
11066 #- type: "plot"
11067 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
11068 #  algorithm: "plot_nf_heatmap"
11069 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
11070 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11071 #  filter: "'NIC_Intel-XL710' and
11072 #           'NF_DENSITY' and
11073 #           'DOCKER' and
11074 #           'CHAIN' and
11075 #           'NF_VPPIP4' and
11076 #           'IPSEC' and
11077 #           'TNL_1000' and
11078 #           'IMIX' and
11079 #           '4T4C' and
11080 #           'MRR'"
11081 #  parameters:
11082 #  - "result"
11083 #  - "name"
11084 #  - "tags"
11085 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11086 #  x-axis: "X = CNFs per Service Chain"
11087 #  y-axis: "Y = Number of Service Chains"
11088 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11089 #  layout:
11090 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
11091 #    layout: "plot-service-density"
11092
11093 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
11094 #- type: "plot"
11095 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11096 #  algorithm: "plot_nf_heatmap"
11097 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
11098 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11099 #  filter: "'NIC_Intel-XL710' and
11100 #           'NF_DENSITY' and
11101 #           'DOCKER' and
11102 #           'CHAIN' and
11103 #           'NF_VPPIP4' and
11104 #           'IPSEC' and
11105 #           'TNL_1000' and
11106 #           'IMIX' and
11107 #           '1T1C' and
11108 #           'NDRPDR'"
11109 #  parameters:
11110 #  - "throughput"
11111 #  - "name"
11112 #  - "tags"
11113 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11114 #  x-axis: "X = CNFs per Service Chain"
11115 #  y-axis: "Y = Number of Service Chains"
11116 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11117 #  layout:
11118 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11119 #    layout: "plot-service-density"
11120 #
11121 #- type: "plot"
11122 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11123 #  algorithm: "plot_nf_heatmap"
11124 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
11125 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11126 #  filter: "'NIC_Intel-XL710' and
11127 #           'NF_DENSITY' and
11128 #           'DOCKER' and
11129 #           'CHAIN' and
11130 #           'NF_VPPIP4' and
11131 #           'IPSEC' and
11132 #           'TNL_1000' and
11133 #           'IMIX' and
11134 #           '2T2C' and
11135 #           'NDRPDR'"
11136 #  parameters:
11137 #  - "throughput"
11138 #  - "name"
11139 #  - "tags"
11140 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11141 #  x-axis: "X = CNFs per Service Chain"
11142 #  y-axis: "Y = Number of Service Chains"
11143 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11144 #  layout:
11145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11146 #    layout: "plot-service-density"
11147 #
11148 #- type: "plot"
11149 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11150 #  algorithm: "plot_nf_heatmap"
11151 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
11152 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11153 #  filter: "'NIC_Intel-XL710' and
11154 #           'NF_DENSITY' and
11155 #           'DOCKER' and
11156 #           'CHAIN' and
11157 #           'NF_VPPIP4' and
11158 #           'IPSEC' and
11159 #           'TNL_1000' and
11160 #           'IMIX' and
11161 #           '4T4C' and
11162 #           'NDRPDR'"
11163 #  parameters:
11164 #  - "throughput"
11165 #  - "name"
11166 #  - "tags"
11167 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11168 #  x-axis: "X = CNFs per Service Chain"
11169 #  y-axis: "Y = Number of Service Chains"
11170 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11171 #  layout:
11172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11173 #    layout: "plot-service-density"
11174 #
11175 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
11176 #- type: "plot"
11177 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11178 #  algorithm: "plot_nf_heatmap"
11179 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
11180 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11181 #  filter: "'NIC_Intel-XL710' and
11182 #           'NF_DENSITY' and
11183 #           'DOCKER' and
11184 #           'CHAIN' and
11185 #           'NF_VPPIP4' and
11186 #           'IPSEC' and
11187 #           'TNL_1000' and
11188 #           'IMIX' and
11189 #           '1T1C' and
11190 #           'NDRPDR'"
11191 #  parameters:
11192 #  - "throughput"
11193 #  - "name"
11194 #  - "tags"
11195 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11196 #  x-axis: "X = CNFs per Service Chain"
11197 #  y-axis: "Y = Number of Service Chains"
11198 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11199 #  layout:
11200 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11201 #    layout: "plot-service-density"
11202 #
11203 #- type: "plot"
11204 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11205 #  algorithm: "plot_nf_heatmap"
11206 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
11207 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11208 #  filter: "'NIC_Intel-XL710' and
11209 #           'NF_DENSITY' and
11210 #           'DOCKER' and
11211 #           'CHAIN' and
11212 #           'NF_VPPIP4' and
11213 #           'IPSEC' and
11214 #           'TNL_1000' and
11215 #           'IMIX' and
11216 #           '2T2C' and
11217 #           'NDRPDR'"
11218 #  parameters:
11219 #  - "throughput"
11220 #  - "name"
11221 #  - "tags"
11222 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11223 #  x-axis: "X = CNFs per Service Chain"
11224 #  y-axis: "Y = Number of Service Chains"
11225 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11226 #  layout:
11227 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11228 #    layout: "plot-service-density"
11229 #
11230 #- type: "plot"
11231 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11232 #  algorithm: "plot_nf_heatmap"
11233 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
11234 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11235 #  filter: "'NIC_Intel-XL710' and
11236 #           'NF_DENSITY' and
11237 #           'DOCKER' and
11238 #           'CHAIN' and
11239 #           'NF_VPPIP4' and
11240 #           'IPSEC' and
11241 #           'TNL_1000' and
11242 #           'IMIX' and
11243 #           '4T4C' and
11244 #           'NDRPDR'"
11245 #  parameters:
11246 #  - "throughput"
11247 #  - "name"
11248 #  - "tags"
11249 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11250 #  x-axis: "X = CNFs per Service Chain"
11251 #  y-axis: "Y = Number of Service Chains"
11252 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11253 #  layout:
11254 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11255 #    layout: "plot-service-density"
11256
11257 ###############################################################################
11258
11259 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
11260 #- type: "plot"
11261 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11262 #  algorithm: "plot_nf_heatmap"
11263 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
11264 #  data: "plot-vpp-nfv-3n-skx-mrr"
11265 #  filter: "'NIC_Intel-XXV710' and
11266 #           'NF_DENSITY' and
11267 #           'DOCKER' and
11268 #           'CHAIN' and
11269 #           'NF_VPPIP4' and
11270 #           'IPSEC' and
11271 #           'TNL_10000' and
11272 #           'IMIX' and
11273 #           '2T1C' and
11274 #           'MRR'"
11275 #  parameters:
11276 #  - "result"
11277 #  - "name"
11278 #  - "tags"
11279 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11280 #  x-axis: "X = CNFs per Service Chain"
11281 #  y-axis: "Y = Number of Service Chains"
11282 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11283 #  layout:
11284 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11285 #    layout: "plot-service-density"
11286 #
11287 #- type: "plot"
11288 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11289 #  algorithm: "plot_nf_heatmap"
11290 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
11291 #  data: "plot-vpp-nfv-3n-skx-mrr"
11292 #  filter: "'NIC_Intel-XXV710' and
11293 #           'NF_DENSITY' and
11294 #           'DOCKER' and
11295 #           'CHAIN' and
11296 #           'NF_VPPIP4' and
11297 #           'IPSEC' and
11298 #           'TNL_10000' and
11299 #           'IMIX' and
11300 #           '4T2C' and
11301 #           'MRR'"
11302 #  parameters:
11303 #  - "result"
11304 #  - "name"
11305 #  - "tags"
11306 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11307 #  x-axis: "X = CNFs per Service Chain"
11308 #  y-axis: "Y = Number of Service Chains"
11309 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11310 #  layout:
11311 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11312 #    layout: "plot-service-density"
11313 #
11314 #- type: "plot"
11315 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11316 #  algorithm: "plot_nf_heatmap"
11317 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
11318 #  data: "plot-vpp-nfv-3n-skx-mrr"
11319 #  filter: "'NIC_Intel-XXV710' and
11320 #           'NF_DENSITY' and
11321 #           'DOCKER' and
11322 #           'CHAIN' and
11323 #           'NF_VPPIP4' and
11324 #           'IPSEC' and
11325 #           'TNL_10000' and
11326 #           'IMIX' and
11327 #           '8T4C' and
11328 #           'MRR'"
11329 #  parameters:
11330 #  - "result"
11331 #  - "name"
11332 #  - "tags"
11333 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11334 #  x-axis: "X = CNFs per Service Chain"
11335 #  y-axis: "Y = Number of Service Chains"
11336 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11337 #  layout:
11338 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11339 #    layout: "plot-service-density"
11340
11341 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
11342 #- type: "plot"
11343 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11344 #  algorithm: "plot_nf_heatmap"
11345 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
11346 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11347 #  filter: "'NIC_Intel-XXV710' and
11348 #           'NF_DENSITY' and
11349 #           'DOCKER' and
11350 #           'CHAIN' and
11351 #           'NF_VPPIP4' and
11352 #           'IPSEC' and
11353 #           'TNL_10000' and
11354 #           'IMIX' and
11355 #           '2T1C' and
11356 #           'NDRPDR'"
11357 #  parameters:
11358 #  - "throughput"
11359 #  - "name"
11360 #  - "tags"
11361 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11362 #  x-axis: "X = CNFs per Service Chain"
11363 #  y-axis: "Y = Number of Service Chains"
11364 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11365 #  layout:
11366 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11367 #    layout: "plot-service-density"
11368 #
11369 #- type: "plot"
11370 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11371 #  algorithm: "plot_nf_heatmap"
11372 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
11373 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11374 #  filter: "'NIC_Intel-XXV710' and
11375 #           'NF_DENSITY' and
11376 #           'DOCKER' and
11377 #           'CHAIN' and
11378 #           'NF_VPPIP4' and
11379 #           'IPSEC' and
11380 #           'TNL_10000' and
11381 #           'IMIX' and
11382 #           '4T2C' and
11383 #           'NDRPDR'"
11384 #  parameters:
11385 #  - "throughput"
11386 #  - "name"
11387 #  - "tags"
11388 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11389 #  x-axis: "X = CNFs per Service Chain"
11390 #  y-axis: "Y = Number of Service Chains"
11391 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11392 #  layout:
11393 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11394 #    layout: "plot-service-density"
11395 #
11396 #- type: "plot"
11397 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11398 #  algorithm: "plot_nf_heatmap"
11399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
11400 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11401 #  filter: "'NIC_Intel-XXV710' and
11402 #           'NF_DENSITY' and
11403 #           'DOCKER' and
11404 #           'CHAIN' and
11405 #           'NF_VPPIP4' and
11406 #           'IPSEC' and
11407 #           'TNL_10000' and
11408 #           'IMIX' and
11409 #           '8T4C' and
11410 #           'NDRPDR'"
11411 #  parameters:
11412 #  - "throughput"
11413 #  - "name"
11414 #  - "tags"
11415 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11416 #  x-axis: "X = CNFs per Service Chain"
11417 #  y-axis: "Y = Number of Service Chains"
11418 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11419 #  layout:
11420 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11421 #    layout: "plot-service-density"
11422 #
11423 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
11424 #- type: "plot"
11425 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11426 #  algorithm: "plot_nf_heatmap"
11427 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
11428 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11429 #  filter: "'NIC_Intel-XXV710' and
11430 #           'NF_DENSITY' and
11431 #           'DOCKER' and
11432 #           'CHAIN' and
11433 #           'NF_VPPIP4' and
11434 #           'IPSEC' and
11435 #           'TNL_10000' and
11436 #           'IMIX' and
11437 #           '2T1C' and
11438 #           'NDRPDR'"
11439 #  parameters:
11440 #  - "throughput"
11441 #  - "name"
11442 #  - "tags"
11443 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11444 #  x-axis: "X = CNFs per Service Chain"
11445 #  y-axis: "Y = Number of Service Chains"
11446 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11447 #  layout:
11448 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11449 #    layout: "plot-service-density"
11450 #
11451 #- type: "plot"
11452 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11453 #  algorithm: "plot_nf_heatmap"
11454 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
11455 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11456 #  filter: "'NIC_Intel-XXV710' and
11457 #           'NF_DENSITY' and
11458 #           'DOCKER' and
11459 #           'CHAIN' and
11460 #           'NF_VPPIP4' and
11461 #           'IPSEC' and
11462 #           'TNL_10000' and
11463 #           'IMIX' and
11464 #           '4T2C' and
11465 #           'NDRPDR'"
11466 #  parameters:
11467 #  - "throughput"
11468 #  - "name"
11469 #  - "tags"
11470 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11471 #  x-axis: "X = CNFs per Service Chain"
11472 #  y-axis: "Y = Number of Service Chains"
11473 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11474 #  layout:
11475 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11476 #    layout: "plot-service-density"
11477 #
11478 #- type: "plot"
11479 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11480 #  algorithm: "plot_nf_heatmap"
11481 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
11482 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11483 #  filter: "'NIC_Intel-XXV710' and
11484 #           'NF_DENSITY' and
11485 #           'DOCKER' and
11486 #           'CHAIN' and
11487 #           'NF_VPPIP4' and
11488 #           'IPSEC' and
11489 #           'TNL_10000' and
11490 #           'IMIX' and
11491 #           '8T4C' and
11492 #           'NDRPDR'"
11493 #  parameters:
11494 #  - "throughput"
11495 #  - "name"
11496 #  - "tags"
11497 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11498 #  x-axis: "X = CNFs per Service Chain"
11499 #  y-axis: "Y = Number of Service Chains"
11500 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11501 #  layout:
11502 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11503 #    layout: "plot-service-density"
11504
11505 ###############################################################################
11506
11507 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
11508 #- type: "plot"
11509 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11510 #  algorithm: "plot_nf_heatmap"
11511 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
11512 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11513 #  filter: "'NIC_Intel-XL710' and
11514 #           'NF_DENSITY' and
11515 #           'DOCKER' and
11516 #           'CHAIN' and
11517 #           'NF_VPPIP4' and
11518 #           'IMIX' and
11519 #           'TNL_10000' and
11520 #           '1T1C' and
11521 #           'MRR'"
11522 #  parameters:
11523 #  - "result"
11524 #  - "name"
11525 #  - "tags"
11526 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11527 #  x-axis: "X = CNFs per Service Chain"
11528 #  y-axis: "Y = Number of Service Chains"
11529 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11530 #  layout:
11531 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11532 #    layout: "plot-service-density"
11533 #
11534 #- type: "plot"
11535 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11536 #  algorithm: "plot_nf_heatmap"
11537 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
11538 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11539 #  filter: "'NIC_Intel-XL710' and
11540 #           'NF_DENSITY' and
11541 #           'DOCKER' and
11542 #           'CHAIN' and
11543 #           'NF_VPPIP4' and
11544 #           'IPSEC' and
11545 #           'TNL_10000' and
11546 #           'IMIX' and
11547 #           '2T2C' and
11548 #           'MRR'"
11549 #  parameters:
11550 #  - "result"
11551 #  - "name"
11552 #  - "tags"
11553 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11554 #  x-axis: "X = CNFs per Service Chain"
11555 #  y-axis: "Y = Number of Service Chains"
11556 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11557 #  layout:
11558 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11559 #    layout: "plot-service-density"
11560 #
11561 #- type: "plot"
11562 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11563 #  algorithm: "plot_nf_heatmap"
11564 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
11565 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11566 #  filter: "'NIC_Intel-XL710' and
11567 #           'NF_DENSITY' and
11568 #           'DOCKER' and
11569 #           'CHAIN' and
11570 #           'NF_VPPIP4' and
11571 #           'IPSEC' and
11572 #           'TNL_10000' and
11573 #           'IMIX' and
11574 #           '4T4C' and
11575 #           'MRR'"
11576 #  parameters:
11577 #  - "result"
11578 #  - "name"
11579 #  - "tags"
11580 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11581 #  x-axis: "X = CNFs per Service Chain"
11582 #  y-axis: "Y = Number of Service Chains"
11583 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11584 #  layout:
11585 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11586 #    layout: "plot-service-density"
11587
11588 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
11589 #- type: "plot"
11590 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11591 #  algorithm: "plot_nf_heatmap"
11592 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
11593 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11594 #  filter: "'NIC_Intel-XL710' and
11595 #           'NF_DENSITY' and
11596 #           'DOCKER' and
11597 #           'CHAIN' and
11598 #           'NF_VPPIP4' and
11599 #           'IPSEC' and
11600 #           'TNL_10000' and
11601 #           'IMIX' and
11602 #           '1T1C' and
11603 #           'NDRPDR'"
11604 #  parameters:
11605 #  - "throughput"
11606 #  - "name"
11607 #  - "tags"
11608 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11609 #  x-axis: "X = CNFs per Service Chain"
11610 #  y-axis: "Y = Number of Service Chains"
11611 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11612 #  layout:
11613 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11614 #    layout: "plot-service-density"
11615 #
11616 #- type: "plot"
11617 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11618 #  algorithm: "plot_nf_heatmap"
11619 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
11620 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11621 #  filter: "'NIC_Intel-XL710' and
11622 #           'NF_DENSITY' and
11623 #           'DOCKER' and
11624 #           'CHAIN' and
11625 #           'NF_VPPIP4' and
11626 #           'IPSEC' and
11627 #           'TNL_10000' and
11628 #           'IMIX' and
11629 #           '2T2C' and
11630 #           'NDRPDR'"
11631 #  parameters:
11632 #  - "throughput"
11633 #  - "name"
11634 #  - "tags"
11635 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11636 #  x-axis: "X = CNFs per Service Chain"
11637 #  y-axis: "Y = Number of Service Chains"
11638 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11639 #  layout:
11640 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11641 #    layout: "plot-service-density"
11642 #
11643 #- type: "plot"
11644 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11645 #  algorithm: "plot_nf_heatmap"
11646 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
11647 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11648 #  filter: "'NIC_Intel-XL710' and
11649 #           'NF_DENSITY' and
11650 #           'DOCKER' and
11651 #           'CHAIN' and
11652 #           'NF_VPPIP4' and
11653 #           'IPSEC' and
11654 #           'TNL_10000' and
11655 #           'IMIX' and
11656 #           '4T4C' and
11657 #           'NDRPDR'"
11658 #  parameters:
11659 #  - "throughput"
11660 #  - "name"
11661 #  - "tags"
11662 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11663 #  x-axis: "X = CNFs per Service Chain"
11664 #  y-axis: "Y = Number of Service Chains"
11665 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11666 #  layout:
11667 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11668 #    layout: "plot-service-density"
11669 #
11670 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
11671 #- type: "plot"
11672 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11673 #  algorithm: "plot_nf_heatmap"
11674 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
11675 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11676 #  filter: "'NIC_Intel-XL710' and
11677 #           'NF_DENSITY' and
11678 #           'DOCKER' and
11679 #           'CHAIN' and
11680 #           'NF_VPPIP4' and
11681 #           'IPSEC' and
11682 #           'TNL_10000' and
11683 #           'IMIX' and
11684 #           '1T1C' and
11685 #           'NDRPDR'"
11686 #  parameters:
11687 #  - "throughput"
11688 #  - "name"
11689 #  - "tags"
11690 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11691 #  x-axis: "X = CNFs per Service Chain"
11692 #  y-axis: "Y = Number of Service Chains"
11693 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11694 #  layout:
11695 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11696 #    layout: "plot-service-density"
11697 #
11698 #- type: "plot"
11699 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11700 #  algorithm: "plot_nf_heatmap"
11701 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
11702 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11703 #  filter: "'NIC_Intel-XL710' and
11704 #           'NF_DENSITY' and
11705 #           'DOCKER' and
11706 #           'CHAIN' and
11707 #           'NF_VPPIP4' and
11708 #           'IPSEC' and
11709 #           'TNL_10000' and
11710 #           'IMIX' and
11711 #           '2T2C' and
11712 #           'NDRPDR'"
11713 #  parameters:
11714 #  - "throughput"
11715 #  - "name"
11716 #  - "tags"
11717 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11718 #  x-axis: "X = CNFs per Service Chain"
11719 #  y-axis: "Y = Number of Service Chains"
11720 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11721 #  layout:
11722 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11723 #    layout: "plot-service-density"
11724 #
11725 #- type: "plot"
11726 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11727 #  algorithm: "plot_nf_heatmap"
11728 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
11729 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11730 #  filter: "'NIC_Intel-XL710' and
11731 #           'NF_DENSITY' and
11732 #           'DOCKER' and
11733 #           'CHAIN' and
11734 #           'NF_VPPIP4' and
11735 #           'IPSEC' and
11736 #           'TNL_10000' and
11737 #           'IMIX' and
11738 #           '4T4C' and
11739 #           'NDRPDR'"
11740 #  parameters:
11741 #  - "throughput"
11742 #  - "name"
11743 #  - "tags"
11744 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11745 #  x-axis: "X = CNFs per Service Chain"
11746 #  y-axis: "Y = Number of Service Chains"
11747 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11748 #  layout:
11749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11750 #    layout: "plot-service-density"
11751
11752 ###############################################################################
11753
11754 # Plots - NF Density - CSP - MRR IMIX
11755 - type: "plot"
11756   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11757   algorithm: "plot_nf_heatmap"
11758   output-file-type: ".html"
11759   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
11760   data: "plot-vpp-nfv-2n-skx-mrr"
11761   filter: "'NIC_Intel-XXV710' and
11762            'NF_DENSITY' and
11763            'DOCKER' and
11764            'PIPELINE' and
11765            'NF_VPPIP4' and
11766            'IMIX' and
11767            '2T1C' and
11768            'MRR'"
11769   parameters:
11770   - "result"
11771   - "name"
11772   - "tags"
11773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11774   x-axis: "X = CNFs per Service Pipeline"
11775   y-axis: "Y = Number of Service Pipelines"
11776   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11777   layout:
11778     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11779     layout: "plot-service-density"
11780
11781 - type: "plot"
11782   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11783   algorithm: "plot_nf_heatmap"
11784   output-file-type: ".html"
11785   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
11786   data: "plot-vpp-nfv-2n-skx-mrr"
11787   filter: "'NIC_Intel-XXV710' and
11788            'NF_DENSITY' and
11789            'DOCKER' and
11790            'PIPELINE' and
11791            'NF_VPPIP4' and
11792            'IMIX' and
11793            '4T2C' and
11794            'MRR'"
11795   parameters:
11796   - "result"
11797   - "name"
11798   - "tags"
11799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11800   x-axis: "X = CNFs per Service Pipeline"
11801   y-axis: "Y = Number of Service Pipelines"
11802   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11803   layout:
11804     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11805     layout: "plot-service-density"
11806
11807 - type: "plot"
11808   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11809   algorithm: "plot_nf_heatmap"
11810   output-file-type: ".html"
11811   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
11812   data: "plot-vpp-nfv-2n-skx-mrr"
11813   filter: "'NIC_Intel-XXV710' and
11814            'NF_DENSITY' and
11815            'DOCKER' and
11816            'PIPELINE' and
11817            'NF_VPPIP4' and
11818            'IMIX' and
11819            '8T4C' and
11820            'MRR'"
11821   parameters:
11822   - "result"
11823   - "name"
11824   - "tags"
11825   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11826   x-axis: "X = CNFs per Service Pipeline"
11827   y-axis: "Y = Number of Service Pipelines"
11828   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11829   layout:
11830     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11831     layout: "plot-service-density"
11832
11833 # Plots - NF Density - CSP - NDR IMIX
11834 - type: "plot"
11835   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11836   algorithm: "plot_nf_heatmap"
11837   output-file-type: ".html"
11838   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
11839   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11840   filter: "'NIC_Intel-XXV710' and
11841            'NF_DENSITY' and
11842            'DOCKER' and
11843            'PIPELINE' and
11844            'NF_VPPIP4' and
11845            'IMIX' and
11846            '2T1C' and
11847            'NDRPDR'"
11848   parameters:
11849   - "throughput"
11850   - "name"
11851   - "tags"
11852   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11853   x-axis: "X = CNFs per Service Pipeline"
11854   y-axis: "Y = Number of Service Pipelines"
11855   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11856   layout:
11857     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11858     layout: "plot-service-density"
11859
11860 - type: "plot"
11861   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11862   algorithm: "plot_nf_heatmap"
11863   output-file-type: ".html"
11864   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
11865   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11866   filter: "'NIC_Intel-XXV710' and
11867            'NF_DENSITY' and
11868            'DOCKER' and
11869            'PIPELINE' and
11870            'NF_VPPIP4' and
11871            'IMIX' and
11872            '4T2C' and
11873            'NDRPDR'"
11874   parameters:
11875   - "throughput"
11876   - "name"
11877   - "tags"
11878   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11879   x-axis: "X = CNFs per Service Pipeline"
11880   y-axis: "Y = Number of Service Pipelines"
11881   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11882   layout:
11883     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11884     layout: "plot-service-density"
11885
11886 - type: "plot"
11887   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11888   algorithm: "plot_nf_heatmap"
11889   output-file-type: ".html"
11890   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
11891   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11892   filter: "'NIC_Intel-XXV710' and
11893            'NF_DENSITY' and
11894            'DOCKER' and
11895            'PIPELINE' and
11896            'NF_VPPIP4' and
11897            'IMIX' and
11898            '8T4C' and
11899            'NDRPDR'"
11900   parameters:
11901   - "throughput"
11902   - "name"
11903   - "tags"
11904   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11905   x-axis: "X = CNFs per Service Pipeline"
11906   y-axis: "Y = Number of Service Pipelines"
11907   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11908   layout:
11909     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11910     layout: "plot-service-density"
11911
11912 # Plots - NF Density - CSP - PDR IMIX
11913 - type: "plot"
11914   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11915   algorithm: "plot_nf_heatmap"
11916   output-file-type: ".html"
11917   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
11918   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11919   filter: "'NIC_Intel-XXV710' and
11920            'NF_DENSITY' and
11921            'DOCKER' and
11922            'PIPELINE' and
11923            'NF_VPPIP4' and
11924            'IMIX' and
11925            '2T1C' and
11926            'NDRPDR'"
11927   parameters:
11928   - "throughput"
11929   - "name"
11930   - "tags"
11931   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11932   x-axis: "X = CNFs per Service Pipeline"
11933   y-axis: "Y = Number of Service Pipelines"
11934   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11935   layout:
11936     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11937     layout: "plot-service-density"
11938
11939 - type: "plot"
11940   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11941   algorithm: "plot_nf_heatmap"
11942   output-file-type: ".html"
11943   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
11944   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11945   filter: "'NIC_Intel-XXV710' and
11946            'NF_DENSITY' and
11947            'DOCKER' and
11948            'PIPELINE' and
11949            'NF_VPPIP4' and
11950            'IMIX' and
11951            '4T2C' and
11952            'NDRPDR'"
11953   parameters:
11954   - "throughput"
11955   - "name"
11956   - "tags"
11957   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11958   x-axis: "X = CNFs per Service Pipeline"
11959   y-axis: "Y = Number of Service Pipelines"
11960   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11961   layout:
11962     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11963     layout: "plot-service-density"
11964
11965 - type: "plot"
11966   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11967   algorithm: "plot_nf_heatmap"
11968   output-file-type: ".html"
11969   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
11970   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11971   filter: "'NIC_Intel-XXV710' and
11972            'NF_DENSITY' and
11973            'DOCKER' and
11974            'PIPELINE' and
11975            'NF_VPPIP4' and
11976            'IMIX' and
11977            '8T4C' and
11978            'NDRPDR'"
11979   parameters:
11980   - "throughput"
11981   - "name"
11982   - "tags"
11983   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11984   x-axis: "X = CNFs per Service Pipeline"
11985   y-axis: "Y = Number of Service Pipelines"
11986   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11987   layout:
11988     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11989     layout: "plot-service-density"
11990
11991 ###############################################################################
11992 # Plots - 2n-clx NF Density - VSC - MRR IMIX
11993
11994 - type: "plot"
11995   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11996   algorithm: "plot_nf_heatmap"
11997   output-file-type: ".html"
11998   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
11999   data: "plot-vpp-nfv-2n-clx-mrr"
12000   filter: "'NIC_Intel-XXV710' and
12001            'NF_DENSITY' and
12002            'VHOST' and
12003            not 'VXLAN' and
12004            'CHAIN' and
12005            'NF_VPPIP4' and
12006            'IMIX' and
12007            '2T1C' and
12008            'MRR'"
12009   parameters:
12010   - "result"
12011   - "name"
12012   - "tags"
12013   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12014   x-axis: "X = VNFs per Service Chain"
12015   y-axis: "Y = Number of Service Chains"
12016   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12017   layout:
12018     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
12019     layout: "plot-service-density"
12020
12021 - type: "plot"
12022   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
12023   algorithm: "plot_nf_heatmap"
12024   output-file-type: ".html"
12025   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
12026   data: "plot-vpp-nfv-2n-clx-mrr"
12027   filter: "'NIC_Intel-XXV710' and
12028            'NF_DENSITY' and
12029            'VHOST' and
12030            not 'VXLAN' and
12031            'CHAIN' and
12032            'NF_VPPIP4' and
12033            'IMIX' and
12034            '4T2C' and
12035            'MRR'"
12036   parameters:
12037   - "result"
12038   - "name"
12039   - "tags"
12040   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12041   x-axis: "X = VNFs per Service Chain"
12042   y-axis: "Y = Number of Service Chains"
12043   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12044   layout:
12045     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
12046     layout: "plot-service-density"
12047
12048 - type: "plot"
12049   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
12050   algorithm: "plot_nf_heatmap"
12051   output-file-type: ".html"
12052   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
12053   data: "plot-vpp-nfv-2n-clx-mrr"
12054   filter: "'NIC_Intel-XXV710' and
12055            'NF_DENSITY' and
12056            'VHOST' and
12057            not 'VXLAN' and
12058            'CHAIN' and
12059            'NF_VPPIP4' and
12060            'IMIX' and
12061            '8T4C' and
12062            'MRR'"
12063   parameters:
12064   - "result"
12065   - "name"
12066   - "tags"
12067   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12068   x-axis: "X = VNFs per Service Chain"
12069   y-axis: "Y = Number of Service Chains"
12070   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12071   layout:
12072     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
12073     layout: "plot-service-density"
12074
12075 # Plots - NF Density - VSC - NDR IMIX
12076 - type: "plot"
12077   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
12078   algorithm: "plot_nf_heatmap"
12079   output-file-type: ".html"
12080   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
12081   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12082   filter: "'NIC_Intel-XXV710' and
12083            'NF_DENSITY' and
12084            'VHOST' and
12085            not 'VXLAN' and
12086            'CHAIN' and
12087            'NF_VPPIP4' and
12088            'IMIX' and
12089            '2T1C' and
12090            'NDRPDR'"
12091   parameters:
12092   - "throughput"
12093   - "name"
12094   - "tags"
12095   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12096   x-axis: "X = VNFs per Service Chain"
12097   y-axis: "Y = Number of Service Chains"
12098   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12099   layout:
12100     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
12101     layout: "plot-service-density"
12102
12103 - type: "plot"
12104   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
12105   algorithm: "plot_nf_heatmap"
12106   output-file-type: ".html"
12107   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
12108   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12109   filter: "'NIC_Intel-XXV710' and
12110            'NF_DENSITY' and
12111            'VHOST' and
12112            not 'VXLAN' and
12113            'CHAIN' and
12114            'NF_VPPIP4' and
12115            'IMIX' and
12116            '4T2C' and
12117            'NDRPDR'"
12118   parameters:
12119   - "throughput"
12120   - "name"
12121   - "tags"
12122   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12123   x-axis: "X = VNFs per Service Chain"
12124   y-axis: "Y = Number of Service Chains"
12125   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12126   layout:
12127     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
12128     layout: "plot-service-density"
12129
12130 - type: "plot"
12131   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
12132   algorithm: "plot_nf_heatmap"
12133   output-file-type: ".html"
12134   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
12135   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12136   filter: "'NIC_Intel-XXV710' and
12137            'NF_DENSITY' and
12138            'VHOST' and
12139            not 'VXLAN' and
12140            'CHAIN' and
12141            'NF_VPPIP4' and
12142            'IMIX' and
12143            '8T4C' and
12144            'NDRPDR'"
12145   parameters:
12146   - "throughput"
12147   - "name"
12148   - "tags"
12149   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12150   x-axis: "X = VNFs per Service Chain"
12151   y-axis: "Y = Number of Service Chains"
12152   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12153   layout:
12154     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
12155     layout: "plot-service-density"
12156
12157 # Plots - NF Density - VSC - PDR IMIX
12158 - type: "plot"
12159   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
12160   algorithm: "plot_nf_heatmap"
12161   output-file-type: ".html"
12162   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
12163   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12164   filter: "'NIC_Intel-XXV710' and
12165            'NF_DENSITY' and
12166            'VHOST' and
12167            not 'VXLAN' and
12168            'CHAIN' and
12169            'NF_VPPIP4' and
12170            'IMIX' and
12171            '2T1C' and
12172            'NDRPDR'"
12173   parameters:
12174   - "throughput"
12175   - "name"
12176   - "tags"
12177   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12178   x-axis: "X = VNFs per Service Chain"
12179   y-axis: "Y = Number of Service Chains"
12180   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12181   layout:
12182     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
12183     layout: "plot-service-density"
12184
12185 - type: "plot"
12186   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
12187   algorithm: "plot_nf_heatmap"
12188   output-file-type: ".html"
12189   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
12190   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12191   filter: "'NIC_Intel-XXV710' and
12192            'NF_DENSITY' and
12193            'VHOST' and
12194            not 'VXLAN' and
12195            'CHAIN' and
12196            'NF_VPPIP4' and
12197            'IMIX' and
12198            '4T2C' and
12199            'NDRPDR'"
12200   parameters:
12201   - "throughput"
12202   - "name"
12203   - "tags"
12204   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12205   x-axis: "X = VNFs per Service Chain"
12206   y-axis: "Y = Number of Service Chains"
12207   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12208   layout:
12209     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
12210     layout: "plot-service-density"
12211
12212 - type: "plot"
12213   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
12214   algorithm: "plot_nf_heatmap"
12215   output-file-type: ".html"
12216   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
12217   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12218   filter: "'NIC_Intel-XXV710' and
12219            'NF_DENSITY' and
12220            'VHOST' and
12221            not 'VXLAN' and
12222            'CHAIN' and
12223            'NF_VPPIP4' and
12224            'IMIX' and
12225            '8T4C' and
12226            'NDRPDR'"
12227   parameters:
12228   - "throughput"
12229   - "name"
12230   - "tags"
12231   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12232   x-axis: "X = VNFs per Service Chain"
12233   y-axis: "Y = Number of Service Chains"
12234   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12235   layout:
12236     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
12237     layout: "plot-service-density"
12238
12239 # Plots - NF Density - VSC - MRR IMIX
12240 - type: "plot"
12241   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
12242   algorithm: "plot_nf_heatmap"
12243   output-file-type: ".html"
12244   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
12245   data: "plot-vpp-nfv-2n-clx-mrr"
12246   filter: "'NIC_Intel-XXV710' and
12247            'NF_DENSITY' and
12248            'VHOST' and
12249            'VXLAN' and
12250            'CHAIN' and
12251            'IMIX' and
12252            '2T1C' and
12253            'MRR'"
12254   parameters:
12255   - "result"
12256   - "name"
12257   - "tags"
12258   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12259   x-axis: "X = VNFs per Service Chain"
12260   y-axis: "Y = Number of Service Chains"
12261   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12262   layout:
12263     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
12264     layout: "plot-service-density"
12265
12266 - type: "plot"
12267   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
12268   algorithm: "plot_nf_heatmap"
12269   output-file-type: ".html"
12270   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
12271   data: "plot-vpp-nfv-2n-clx-mrr"
12272   filter: "'NIC_Intel-XXV710' and
12273            'NF_DENSITY' and
12274            'VHOST' and
12275            'VXLAN' and
12276            'CHAIN' and
12277            'IMIX' and
12278            '4T2C' and
12279            'MRR'"
12280   parameters:
12281   - "result"
12282   - "name"
12283   - "tags"
12284   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12285   x-axis: "X = VNFs per Service Chain"
12286   y-axis: "Y = Number of Service Chains"
12287   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12288   layout:
12289     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
12290     layout: "plot-service-density"
12291
12292 - type: "plot"
12293   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
12294   algorithm: "plot_nf_heatmap"
12295   output-file-type: ".html"
12296   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
12297   data: "plot-vpp-nfv-2n-clx-mrr"
12298   filter: "'NIC_Intel-XXV710' and
12299            'NF_DENSITY' and
12300            'VHOST' and
12301            'VXLAN' and
12302            'CHAIN' and
12303            'IMIX' and
12304            '8T4C' and
12305            'MRR'"
12306   parameters:
12307   - "result"
12308   - "name"
12309   - "tags"
12310   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12311   x-axis: "X = VNFs per Service Chain"
12312   y-axis: "Y = Number of Service Chains"
12313   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12314   layout:
12315     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
12316     layout: "plot-service-density"
12317
12318 # Plots - NF Density - VSC - NDR IMIX
12319 - type: "plot"
12320   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
12321   algorithm: "plot_nf_heatmap"
12322   output-file-type: ".html"
12323   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
12324   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12325   filter: "'NIC_Intel-XXV710' and
12326            'NF_DENSITY' and
12327            'VHOST' and
12328            'VXLAN' and
12329            'CHAIN' and
12330            'IMIX' and
12331            '2T1C' and
12332            'NDRPDR'"
12333   parameters:
12334   - "throughput"
12335   - "name"
12336   - "tags"
12337   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12338   x-axis: "X = VNFs per Service Chain"
12339   y-axis: "Y = Number of Service Chains"
12340   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12341   layout:
12342     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
12343     layout: "plot-service-density"
12344
12345 - type: "plot"
12346   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
12347   algorithm: "plot_nf_heatmap"
12348   output-file-type: ".html"
12349   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
12350   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12351   filter: "'NIC_Intel-XXV710' and
12352            'NF_DENSITY' and
12353            'VHOST' and
12354            'VXLAN' and
12355            'CHAIN' and
12356            'IMIX' and
12357            '4T2C' and
12358            'NDRPDR'"
12359   parameters:
12360   - "throughput"
12361   - "name"
12362   - "tags"
12363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12364   x-axis: "X = VNFs per Service Chain"
12365   y-axis: "Y = Number of Service Chains"
12366   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12367   layout:
12368     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
12369     layout: "plot-service-density"
12370
12371 - type: "plot"
12372   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
12373   algorithm: "plot_nf_heatmap"
12374   output-file-type: ".html"
12375   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
12376   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12377   filter: "'NIC_Intel-XXV710' and
12378            'NF_DENSITY' and
12379            'VHOST' and
12380            'VXLAN' and
12381            'CHAIN' and
12382            'IMIX' and
12383            '8T4C' and
12384            'NDRPDR'"
12385   parameters:
12386   - "throughput"
12387   - "name"
12388   - "tags"
12389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12390   x-axis: "X = VNFs per Service Chain"
12391   y-axis: "Y = Number of Service Chains"
12392   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12393   layout:
12394     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
12395     layout: "plot-service-density"
12396
12397 # Plots - NF Density - VSC - PDR IMIX
12398 - type: "plot"
12399   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
12400   algorithm: "plot_nf_heatmap"
12401   output-file-type: ".html"
12402   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
12403   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12404   filter: "'NIC_Intel-XXV710' and
12405            'NF_DENSITY' and
12406            'VHOST' and
12407            'VXLAN' and
12408            'CHAIN' and
12409            'IMIX' and
12410            '2T1C' and
12411            'NDRPDR'"
12412   parameters:
12413   - "throughput"
12414   - "name"
12415   - "tags"
12416   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12417   x-axis: "X = VNFs per Service Chain"
12418   y-axis: "Y = Number of Service Chains"
12419   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12420   layout:
12421     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
12422     layout: "plot-service-density"
12423
12424 - type: "plot"
12425   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
12426   algorithm: "plot_nf_heatmap"
12427   output-file-type: ".html"
12428   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
12429   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12430   filter: "'NIC_Intel-XXV710' and
12431            'NF_DENSITY' and
12432            'VHOST' and
12433            'VXLAN' and
12434            'CHAIN' and
12435            'IMIX' and
12436            '4T2C' and
12437            'NDRPDR'"
12438   parameters:
12439   - "throughput"
12440   - "name"
12441   - "tags"
12442   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12443   x-axis: "X = VNFs per Service Chain"
12444   y-axis: "Y = Number of Service Chains"
12445   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12446   layout:
12447     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
12448     layout: "plot-service-density"
12449
12450 - type: "plot"
12451   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
12452   algorithm: "plot_nf_heatmap"
12453   output-file-type: ".html"
12454   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
12455   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12456   filter: "'NIC_Intel-XXV710' and
12457            'NF_DENSITY' and
12458            'VHOST' and
12459            'VXLAN' and
12460            'CHAIN' and
12461            'IMIX' and
12462            '8T4C' and
12463            'NDRPDR'"
12464   parameters:
12465   - "throughput"
12466   - "name"
12467   - "tags"
12468   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12469   x-axis: "X = VNFs per Service Chain"
12470   y-axis: "Y = Number of Service Chains"
12471   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12472   layout:
12473     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
12474     layout: "plot-service-density"
12475
12476 # Plots - NF Density - CSC - MRR IMIX
12477 - type: "plot"
12478   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12479   algorithm: "plot_nf_heatmap"
12480   output-file-type: ".html"
12481   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
12482   data: "plot-vpp-nfv-2n-clx-mrr"
12483   filter: "'NIC_Intel-XXV710' and
12484            'NF_DENSITY' and
12485            'DOCKER' and
12486            'CHAIN' and
12487            'NF_VPPIP4' and
12488            'IMIX' and
12489            '2T1C' and
12490            'MRR'"
12491   parameters:
12492   - "result"
12493   - "name"
12494   - "tags"
12495   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12496   x-axis: "X = CNFs per Service Chain"
12497   y-axis: "Y = Number of Service Chains"
12498   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12499   layout:
12500     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12501     layout: "plot-service-density"
12502
12503 - type: "plot"
12504   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12505   algorithm: "plot_nf_heatmap"
12506   output-file-type: ".html"
12507   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
12508   data: "plot-vpp-nfv-2n-clx-mrr"
12509   filter: "'NIC_Intel-XXV710' and
12510            'NF_DENSITY' and
12511            'DOCKER' and
12512            'CHAIN' and
12513            'NF_VPPIP4' and
12514            'IMIX' and
12515            '4T2C' and
12516            'MRR'"
12517   parameters:
12518   - "result"
12519   - "name"
12520   - "tags"
12521   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12522   x-axis: "X = CNFs per Service Chain"
12523   y-axis: "Y = Number of Service Chains"
12524   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12525   layout:
12526     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12527     layout: "plot-service-density"
12528
12529 - type: "plot"
12530   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12531   algorithm: "plot_nf_heatmap"
12532   output-file-type: ".html"
12533   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
12534   data: "plot-vpp-nfv-2n-clx-mrr"
12535   filter: "'NIC_Intel-XXV710' and
12536            'NF_DENSITY' and
12537            'DOCKER' and
12538            'CHAIN' and
12539            'NF_VPPIP4' and
12540            'IMIX' and
12541            '8T4C' and
12542            'MRR'"
12543   parameters:
12544   - "result"
12545   - "name"
12546   - "tags"
12547   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12548   x-axis: "X = CNFs per Service Chain"
12549   y-axis: "Y = Number of Service Chains"
12550   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12551   layout:
12552     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12553     layout: "plot-service-density"
12554
12555 # Plots - NF Density - CSC - NDR IMIX
12556 - type: "plot"
12557   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12558   algorithm: "plot_nf_heatmap"
12559   output-file-type: ".html"
12560   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
12561   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12562   filter: "'NIC_Intel-XXV710' and
12563            'NF_DENSITY' and
12564            'DOCKER' and
12565            'CHAIN' and
12566            'NF_VPPIP4' and
12567            'IMIX' and
12568            '2T1C' and
12569            'NDRPDR'"
12570   parameters:
12571   - "throughput"
12572   - "name"
12573   - "tags"
12574   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12575   x-axis: "X = CNFs per Service Chain"
12576   y-axis: "Y = Number of Service Chains"
12577   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12578   layout:
12579     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12580     layout: "plot-service-density"
12581
12582 - type: "plot"
12583   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12584   algorithm: "plot_nf_heatmap"
12585   output-file-type: ".html"
12586   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
12587   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12588   filter: "'NIC_Intel-XXV710' and
12589            'NF_DENSITY' and
12590            'DOCKER' and
12591            'CHAIN' and
12592            'NF_VPPIP4' and
12593            'IMIX' and
12594            '4T2C' and
12595            'NDRPDR'"
12596   parameters:
12597   - "throughput"
12598   - "name"
12599   - "tags"
12600   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12601   x-axis: "X = CNFs per Service Chain"
12602   y-axis: "Y = Number of Service Chains"
12603   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12604   layout:
12605     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12606     layout: "plot-service-density"
12607
12608 - type: "plot"
12609   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12610   algorithm: "plot_nf_heatmap"
12611   output-file-type: ".html"
12612   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
12613   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12614   filter: "'NIC_Intel-XXV710' and
12615            'NF_DENSITY' and
12616            'DOCKER' and
12617            'CHAIN' and
12618            'NF_VPPIP4' and
12619            'IMIX' and
12620            '8T4C' and
12621            'NDRPDR'"
12622   parameters:
12623   - "throughput"
12624   - "name"
12625   - "tags"
12626   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12627   x-axis: "X = CNFs per Service Chain"
12628   y-axis: "Y = Number of Service Chains"
12629   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12630   layout:
12631     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12632     layout: "plot-service-density"
12633
12634 # Plots - NF Density - CSC - PDR IMIX
12635 - type: "plot"
12636   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12637   algorithm: "plot_nf_heatmap"
12638   output-file-type: ".html"
12639   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
12640   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12641   filter: "'NIC_Intel-XXV710' and
12642            'NF_DENSITY' and
12643            'DOCKER' and
12644            'CHAIN' and
12645            'NF_VPPIP4' and
12646            'IMIX' and
12647            '2T1C' and
12648            'NDRPDR'"
12649   parameters:
12650   - "throughput"
12651   - "name"
12652   - "tags"
12653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12654   x-axis: "X = CNFs per Service Chain"
12655   y-axis: "Y = Number of Service Chains"
12656   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12657   layout:
12658     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12659     layout: "plot-service-density"
12660
12661 - type: "plot"
12662   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12663   algorithm: "plot_nf_heatmap"
12664   output-file-type: ".html"
12665   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
12666   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12667   filter: "'NIC_Intel-XXV710' and
12668            'NF_DENSITY' and
12669            'DOCKER' and
12670            'CHAIN' and
12671            'NF_VPPIP4' and
12672            'IMIX' and
12673            '4T2C' and
12674            'NDRPDR'"
12675   parameters:
12676   - "throughput"
12677   - "name"
12678   - "tags"
12679   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12680   x-axis: "X = CNFs per Service Chain"
12681   y-axis: "Y = Number of Service Chains"
12682   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12683   layout:
12684     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12685     layout: "plot-service-density"
12686
12687 - type: "plot"
12688   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12689   algorithm: "plot_nf_heatmap"
12690   output-file-type: ".html"
12691   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
12692   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12693   filter: "'NIC_Intel-XXV710' and
12694            'NF_DENSITY' and
12695            'DOCKER' and
12696            'CHAIN' and
12697            'NF_VPPIP4' and
12698            'IMIX' and
12699            '8T4C' and
12700            'NDRPDR'"
12701   parameters:
12702   - "throughput"
12703   - "name"
12704   - "tags"
12705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12706   x-axis: "X = CNFs per Service Chain"
12707   y-axis: "Y = Number of Service Chains"
12708   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12709   layout:
12710     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12711     layout: "plot-service-density"
12712
12713 # Plots - NF Density - CSP - MRR IMIX
12714 - type: "plot"
12715   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12716   algorithm: "plot_nf_heatmap"
12717   output-file-type: ".html"
12718   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
12719   data: "plot-vpp-nfv-2n-clx-mrr"
12720   filter: "'NIC_Intel-XXV710' and
12721            'NF_DENSITY' and
12722            'DOCKER' and
12723            'PIPELINE' and
12724            'NF_VPPIP4' and
12725            'IMIX' and
12726            '2T1C' and
12727            'MRR'"
12728   parameters:
12729   - "result"
12730   - "name"
12731   - "tags"
12732   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12733   x-axis: "X = CNFs per Service Pipeline"
12734   y-axis: "Y = Number of Service Pipelines"
12735   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12736   layout:
12737     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12738     layout: "plot-service-density"
12739
12740 - type: "plot"
12741   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12742   algorithm: "plot_nf_heatmap"
12743   output-file-type: ".html"
12744   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
12745   data: "plot-vpp-nfv-2n-clx-mrr"
12746   filter: "'NIC_Intel-XXV710' and
12747            'NF_DENSITY' and
12748            'DOCKER' and
12749            'PIPELINE' and
12750            'NF_VPPIP4' and
12751            'IMIX' and
12752            '4T2C' and
12753            'MRR'"
12754   parameters:
12755   - "result"
12756   - "name"
12757   - "tags"
12758   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12759   x-axis: "X = CNFs per Service Pipeline"
12760   y-axis: "Y = Number of Service Pipelines"
12761   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12762   layout:
12763     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12764     layout: "plot-service-density"
12765
12766 - type: "plot"
12767   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12768   algorithm: "plot_nf_heatmap"
12769   output-file-type: ".html"
12770   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
12771   data: "plot-vpp-nfv-2n-clx-mrr"
12772   filter: "'NIC_Intel-XXV710' and
12773            'NF_DENSITY' and
12774            'DOCKER' and
12775            'PIPELINE' and
12776            'NF_VPPIP4' and
12777            'IMIX' and
12778            '8T4C' and
12779            'MRR'"
12780   parameters:
12781   - "result"
12782   - "name"
12783   - "tags"
12784   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12785   x-axis: "X = CNFs per Service Pipeline"
12786   y-axis: "Y = Number of Service Pipelines"
12787   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12788   layout:
12789     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12790     layout: "plot-service-density"
12791
12792 # Plots - NF Density - CSP - NDR IMIX
12793 - type: "plot"
12794   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12795   algorithm: "plot_nf_heatmap"
12796   output-file-type: ".html"
12797   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
12798   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12799   filter: "'NIC_Intel-XXV710' and
12800            'NF_DENSITY' and
12801            'DOCKER' and
12802            'PIPELINE' and
12803            'NF_VPPIP4' and
12804            'IMIX' and
12805            '2T1C' and
12806            'NDRPDR'"
12807   parameters:
12808   - "throughput"
12809   - "name"
12810   - "tags"
12811   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12812   x-axis: "X = CNFs per Service Pipeline"
12813   y-axis: "Y = Number of Service Pipelines"
12814   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12815   layout:
12816     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12817     layout: "plot-service-density"
12818
12819 - type: "plot"
12820   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12821   algorithm: "plot_nf_heatmap"
12822   output-file-type: ".html"
12823   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
12824   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12825   filter: "'NIC_Intel-XXV710' and
12826            'NF_DENSITY' and
12827            'DOCKER' and
12828            'PIPELINE' and
12829            'NF_VPPIP4' and
12830            'IMIX' and
12831            '4T2C' and
12832            'NDRPDR'"
12833   parameters:
12834   - "throughput"
12835   - "name"
12836   - "tags"
12837   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12838   x-axis: "X = CNFs per Service Pipeline"
12839   y-axis: "Y = Number of Service Pipelines"
12840   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12841   layout:
12842     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12843     layout: "plot-service-density"
12844
12845 - type: "plot"
12846   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12847   algorithm: "plot_nf_heatmap"
12848   output-file-type: ".html"
12849   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
12850   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12851   filter: "'NIC_Intel-XXV710' and
12852            'NF_DENSITY' and
12853            'DOCKER' and
12854            'PIPELINE' and
12855            'NF_VPPIP4' and
12856            'IMIX' and
12857            '8T4C' and
12858            'NDRPDR'"
12859   parameters:
12860   - "throughput"
12861   - "name"
12862   - "tags"
12863   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12864   x-axis: "X = CNFs per Service Pipeline"
12865   y-axis: "Y = Number of Service Pipelines"
12866   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12867   layout:
12868     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12869     layout: "plot-service-density"
12870
12871 # Plots - NF Density - CSP - PDR IMIX
12872 - type: "plot"
12873   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12874   algorithm: "plot_nf_heatmap"
12875   output-file-type: ".html"
12876   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
12877   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12878   filter: "'NIC_Intel-XXV710' and
12879            'NF_DENSITY' and
12880            'DOCKER' and
12881            'PIPELINE' and
12882            'NF_VPPIP4' and
12883            'IMIX' and
12884            '2T1C' and
12885            'NDRPDR'"
12886   parameters:
12887   - "throughput"
12888   - "name"
12889   - "tags"
12890   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12891   x-axis: "X = CNFs per Service Pipeline"
12892   y-axis: "Y = Number of Service Pipelines"
12893   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12894   layout:
12895     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12896     layout: "plot-service-density"
12897
12898 - type: "plot"
12899   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12900   algorithm: "plot_nf_heatmap"
12901   output-file-type: ".html"
12902   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
12903   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12904   filter: "'NIC_Intel-XXV710' and
12905            'NF_DENSITY' and
12906            'DOCKER' and
12907            'PIPELINE' and
12908            'NF_VPPIP4' and
12909            'IMIX' and
12910            '4T2C' and
12911            'NDRPDR'"
12912   parameters:
12913   - "throughput"
12914   - "name"
12915   - "tags"
12916   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12917   x-axis: "X = CNFs per Service Pipeline"
12918   y-axis: "Y = Number of Service Pipelines"
12919   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12920   layout:
12921     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12922     layout: "plot-service-density"
12923
12924 - type: "plot"
12925   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12926   algorithm: "plot_nf_heatmap"
12927   output-file-type: ".html"
12928   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
12929   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12930   filter: "'NIC_Intel-XXV710' and
12931            'NF_DENSITY' and
12932            'DOCKER' and
12933            'PIPELINE' and
12934            'NF_VPPIP4' and
12935            'IMIX' and
12936            '8T4C' and
12937            'NDRPDR'"
12938   parameters:
12939   - "throughput"
12940   - "name"
12941   - "tags"
12942   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12943   x-axis: "X = CNFs per Service Pipeline"
12944   y-axis: "Y = Number of Service Pipelines"
12945   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12946   layout:
12947     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12948     layout: "plot-service-density"
12949
12950 ################################################################################
12951
12952 # Packet Throughput
12953
12954 - type: "plot"
12955   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12956   algorithm: "plot_perf_box_name"
12957   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12959   include:
12960     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12961     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12962     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12963     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12964   layout:
12965     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12966     layout: "plot-throughput"
12967
12968 - type: "plot"
12969   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12970   algorithm: "plot_perf_box_name"
12971   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12973   include:
12974     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12975     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12976     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12977     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12978   layout:
12979     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12980     layout: "plot-throughput"
12981
12982 - type: "plot"
12983   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12984   algorithm: "plot_perf_box_name"
12985   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12987   include:
12988     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12989     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12990     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12991     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12992   layout:
12993     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12994     layout: "plot-throughput"
12995
12996 - type: "plot"
12997   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12998   algorithm: "plot_perf_box_name"
12999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
13000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13001   include:
13002     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13003     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13004     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13005     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13006   layout:
13007     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
13008     layout: "plot-throughput"
13009
13010 - type: "plot"
13011   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
13012   algorithm: "plot_perf_box_name"
13013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
13014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13015   include:
13016     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13017     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13018     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13019     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13020     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13021   layout:
13022     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
13023     layout: "plot-throughput"
13024
13025 - type: "plot"
13026   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
13027   algorithm: "plot_perf_box_name"
13028   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
13029   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13030   include:
13031     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13032     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13033     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13034     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13035     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13036   layout:
13037     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
13038     layout: "plot-throughput"
13039
13040 - type: "plot"
13041   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
13042   algorithm: "plot_perf_box_name"
13043   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
13044   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13045   include:
13046     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13047     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13048     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13049     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13050     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13051   layout:
13052     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
13053     layout: "plot-throughput"
13054
13055 - type: "plot"
13056   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
13057   algorithm: "plot_perf_box_name"
13058   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
13059   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13060   include:
13061     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13062     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13063     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13064     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13065     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13066   layout:
13067     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
13068     layout: "plot-throughput"
13069
13070 - type: "plot"
13071   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
13072   algorithm: "plot_perf_box_name"
13073   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
13074   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13075   include:
13076     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13077     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13078     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13079     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13080     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13081   layout:
13082     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
13083     layout: "plot-throughput"
13084
13085 - type: "plot"
13086   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
13087   algorithm: "plot_perf_box_name"
13088   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
13089   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13090   include:
13091     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13092     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13093     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13094     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13095     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13096   layout:
13097     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
13098     layout: "plot-throughput"
13099
13100 - type: "plot"
13101   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
13102   algorithm: "plot_perf_box_name"
13103   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
13104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13105   include:
13106     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13107     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13109     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13110     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13111     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13112   layout:
13113     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
13114     layout: "plot-throughput"
13115
13116 - type: "plot"
13117   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
13118   algorithm: "plot_perf_box_name"
13119   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
13120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13121   include:
13122     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13123     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13124     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13125     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13126     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13127     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13128   layout:
13129     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
13130     layout: "plot-throughput"
13131
13132 - type: "plot"
13133   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13134   algorithm: "plot_perf_box_name"
13135   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13137   include:
13138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
13141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
13142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13143   layout:
13144     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13145     layout: "plot-throughput"
13146
13147 - type: "plot"
13148   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13149   algorithm: "plot_perf_box_name"
13150   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13151   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13152   include:
13153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
13156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
13157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13158   layout:
13159     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13160     layout: "plot-throughput"
13161
13162 - type: "plot"
13163   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
13164   algorithm: "plot_perf_box_name"
13165   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
13166   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13167   include:
13168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13171   layout:
13172     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
13173     layout: "plot-throughput"
13174
13175 - type: "plot"
13176   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
13177   algorithm: "plot_perf_box_name"
13178   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
13179   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13180   include:
13181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13184   layout:
13185     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
13186     layout: "plot-throughput"
13187
13188 - type: "plot"
13189   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13190   algorithm: "plot_perf_box_name"
13191   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13192   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13193   include:
13194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
13197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
13198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13199   layout:
13200     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13201     layout: "plot-throughput"
13202
13203 - type: "plot"
13204   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13205   algorithm: "plot_perf_box_name"
13206   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13207   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13208   include:
13209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
13212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
13213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13214   layout:
13215     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13216     layout: "plot-throughput"
13217
13218 - type: "plot"
13219   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
13220   algorithm: "plot_perf_box_name"
13221   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
13222   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13223   include:
13224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
13226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
13227   layout:
13228     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
13229     layout: "plot-throughput"
13230
13231 - type: "plot"
13232   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
13233   algorithm: "plot_perf_box_name"
13234   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
13235   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13236   include:
13237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
13239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
13240   layout:
13241     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
13242     layout: "plot-throughput"
13243
13244 - type: "plot"
13245   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13246   algorithm: "plot_perf_box_name"
13247   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13248   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13249   include:
13250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13256   layout:
13257     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13258     layout: "plot-throughput"
13259
13260 - type: "plot"
13261   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13262   algorithm: "plot_perf_box_name"
13263   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13264   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13265   include:
13266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13272   layout:
13273     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13274     layout: "plot-throughput"
13275
13276 - type: "plot"
13277   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
13278   algorithm: "plot_perf_box_name"
13279   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
13280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13281   include:
13282     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13283     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
13284     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
13285     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
13286     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
13287   layout:
13288     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
13289     layout: "plot-throughput"
13290
13291 - type: "plot"
13292   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
13293   algorithm: "plot_perf_box_name"
13294   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
13295   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13296   include:
13297     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
13298     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
13299     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
13300     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
13301     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
13302   layout:
13303     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
13304     layout: "plot-throughput"
13305
13306 - type: "plot"
13307   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
13308   algorithm: "plot_perf_box_name"
13309   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
13310   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13311   include:
13312     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
13313     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
13314     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
13315     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
13316     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
13317     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
13318     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
13319     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
13320     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
13321     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
13322   layout:
13323     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
13324     layout: "plot-cps"
13325
13326 - type: "plot"
13327   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
13328   algorithm: "plot_perf_box_name"
13329   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
13330   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13331   include:
13332     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13333     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13334     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13335     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13336     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13337     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13338     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13339     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13340     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13341     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13342   layout:
13343     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
13344     layout: "plot-throughput"
13345
13346 - type: "plot"
13347   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
13348   algorithm: "plot_perf_box_name"
13349   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
13350   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13351   include:
13352     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
13353     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
13354     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
13355     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
13356     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
13357     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
13358     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
13359     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
13360     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
13361     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
13362   layout:
13363     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
13364     layout: "plot-cps"
13365
13366 - type: "plot"
13367   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
13368   algorithm: "plot_perf_box_name"
13369   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
13370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13371   include:
13372     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13373     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13374     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13375     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13376     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13377     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13378     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13379     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13380     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13381     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13382   layout:
13383     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
13384     layout: "plot-throughput"
13385
13386 - type: "plot"
13387   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
13388   algorithm: "plot_perf_box_name"
13389   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
13390   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13391   include:
13392     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13393     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
13394     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
13395     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
13396     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
13397   layout:
13398     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
13399     layout: "plot-throughput"
13400
13401 - type: "plot"
13402   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
13403   algorithm: "plot_perf_box_name"
13404   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
13405   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13406   include:
13407     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
13408     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
13409     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
13410     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
13411     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
13412   layout:
13413     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
13414     layout: "plot-throughput"
13415
13416 - type: "plot"
13417   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
13418   algorithm: "plot_perf_box_name"
13419   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
13420   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13421   include:
13422     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
13423     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
13424     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
13425     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
13426     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
13427     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
13428     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
13429     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
13430     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
13431     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
13432   layout:
13433     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
13434     layout: "plot-cps"
13435
13436 - type: "plot"
13437   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
13438   algorithm: "plot_perf_box_name"
13439   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
13440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13441   include:
13442     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13443     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13444     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13445     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13446     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13447     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13448     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13449     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13450     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13451     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13452   layout:
13453     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
13454     layout: "plot-throughput"
13455
13456 - type: "plot"
13457   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
13458   algorithm: "plot_perf_box_name"
13459   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
13460   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13461   include:
13462     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
13463     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
13464     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
13465     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
13466     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
13467     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
13468     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
13469     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
13470     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
13471     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
13472   layout:
13473     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
13474     layout: "plot-cps"
13475
13476 - type: "plot"
13477   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
13478   algorithm: "plot_perf_box_name"
13479   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
13480   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13481   include:
13482     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13483     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13484     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13485     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13486     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13487     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13488     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13489     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13490     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13491     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13492   layout:
13493     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
13494     layout: "plot-throughput"
13495
13496 - type: "plot"
13497   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
13498   algorithm: "plot_perf_box_name"
13499   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
13500   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13501   include:
13502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13507   layout:
13508     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
13509     layout: "plot-throughput"
13510
13511 - type: "plot"
13512   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
13513   algorithm: "plot_perf_box_name"
13514   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
13515   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13516   include:
13517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13522   layout:
13523     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
13524     layout: "plot-throughput"
13525
13526 - type: "plot"
13527   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
13528   algorithm: "plot_perf_box_name"
13529   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
13530   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13531   include:
13532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13537   layout:
13538     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
13539     layout: "plot-throughput"
13540
13541 - type: "plot"
13542   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
13543   algorithm: "plot_perf_box_name"
13544   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
13545   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13546   include:
13547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13552   layout:
13553     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
13554     layout: "plot-throughput"
13555
13556 - type: "plot"
13557   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13558   algorithm: "plot_perf_box_name"
13559   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13560   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13561   include:
13562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13568   layout:
13569     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13570     layout: "plot-throughput"
13571
13572 - type: "plot"
13573   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13574   algorithm: "plot_perf_box_name"
13575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13577   include:
13578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13584   layout:
13585     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13586     layout: "plot-throughput"
13587
13588 - type: "plot"
13589   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
13590   algorithm: "plot_perf_box_name"
13591   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
13592   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13593   include:
13594     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
13595     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
13596     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
13597     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
13598     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
13599   layout:
13600     title: "2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
13601     layout: "plot-throughput"
13602
13603 - type: "plot"
13604   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
13605   algorithm: "plot_perf_box_name"
13606   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
13607   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13608   include:
13609     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
13610     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
13611     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
13612     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
13613     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
13614   layout:
13615     title: "2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
13616     layout: "plot-throughput"
13617
13618 - type: "plot"
13619   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
13620   algorithm: "plot_perf_box_name"
13621   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
13622   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13623   include:
13624     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13625     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13626     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13627     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-rnd-ndrpdr"
13628   layout:
13629     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
13630     layout: "plot-throughput"
13631
13632 - type: "plot"
13633   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
13634   algorithm: "plot_perf_box_name"
13635   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
13636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13637   include:
13638     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13639     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13640     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13641     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-rnd-ndrpdr"
13642   layout:
13643     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
13644     layout: "plot-throughput"
13645
13646 - type: "plot"
13647   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13648   algorithm: "plot_perf_box_name"
13649   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13651   include:
13652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13653     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13654 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13655 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13656 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13657   layout:
13658     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13659     layout: "plot-throughput"
13660
13661 - type: "plot"
13662   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13663   algorithm: "plot_perf_box_name"
13664   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13666   include:
13667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13668     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13669 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13670 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13671 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13672   layout:
13673     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13674     layout: "plot-throughput"
13675
13676 - type: "plot"
13677   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13678   algorithm: "plot_perf_box_name"
13679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13681   include:
13682     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13683     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13684     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
13685     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
13686     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13687   layout:
13688     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13689     layout: "plot-throughput"
13690
13691 - type: "plot"
13692   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13693   algorithm: "plot_perf_box_name"
13694   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13696   include:
13697     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13698     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13699     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
13700     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
13701     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13702   layout:
13703     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13704     layout: "plot-throughput"
13705
13706 - type: "plot"
13707   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13708   algorithm: "plot_perf_box_name"
13709   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13711   include:
13712     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13713     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13714     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
13715     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
13716     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13717   layout:
13718     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13719     layout: "plot-throughput"
13720
13721 - type: "plot"
13722   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13723   algorithm: "plot_perf_box_name"
13724   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13725   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13726   include:
13727     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13728     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13729     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
13730     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
13731     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13732   layout:
13733     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13734     layout: "plot-throughput"
13735
13736 - type: "plot"
13737   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13738   algorithm: "plot_perf_box_name"
13739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13741   include:
13742     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13743     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13744     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13745     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13746   layout:
13747     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13748     layout: "plot-throughput"
13749
13750 - type: "plot"
13751   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13752   algorithm: "plot_perf_box_name"
13753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13755   include:
13756     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13757     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13758     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13759     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13760   layout:
13761     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13762     layout: "plot-throughput"
13763
13764 - type: "plot"
13765   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13766   algorithm: "plot_perf_box_name"
13767   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13769   include:
13770     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13771     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13772     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13773     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13774     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13775   layout:
13776     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13777     layout: "plot-throughput"
13778
13779 - type: "plot"
13780   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13781   algorithm: "plot_perf_box_name"
13782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13784   include:
13785     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13786     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13787     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13788     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13789     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13790   layout:
13791     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13792     layout: "plot-throughput"
13793
13794 - type: "plot"
13795   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13796   algorithm: "plot_perf_box_name"
13797   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13798   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13799   include:
13800     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13801     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13802     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13803     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13804     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13805   layout:
13806     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13807     layout: "plot-throughput"
13808
13809 - type: "plot"
13810   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13811   algorithm: "plot_perf_box_name"
13812   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13813   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13814   include:
13815     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13818     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13819     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13820   layout:
13821     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13822     layout: "plot-throughput"
13823
13824 - type: "plot"
13825   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13826   algorithm: "plot_perf_box_name"
13827   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13828   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13829   include:
13830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13834   layout:
13835     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13836     layout: "plot-throughput"
13837
13838 - type: "plot"
13839   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13840   algorithm: "plot_perf_box_name"
13841   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13842   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13843   include:
13844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13848   layout:
13849     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13850     layout: "plot-throughput"
13851
13852 - type: "plot"
13853   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13854   algorithm: "plot_perf_box_name"
13855   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13856   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13857   include:
13858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13859     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13864   layout:
13865     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13866     layout: "plot-throughput"
13867
13868 - type: "plot"
13869   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13870   algorithm: "plot_perf_box_name"
13871   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13872   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13873   include:
13874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13880   layout:
13881     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13882     layout: "plot-throughput"
13883
13884 - type: "plot"
13885   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13886   algorithm: "plot_perf_box_name"
13887   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13888   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13889   include:
13890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13891     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13894     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13895     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13896   layout:
13897     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13898     layout: "plot-throughput"
13899
13900 - type: "plot"
13901   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13902   algorithm: "plot_perf_box_name"
13903   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13904   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13905   include:
13906     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13912   layout:
13913     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13914     layout: "plot-throughput"
13915
13916 - type: "plot"
13917   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13918   algorithm: "plot_perf_box_name"
13919   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13920   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13921   include:
13922     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13928   layout:
13929     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13930     layout: "plot-throughput"
13931
13932 - type: "plot"
13933   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13934   algorithm: "plot_perf_box_name"
13935   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13936   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13937   include:
13938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13944   layout:
13945     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13946     layout: "plot-throughput"
13947
13948 - type: "plot"
13949   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13950   algorithm: "plot_perf_box_name"
13951   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13952   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13953   include:
13954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13955     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13959   layout:
13960     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13961     layout: "plot-throughput"
13962
13963 - type: "plot"
13964   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13965   algorithm: "plot_perf_box_name"
13966   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13967   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13968   include:
13969     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13970     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13974   layout:
13975     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13976     layout: "plot-throughput"
13977
13978 - type: "plot"
13979   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
13980   algorithm: "plot_perf_box_name"
13981   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
13982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13983   include:
13984     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13985     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13986   layout:
13987     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
13988     layout: "plot-throughput"
13989
13990 - type: "plot"
13991   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
13992   algorithm: "plot_perf_box_name"
13993   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
13994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13995   include:
13996     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13997     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13998   layout:
13999     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
14000     layout: "plot-throughput"
14001
14002 - type: "plot"
14003   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
14004   algorithm: "plot_perf_box_name"
14005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
14006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14007   include:
14008     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14009     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14010     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14011     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14012   layout:
14013     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
14014     layout: "plot-throughput"
14015
14016 - type: "plot"
14017   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
14018   algorithm: "plot_perf_box_name"
14019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
14020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14021   include:
14022     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14023     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14024     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14025     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14026   layout:
14027     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
14028     layout: "plot-throughput"
14029
14030 - type: "plot"
14031   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
14032   algorithm: "plot_perf_box_name"
14033   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
14034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14035   include:
14036     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
14037     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14038     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14039     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14040   layout:
14041     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
14042     layout: "plot-throughput"
14043
14044 - type: "plot"
14045   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
14046   algorithm: "plot_perf_box_name"
14047   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
14048   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14049   include:
14050     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
14051     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14052     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14053     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14054   layout:
14055     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
14056     layout: "plot-throughput"
14057
14058 - type: "plot"
14059   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
14060   algorithm: "plot_perf_box_name"
14061   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
14062   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14063   include:
14064     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
14065     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14066     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14067     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14068   layout:
14069     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
14070     layout: "plot-throughput"
14071
14072 - type: "plot"
14073   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
14074   algorithm: "plot_perf_box_name"
14075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
14076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14077   include:
14078     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
14079     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14080     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14081     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14082   layout:
14083     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
14084     layout: "plot-throughput"
14085
14086 - type: "plot"
14087   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
14088   algorithm: "plot_perf_box_name"
14089   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
14090   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14091   include:
14092     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
14093     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14094     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14095     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14096   layout:
14097     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
14098     layout: "plot-throughput"
14099
14100 - type: "plot"
14101   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
14102   algorithm: "plot_perf_box_name"
14103   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
14104   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14105   include:
14106     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
14107     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14108     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14110   layout:
14111     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
14112     layout: "plot-throughput"
14113
14114 - type: "plot"
14115   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
14116   algorithm: "plot_perf_box_name"
14117   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
14118   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14119   include:
14120     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14121     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14122     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14123     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
14124     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14125     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14126     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14127   layout:
14128     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
14129     layout: "plot-throughput"
14130
14131 - type: "plot"
14132   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
14133   algorithm: "plot_perf_box_name"
14134   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
14135   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14136   include:
14137     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14138     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
14141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14144   layout:
14145     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
14146     layout: "plot-throughput"
14147
14148 - type: "plot"
14149   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14150   algorithm: "plot_perf_box_name"
14151   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14153   include:
14154     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14155     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14156     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
14157     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14159   layout:
14160     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14161     layout: "plot-throughput"
14162
14163 - type: "plot"
14164   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
14165   algorithm: "plot_perf_box_name"
14166   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
14167   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14168   include:
14169     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14170     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14171     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
14172     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
14173     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14174   layout:
14175     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
14176     layout: "plot-throughput"
14177
14178 - type: "plot"
14179   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
14180   algorithm: "plot_perf_box_name"
14181   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
14182   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14183   include:
14184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
14186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
14187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
14188   layout:
14189     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
14190     layout: "plot-throughput"
14191
14192 - type: "plot"
14193   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
14194   algorithm: "plot_perf_box_name"
14195   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
14196   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14197   include:
14198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
14202   layout:
14203     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
14204     layout: "plot-throughput"
14205
14206 - type: "plot"
14207   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14208   algorithm: "plot_perf_box_name"
14209   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14211   include:
14212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14217   layout:
14218     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14219     layout: "plot-throughput"
14220
14221 - type: "plot"
14222   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14223   algorithm: "plot_perf_box_name"
14224   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14225   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14226   include:
14227     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14232   layout:
14233     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14234     layout: "plot-throughput"
14235
14236 - type: "plot"
14237   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
14238   algorithm: "plot_perf_box_name"
14239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
14240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14241   include:
14242     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
14246   layout:
14247     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
14248     layout: "plot-throughput"
14249
14250 - type: "plot"
14251   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
14252   algorithm: "plot_perf_box_name"
14253   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
14254   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14255   include:
14256     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
14259     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
14260   layout:
14261     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
14262     layout: "plot-throughput"
14263
14264 - type: "plot"
14265   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
14266   algorithm: "plot_perf_box_name"
14267   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
14268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14269   include:
14270     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-rnd-ndrpdr"
14274   layout:
14275     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
14276     layout: "plot-throughput"
14277
14278 - type: "plot"
14279   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
14280   algorithm: "plot_perf_box_name"
14281   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
14282   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14283   include:
14284     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-rnd-ndrpdr"
14288   layout:
14289     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
14290     layout: "plot-throughput"
14291
14292 - type: "plot"
14293   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14294   algorithm: "plot_perf_box_name"
14295   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14297   include:
14298     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14301   layout:
14302     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14303     layout: "plot-throughput"
14304
14305 - type: "plot"
14306   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14307   algorithm: "plot_perf_box_name"
14308   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14310   include:
14311     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14314   layout:
14315     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14316     layout: "plot-throughput"
14317
14318 - type: "plot"
14319   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14320   algorithm: "plot_perf_box_name"
14321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14323   include:
14324     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14329   layout:
14330     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14331     layout: "plot-throughput"
14332
14333 - type: "plot"
14334   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
14335   algorithm: "plot_perf_box_name"
14336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
14337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14338   include:
14339     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14340     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14344   layout:
14345     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
14346     layout: "plot-throughput"
14347
14348 - type: "plot"
14349   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14350   algorithm: "plot_perf_box_name"
14351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14353   include:
14354     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14356     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14359   layout:
14360     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14361     layout: "plot-throughput"
14362
14363 - type: "plot"
14364   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14365   algorithm: "plot_perf_box_name"
14366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14368   include:
14369     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14370     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14371     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
14372     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14374   layout:
14375     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14376     layout: "plot-throughput"
14377
14378 - type: "plot"
14379   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14380   algorithm: "plot_perf_box_name"
14381   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14382   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14383   include:
14384     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14385     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14386     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14387     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14388     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14389   layout:
14390     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14391     layout: "plot-throughput"
14392
14393 - type: "plot"
14394   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14395   algorithm: "plot_perf_box_name"
14396   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14397   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14398   include:
14399     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14401     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14402     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14403     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14404   layout:
14405     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14406     layout: "plot-throughput"
14407
14408 - type: "plot"
14409   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14410   algorithm: "plot_perf_box_name"
14411   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14412   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14413   include:
14414     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14415     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14416     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14417     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14418     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14419   layout:
14420     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14421     layout: "plot-throughput"
14422
14423 - type: "plot"
14424   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14425   algorithm: "plot_perf_box_name"
14426   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14427   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14428   include:
14429     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14430     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14431     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14432     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14433     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14434   layout:
14435     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14436     layout: "plot-throughput"
14437
14438 - type: "plot"
14439   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14440   algorithm: "plot_perf_box_name"
14441   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14442   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14443   include:
14444     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14445     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14446     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14447     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14449   layout:
14450     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14451     layout: "plot-throughput"
14452
14453 - type: "plot"
14454   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14455   algorithm: "plot_perf_box_name"
14456   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14457   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14458   include:
14459     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14460     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14464   layout:
14465     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14466     layout: "plot-throughput"
14467
14468 - type: "plot"
14469   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14470   algorithm: "plot_perf_box_name"
14471   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14473   include:
14474     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14475     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14476     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14477     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14478     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14479     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14480   layout:
14481     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14482     layout: "plot-throughput"
14483
14484 - type: "plot"
14485   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14486   algorithm: "plot_perf_box_name"
14487   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14489   include:
14490     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14491     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14492     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14493     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14494     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14495     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14496   layout:
14497     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14498     layout: "plot-throughput"
14499
14500 - type: "plot"
14501   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14502   algorithm: "plot_perf_box_name"
14503   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14504   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14505   include:
14506     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14507     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14508     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14509     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14510   layout:
14511     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14512     layout: "plot-throughput"
14513
14514 - type: "plot"
14515   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14516   algorithm: "plot_perf_box_name"
14517   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14519   include:
14520     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14521     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14522     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14523     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14524   layout:
14525     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14526     layout: "plot-throughput"
14527
14528 - type: "plot"
14529   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
14530   algorithm: "plot_perf_box_name"
14531   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
14532   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14533   include:
14534     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14535     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14536     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14537     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14538     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14539     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14540   layout:
14541     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
14542     layout: "plot-throughput"
14543
14544 - type: "plot"
14545   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
14546   algorithm: "plot_perf_box_name"
14547   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
14548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14549   include:
14550     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14551     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14552     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14553     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14554     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14555     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14556   layout:
14557     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
14558     layout: "plot-throughput"
14559
14560 - type: "plot"
14561   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14562   algorithm: "plot_perf_box_name"
14563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14565   include:
14566     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14567     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14568     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14569     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14570     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14571     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14572   layout:
14573     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14574     layout: "plot-throughput"
14575
14576 - type: "plot"
14577   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14578   algorithm: "plot_perf_box_name"
14579   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14581   include:
14582     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14583     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14584     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14585     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14586     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14587     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14588   layout:
14589     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14590     layout: "plot-throughput"
14591
14592 - type: "plot"
14593   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14594   algorithm: "plot_perf_box_name"
14595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14597   include:
14598     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14599     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14600     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14601     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14602     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14603     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14604   layout:
14605     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14606     layout: "plot-throughput"
14607
14608 - type: "plot"
14609   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14610   algorithm: "plot_perf_box_name"
14611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14613   include:
14614     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14615     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14616     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14617     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14618     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14619     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14620   layout:
14621     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14622     layout: "plot-throughput"
14623
14624 - type: "plot"
14625   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14626   algorithm: "plot_perf_box_name"
14627   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14628   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14629   include:
14630     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14631     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14632     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14633     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14634     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14635     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14636   layout:
14637     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14638     layout: "plot-throughput"
14639
14640 - type: "plot"
14641   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14642   algorithm: "plot_perf_box_name"
14643   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14644   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14645   include:
14646     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14647     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14648     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14649     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14650     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14651     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14652   layout:
14653     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14654     layout: "plot-throughput"
14655
14656 - type: "plot"
14657   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14658   algorithm: "plot_perf_box_name"
14659   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14660   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14661   include:
14662     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14663     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14664     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14665     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14666     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14667     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14668   layout:
14669     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14670     layout: "plot-throughput"
14671
14672 - type: "plot"
14673   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14674   algorithm: "plot_perf_box_name"
14675   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14676   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14677   include:
14678     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14679     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14680     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14681     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14682     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14683     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14684   layout:
14685     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14686     layout: "plot-throughput"
14687
14688 - type: "plot"
14689   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
14690   algorithm: "plot_perf_box_name"
14691   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
14692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14693   include:
14694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14695     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14697     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14700   layout:
14701     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
14702     layout: "plot-throughput"
14703
14704 - type: "plot"
14705   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
14706   algorithm: "plot_perf_box_name"
14707   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
14708   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14709   include:
14710     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14711     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14712     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14713     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14714     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14716   layout:
14717     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
14718     layout: "plot-throughput"
14719
14720 - type: "plot"
14721   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14722   algorithm: "plot_perf_box_name"
14723   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14724   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14725   include:
14726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14731   layout:
14732     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14733     layout: "plot-throughput"
14734
14735 - type: "plot"
14736   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14737   algorithm: "plot_perf_box_name"
14738   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14740   include:
14741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14746   layout:
14747     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14748     layout: "plot-throughput"
14749
14750 - type: "plot"
14751   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14752   algorithm: "plot_perf_box_name"
14753   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14754   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14755   include:
14756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14761   layout:
14762     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14763     layout: "plot-throughput"
14764
14765 - type: "plot"
14766   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14767   algorithm: "plot_perf_box_name"
14768   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14769   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14770   include:
14771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14776   layout:
14777     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14778     layout: "plot-throughput"
14779
14780 - type: "plot"
14781   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14782   algorithm: "plot_perf_box_name"
14783   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14784   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14785   include:
14786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14790   layout:
14791     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14792     layout: "plot-throughput"
14793
14794 - type: "plot"
14795   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14796   algorithm: "plot_perf_box_name"
14797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14799   include:
14800     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14801     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14804   layout:
14805     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14806     layout: "plot-throughput"
14807
14808 - type: "plot"
14809   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14810   algorithm: "plot_perf_box_name"
14811   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14812   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14813   include:
14814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14818   layout:
14819     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14820     layout: "plot-throughput"
14821
14822 - type: "plot"
14823   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14824   algorithm: "plot_perf_box_name"
14825   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14826   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14827   include:
14828     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14829     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14830     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14831     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14832   layout:
14833     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14834     layout: "plot-throughput"
14835
14836 - type: "plot"
14837   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
14838   algorithm: "plot_perf_box_name"
14839   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
14840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14841   include:
14842     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14843     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14844     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14845     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14846     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14847     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14848   layout:
14849     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
14850     layout: "plot-throughput"
14851
14852 - type: "plot"
14853   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
14854   algorithm: "plot_perf_box_name"
14855   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
14856   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14857   include:
14858     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14859     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14860     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14861     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14862     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14863     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14864   layout:
14865     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
14866     layout: "plot-throughput"
14867
14868 - type: "plot"
14869   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
14870   algorithm: "plot_perf_box_name"
14871   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
14872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14873   include:
14874     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14875     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14876     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14877     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14878     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14879   layout:
14880     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
14881     layout: "plot-throughput"
14882
14883 - type: "plot"
14884   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
14885   algorithm: "plot_perf_box_name"
14886   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
14887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14888   include:
14889     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14890     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14891     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14892     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14893     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14894   layout:
14895     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
14896     layout: "plot-throughput"
14897
14898 - type: "plot"
14899   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14900   algorithm: "plot_perf_box_name"
14901   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14903   include:
14904     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14905     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14909   layout:
14910     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14911     layout: "plot-throughput"
14912
14913 - type: "plot"
14914   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14915   algorithm: "plot_perf_box_name"
14916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14918   include:
14919     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14920     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14921     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14924   layout:
14925     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14926     layout: "plot-throughput"
14927
14928 - type: "plot"
14929   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14930   algorithm: "plot_perf_box_name"
14931   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14933   include:
14934     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14935     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14936     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14937     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14938   layout:
14939     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14940     layout: "plot-throughput"
14941
14942 - type: "plot"
14943   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14944   algorithm: "plot_perf_box_name"
14945   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14947   include:
14948     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14949     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14950     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14951     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14952   layout:
14953     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14954     layout: "plot-throughput"
14955
14956 - type: "plot"
14957   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14958   algorithm: "plot_perf_box_name"
14959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14961   include:
14962     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14963     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14964     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14968   layout:
14969     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14970     layout: "plot-throughput"
14971
14972 - type: "plot"
14973   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14974   algorithm: "plot_perf_box_name"
14975   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14977   include:
14978     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14979     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14984   layout:
14985     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14986     layout: "plot-throughput"
14987
14988 - type: "plot"
14989   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14990   algorithm: "plot_perf_box_name"
14991   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14993   include:
14994     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14995     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14996     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14997     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15000   layout:
15001     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15002     layout: "plot-throughput"
15003
15004 - type: "plot"
15005   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15006   algorithm: "plot_perf_box_name"
15007   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15009   include:
15010     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15011     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15013     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15016   layout:
15017     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15018     layout: "plot-throughput"
15019
15020 - type: "plot"
15021   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
15022   algorithm: "plot_perf_box_name"
15023   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
15024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15025   include:
15026     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15027     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15028     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15029     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15030     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15031     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15032   layout:
15033     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
15034     layout: "plot-throughput"
15035
15036 - type: "plot"
15037   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
15038   algorithm: "plot_perf_box_name"
15039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
15040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15041   include:
15042     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15043     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15044     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15045     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15046     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15047     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15048   layout:
15049     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
15050     layout: "plot-throughput"
15051
15052 - type: "plot"
15053   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
15054   algorithm: "plot_perf_box_name"
15055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
15056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15057   include:
15058     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15059     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15060     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15062     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15063     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15064   layout:
15065     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
15066     layout: "plot-throughput"
15067
15068 - type: "plot"
15069   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
15070   algorithm: "plot_perf_box_name"
15071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
15072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15073   include:
15074     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15077     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15078     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15079     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15080   layout:
15081     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
15082     layout: "plot-throughput"
15083
15084 - type: "plot"
15085   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
15086   algorithm: "plot_perf_box_name"
15087   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
15088   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15089   include:
15090     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15094   layout:
15095     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
15096     layout: "plot-throughput"
15097
15098 - type: "plot"
15099   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
15100   algorithm: "plot_perf_box_name"
15101   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
15102   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15103   include:
15104     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15106     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15108   layout:
15109     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
15110     layout: "plot-throughput"
15111
15112 - type: "plot"
15113   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15114   algorithm: "plot_perf_box_name"
15115   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15116   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15117   include:
15118     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15120     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15121     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15122     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15124   layout:
15125     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15126     layout: "plot-throughput"
15127
15128 - type: "plot"
15129   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15130   algorithm: "plot_perf_box_name"
15131   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15132   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15133   include:
15134     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15135     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15136     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15137     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15138     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15139     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15140   layout:
15141     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15142     layout: "plot-throughput"
15143
15144 - type: "plot"
15145   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15146   algorithm: "plot_perf_box_name"
15147   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15148   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15149   include:
15150     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15151     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15152     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15153     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15154     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15155     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15156   layout:
15157     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15158     layout: "plot-throughput"
15159
15160 - type: "plot"
15161   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
15162   algorithm: "plot_perf_box_name"
15163   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
15164   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15165   include:
15166     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15167     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15168     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15169     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15170     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15171     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15172   layout:
15173     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
15174     layout: "plot-throughput"
15175
15176 - type: "plot"
15177   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
15178   algorithm: "plot_perf_box_name"
15179   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
15180   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15181   include:
15182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15186   layout:
15187     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
15188     layout: "plot-throughput"
15189
15190 - type: "plot"
15191   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
15192   algorithm: "plot_perf_box_name"
15193   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
15194   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15195   include:
15196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15200   layout:
15201     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
15202     layout: "plot-throughput"
15203
15204 - type: "plot"
15205   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15206   algorithm: "plot_perf_box_name"
15207   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15208   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15209   include:
15210     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15211     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15212     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15213     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15214     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15215     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15216   layout:
15217     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15218     layout: "plot-throughput"
15219
15220 - type: "plot"
15221   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15222   algorithm: "plot_perf_box_name"
15223   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15224   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15225   include:
15226     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15227     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15228     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15229     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15230     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15231     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15232   layout:
15233     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15234     layout: "plot-throughput"
15235
15236 - type: "plot"
15237   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
15238   algorithm: "plot_perf_box_name"
15239   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
15240   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15241   include:
15242     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15243     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15244     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15245     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15246   layout:
15247     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
15248     layout: "plot-throughput"
15249
15250 - type: "plot"
15251   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
15252   algorithm: "plot_perf_box_name"
15253   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
15254   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15255   include:
15256     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15257     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15258     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15259     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15260   layout:
15261     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
15262     layout: "plot-throughput"
15263
15264 - type: "plot"
15265   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15266   algorithm: "plot_perf_box_name"
15267   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15268   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15269   include:
15270     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15271     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15272     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15273     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15274     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15275     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15276   layout:
15277     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15278     layout: "plot-throughput"
15279
15280 - type: "plot"
15281   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15282   algorithm: "plot_perf_box_name"
15283   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15284   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15285   include:
15286     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15287     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15288     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15289     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15290     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15291     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15292   layout:
15293     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15294     layout: "plot-throughput"
15295
15296 - type: "plot"
15297   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15298   algorithm: "plot_perf_box_name"
15299   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15300   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15301   include:
15302     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15303     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15304     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15305     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15306     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15307     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15308   layout:
15309     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15310     layout: "plot-throughput"
15311
15312 - type: "plot"
15313   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
15314   algorithm: "plot_perf_box_name"
15315   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
15316   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15317   include:
15318     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15319     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15320     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15321     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15322     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15323     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15324   layout:
15325     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
15326     layout: "plot-throughput"
15327
15328 - type: "plot"
15329   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
15330   algorithm: "plot_perf_box_name"
15331   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
15332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15333   include:
15334     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15335     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15336     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15337     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15338     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15339     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15340   layout:
15341     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
15342     layout: "plot-throughput"
15343
15344 - type: "plot"
15345   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
15346   algorithm: "plot_perf_box_name"
15347   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
15348   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15349   include:
15350     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15351     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15352     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15353     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15354     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15355     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15356   layout:
15357     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
15358     layout: "plot-throughput"
15359
15360 - type: "plot"
15361   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
15362   algorithm: "plot_perf_box_name"
15363   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
15364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15365   include:
15366     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15367     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15368     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15369 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15370 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15371 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15372   layout:
15373     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
15374     layout: "plot-throughput"
15375
15376 - type: "plot"
15377   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
15378   algorithm: "plot_perf_box_name"
15379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
15380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15381   include:
15382     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15383     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15384     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15385 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15386 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15387 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15388   layout:
15389     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
15390     layout: "plot-throughput"
15391
15392 - type: "plot"
15393   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
15394   algorithm: "plot_perf_box_name"
15395   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
15396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15397   include:
15398     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15399     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15400     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15401     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15402     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15403     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15404   layout:
15405     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
15406     layout: "plot-throughput"
15407
15408 - type: "plot"
15409   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
15410   algorithm: "plot_perf_box_name"
15411   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
15412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15413   include:
15414     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15415     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15416     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15417     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15418     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15419     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15420   layout:
15421     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
15422     layout: "plot-throughput"
15423
15424 - type: "plot"
15425   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15426   algorithm: "plot_perf_box_name"
15427   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15428   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15429   include:
15430     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15431     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15432     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15433     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15434     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15435     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15436   layout:
15437     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15438     layout: "plot-throughput"
15439
15440 - type: "plot"
15441   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
15442   algorithm: "plot_perf_box_name"
15443   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
15444   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15445   include:
15446     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15447     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15448     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15449     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15450     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15451     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15452   layout:
15453     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
15454     layout: "plot-throughput"
15455
15456 #- type: "plot"
15457 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15458 #  algorithm: "plot_perf_box_name"
15459 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15460 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15461 #  include:
15462 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15463 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15464 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15465 #  layout:
15466 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15467 #    layout: "plot-throughput"
15468 #
15469 #- type: "plot"
15470 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
15471 #  algorithm: "plot_perf_box_name"
15472 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
15473 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15474 #  include:
15475 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15476 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15477 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15478 #  layout:
15479 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
15480 #    layout: "plot-throughput"
15481
15482 - type: "plot"
15483   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15484   algorithm: "plot_perf_box_name"
15485   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15487   include:
15488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15493   layout:
15494     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15495     layout: "plot-throughput"
15496
15497 - type: "plot"
15498   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15499   algorithm: "plot_perf_box_name"
15500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15502   include:
15503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15508   layout:
15509     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15510     layout: "plot-throughput"
15511
15512 - type: "plot"
15513   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15514   algorithm: "plot_perf_box_name"
15515   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15517   include:
15518     - "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"
15519     - "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"
15520     - "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"
15521     - "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"
15522     - "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"
15523   layout:
15524     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15525     layout: "plot-throughput"
15526
15527 - type: "plot"
15528   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15529   algorithm: "plot_perf_box_name"
15530   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15531   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15532   include:
15533     - "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"
15534     - "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"
15535     - "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"
15536     - "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"
15537     - "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"
15538   layout:
15539     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15540     layout: "plot-throughput"
15541
15542 - type: "plot"
15543   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15544   algorithm: "plot_perf_box_name"
15545   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15546   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15547   include:
15548     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15549     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15550     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15551     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15552     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15553   layout:
15554     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15555     layout: "plot-throughput"
15556
15557 - type: "plot"
15558   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15559   algorithm: "plot_perf_box_name"
15560   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15561   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15562   include:
15563     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15564     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15565     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15566     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15568   layout:
15569     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15570     layout: "plot-throughput"
15571
15572 - type: "plot"
15573   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15574   algorithm: "plot_perf_box_name"
15575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15577   include:
15578     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15579     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15580     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15581     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15582     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15583   layout:
15584     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15585     layout: "plot-throughput"
15586
15587 - type: "plot"
15588   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15589   algorithm: "plot_perf_box_name"
15590   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15591   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15592   include:
15593     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15594     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15595     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15596     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15597     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15598   layout:
15599     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15600     layout: "plot-throughput"
15601
15602 - type: "plot"
15603   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
15604   algorithm: "plot_perf_box_name"
15605   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
15606   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15607   include:
15608     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15609     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15610     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15611     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15612     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15613   layout:
15614     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
15615     layout: "plot-throughput"
15616
15617 - type: "plot"
15618   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
15619   algorithm: "plot_perf_box_name"
15620   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
15621   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15622   include:
15623     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15624     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15625     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15626     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15627     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15628   layout:
15629     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
15630     layout: "plot-throughput"
15631
15632 - type: "plot"
15633   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
15634   algorithm: "plot_perf_box_name"
15635   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
15636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15637   include:
15638     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15639     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15640     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15641     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15642     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15643   layout:
15644     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
15645     layout: "plot-throughput"
15646
15647 - type: "plot"
15648   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
15649   algorithm: "plot_perf_box_name"
15650   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
15651   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15652   include:
15653     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15654     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15655     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15656     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15657     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15658   layout:
15659     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
15660     layout: "plot-throughput"
15661
15662 - type: "plot"
15663   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15664   algorithm: "plot_perf_box_name"
15665   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15667   include:
15668     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15669     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15670     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15671     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15672   layout:
15673     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15674     layout: "plot-throughput"
15675
15676 - type: "plot"
15677   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15678   algorithm: "plot_perf_box_name"
15679   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15681   include:
15682     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15683     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15684     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15685     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15686   layout:
15687     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15688     layout: "plot-throughput"
15689
15690 - type: "plot"
15691   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15692   algorithm: "plot_perf_box_name"
15693   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15694   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15695   include:
15696     - "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"
15697     - "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"
15698     - "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"
15699     - "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"
15700   layout:
15701     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15702     layout: "plot-throughput"
15703
15704 - type: "plot"
15705   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15706   algorithm: "plot_perf_box_name"
15707   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15709   include:
15710     - "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"
15711     - "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"
15712     - "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"
15713     - "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"
15714   layout:
15715     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15716     layout: "plot-throughput"
15717
15718 - type: "plot"
15719   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15720   algorithm: "plot_perf_box_name"
15721   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15723   include:
15724     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15725     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15730   layout:
15731     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15732     layout: "plot-throughput"
15733
15734 - type: "plot"
15735   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15736   algorithm: "plot_perf_box_name"
15737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15739   include:
15740     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15741     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15742     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15744     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15745     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15746   layout:
15747     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15748     layout: "plot-throughput"
15749
15750 - type: "plot"
15751   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15752   algorithm: "plot_perf_box_name"
15753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15755   include:
15756     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15757     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15762   layout:
15763     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15764     layout: "plot-throughput"
15765
15766 - type: "plot"
15767   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15768   algorithm: "plot_perf_box_name"
15769   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15771   include:
15772     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15773     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15774     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15775     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15776     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15777     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15778   layout:
15779     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15780     layout: "plot-throughput"
15781
15782 - type: "plot"
15783   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15784   algorithm: "plot_perf_box_name"
15785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15787   include:
15788     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15789     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15790     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15791     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15792     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15793     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15794   layout:
15795     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15796     layout: "plot-throughput"
15797
15798 - type: "plot"
15799   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15800   algorithm: "plot_perf_box_name"
15801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15803   include:
15804     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15805     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15806     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15807     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15808     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15809     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15810   layout:
15811     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15812     layout: "plot-throughput"
15813
15814 - type: "plot"
15815   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15816   algorithm: "plot_perf_box_name"
15817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15819   include:
15820     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15821     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15822     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15823     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15824     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15825   layout:
15826     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15827     layout: "plot-throughput"
15828
15829 - type: "plot"
15830   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15831   algorithm: "plot_perf_box_name"
15832   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15834   include:
15835     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15836     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15837     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15838     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15839     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15840   layout:
15841     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15842     layout: "plot-throughput"
15843
15844 - type: "plot"
15845   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15846   algorithm: "plot_perf_box_name"
15847   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15848   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15849   include:
15850     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15851     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15852   layout:
15853     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15854     layout: "plot-throughput"
15855
15856 - type: "plot"
15857   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15858   algorithm: "plot_perf_box_name"
15859   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15861   include:
15862     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15863     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15864   layout:
15865     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15866     layout: "plot-throughput"
15867
15868 - type: "plot"
15869   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15870   algorithm: "plot_perf_box_name"
15871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15873   include:
15874     - "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"
15875     - "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"
15876   layout:
15877     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15878     layout: "plot-throughput"
15879
15880 - type: "plot"
15881   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15882   algorithm: "plot_perf_box_name"
15883   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15885   include:
15886     - "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"
15887     - "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"
15888   layout:
15889     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15890     layout: "plot-throughput"
15891
15892 - type: "plot"
15893   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
15894   algorithm: "plot_perf_box_name"
15895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
15896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15897   include:
15898     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15899     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15900   layout:
15901     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
15902     layout: "plot-throughput"
15903
15904 - type: "plot"
15905   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
15906   algorithm: "plot_perf_box_name"
15907   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
15908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15909   include:
15910     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15911     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15912   layout:
15913     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
15914     layout: "plot-throughput"
15915
15916 - type: "plot"
15917   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
15918   algorithm: "plot_perf_box_name"
15919   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
15920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15921   include:
15922     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15923     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15924   layout:
15925     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
15926     layout: "plot-throughput"
15927
15928 - type: "plot"
15929   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
15930   algorithm: "plot_perf_box_name"
15931   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
15932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15933   include:
15934     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15935     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15936   layout:
15937     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
15938     layout: "plot-throughput"
15939
15940 - type: "plot"
15941   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
15942   algorithm: "plot_perf_box_name"
15943   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
15944   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15945   include:
15946     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15947     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15948     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15949     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15950     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15951     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15952   layout:
15953     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
15954     layout: "plot-throughput"
15955
15956 - type: "plot"
15957   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
15958   algorithm: "plot_perf_box_name"
15959   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
15960   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15961   include:
15962     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15963     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15964     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15965     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15966     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15967     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15968   layout:
15969     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
15970     layout: "plot-throughput"
15971
15972 - type: "plot"
15973   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
15974   algorithm: "plot_perf_box_name"
15975   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
15976   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15977   include:
15978     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15979     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15980     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15981     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15983     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15984   layout:
15985     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
15986     layout: "plot-throughput"
15987
15988 - type: "plot"
15989   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
15990   algorithm: "plot_perf_box_name"
15991   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
15992   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15993   include:
15994     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15995     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15996     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15997     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15998     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15999     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16000   layout:
16001     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
16002     layout: "plot-throughput"
16003
16004 - type: "plot"
16005   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
16006   algorithm: "plot_perf_box_name"
16007   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
16008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16009   include:
16010     - "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"
16011     - "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"
16012     - "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"
16013     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
16014     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
16015     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
16016   layout:
16017     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
16018     layout: "plot-throughput"
16019
16020 - type: "plot"
16021   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
16022   algorithm: "plot_perf_box_name"
16023   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
16024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16025   include:
16026     - "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"
16027     - "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"
16028     - "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"
16029     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
16030     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
16031     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
16032   layout:
16033     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
16034     layout: "plot-throughput"
16035
16036 - type: "plot"
16037   title: "Throughput: 2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
16038   algorithm: "plot_perf_box_name"
16039   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
16040   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16041   include:
16042     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
16043     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
16044     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
16045     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
16046     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
16047   layout:
16048     title: "2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
16049     layout: "plot-throughput"
16050
16051 - type: "plot"
16052   title: "Throughput: 2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
16053   algorithm: "plot_perf_box_name"
16054   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
16055   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16056   include:
16057     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
16058     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
16059     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
16060     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
16061     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
16062   layout:
16063     title: "2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
16064     layout: "plot-throughput"
16065
16066 - type: "plot"
16067   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-ndr"
16068   algorithm: "plot_perf_box_name"
16069   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-ndr"
16070   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16071   include:
16072     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-1t1c-ethip4-ip4base-iacldstbase-ndrpdr"
16073     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16074     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16075     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16076     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16077   layout:
16078     title: "2n-tx2-xl710-64b-1t1c-ip4routing-features-base-scale-dpdk-ndr"
16079     layout: "plot-throughput"
16080
16081 - type: "plot"
16082   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-pdr"
16083   algorithm: "plot_perf_box_name"
16084   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-pdr"
16085   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16086   include:
16087     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-1t1c-ethip4-ip4base-iacldstbase-ndrpdr"
16088     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16089     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16090     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16091     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16092   layout:
16093     title: "2n-tx2-xl710-64b-1t1c-ip4routing-features-base-scale-dpdk-pdr"
16094     layout: "plot-throughput"
16095
16096 - type: "plot"
16097   title: "Throughput: 2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
16098   algorithm: "plot_perf_box_name"
16099   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
16100   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16101   include:
16102     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
16103     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
16104     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
16105     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
16106     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
16107     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-1t1c-ethip6-ip6base-iacldstbase-ndrpdr"
16108   layout:
16109     title: "2n-tx2-xl710-78b-1t1c-ip4routing-base-scale-dpdk-ndr"
16110     layout: "plot-throughput"
16111
16112 - type: "plot"
16113   title: "Throughput: 2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
16114   algorithm: "plot_perf_box_name"
16115   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
16116   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16117   include:
16118     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
16119     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
16120     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
16121     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
16122     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
16123     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-1t1c-ethip6-ip6base-iacldstbase-ndrpdr"
16124   layout:
16125     title: "2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
16126     layout: "plot-throughput"
16127
16128 - type: "plot"
16129   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-ndr"
16130   algorithm: "plot_perf_box_name"
16131   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-ndr"
16132   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16133   include:
16134     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
16135     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16136     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
16137     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
16138     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
16139   layout:
16140     title: "2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-ndr"
16141     layout: "plot-throughput"
16142
16143 - type: "plot"
16144   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-pdr"
16145   algorithm: "plot_perf_box_name"
16146   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-pdr"
16147   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16148   include:
16149     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
16150     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16151     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
16152     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
16153     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
16154   layout:
16155     title: "2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-pdr"
16156     layout: "plot-throughput"
16157
16158 - type: "plot"
16159   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-ndr"
16160   algorithm: "plot_perf_box_name"
16161   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-ndr"
16162   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16163   include:
16164     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
16165     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16166     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16167     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16168   layout:
16169     title: "2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-ndr"
16170     layout: "plot-throughput"
16171
16172 - type: "plot"
16173   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-pdr"
16174   algorithm: "plot_perf_box_name"
16175   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-pdr"
16176   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16177   include:
16178     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
16179     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16180     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16181     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16182   layout:
16183     title: "2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-pdr"
16184     layout: "plot-throughput"
16185
16186 - type: "plot"
16187   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-ndr"
16188   algorithm: "plot_perf_box_name"
16189   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-ndr"
16190   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16191   include:
16192     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16193     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16194     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16195     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16196     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16197   layout:
16198     title: "2n-tx2-xl710-64b-1t1c-features-l2switching-base-ndr"
16199     layout: "plot-throughput"
16200
16201 - type: "plot"
16202   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-pdr"
16203   algorithm: "plot_perf_box_name"
16204   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-pdr"
16205   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16206   include:
16207     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16208     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16209     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16210     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16211     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16212   layout:
16213     title: "2n-tx2-xl710-64b-1t1c-features-l2switching-base-pdr"
16214     layout: "plot-throughput"
16215
16216 ################################################################################
16217
16218 # Packet Speedup
16219
16220 - type: "plot"
16221   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
16222   algorithm: "plot_tsa_name"
16223   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
16224   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16225   include:
16226     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16227     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16228     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16229     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16230   layout:
16231     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
16232     layout: "plot-throughput-speedup-analysis"
16233
16234 - type: "plot"
16235   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
16236   algorithm: "plot_tsa_name"
16237   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
16238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16239   include:
16240     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16241     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16242     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16243     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16244   layout:
16245     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
16246     layout: "plot-throughput-speedup-analysis"
16247
16248 - type: "plot"
16249   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16250   algorithm: "plot_tsa_name"
16251   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16252   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16253   include:
16254     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16255     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16256     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16257     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16258   layout:
16259     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
16260     layout: "plot-throughput-speedup-analysis"
16261
16262 - type: "plot"
16263   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16264   algorithm: "plot_tsa_name"
16265   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16266   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16267   include:
16268     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16269     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16270     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16271     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16272   layout:
16273     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
16274     layout: "plot-throughput-speedup-analysis"
16275
16276 - type: "plot"
16277   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
16278   algorithm: "plot_tsa_name"
16279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
16280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16281   include:
16282     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16283     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16284     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16285     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16286     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16287   layout:
16288     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
16289     layout: "plot-throughput-speedup-analysis"
16290
16291 - type: "plot"
16292   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
16293   algorithm: "plot_tsa_name"
16294   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
16295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16296   include:
16297     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16298     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16299     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16300     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16301     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16302   layout:
16303     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
16304     layout: "plot-throughput-speedup-analysis"
16305
16306 - type: "plot"
16307   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16308   algorithm: "plot_tsa_name"
16309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16311   include:
16312     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16313     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16314     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16315     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16316     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16317   layout:
16318     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
16319     layout: "plot-throughput-speedup-analysis"
16320
16321 - type: "plot"
16322   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16323   algorithm: "plot_tsa_name"
16324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16326   include:
16327     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16328     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16329     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16330     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16331     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16332   layout:
16333     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
16334     layout: "plot-throughput-speedup-analysis"
16335
16336 - type: "plot"
16337   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16338   algorithm: "plot_tsa_name"
16339   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16341   include:
16342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16344     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16345     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16346     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16348   layout:
16349     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
16350     layout: "plot-throughput-speedup-analysis"
16351
16352 - type: "plot"
16353   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16354   algorithm: "plot_tsa_name"
16355   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16356   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16357   include:
16358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16359     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16361     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16364   layout:
16365     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
16366     layout: "plot-throughput-speedup-analysis"
16367
16368 - type: "plot"
16369   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16370   algorithm: "plot_tsa_name"
16371   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16373   include:
16374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16379   layout:
16380     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16381     layout: "plot-throughput-speedup-analysis"
16382
16383 - type: "plot"
16384   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16385   algorithm: "plot_tsa_name"
16386   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16387   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16388   include:
16389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16394   layout:
16395     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16396     layout: "plot-throughput-speedup-analysis"
16397
16398 - type: "plot"
16399   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
16400   algorithm: "plot_tsa_name"
16401   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
16402   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16403   include:
16404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16407   layout:
16408     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
16409     layout: "plot-throughput-speedup-analysis"
16410
16411 - type: "plot"
16412   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
16413   algorithm: "plot_tsa_name"
16414   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
16415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16416   include:
16417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16420   layout:
16421     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
16422     layout: "plot-throughput-speedup-analysis"
16423
16424 - type: "plot"
16425   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16426   algorithm: "plot_tsa_name"
16427   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16428   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16429   include:
16430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16435   layout:
16436     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
16437     layout: "plot-throughput-speedup-analysis"
16438
16439 - type: "plot"
16440   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16441   algorithm: "plot_tsa_name"
16442   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16444   include:
16445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16450   layout:
16451     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
16452     layout: "plot-throughput-speedup-analysis"
16453
16454 - type: "plot"
16455   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
16456   algorithm: "plot_tsa_name"
16457   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
16458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16459   include:
16460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16463   layout:
16464     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
16465     layout: "plot-throughput-speedup-analysis"
16466
16467 - type: "plot"
16468   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
16469   algorithm: "plot_tsa_name"
16470   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
16471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16472   include:
16473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16476   layout:
16477     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
16478     layout: "plot-throughput-speedup-analysis"
16479
16480 - type: "plot"
16481   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
16482   algorithm: "plot_tsa_name"
16483   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
16484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16485   include:
16486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16492   layout:
16493     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
16494     layout: "plot-throughput-speedup-analysis"
16495
16496 - type: "plot"
16497   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
16498   algorithm: "plot_tsa_name"
16499   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
16500   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16501   include:
16502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16508   layout:
16509     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
16510     layout: "plot-throughput-speedup-analysis"
16511
16512 - type: "plot"
16513   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
16514   algorithm: "plot_tsa_name"
16515   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
16516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16517   include:
16518     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16519     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
16520     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16521     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16522     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16523   layout:
16524     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
16525     layout: "plot-throughput-speedup-analysis"
16526
16527 - type: "plot"
16528   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
16529   algorithm: "plot_tsa_name"
16530   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
16531   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16532   include:
16533     - "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"
16534     - "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"
16535     - "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"
16536     - "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"
16537     - "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"
16538   layout:
16539     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
16540     layout: "plot-throughput-speedup-analysis"
16541
16542 - type: "plot"
16543   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
16544   algorithm: "plot_tsa_name"
16545   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
16546   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16547   include:
16548     - "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"
16549     - "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"
16550     - "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"
16551     - "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"
16552     - "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"
16553     - "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"
16554     - "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"
16555     - "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"
16556     - "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"
16557     - "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"
16558   layout:
16559     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
16560     layout: "plot-throughput-speedup-analysis-cps"
16561
16562 - type: "plot"
16563   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
16564   algorithm: "plot_tsa_name"
16565   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
16566   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16567   include:
16568     - "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"
16569     - "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"
16570     - "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"
16571     - "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"
16572     - "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"
16573     - "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"
16574     - "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"
16575     - "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"
16576     - "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"
16577     - "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"
16578   layout:
16579     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
16580     layout: "plot-throughput-speedup-analysis"
16581
16582 - type: "plot"
16583   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
16584   algorithm: "plot_tsa_name"
16585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
16586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16587   include:
16588     - "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"
16589     - "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"
16590     - "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"
16591     - "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"
16592     - "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"
16593     - "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"
16594     - "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"
16595     - "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"
16596     - "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"
16597     - "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"
16598   layout:
16599     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
16600     layout: "plot-throughput-speedup-analysis-cps"
16601
16602 - type: "plot"
16603   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
16604   algorithm: "plot_tsa_name"
16605   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
16606   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16607   include:
16608     - "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"
16609     - "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"
16610     - "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"
16611     - "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"
16612     - "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"
16613     - "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"
16614     - "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"
16615     - "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"
16616     - "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"
16617     - "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"
16618   layout:
16619     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
16620     layout: "plot-throughput-speedup-analysis"
16621
16622 - type: "plot"
16623   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
16624   algorithm: "plot_tsa_name"
16625   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
16626   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16627   include:
16628     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16629     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
16630     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16631     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16632     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16633   layout:
16634     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
16635     layout: "plot-throughput-speedup-analysis"
16636
16637 - type: "plot"
16638   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
16639   algorithm: "plot_tsa_name"
16640   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
16641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16642   include:
16643     - "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"
16644     - "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"
16645     - "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"
16646     - "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"
16647     - "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"
16648   layout:
16649     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
16650     layout: "plot-throughput-speedup-analysis"
16651
16652 - type: "plot"
16653   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
16654   algorithm: "plot_tsa_name"
16655   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
16656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16657   include:
16658     - "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"
16659     - "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"
16660     - "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"
16661     - "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"
16662     - "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"
16663     - "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"
16664     - "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"
16665     - "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"
16666     - "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"
16667     - "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"
16668   layout:
16669     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
16670     layout: "plot-throughput-speedup-analysis-cps"
16671
16672 - type: "plot"
16673   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
16674   algorithm: "plot_tsa_name"
16675   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
16676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16677   include:
16678     - "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"
16679     - "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"
16680     - "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"
16681     - "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"
16682     - "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"
16683     - "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"
16684     - "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"
16685     - "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"
16686     - "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"
16687     - "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"
16688   layout:
16689     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
16690     layout: "plot-throughput-speedup-analysis"
16691
16692 - type: "plot"
16693   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
16694   algorithm: "plot_tsa_name"
16695   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
16696   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16697   include:
16698     - "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"
16699     - "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"
16700     - "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"
16701     - "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"
16702     - "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"
16703     - "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"
16704     - "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"
16705     - "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"
16706     - "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"
16707     - "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"
16708   layout:
16709     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
16710     layout: "plot-throughput-speedup-analysis-cps"
16711
16712 - type: "plot"
16713   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
16714   algorithm: "plot_tsa_name"
16715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
16716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16717   include:
16718     - "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"
16719     - "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"
16720     - "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"
16721     - "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"
16722     - "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"
16723     - "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"
16724     - "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"
16725     - "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"
16726     - "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"
16727     - "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"
16728   layout:
16729     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
16730     layout: "plot-throughput-speedup-analysis"
16731
16732 - type: "plot"
16733   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
16734   algorithm: "plot_tsa_name"
16735   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
16736   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16737   include:
16738     - "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"
16739     - "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"
16740     - "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"
16741     - "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"
16742     - "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"
16743   layout:
16744     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
16745     layout: "plot-throughput-speedup-analysis"
16746
16747 - type: "plot"
16748   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
16749   algorithm: "plot_tsa_name"
16750   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
16751   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16752   include:
16753     - "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"
16754     - "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"
16755     - "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"
16756     - "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"
16757     - "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"
16758   layout:
16759     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
16760     layout: "plot-throughput-speedup-analysis"
16761
16762 - type: "plot"
16763   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
16764   algorithm: "plot_tsa_name"
16765   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
16766   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16767   include:
16768     - "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"
16769     - "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"
16770     - "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"
16771     - "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"
16772     - "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"
16773   layout:
16774     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
16775     layout: "plot-throughput-speedup-analysis"
16776
16777 - type: "plot"
16778   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
16779   algorithm: "plot_tsa_name"
16780   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
16781   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16782   include:
16783     - "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"
16784     - "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"
16785     - "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"
16786     - "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"
16787     - "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"
16788   layout:
16789     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
16790     layout: "plot-throughput-speedup-analysis"
16791
16792 - type: "plot"
16793   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16794   algorithm: "plot_tsa_name"
16795   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16797   include:
16798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16804   layout:
16805     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
16806     layout: "plot-throughput-speedup-analysis"
16807
16808 - type: "plot"
16809   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16810   algorithm: "plot_tsa_name"
16811   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16812   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16813   include:
16814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16820   layout:
16821     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16822     layout: "plot-throughput-speedup-analysis"
16823
16824 - type: "plot"
16825   title: "Speedup: 2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
16826   algorithm: "plot_tsa_name"
16827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
16828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16829   include:
16830     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
16831     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
16832     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
16833     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
16834     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
16835   layout:
16836     title: "2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
16837     layout: "plot-throughput-speedup-analysis"
16838
16839 - type: "plot"
16840   title: "Speedup: 2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
16841   algorithm: "plot_tsa_name"
16842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
16843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16844   include:
16845     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
16846     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
16847     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
16848     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
16849     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
16850   layout:
16851     title: "2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
16852     layout: "plot-throughput-speedup-analysis"
16853
16854 - type: "plot"
16855   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16856   algorithm: "plot_tsa_name"
16857   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16859   include:
16860     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16861     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16862     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16863     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16864   layout:
16865     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
16866     layout: "plot-throughput-speedup-analysis"
16867
16868 - type: "plot"
16869   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16870   algorithm: "plot_tsa_name"
16871   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16872   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16873   include:
16874     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16876     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16877     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16878   layout:
16879     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
16880     layout: "plot-throughput-speedup-analysis"
16881
16882 - type: "plot"
16883   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
16884   algorithm: "plot_tsa_name"
16885   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
16886   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16887   include:
16888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16891 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16892 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16893   layout:
16894     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
16895     layout: "plot-throughput-speedup-analysis"
16896
16897 - type: "plot"
16898   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
16899   algorithm: "plot_tsa_name"
16900   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
16901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16902   include:
16903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16906 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16907 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16908   layout:
16909     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
16910     layout: "plot-throughput-speedup-analysis"
16911
16912 - type: "plot"
16913   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16914   algorithm: "plot_tsa_name"
16915   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16917   include:
16918     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16921     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16922     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16923   layout:
16924     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16925     layout: "plot-throughput-speedup-analysis"
16926
16927 - type: "plot"
16928   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16929   algorithm: "plot_tsa_name"
16930   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16932   include:
16933     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16934     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
16935     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16936     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16937     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16938   layout:
16939     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16940     layout: "plot-throughput-speedup-analysis"
16941
16942 - type: "plot"
16943   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16944   algorithm: "plot_tsa_name"
16945   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16947   include:
16948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16949     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16950     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16952     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16953   layout:
16954     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
16955     layout: "plot-throughput-speedup-analysis"
16956
16957 - type: "plot"
16958   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16959   algorithm: "plot_tsa_name"
16960   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16961   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16962   include:
16963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16964     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16967     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16968   layout:
16969     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
16970     layout: "plot-throughput-speedup-analysis"
16971
16972 - type: "plot"
16973   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
16974   algorithm: "plot_tsa_name"
16975   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
16976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16977   include:
16978     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16979     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16980     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16981     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16982   layout:
16983     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
16984     layout: "plot-throughput-speedup-analysis"
16985
16986 - type: "plot"
16987   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
16988   algorithm: "plot_tsa_name"
16989   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
16990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16991   include:
16992     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16993     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16994     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16995     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16996   layout:
16997     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
16998     layout: "plot-throughput-speedup-analysis"
16999
17000 - type: "plot"
17001   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17002   algorithm: "plot_tsa_name"
17003   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17004   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17005   include:
17006     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17007     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17008     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17009     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17010     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17011   layout:
17012     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17013     layout: "plot-throughput-speedup-analysis"
17014
17015 - type: "plot"
17016   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17017   algorithm: "plot_tsa_name"
17018   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17019   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17020   include:
17021     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17022     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17023     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17024     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17025     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17026   layout:
17027     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17028     layout: "plot-throughput-speedup-analysis"
17029
17030 - type: "plot"
17031   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
17032   algorithm: "plot_tsa_name"
17033   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
17034   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17035   include:
17036     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17037     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17038   layout:
17039     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
17040     layout: "plot-throughput-speedup-analysis"
17041
17042 - type: "plot"
17043   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
17044   algorithm: "plot_tsa_name"
17045   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
17046   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17047   include:
17048     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17049     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17050   layout:
17051     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
17052     layout: "plot-throughput-speedup-analysis"
17053
17054 - type: "plot"
17055   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
17056   algorithm: "plot_tsa_name"
17057   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
17058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17059   include:
17060     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
17061     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17062     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17063     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17064   layout:
17065     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
17066     layout: "plot-throughput-speedup-analysis"
17067
17068 - type: "plot"
17069   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
17070   algorithm: "plot_tsa_name"
17071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
17072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17073   include:
17074     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
17075     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17076     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17077     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17078   layout:
17079     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
17080     layout: "plot-throughput-speedup-analysis"
17081
17082 - type: "plot"
17083   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
17084   algorithm: "plot_tsa_name"
17085   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
17086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17087   include:
17088     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17089     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17090     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17091     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17092   layout:
17093     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
17094     layout: "plot-throughput-speedup-analysis"
17095
17096 - type: "plot"
17097   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
17098   algorithm: "plot_tsa_name"
17099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
17100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17101   include:
17102     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17103     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17104     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17105     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17106   layout:
17107     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
17108     layout: "plot-throughput-speedup-analysis"
17109
17110 - type: "plot"
17111   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17112   algorithm: "plot_tsa_name"
17113   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17115   include:
17116     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17117     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17118     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17119     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
17120     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17121     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17122     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17123   layout:
17124     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
17125     layout: "plot-throughput-speedup-analysis"
17126
17127 - type: "plot"
17128   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17129   algorithm: "plot_tsa_name"
17130   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17131   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17132   include:
17133     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17134     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17135     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17136     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
17137     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17138     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17140   layout:
17141     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
17142     layout: "plot-throughput-speedup-analysis"
17143
17144 - type: "plot"
17145   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17146   algorithm: "plot_tsa_name"
17147   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17149   include:
17150     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17151     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17152     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17153     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17154     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17155   layout:
17156     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17157     layout: "plot-throughput-speedup-analysis"
17158
17159 - type: "plot"
17160   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17161   algorithm: "plot_tsa_name"
17162   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17163   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17164   include:
17165     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17166     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17167     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17168     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17169     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17170   layout:
17171     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17172     layout: "plot-throughput-speedup-analysis"
17173
17174 - type: "plot"
17175   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
17176   algorithm: "plot_tsa_name"
17177   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
17178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17179   include:
17180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17181     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
17182     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
17183     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
17184   layout:
17185     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr"
17186     layout: "plot-throughput-speedup-analysis"
17187
17188 - type: "plot"
17189   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
17190   algorithm: "plot_tsa_name"
17191   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
17192   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17193   include:
17194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17195     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
17196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
17197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
17198   layout:
17199     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr"
17200     layout: "plot-throughput-speedup-analysis"
17201
17202 - type: "plot"
17203   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17204   algorithm: "plot_tsa_name"
17205   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17206   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17207   include:
17208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17209     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17210     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17211     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17213   layout:
17214     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17215     layout: "plot-throughput-speedup-analysis"
17216
17217 - type: "plot"
17218   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17219   algorithm: "plot_tsa_name"
17220   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17222   include:
17223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17224     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17225     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17226     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17227     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17228   layout:
17229     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
17230     layout: "plot-throughput-speedup-analysis"
17231
17232 - type: "plot"
17233   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
17234   algorithm: "plot_tsa_name"
17235   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
17236   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17237   include:
17238     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17239     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
17240     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
17241     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
17242   layout:
17243     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr"
17244     layout: "plot-throughput-speedup-analysis"
17245
17246 - type: "plot"
17247   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
17248   algorithm: "plot_tsa_name"
17249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
17250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17251   include:
17252     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17253     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
17254     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
17255     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
17256   layout:
17257     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr"
17258     layout: "plot-throughput-speedup-analysis"
17259
17260 - type: "plot"
17261   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17262   algorithm: "plot_tsa_name"
17263   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17265   include:
17266     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17267     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17268     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17269     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
17270   layout:
17271     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
17272     layout: "plot-throughput-speedup-analysis"
17273
17274 - type: "plot"
17275   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17276   algorithm: "plot_tsa_name"
17277   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17278   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17279   include:
17280     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17281     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17282     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17283     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
17284   layout:
17285     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
17286     layout: "plot-throughput-speedup-analysis"
17287
17288 - type: "plot"
17289   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
17290   algorithm: "plot_tsa_name"
17291   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
17292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17293   include:
17294     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17295     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17296     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17297   layout:
17298     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
17299     layout: "plot-throughput-speedup-analysis"
17300
17301 - type: "plot"
17302   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
17303   algorithm: "plot_tsa_name"
17304   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
17305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17306   include:
17307     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17308     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17309     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17310   layout:
17311     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
17312     layout: "plot-throughput-speedup-analysis"
17313
17314 - type: "plot"
17315   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17316   algorithm: "plot_tsa_name"
17317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17319   include:
17320     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17321     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17322     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17323     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17324     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17325   layout:
17326     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17327     layout: "plot-throughput-speedup-analysis"
17328
17329 - type: "plot"
17330   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17331   algorithm: "plot_tsa_name"
17332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17334   include:
17335     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17336     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17337     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17338     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17339     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17340   layout:
17341     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17342     layout: "plot-throughput-speedup-analysis"
17343
17344 - type: "plot"
17345   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17346   algorithm: "plot_tsa_name"
17347   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17349   include:
17350     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17351     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17352     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17353     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17354     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17355   layout:
17356     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17357     layout: "plot-throughput-speedup-analysis"
17358
17359 - type: "plot"
17360   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17361   algorithm: "plot_tsa_name"
17362   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17364   include:
17365     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17366     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17367     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17368     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17369     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17370   layout:
17371     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
17372     layout: "plot-throughput-speedup-analysis"
17373
17374 - type: "plot"
17375   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
17376   algorithm: "plot_tsa_name"
17377   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
17378   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17379   include:
17380     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17381     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17382     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17383     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17384     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17385     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17386   layout:
17387     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
17388     layout: "plot-throughput-speedup-analysis"
17389
17390 - type: "plot"
17391   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
17392   algorithm: "plot_tsa_name"
17393   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
17394   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17395   include:
17396     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17397     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17398     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17399     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17400     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
17401     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17402   layout:
17403     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
17404     layout: "plot-throughput-speedup-analysis"
17405
17406 - type: "plot"
17407   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
17408   algorithm: "plot_tsa_name"
17409   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
17410   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17411   include:
17412     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
17413     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17414     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
17415     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17416   layout:
17417     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
17418     layout: "plot-throughput-speedup-analysis"
17419
17420 - type: "plot"
17421   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
17422   algorithm: "plot_tsa_name"
17423   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
17424   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17425   include:
17426     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
17427     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17428     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17429     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17430   layout:
17431     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
17432     layout: "plot-throughput-speedup-analysis"
17433
17434 - type: "plot"
17435   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
17436   algorithm: "plot_tsa_name"
17437   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
17438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17439   include:
17440     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17441     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17442     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17443     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17444     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17445     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17446   layout:
17447     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
17448     layout: "plot-throughput-speedup-analysis"
17449
17450 - type: "plot"
17451   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
17452   algorithm: "plot_tsa_name"
17453   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
17454   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17455   include:
17456     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17457     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17458     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17459     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17460     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17461     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17462   layout:
17463     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
17464     layout: "plot-throughput-speedup-analysis"
17465
17466 - type: "plot"
17467   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
17468   algorithm: "plot_tsa_name"
17469   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
17470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17471   include:
17472     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17473     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17474     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17475     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17476     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17477     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17478   layout:
17479     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
17480     layout: "plot-throughput-speedup-analysis"
17481
17482 - type: "plot"
17483   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
17484   algorithm: "plot_tsa_name"
17485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
17486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17487   include:
17488     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17489     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17490     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17491     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17492     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17493     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17494   layout:
17495     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
17496     layout: "plot-throughput-speedup-analysis"
17497
17498 - type: "plot"
17499   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
17500   algorithm: "plot_tsa_name"
17501   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
17502   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17503   include:
17504     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17505     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17506     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17507     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17508     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17509     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17510   layout:
17511     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
17512     layout: "plot-throughput-speedup-analysis"
17513
17514 - type: "plot"
17515   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
17516   algorithm: "plot_tsa_name"
17517   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
17518   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17519   include:
17520     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17521     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17522     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17523     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17524     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17525     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17526   layout:
17527     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
17528     layout: "plot-throughput-speedup-analysis"
17529
17530 - type: "plot"
17531   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17532   algorithm: "plot_tsa_name"
17533   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17534   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17535   include:
17536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17541   layout:
17542     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
17543     layout: "plot-throughput-speedup-analysis"
17544
17545 - type: "plot"
17546   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17547   algorithm: "plot_tsa_name"
17548   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17549   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17550   include:
17551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17556   layout:
17557     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
17558     layout: "plot-throughput-speedup-analysis"
17559
17560 - type: "plot"
17561   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17562   algorithm: "plot_tsa_name"
17563   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17564   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17565   include:
17566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17571   layout:
17572     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
17573     layout: "plot-throughput-speedup-analysis"
17574
17575 - type: "plot"
17576   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17577   algorithm: "plot_tsa_name"
17578   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17579   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17580   include:
17581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17586   layout:
17587     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
17588     layout: "plot-throughput-speedup-analysis"
17589
17590 - type: "plot"
17591   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17592   algorithm: "plot_tsa_name"
17593   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17594   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17595   include:
17596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17600   layout:
17601     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
17602     layout: "plot-throughput-speedup-analysis"
17603
17604 - type: "plot"
17605   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17606   algorithm: "plot_tsa_name"
17607   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17609   include:
17610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17614   layout:
17615     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
17616     layout: "plot-throughput-speedup-analysis"
17617
17618 - type: "plot"
17619   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17620   algorithm: "plot_tsa_name"
17621   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17622   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17623   include:
17624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17628   layout:
17629     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17630     layout: "plot-throughput-speedup-analysis"
17631
17632 - type: "plot"
17633   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17634   algorithm: "plot_tsa_name"
17635   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17636   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17637   include:
17638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17642   layout:
17643     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17644     layout: "plot-throughput-speedup-analysis"
17645
17646 - type: "plot"
17647   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17648   algorithm: "plot_tsa_name"
17649   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17650   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17651   include:
17652     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17653     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17654     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17655     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17656     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17657     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17658   layout:
17659     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
17660     layout: "plot-throughput-speedup-analysis"
17661
17662 - type: "plot"
17663   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17664   algorithm: "plot_tsa_name"
17665   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17666   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17667   include:
17668     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17669     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17670     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17671     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17672     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17673     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17674   layout:
17675     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
17676     layout: "plot-throughput-speedup-analysis"
17677
17678 - type: "plot"
17679   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17680   algorithm: "plot_tsa_name"
17681   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17683   include:
17684     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17685     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17686     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17687     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17688     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17689   layout:
17690     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
17691     layout: "plot-throughput-speedup-analysis"
17692
17693 - type: "plot"
17694   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17695   algorithm: "plot_tsa_name"
17696   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17698   include:
17699     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17700     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17701     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17702     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17703     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17704   layout:
17705     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
17706     layout: "plot-throughput-speedup-analysis"
17707
17708 - type: "plot"
17709   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17710   algorithm: "plot_tsa_name"
17711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17713   include:
17714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17719   layout:
17720     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
17721     layout: "plot-throughput-speedup-analysis"
17722
17723 - type: "plot"
17724   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17725   algorithm: "plot_tsa_name"
17726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17728   include:
17729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17734   layout:
17735     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
17736     layout: "plot-throughput-speedup-analysis"
17737
17738 - type: "plot"
17739   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17740   algorithm: "plot_tsa_name"
17741   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17743   include:
17744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17748   layout:
17749     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
17750     layout: "plot-throughput-speedup-analysis"
17751
17752 - type: "plot"
17753   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17754   algorithm: "plot_tsa_name"
17755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17757   include:
17758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17762   layout:
17763     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
17764     layout: "plot-throughput-speedup-analysis"
17765
17766 - type: "plot"
17767   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17768   algorithm: "plot_tsa_name"
17769   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17771   include:
17772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17773     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17778   layout:
17779     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
17780     layout: "plot-throughput-speedup-analysis"
17781
17782 - type: "plot"
17783   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17784   algorithm: "plot_tsa_name"
17785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17787   include:
17788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17794   layout:
17795     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
17796     layout: "plot-throughput-speedup-analysis"
17797
17798 - type: "plot"
17799   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17800   algorithm: "plot_tsa_name"
17801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17803   include:
17804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17810   layout:
17811     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17812     layout: "plot-throughput-speedup-analysis"
17813
17814 - type: "plot"
17815   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17816   algorithm: "plot_tsa_name"
17817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17819   include:
17820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17826   layout:
17827     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17828     layout: "plot-throughput-speedup-analysis"
17829
17830 - type: "plot"
17831   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
17832   algorithm: "plot_tsa_name"
17833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
17834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17835   include:
17836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17840     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17842   layout:
17843     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
17844     layout: "plot-throughput-speedup-analysis"
17845
17846 - type: "plot"
17847   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
17848   algorithm: "plot_tsa_name"
17849   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
17850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17851   include:
17852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17853     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17856     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17858   layout:
17859     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
17860     layout: "plot-throughput-speedup-analysis"
17861
17862 - type: "plot"
17863   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
17864   algorithm: "plot_tsa_name"
17865   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
17866   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17867   include:
17868     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17869     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17870     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17871     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17872     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17873     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17874   layout:
17875     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
17876     layout: "plot-throughput-speedup-analysis"
17877
17878 - type: "plot"
17879   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
17880   algorithm: "plot_tsa_name"
17881   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
17882   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17883   include:
17884     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17885     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17886     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17887     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17888     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17889     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17890   layout:
17891     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
17892     layout: "plot-throughput-speedup-analysis"
17893
17894 - type: "plot"
17895   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
17896   algorithm: "plot_tsa_name"
17897   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
17898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17899   include:
17900     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17901     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17902     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17903     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17904     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17905     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17906   layout:
17907     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
17908     layout: "plot-throughput-speedup-analysis"
17909
17910 - type: "plot"
17911   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
17912   algorithm: "plot_tsa_name"
17913   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
17914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17915   include:
17916     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17917     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17918     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17919     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17920     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17921     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17922   layout:
17923     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
17924     layout: "plot-throughput-speedup-analysis"
17925
17926 - type: "plot"
17927   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
17928   algorithm: "plot_tsa_name"
17929   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
17930   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17931   include:
17932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17937   layout:
17938     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
17939     layout: "plot-throughput-speedup-analysis"
17940
17941 - type: "plot"
17942   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
17943   algorithm: "plot_tsa_name"
17944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
17945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17946   include:
17947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17952   layout:
17953     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
17954     layout: "plot-throughput-speedup-analysis"
17955
17956 - type: "plot"
17957   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
17958   algorithm: "plot_tsa_name"
17959   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
17960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17961   include:
17962     - "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"
17963     - "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"
17964     - "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"
17965     - "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"
17966     - "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"
17967   layout:
17968     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
17969     layout: "plot-throughput-speedup-analysis"
17970
17971 - type: "plot"
17972   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
17973   algorithm: "plot_tsa_name"
17974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
17975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17976   include:
17977     - "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"
17978     - "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"
17979     - "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"
17980     - "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"
17981     - "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"
17982   layout:
17983     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
17984     layout: "plot-throughput-speedup-analysis"
17985
17986 - type: "plot"
17987   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
17988   algorithm: "plot_tsa_name"
17989   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
17990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17991   include:
17992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17997   layout:
17998     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
17999     layout: "plot-throughput-speedup-analysis"
18000
18001 - type: "plot"
18002   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
18003   algorithm: "plot_tsa_name"
18004   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18006   include:
18007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18012   layout:
18013     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
18014     layout: "plot-throughput-speedup-analysis"
18015
18016 - type: "plot"
18017   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18018   algorithm: "plot_tsa_name"
18019   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18020   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18021   include:
18022     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18027   layout:
18028     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18029     layout: "plot-throughput-speedup-analysis"
18030
18031 - type: "plot"
18032   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18033   algorithm: "plot_tsa_name"
18034   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18035   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18036   include:
18037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18042   layout:
18043     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18044     layout: "plot-throughput-speedup-analysis"
18045
18046 - type: "plot"
18047   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
18048   algorithm: "plot_tsa_name"
18049   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
18050   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18051   include:
18052     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18053     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18054     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18055     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18056     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18057   layout:
18058     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
18059     layout: "plot-throughput-speedup-analysis"
18060
18061 - type: "plot"
18062   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
18063   algorithm: "plot_tsa_name"
18064   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
18065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18066   include:
18067     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18068     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18069     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18070     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18071     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18072   layout:
18073     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
18074     layout: "plot-throughput-speedup-analysis"
18075
18076 - type: "plot"
18077   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
18078   algorithm: "plot_tsa_name"
18079   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18080   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18081   include:
18082     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18083     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18084     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18085     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18086     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18087   layout:
18088     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
18089     layout: "plot-throughput-speedup-analysis"
18090
18091 - type: "plot"
18092   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
18093   algorithm: "plot_tsa_name"
18094   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18095   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18096   include:
18097     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18098     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18099     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18100     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18101     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18102   layout:
18103     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
18104     layout: "plot-throughput-speedup-analysis"
18105
18106 - type: "plot"
18107   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
18108   algorithm: "plot_tsa_name"
18109   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
18110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18111   include:
18112     - "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"
18113     - "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"
18114     - "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"
18115     - "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"
18116   layout:
18117     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
18118     layout: "plot-throughput-speedup-analysis"
18119
18120 - type: "plot"
18121   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
18122   algorithm: "plot_tsa_name"
18123   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
18124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18125   include:
18126     - "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"
18127     - "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"
18128     - "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"
18129     - "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"
18130   layout:
18131     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
18132     layout: "plot-throughput-speedup-analysis"
18133
18134 - type: "plot"
18135   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
18136   algorithm: "plot_tsa_name"
18137   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
18138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18139   include:
18140     - "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"
18141     - "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"
18142     - "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"
18143     - "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"
18144   layout:
18145     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
18146     layout: "plot-throughput-speedup-analysis"
18147
18148 - type: "plot"
18149   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
18150   algorithm: "plot_tsa_name"
18151   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
18152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18153   include:
18154     - "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"
18155     - "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"
18156     - "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"
18157     - "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"
18158   layout:
18159     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
18160     layout: "plot-throughput-speedup-analysis"
18161
18162 - type: "plot"
18163   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
18164   algorithm: "plot_tsa_name"
18165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
18166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18167   include:
18168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18174   layout:
18175     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
18176     layout: "plot-throughput-speedup-analysis"
18177
18178 - type: "plot"
18179   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
18180   algorithm: "plot_tsa_name"
18181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
18182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18183   include:
18184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18190   layout:
18191     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
18192     layout: "plot-throughput-speedup-analysis"
18193
18194 - type: "plot"
18195   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
18196   algorithm: "plot_tsa_name"
18197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18199   include:
18200     - "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"
18201     - "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"
18202     - "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"
18203     - "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"
18204     - "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"
18205     - "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"
18206   layout:
18207     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
18208     layout: "plot-throughput-speedup-analysis"
18209
18210 - type: "plot"
18211   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
18212   algorithm: "plot_tsa_name"
18213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18215   include:
18216     - "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"
18217     - "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"
18218     - "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"
18219     - "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"
18220     - "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"
18221     - "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"
18222   layout:
18223     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
18224     layout: "plot-throughput-speedup-analysis"
18225
18226 - type: "plot"
18227   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
18228   algorithm: "plot_tsa_name"
18229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18231   include:
18232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18238   layout:
18239     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
18240     layout: "plot-throughput-speedup-analysis"
18241
18242 - type: "plot"
18243   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
18244   algorithm: "plot_tsa_name"
18245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18247   include:
18248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18254   layout:
18255     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
18256     layout: "plot-throughput-speedup-analysis"
18257
18258 - type: "plot"
18259   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18260   algorithm: "plot_tsa_name"
18261   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18263   include:
18264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18269   layout:
18270     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18271     layout: "plot-throughput-speedup-analysis"
18272
18273 - type: "plot"
18274   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18275   algorithm: "plot_tsa_name"
18276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18278   include:
18279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18282     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18283     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18284   layout:
18285     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18286     layout: "plot-throughput-speedup-analysis"
18287
18288 - type: "plot"
18289   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
18290   algorithm: "plot_tsa_name"
18291   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
18292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18293   include:
18294     - "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"
18295     - "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"
18296   layout:
18297     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
18298     layout: "plot-throughput-speedup-analysis"
18299
18300 - type: "plot"
18301   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
18302   algorithm: "plot_tsa_name"
18303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
18304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18305   include:
18306     - "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"
18307     - "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"
18308   layout:
18309     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
18310     layout: "plot-throughput-speedup-analysis"
18311
18312 - type: "plot"
18313   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
18314   algorithm: "plot_tsa_name"
18315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
18316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18317   include:
18318     - "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"
18319     - "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"
18320   layout:
18321     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
18322     layout: "plot-throughput-speedup-analysis"
18323
18324 - type: "plot"
18325   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
18326   algorithm: "plot_tsa_name"
18327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
18328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18329   include:
18330     - "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"
18331     - "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"
18332   layout:
18333     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
18334     layout: "plot-throughput-speedup-analysis"
18335
18336 - type: "plot"
18337   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18338   algorithm: "plot_tsa_name"
18339   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18341   include:
18342     - "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"
18343     - "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"
18344     - "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"
18345     - "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"
18346     - "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"
18347     - "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"
18348   layout:
18349     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18350     layout: "plot-throughput-speedup-analysis"
18351
18352 - type: "plot"
18353   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18354   algorithm: "plot_tsa_name"
18355   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18356   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18357   include:
18358     - "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"
18359     - "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"
18360     - "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"
18361     - "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"
18362     - "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"
18363     - "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"
18364   layout:
18365     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18366     layout: "plot-throughput-speedup-analysis"
18367
18368 - type: "plot"
18369   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
18370   algorithm: "plot_tsa_name"
18371   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
18372   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18373   include:
18374     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
18375     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18376     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18377     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
18378     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18379   layout:
18380     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
18381     layout: "plot-throughput-speedup-analysis"
18382
18383 - type: "plot"
18384   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
18385   algorithm: "plot_tsa_name"
18386   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
18387   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18388   include:
18389     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
18390     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18391     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18392     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
18393     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18394   layout:
18395     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
18396     layout: "plot-throughput-speedup-analysis"
18397
18398 - type: "plot"
18399   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18400   algorithm: "plot_tsa_name"
18401   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18402   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18403   include:
18404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18409   layout:
18410     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
18411     layout: "plot-throughput-speedup-analysis"
18412
18413 - type: "plot"
18414   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18415   algorithm: "plot_tsa_name"
18416   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18417   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18418   include:
18419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18424   layout:
18425     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
18426     layout: "plot-throughput-speedup-analysis"
18427
18428 - type: "plot"
18429   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18430   algorithm: "plot_tsa_name"
18431   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18432   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18433   include:
18434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18438   layout:
18439     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
18440     layout: "plot-throughput-speedup-analysis"
18441
18442 - type: "plot"
18443   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18444   algorithm: "plot_tsa_name"
18445   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18446   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18447   include:
18448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18452   layout:
18453     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
18454     layout: "plot-throughput-speedup-analysis"
18455
18456 - type: "plot"
18457   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18458   algorithm: "plot_tsa_name"
18459   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18460   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18461   include:
18462     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18463     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18464     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18465     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18466   layout:
18467     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
18468     layout: "plot-throughput-speedup-analysis"
18469
18470 - type: "plot"
18471   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18472   algorithm: "plot_tsa_name"
18473   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18474   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18475   include:
18476     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18477     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18478     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18479     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18480   layout:
18481     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
18482     layout: "plot-throughput-speedup-analysis"
18483
18484 - type: "plot"
18485   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18486   algorithm: "plot_tsa_name"
18487   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18488   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18489   include:
18490     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18491     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18492     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18493     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18494     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18495   layout:
18496     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
18497     layout: "plot-throughput-speedup-analysis"
18498
18499 - type: "plot"
18500   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18501   algorithm: "plot_tsa_name"
18502   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18503   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18504   include:
18505     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18506     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18507     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18508     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18509     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18510   layout:
18511     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
18512     layout: "plot-throughput-speedup-analysis"
18513
18514 - type: "plot"
18515   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18516   algorithm: "plot_tsa_name"
18517   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18518   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18519   include:
18520     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18521     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18522     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18523     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18524     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18525     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18526   layout:
18527     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
18528     layout: "plot-throughput-speedup-analysis"
18529
18530 - type: "plot"
18531   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18532   algorithm: "plot_tsa_name"
18533   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18534   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18535   include:
18536     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18537     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18538     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18539     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18540     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18541     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18542   layout:
18543     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
18544     layout: "plot-throughput-speedup-analysis"
18545
18546 - type: "plot"
18547   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
18548   algorithm: "plot_tsa_name"
18549   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
18550   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18551   include:
18552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18556   layout:
18557     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
18558     layout: "plot-throughput-speedup-analysis"
18559
18560 - type: "plot"
18561   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
18562   algorithm: "plot_tsa_name"
18563   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
18564   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18565   include:
18566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18570   layout:
18571     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
18572     layout: "plot-throughput-speedup-analysis"
18573
18574 - type: "plot"
18575   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18576   algorithm: "plot_tsa_name"
18577   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18578   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18579   include:
18580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18586   layout:
18587     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
18588     layout: "plot-throughput-speedup-analysis"
18589
18590 - type: "plot"
18591   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18592   algorithm: "plot_tsa_name"
18593   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18594   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18595   include:
18596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18602   layout:
18603     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
18604     layout: "plot-throughput-speedup-analysis"
18605
18606 - type: "plot"
18607   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
18608   algorithm: "plot_tsa_name"
18609   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
18610   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18611   include:
18612     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18613     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18614     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18615     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18616     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18618   layout:
18619     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
18620     layout: "plot-throughput-speedup-analysis"
18621
18622 - type: "plot"
18623   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
18624   algorithm: "plot_tsa_name"
18625   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
18626   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18627   include:
18628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18629     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18630     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18631     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18632     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18634   layout:
18635     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
18636     layout: "plot-throughput-speedup-analysis"
18637
18638 - type: "plot"
18639   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18640   algorithm: "plot_tsa_name"
18641   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18642   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18643   include:
18644     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18645     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18646     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18647     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18648     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18649     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18650   layout:
18651     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
18652     layout: "plot-throughput-speedup-analysis"
18653
18654 - type: "plot"
18655   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18656   algorithm: "plot_tsa_name"
18657   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18658   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18659   include:
18660     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18661     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18662     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18663     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18664     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18665     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18666   layout:
18667     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
18668     layout: "plot-throughput-speedup-analysis"
18669
18670 - type: "plot"
18671   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
18672   algorithm: "plot_tsa_name"
18673   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
18674   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18675   include:
18676     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18677     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18679     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18681     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18682   layout:
18683     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
18684     layout: "plot-throughput-speedup-analysis"
18685
18686 - type: "plot"
18687   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
18688   algorithm: "plot_tsa_name"
18689   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
18690   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18691   include:
18692     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18693     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18694     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18695     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18696     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18697     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18698   layout:
18699     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
18700     layout: "plot-throughput-speedup-analysis"
18701
18702 - type: "plot"
18703   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
18704   algorithm: "plot_tsa_name"
18705   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
18706   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18707   include:
18708     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18709     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18710     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18711     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18712     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18713     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18714   layout:
18715     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
18716     layout: "plot-throughput-speedup-analysis"
18717
18718 - type: "plot"
18719   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
18720   algorithm: "plot_tsa_name"
18721   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
18722   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18723   include:
18724     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18725     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18726     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18727     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18728     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18729     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18730   layout:
18731     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
18732     layout: "plot-throughput-speedup-analysis"
18733
18734 #- type: "plot"
18735 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
18736 #  algorithm: "plot_tsa_name"
18737 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
18738 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18739 #  include:
18740 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18741 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18742 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18743 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18744 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18745 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18746 #  layout:
18747 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
18748 #    layout: "plot-throughput-speedup-analysis"
18749 #
18750 #- type: "plot"
18751 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
18752 #  algorithm: "plot_tsa_name"
18753 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
18754 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18755 #  include:
18756 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18757 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18758 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18759 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18760 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18761 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18762 #  layout:
18763 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
18764 #    layout: "plot-throughput-speedup-analysis"
18765
18766 - type: "plot"
18767   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18768   algorithm: "plot_tsa_name"
18769   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18770   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18771   include:
18772     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18778   layout:
18779     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18780     layout: "plot-throughput-speedup-analysis"
18781
18782 - type: "plot"
18783   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18784   algorithm: "plot_tsa_name"
18785   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18786   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18787   include:
18788     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18794   layout:
18795     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18796     layout: "plot-throughput-speedup-analysis"
18797
18798 - type: "plot"
18799   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18800   algorithm: "plot_tsa_name"
18801   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18802   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18803   include:
18804     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18805     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18806     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18807     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18808     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18810   layout:
18811     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18812     layout: "plot-throughput-speedup-analysis"
18813
18814 - type: "plot"
18815   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18816   algorithm: "plot_tsa_name"
18817   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18818   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18819   include:
18820     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18821     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18822     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18823     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18826   layout:
18827     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18828     layout: "plot-throughput-speedup-analysis"
18829
18830 - type: "plot"
18831   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18832   algorithm: "plot_tsa_name"
18833   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18834   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18835   include:
18836     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18837     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18838     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18841   layout:
18842     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18843     layout: "plot-throughput-speedup-analysis"
18844
18845 - type: "plot"
18846   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18847   algorithm: "plot_tsa_name"
18848   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18849   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18850   include:
18851     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18852     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18854     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18856   layout:
18857     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18858     layout: "plot-throughput-speedup-analysis"
18859
18860 - type: "plot"
18861   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18862   algorithm: "plot_tsa_name"
18863   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18864   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18865   include:
18866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18868     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18870   layout:
18871     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18872     layout: "plot-throughput-speedup-analysis"
18873
18874 - type: "plot"
18875   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18876   algorithm: "plot_tsa_name"
18877   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18878   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18879   include:
18880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18884   layout:
18885     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18886     layout: "plot-throughput-speedup-analysis"
18887
18888 - type: "plot"
18889   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18890   algorithm: "plot_tsa_name"
18891   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18892   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18893   include:
18894     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18895     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18896     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18897     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18898     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18900   layout:
18901     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18902     layout: "plot-throughput-speedup-analysis"
18903
18904 - type: "plot"
18905   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18906   algorithm: "plot_tsa_name"
18907   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18908   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18909   include:
18910     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18911     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18916   layout:
18917     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18918     layout: "plot-throughput-speedup-analysis"
18919
18920 - type: "plot"
18921   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18922   algorithm: "plot_tsa_name"
18923   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18924   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18925   include:
18926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18932   layout:
18933     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18934     layout: "plot-throughput-speedup-analysis"
18935
18936 - type: "plot"
18937   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18938   algorithm: "plot_tsa_name"
18939   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18940   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18941   include:
18942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18948   layout:
18949     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18950     layout: "plot-throughput-speedup-analysis"
18951
18952 - type: "plot"
18953   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18954   algorithm: "plot_tsa_name"
18955   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18956   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18957   include:
18958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18963   layout:
18964     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18965     layout: "plot-throughput-speedup-analysis"
18966
18967 - type: "plot"
18968   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18969   algorithm: "plot_tsa_name"
18970   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18971   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18972   include:
18973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18977     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18978   layout:
18979     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18980     layout: "plot-throughput-speedup-analysis"
18981
18982 - type: "plot"
18983   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18984   algorithm: "plot_tsa_name"
18985   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18986   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18987   include:
18988     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18989     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18990     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18991     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18992   layout:
18993     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18994     layout: "plot-throughput-speedup-analysis"
18995
18996 - type: "plot"
18997   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18998   algorithm: "plot_tsa_name"
18999   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
19000   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19001   include:
19002     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
19003     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
19004     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
19005     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
19006   layout:
19007     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
19008     layout: "plot-throughput-speedup-analysis"
19009
19010 - type: "plot"
19011   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
19012   algorithm: "plot_tsa_name"
19013   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
19014   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19015   include:
19016     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19017     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19018     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19019     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19020     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19021   layout:
19022     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
19023     layout: "plot-throughput-speedup-analysis"
19024
19025 - type: "plot"
19026   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
19027   algorithm: "plot_tsa_name"
19028   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
19029   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19030   include:
19031     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19032     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19033     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19034     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19035     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19036   layout:
19037     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
19038     layout: "plot-throughput-speedup-analysis"
19039
19040 - type: "plot"
19041   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
19042   algorithm: "plot_tsa_name"
19043   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
19044   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19045   include:
19046     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
19047     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
19049     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
19051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19052   layout:
19053     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
19054     layout: "plot-throughput-speedup-analysis"
19055
19056 - type: "plot"
19057   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
19058   algorithm: "plot_tsa_name"
19059   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
19060   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19061   include:
19062     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
19063     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19064     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
19065     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19066     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
19067     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19068   layout:
19069     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
19070     layout: "plot-throughput-speedup-analysis"
19071
19072 - type: "plot"
19073   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
19074   algorithm: "plot_tsa_name"
19075   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
19076   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19077   include:
19078     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19079     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19080     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19081     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19082   layout:
19083     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
19084     layout: "plot-throughput-speedup-analysis"
19085
19086 - type: "plot"
19087   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
19088   algorithm: "plot_tsa_name"
19089   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
19090   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19091   include:
19092     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19093     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19094     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19095     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19096   layout:
19097     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
19098     layout: "plot-throughput-speedup-analysis"
19099
19100 - type: "plot"
19101   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19102   algorithm: "plot_tsa_name"
19103   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19104   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19105   include:
19106     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19107     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19108     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19109     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19110     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19111     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19112   layout:
19113     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19114     layout: "plot-throughput-speedup-analysis"
19115
19116 - type: "plot"
19117   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19118   algorithm: "plot_tsa_name"
19119   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19120   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19121   include:
19122     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19123     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19124     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19125     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19126     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19127     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19128   layout:
19129     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19130     layout: "plot-throughput-speedup-analysis"
19131
19132 - type: "plot"
19133   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
19134   algorithm: "plot_tsa_name"
19135   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
19136   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19137   include:
19138     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19139     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
19140     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
19141     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
19142     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
19143     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
19144   layout:
19145     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
19146     layout: "plot-throughput-speedup-analysis"
19147
19148 - type: "plot"
19149   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
19150   algorithm: "plot_tsa_name"
19151   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
19152   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19153   include:
19154     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19155     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
19156     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
19157     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
19158     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
19159     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
19160   layout:
19161     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
19162     layout: "plot-throughput-speedup-analysis"
19163
19164 #- type: "plot"
19165 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
19166 #  algorithm: "plot_tsa_name"
19167 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
19168 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19169 #  include:
19170 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
19171 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
19172 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
19173 #  layout:
19174 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
19175 #    layout: "plot-throughput-speedup-analysis"
19176 #
19177 #- type: "plot"
19178 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
19179 #  algorithm: "plot_tsa_name"
19180 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
19181 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19182 #  include:
19183 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
19184 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
19185 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
19186 #  layout:
19187 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
19188 #    layout: "plot-throughput-speedup-analysis"
19189
19190 - type: "plot"
19191   title: "Speedup: 2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19192   algorithm: "plot_tsa_name"
19193   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19194   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19195   include:
19196     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19197     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19198     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19199     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19200     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19201   layout:
19202     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19203     layout: "plot-throughput-speedup-analysis"
19204
19205 - type: "plot"
19206   title: "Speedup: 2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19207   algorithm: "plot_tsa_name"
19208   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19209   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19210   include:
19211     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19212     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19213     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19214     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19215     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19216   layout:
19217     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19218     layout: "plot-throughput-speedup-analysis"
19219
19220 - type: "plot"
19221   title: "Speedup: 2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-ndr-tsa"
19222   algorithm: "plot_tsa_name"
19223   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-ndr-tsa"
19224   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19225   include:
19226     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-.t.c-ethip4-ip4base-iacldstbase-ndrpdr"
19227     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19228     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19229     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19230     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19231   layout:
19232     title: "2n-tx2-xl710-64b-ip4routing-features-base-scale-dpdk-ndr-tsa"
19233     layout: "plot-throughput-speedup-analysis"
19234
19235 - type: "plot"
19236   title: "Speedup: 2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-pdr-tsa"
19237   algorithm: "plot_tsa_name"
19238   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-pdr-tsa"
19239   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19240   include:
19241     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-.t.c-ethip4-ip4base-iacldstbase-ndrpdr"
19242     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19243     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19244     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19245     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19246   layout:
19247     title: "2n-tx2-xl710-64b-ip4routing-features-base-scale-dpdk-pdr-tsa"
19248     layout: "plot-throughput-speedup-analysis"
19249
19250 - type: "plot"
19251   title: "Speedup: 2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19252   algorithm: "plot_tsa_name"
19253   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19254   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19255   include:
19256     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19257     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19258     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19259     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19260     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19261     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-.t.c-ethip6-ip6base-iacldstbase-ndrpdr"
19262   layout:
19263     title: "2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19264     layout: "plot-throughput-speedup-analysis"
19265
19266 - type: "plot"
19267   title: "Speedup: 2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19268   algorithm: "plot_tsa_name"
19269   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19270   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19271   include:
19272     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19273     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19274     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19275     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19276     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19277     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-.t.c-ethip6-ip6base-iacldstbase-ndrpdr"
19278   layout:
19279     title: "2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19280     layout: "plot-throughput-speedup-analysis"
19281
19282 - type: "plot"
19283   title: "Speedup: 2n-tx2-xl710-64b-l2switching-base-dpdk-ndr-tsa"
19284   algorithm: "plot_tsa_name"
19285   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-base-dpdk-ndr-tsa"
19286   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19287   include:
19288     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19289     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19290     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19291     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19292     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19293   layout:
19294     title: "2n-tx2-xl710-64b-l2switching-base-dpdk-ndr-tsa"
19295     layout: "plot-throughput-speedup-analysis"
19296
19297 - type: "plot"
19298   title: "Speedup: 2n-tx2-xl710-64b-l2switching-base-dpdk-pdr-tsa"
19299   algorithm: "plot_tsa_name"
19300   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-base-dpdk-pdr-tsa"
19301   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19302   include:
19303     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19304     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19305     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19306     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19307     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19308   layout:
19309     title: "2n-tx2-xl710-64b-l2switching-base-dpdk-pdr-tsa"
19310     layout: "plot-throughput-speedup-analysis"
19311
19312 - type: "plot"
19313   title: "Speedup: 2n-tx2-xl710-64b-l2switching-scale-dpdk-ndr-tsa"
19314   algorithm: "plot_tsa_name"
19315   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-scale-dpdk-ndr-tsa"
19316   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19317   include:
19318     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19319     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19320     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19321     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19322   layout:
19323     title: "2n-tx2-xl710-64b-l2switching-scale-dpdk-ndr-tsa"
19324     layout: "plot-throughput-speedup-analysis"
19325
19326 - type: "plot"
19327   title: "Speedup: 2n-tx2-xl710-64b-l2switching-scale-dpdk-pdr-tsa"
19328   algorithm: "plot_tsa_name"
19329   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-scale-dpdk-pdr-tsa"
19330   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19331   include:
19332     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19333     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19334     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19335     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19336   layout:
19337     title: "2n-tx2-xl710-64b-l2switching-scale-dpdk-pdr-tsa"
19338     layout: "plot-throughput-speedup-analysis"
19339
19340 - type: "plot"
19341   title: "Speedup: 2n-tx2-xl710-64b-features-l2switching-base-dpdk-ndr-tsa"
19342   algorithm: "plot_tsa_name"
19343   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-l2switching-base-dpdk-ndr-tsa"
19344   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19345   include:
19346     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
19347     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
19348     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
19349     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
19350     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
19351   layout:
19352     title: "2n-tx2-xl710-64b-features-l2switching-base-ndr-tsa"
19353     layout: "plot-throughput-speedup-analysis"
19354
19355 - type: "plot"
19356   title: "Speedup: 2n-tx2-xl710-64b-features-l2switching-base-dpdk-pdr-tsa"
19357   algorithm: "plot_tsa_name"
19358   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-l2switching-base-dpdk-pdr-tsa"
19359   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19360   include:
19361     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
19362     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
19363     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
19364     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
19365     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
19366   layout:
19367     title: "2n-tx2-xl710-64b-features-l2switching-base-pdr-tsa"
19368     layout: "plot-throughput-speedup-analysis"
19369
19370 ################################################################################
19371
19372 # Packet Throughput - DPDK
19373
19374 # 2n-skx-xxv710
19375
19376 - type: "plot"
19377   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
19378   algorithm: "plot_perf_box_name"
19379   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
19380   data: "plot-dpdk-throughput-latency-2n-skx"
19381   include:
19382     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19383     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19384   layout:
19385     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
19386     layout: "plot-throughput"
19387
19388 - type: "plot"
19389   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
19390   algorithm: "plot_perf_box_name"
19391   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
19392   data: "plot-dpdk-throughput-latency-2n-skx"
19393   include:
19394     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19395     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19396   layout:
19397     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
19398     layout: "plot-throughput"
19399
19400 - type: "plot"
19401   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
19402   algorithm: "plot_perf_box_name"
19403   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
19404   data: "plot-dpdk-throughput-latency-2n-skx"
19405   include:
19406     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19407     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19408   layout:
19409     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
19410     layout: "plot-throughput"
19411
19412 - type: "plot"
19413   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
19414   algorithm: "plot_perf_box_name"
19415   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
19416   data: "plot-dpdk-throughput-latency-2n-skx"
19417   include:
19418     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19419     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19420   layout:
19421     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
19422     layout: "plot-throughput"
19423
19424 # 2n-skx-x710
19425
19426 - type: "plot"
19427   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
19428   algorithm: "plot_perf_box_name"
19429   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
19430   data: "plot-dpdk-throughput-latency-2n-skx"
19431   include:
19432     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19433     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19434   layout:
19435     title: "2n-skx-x710-64b-2t1c-base-ndr"
19436     layout: "plot-throughput"
19437
19438 - type: "plot"
19439   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
19440   algorithm: "plot_perf_box_name"
19441   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
19442   data: "plot-dpdk-throughput-latency-2n-skx"
19443   include:
19444     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19445     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19446   layout:
19447     title: "2n-skx-x710-64b-4t2c-base-ndr"
19448     layout: "plot-throughput"
19449
19450 - type: "plot"
19451   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
19452   algorithm: "plot_perf_box_name"
19453   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
19454   data: "plot-dpdk-throughput-latency-2n-skx"
19455   include:
19456     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19457     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19458   layout:
19459     title: "2n-skx-x710-64b-2t1c-base-pdr"
19460     layout: "plot-throughput"
19461
19462 - type: "plot"
19463   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
19464   algorithm: "plot_perf_box_name"
19465   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
19466   data: "plot-dpdk-throughput-latency-2n-skx"
19467   include:
19468     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19469     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19470   layout:
19471     title: "2n-skx-x710-64b-4t2c-base-pdr"
19472     layout: "plot-throughput"
19473
19474 # 3n-skx-xxv710
19475
19476 - type: "plot"
19477   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
19478   algorithm: "plot_perf_box_name"
19479   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
19480   data: "plot-dpdk-throughput-latency-3n-skx"
19481   include:
19482     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19483     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19484   layout:
19485     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
19486     layout: "plot-throughput"
19487
19488 - type: "plot"
19489   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
19490   algorithm: "plot_perf_box_name"
19491   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
19492   data: "plot-dpdk-throughput-latency-3n-skx"
19493   include:
19494     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19495     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19496   layout:
19497     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
19498     layout: "plot-throughput"
19499
19500 - type: "plot"
19501   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
19502   algorithm: "plot_perf_box_name"
19503   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
19504   data: "plot-dpdk-throughput-latency-3n-skx"
19505   include:
19506     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19507     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19508   layout:
19509     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
19510     layout: "plot-throughput"
19511
19512 - type: "plot"
19513   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
19514   algorithm: "plot_perf_box_name"
19515   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
19516   data: "plot-dpdk-throughput-latency-3n-skx"
19517   include:
19518     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19519     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19520   layout:
19521     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
19522     layout: "plot-throughput"
19523
19524 # 3n-skx-x710
19525
19526 - type: "plot"
19527   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
19528   algorithm: "plot_perf_box_name"
19529   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
19530   data: "plot-dpdk-throughput-latency-3n-skx"
19531   include:
19532     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19533     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19534   layout:
19535     title: "3n-skx-x710-64b-2t1c-base-ndr"
19536     layout: "plot-throughput"
19537
19538 - type: "plot"
19539   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
19540   algorithm: "plot_perf_box_name"
19541   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
19542   data: "plot-dpdk-throughput-latency-3n-skx"
19543   include:
19544     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19545     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19546   layout:
19547     title: "3n-skx-x710-64b-4t2c-base-ndr"
19548     layout: "plot-throughput"
19549
19550 - type: "plot"
19551   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
19552   algorithm: "plot_perf_box_name"
19553   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
19554   data: "plot-dpdk-throughput-latency-3n-skx"
19555   include:
19556     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19557     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19558   layout:
19559     title: "3n-skx-x710-64b-2t1c-base-pdr"
19560     layout: "plot-throughput"
19561
19562 - type: "plot"
19563   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
19564   algorithm: "plot_perf_box_name"
19565   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
19566   data: "plot-dpdk-throughput-latency-3n-skx"
19567   include:
19568     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19569     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19570   layout:
19571     title: "3n-skx-x710-64b-4t2c-base-pdr"
19572     layout: "plot-throughput"
19573
19574 # 3n-hsw-xl710
19575
19576 - type: "plot"
19577   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
19578   algorithm: "plot_perf_box_name"
19579   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
19580   data: "plot-dpdk-throughput-latency-3n-hsw"
19581   include:
19582     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19583     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19584   layout:
19585     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
19586     layout: "plot-throughput"
19587
19588 - type: "plot"
19589   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
19590   algorithm: "plot_perf_box_name"
19591   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
19592   data: "plot-dpdk-throughput-latency-3n-hsw"
19593   include:
19594     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19595     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19596   layout:
19597     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
19598     layout: "plot-throughput"
19599
19600 - type: "plot"
19601   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
19602   algorithm: "plot_perf_box_name"
19603   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
19604   data: "plot-dpdk-throughput-latency-3n-hsw"
19605   include:
19606     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19607     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19608   layout:
19609     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
19610     layout: "plot-throughput"
19611
19612 - type: "plot"
19613   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
19614   algorithm: "plot_perf_box_name"
19615   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
19616   data: "plot-dpdk-throughput-latency-3n-hsw"
19617   include:
19618     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19619     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19620   layout:
19621     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
19622     layout: "plot-throughput"
19623
19624 # 3n-hsw-x710
19625
19626 - type: "plot"
19627   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
19628   algorithm: "plot_perf_box_name"
19629   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
19630   data: "plot-dpdk-throughput-latency-3n-hsw"
19631   include:
19632     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19633     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19634   layout:
19635     title: "3n-hsw-x710-64b-1t1c-base-ndr"
19636     layout: "plot-throughput"
19637
19638 - type: "plot"
19639   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
19640   algorithm: "plot_perf_box_name"
19641   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
19642   data: "plot-dpdk-throughput-latency-3n-hsw"
19643   include:
19644     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19645     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19646   layout:
19647     title: "3n-hsw-x710-64b-2t2c-base-ndr"
19648     layout: "plot-throughput"
19649
19650 - type: "plot"
19651   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
19652   algorithm: "plot_perf_box_name"
19653   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
19654   data: "plot-dpdk-throughput-latency-3n-hsw"
19655   include:
19656     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19657     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19658   layout:
19659     title: "3n-hsw-x710-64b-1t1c-base-pdr"
19660     layout: "plot-throughput"
19661
19662 - type: "plot"
19663   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
19664   algorithm: "plot_perf_box_name"
19665   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
19666   data: "plot-dpdk-throughput-latency-3n-hsw"
19667   include:
19668     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19669     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19670   layout:
19671     title: "3n-hsw-x710-64b-2t2c-base-pdr"
19672     layout: "plot-throughput"
19673
19674 ## 2n-dnv-x553
19675 #
19676 #- type: "plot"
19677 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
19678 #  algorithm: "plot_perf_box_name"
19679 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
19680 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19681 #  include:
19682 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19683 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19684 #  layout:
19685 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
19686 #    layout: "plot-throughput"
19687 #
19688 #- type: "plot"
19689 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
19690 #  algorithm: "plot_perf_box_name"
19691 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
19692 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19693 #  include:
19694 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19695 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19696 #  layout:
19697 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
19698 #    layout: "plot-throughput"
19699 #
19700 #- type: "plot"
19701 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
19702 #  algorithm: "plot_perf_box_name"
19703 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
19704 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19705 #  include:
19706 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19707 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19708 #  layout:
19709 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
19710 #    layout: "plot-throughput"
19711 #
19712 #- type: "plot"
19713 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
19714 #  algorithm: "plot_perf_box_name"
19715 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
19716 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19717 #  include:
19718 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19719 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19720 #  layout:
19721 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
19722 #    layout: "plot-throughput"
19723 #
19724 ## 3n-dnv-x553
19725 #
19726 #- type: "plot"
19727 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
19728 #  algorithm: "plot_perf_box_name"
19729 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
19730 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19731 #  include:
19732 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19733 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19734 #  layout:
19735 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
19736 #    layout: "plot-throughput"
19737 #
19738 #- type: "plot"
19739 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
19740 #  algorithm: "plot_perf_box_name"
19741 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
19742 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19743 #  include:
19744 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19745 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19746 #  layout:
19747 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
19748 #    layout: "plot-throughput"
19749 #
19750 #- type: "plot"
19751 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
19752 #  algorithm: "plot_perf_box_name"
19753 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
19754 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19755 #  include:
19756 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19757 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19758 #  layout:
19759 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
19760 #    layout: "plot-throughput"
19761 #
19762 #- type: "plot"
19763 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
19764 #  algorithm: "plot_perf_box_name"
19765 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
19766 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19767 #  include:
19768 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19769 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19770 #  layout:
19771 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
19772 #    layout: "plot-throughput"
19773
19774 # 3n-tsh-x520
19775
19776 - type: "plot"
19777   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
19778   algorithm: "plot_perf_box_name"
19779   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
19780   data: "plot-dpdk-throughput-latency-3n-tsh"
19781   include:
19782     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19783     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19784   layout:
19785     title: "3n-tsh-x520-64b-1t1c-base-ndr"
19786     layout: "plot-throughput"
19787
19788 - type: "plot"
19789   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
19790   algorithm: "plot_perf_box_name"
19791   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
19792   data: "plot-dpdk-throughput-latency-3n-tsh"
19793   include:
19794     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19795     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19796   layout:
19797     title: "3n-tsh-x520-64b-2t2c-base-ndr"
19798     layout: "plot-throughput"
19799
19800 - type: "plot"
19801   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
19802   algorithm: "plot_perf_box_name"
19803   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
19804   data: "plot-dpdk-throughput-latency-3n-tsh"
19805   include:
19806     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19807     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19808   layout:
19809     title: "3n-tsh-x520-64b-1t1c-base-pdr"
19810     layout: "plot-throughput"
19811
19812 - type: "plot"
19813   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
19814   algorithm: "plot_perf_box_name"
19815   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
19816   data: "plot-dpdk-throughput-latency-3n-tsh"
19817   include:
19818     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19819     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19820   layout:
19821     title: "3n-tsh-x520-64b-2t2c-base-pdr"
19822     layout: "plot-throughput"
19823
19824 # 2n-tx2-xl710
19825
19826 - type: "plot"
19827   title: "DPDK Throughput: 2n-tx2-xl710-64b-1t1c-base-ndr"
19828   algorithm: "plot_perf_box_name"
19829   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-1t1c-base-ndr"
19830   data: "plot-dpdk-throughput-latency-2n-tx2"
19831   include:
19832     - "tests.dpdk.perf.2N1L-40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19833     - "tests.dpdk.perf.2N1L-40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19834   layout:
19835     title: "2n-tx2-xl710-64b-1t1c-base-ndr"
19836     layout: "plot-throughput"
19837
19838 - type: "plot"
19839   title: "DPDK Throughput: 2n-tx2-xl710-64b-2t2c-base-ndr"
19840   algorithm: "plot_perf_box_name"
19841   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-2t2c-base-ndr"
19842   data: "plot-dpdk-throughput-latency-2n-tx2"
19843   include:
19844     - "tests.dpdk.perf.2N1L-40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19845     - "tests.dpdk.perf.2N1L-40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19846   layout:
19847     title: "2n-tx2-xl710-64b-2t2c-base-ndr"
19848     layout: "plot-throughput"
19849
19850 - type: "plot"
19851   title: "DPDK Throughput: 2n-tx2-xl710-64b-1t1c-base-pdr"
19852   algorithm: "plot_perf_box_name"
19853   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-1t1c-base-pdr"
19854   data: "plot-dpdk-throughput-latency-2n-tx2"
19855   include:
19856     - "tests.dpdk.perf.2N1L-40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19857     - "tests.dpdk.perf.2N1L-40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19858   layout:
19859     title: "2n-tx2-xl710-64b-1t1c-base-pdr"
19860     layout: "plot-throughput"
19861
19862 - type: "plot"
19863   title: "DPDK Throughput: 2n-tx2-xl710-64b-2t2c-base-pdr"
19864   algorithm: "plot_perf_box_name"
19865   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-2t2c-base-pdr"
19866   data: "plot-dpdk-throughput-latency-2n-tx2"
19867   include:
19868     - "tests.dpdk.perf.2N1L-40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19869     - "tests.dpdk.perf.2N1L-40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19870   layout:
19871     title: "2n-tx2-xl710-64b-2t2c-base-pdr"
19872     layout: "plot-throughput"
19873
19874 ################################################################################
19875 ###   2n-clx                                                                 ###
19876 ################################################################################
19877
19878 # Packet Throughput
19879
19880 - type: "plot"
19881   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
19882   algorithm: "plot_perf_box_name"
19883   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
19884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19885   include:
19886     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19887     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19888     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19889     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19890   layout:
19891     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
19892     layout: "plot-throughput"
19893
19894 - type: "plot"
19895   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
19896   algorithm: "plot_perf_box_name"
19897   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
19898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19899   include:
19900     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19901     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19902     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19903     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19904   layout:
19905     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
19906     layout: "plot-throughput"
19907
19908 - type: "plot"
19909   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
19910   algorithm: "plot_perf_box_name"
19911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
19912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19913   include:
19914     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19915     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19916     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19917     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19918   layout:
19919     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
19920     layout: "plot-throughput"
19921
19922 - type: "plot"
19923   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
19924   algorithm: "plot_perf_box_name"
19925   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
19926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19927   include:
19928     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19929     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19930     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19931     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19932   layout:
19933     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
19934     layout: "plot-throughput"
19935
19936 - type: "plot"
19937   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19938   algorithm: "plot_perf_box_name"
19939   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19940   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19941   include:
19942     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19943     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19944     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19945     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19946   layout:
19947     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19948     layout: "plot-throughput"
19949
19950 - type: "plot"
19951   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19952   algorithm: "plot_perf_box_name"
19953   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19955   include:
19956     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19957     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19958     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19959     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19960   layout:
19961     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19962     layout: "plot-throughput"
19963
19964 - type: "plot"
19965   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
19966   algorithm: "plot_perf_box_name"
19967   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
19968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19969   include:
19970     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
19971     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19972     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19973     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19974     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19975     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19976   layout:
19977     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
19978     layout: "plot-throughput"
19979
19980 - type: "plot"
19981   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
19982   algorithm: "plot_perf_box_name"
19983   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
19984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19985   include:
19986     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
19987     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19988     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19989     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19990     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19991     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19992   layout:
19993     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
19994     layout: "plot-throughput"
19995
19996 - type: "plot"
19997   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
19998   algorithm: "plot_perf_box_name"
19999   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20001   include:
20002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20006   layout:
20007     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20008     layout: "plot-throughput"
20009
20010 - type: "plot"
20011   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20012   algorithm: "plot_perf_box_name"
20013   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20015   include:
20016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20020   layout:
20021     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20022     layout: "plot-throughput"
20023
20024 - type: "plot"
20025   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20026   algorithm: "plot_perf_box_name"
20027   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20029   include:
20030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20033   layout:
20034     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20035     layout: "plot-throughput"
20036
20037 - type: "plot"
20038   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20039   algorithm: "plot_perf_box_name"
20040   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20042   include:
20043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20046   layout:
20047     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20048     layout: "plot-throughput"
20049
20050 - type: "plot"
20051   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20052   algorithm: "plot_perf_box_name"
20053   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20055   include:
20056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20061   layout:
20062     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20063     layout: "plot-throughput"
20064
20065 - type: "plot"
20066   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20067   algorithm: "plot_perf_box_name"
20068   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20070   include:
20071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20076   layout:
20077     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20078     layout: "plot-throughput"
20079
20080 - type: "plot"
20081   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20082   algorithm: "plot_perf_box_name"
20083   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20085   include:
20086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20089   layout:
20090     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20091     layout: "plot-throughput"
20092
20093 - type: "plot"
20094   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20095   algorithm: "plot_perf_box_name"
20096   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20098   include:
20099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20102   layout:
20103     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20104     layout: "plot-throughput"
20105
20106 - type: "plot"
20107   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20108   algorithm: "plot_perf_box_name"
20109   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20111   include:
20112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20118   layout:
20119     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20120     layout: "plot-throughput"
20121
20122 - type: "plot"
20123   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20124   algorithm: "plot_perf_box_name"
20125   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20127   include:
20128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20134   layout:
20135     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20136     layout: "plot-throughput"
20137
20138 - type: "plot"
20139   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20140   algorithm: "plot_perf_box_name"
20141   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20143   include:
20144     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20145     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20146     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20147     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20148     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20149   layout:
20150     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20151     layout: "plot-throughput"
20152
20153 - type: "plot"
20154   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20155   algorithm: "plot_perf_box_name"
20156   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20158   include:
20159     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20160     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20161     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20162     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20163     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20164   layout:
20165     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20166     layout: "plot-throughput"
20167
20168 - type: "plot"
20169   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20170   algorithm: "plot_perf_box_name"
20171   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20173   include:
20174     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20175     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20176     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20177     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20178     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20179     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20180     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20181     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20182     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20183     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20184   layout:
20185     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20186     layout: "plot-cps"
20187
20188 - type: "plot"
20189   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20190   algorithm: "plot_perf_box_name"
20191   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20193   include:
20194     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20195     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20196     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20197     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20198     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20199     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20200     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20201     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20202     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20203     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20204   layout:
20205     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20206     layout: "plot-throughput"
20207
20208 - type: "plot"
20209   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20210   algorithm: "plot_perf_box_name"
20211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20213   include:
20214     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20215     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20216     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20217     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20218     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20219     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20220     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20221     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20222     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20223     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20224   layout:
20225     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20226     layout: "plot-cps"
20227
20228 - type: "plot"
20229   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20230   algorithm: "plot_perf_box_name"
20231   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20233   include:
20234     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20235     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20236     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20237     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20238     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20239     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20240     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20241     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20242     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20243     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20244   layout:
20245     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20246     layout: "plot-throughput"
20247
20248 - type: "plot"
20249   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20250   algorithm: "plot_perf_box_name"
20251   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20253   include:
20254     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20255     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20256     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20257     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20258     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20259   layout:
20260     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20261     layout: "plot-throughput"
20262
20263 - type: "plot"
20264   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20265   algorithm: "plot_perf_box_name"
20266   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20268   include:
20269     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20270     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20271     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20272     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20273     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20274   layout:
20275     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20276     layout: "plot-throughput"
20277
20278 - type: "plot"
20279   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20280   algorithm: "plot_perf_box_name"
20281   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20283   include:
20284     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20285     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20286     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20287     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20288     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20289     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20290     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20291     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20292     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20293     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20294   layout:
20295     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20296     layout: "plot-cps"
20297
20298 - type: "plot"
20299   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20300   algorithm: "plot_perf_box_name"
20301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20303   include:
20304     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20305     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20306     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20307     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20308     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20309     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20310     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20311     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20312     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20313     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20314   layout:
20315     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20316     layout: "plot-throughput"
20317
20318 - type: "plot"
20319   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20320   algorithm: "plot_perf_box_name"
20321   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20323   include:
20324     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20325     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20326     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20327     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20328     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20329     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20330     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20331     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20332     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20333     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20334   layout:
20335     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20336     layout: "plot-cps"
20337
20338 - type: "plot"
20339   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20340   algorithm: "plot_perf_box_name"
20341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20343   include:
20344     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20345     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20346     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20347     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20348     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20349     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20350     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20351     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20352     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20353     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20354   layout:
20355     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20356     layout: "plot-throughput"
20357
20358 - type: "plot"
20359   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
20360   algorithm: "plot_perf_box_name"
20361   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
20362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20363   include:
20364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
20365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
20366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
20367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
20368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
20369   layout:
20370     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
20371     layout: "plot-throughput"
20372
20373 - type: "plot"
20374   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
20375   algorithm: "plot_perf_box_name"
20376   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
20377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20378   include:
20379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
20380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
20381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
20382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
20383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
20384   layout:
20385     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
20386     layout: "plot-throughput"
20387
20388 - type: "plot"
20389   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
20390   algorithm: "plot_perf_box_name"
20391   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
20392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20393   include:
20394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
20395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
20396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
20397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
20398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
20399   layout:
20400     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
20401     layout: "plot-throughput"
20402
20403 - type: "plot"
20404   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
20405   algorithm: "plot_perf_box_name"
20406   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
20407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20408   include:
20409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
20410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
20411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
20412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
20413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
20414   layout:
20415     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
20416     layout: "plot-throughput"
20417
20418 - type: "plot"
20419   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20420   algorithm: "plot_perf_box_name"
20421   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20423   include:
20424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20430   layout:
20431     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20432     layout: "plot-throughput"
20433
20434 - type: "plot"
20435   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20436   algorithm: "plot_perf_box_name"
20437   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20438   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20439   include:
20440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20446   layout:
20447     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20448     layout: "plot-throughput"
20449
20450 - type: "plot"
20451   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20452   algorithm: "plot_perf_box_name"
20453   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20455   include:
20456     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20458   layout:
20459     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20460     layout: "plot-throughput"
20461
20462 - type: "plot"
20463   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
20464   algorithm: "plot_perf_box_name"
20465   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
20466   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20467   include:
20468     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20469     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20470   layout:
20471     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
20472     layout: "plot-throughput"
20473
20474 - type: "plot"
20475   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20476   algorithm: "plot_perf_box_name"
20477   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20479   include:
20480     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20481     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20482     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20484     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20485     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20486   layout:
20487     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20488     layout: "plot-throughput"
20489
20490 - type: "plot"
20491   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20492   algorithm: "plot_perf_box_name"
20493   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20494   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20495   include:
20496     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20497     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20498     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20499     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20500     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20501     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20502   layout:
20503     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20504     layout: "plot-throughput"
20505
20506 - type: "plot"
20507   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20508   algorithm: "plot_perf_box_name"
20509   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20510   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20511   include:
20512     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20513     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20514     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20515     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20516     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20517     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20518   layout:
20519     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20520     layout: "plot-throughput"
20521
20522 - type: "plot"
20523   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20524   algorithm: "plot_perf_box_name"
20525   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20527   include:
20528     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20529     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20530     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20531     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20532     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20533     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20534   layout:
20535     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20536     layout: "plot-throughput"
20537
20538 - type: "plot"
20539   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
20540   algorithm: "plot_perf_box_name"
20541   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
20542   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20543   include:
20544     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
20545     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
20546     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
20547     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
20548     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
20549   layout:
20550     title: "2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
20551     layout: "plot-throughput"
20552
20553 - type: "plot"
20554   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
20555   algorithm: "plot_perf_box_name"
20556   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
20557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20558   include:
20559     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
20560     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
20561     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
20562     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
20563     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
20564   layout:
20565     title: "2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
20566     layout: "plot-throughput"
20567
20568 - type: "plot"
20569   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20570   algorithm: "plot_perf_box_name"
20571   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20572   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20573   include:
20574     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20575     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20576     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20577     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
20578     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20579     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20580     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20581   layout:
20582     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20583     layout: "plot-throughput"
20584
20585 - type: "plot"
20586   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20587   algorithm: "plot_perf_box_name"
20588   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20590   include:
20591     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20592     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20593     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20594     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
20595     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20596     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20597     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20598   layout:
20599     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20600     layout: "plot-throughput"
20601
20602 - type: "plot"
20603   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20604   algorithm: "plot_perf_box_name"
20605   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20607   include:
20608     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20609     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20612     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20613   layout:
20614     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20615     layout: "plot-throughput"
20616
20617 - type: "plot"
20618   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20619   algorithm: "plot_perf_box_name"
20620   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20622   include:
20623     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20624     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20625     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20626     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20627     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20628   layout:
20629     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20630     layout: "plot-throughput"
20631
20632 - type: "plot"
20633   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
20634   algorithm: "plot_perf_box_name"
20635   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
20636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20637   include:
20638     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20639     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
20640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
20641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
20642   layout:
20643     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
20644     layout: "plot-throughput"
20645
20646 - type: "plot"
20647   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
20648   algorithm: "plot_perf_box_name"
20649   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
20650   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20651   include:
20652     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20653     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
20654     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
20655     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
20656   layout:
20657     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
20658     layout: "plot-throughput"
20659
20660 - type: "plot"
20661   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20662   algorithm: "plot_perf_box_name"
20663   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20665   include:
20666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20667     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20670     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20671   layout:
20672     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20673     layout: "plot-throughput"
20674
20675 - type: "plot"
20676   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20677   algorithm: "plot_perf_box_name"
20678   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20680   include:
20681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20682     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20686   layout:
20687     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20688     layout: "plot-throughput"
20689
20690 - type: "plot"
20691   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
20692   algorithm: "plot_perf_box_name"
20693   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
20694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20695   include:
20696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
20698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
20699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
20700   layout:
20701     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
20702     layout: "plot-throughput"
20703
20704 - type: "plot"
20705   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
20706   algorithm: "plot_perf_box_name"
20707   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
20708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20709   include:
20710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
20712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
20713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
20714   layout:
20715     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
20716     layout: "plot-throughput"
20717
20718 - type: "plot"
20719   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20720   algorithm: "plot_perf_box_name"
20721   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20723   include:
20724     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20725     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20726     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20727     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20728     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20729   layout:
20730     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20731     layout: "plot-throughput"
20732
20733 - type: "plot"
20734   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20735   algorithm: "plot_perf_box_name"
20736   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20738   include:
20739     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20740     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20741     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20742     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20743     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20744   layout:
20745     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20746     layout: "plot-throughput"
20747
20748 - type: "plot"
20749   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-rnd-base-scale-ndr"
20750   algorithm: "plot_perf_box_name"
20751   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-rnd-base-scale-ndr"
20752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20753   include:
20754     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20755     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-rnd-ndrpdr"
20756     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-rnd-ndrpdr"
20757     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-rnd-ndrpdr"
20758   layout:
20759     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-rnd-base-scale-ndr"
20760     layout: "plot-throughput"
20761
20762 - type: "plot"
20763   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-rnd-base-scale-pdr"
20764   algorithm: "plot_perf_box_name"
20765   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-rnd-base-scale-pdr"
20766   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20767   include:
20768     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20769     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-rnd-ndrpdr"
20770     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-rnd-ndrpdr"
20771     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-rnd-ndrpdr"
20772   layout:
20773     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-rnd-base-scale-pdr"
20774     layout: "plot-throughput"
20775
20776 - type: "plot"
20777   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20778   algorithm: "plot_perf_box_name"
20779   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20781   include:
20782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20787   layout:
20788     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20789     layout: "plot-throughput"
20790
20791 - type: "plot"
20792   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20793   algorithm: "plot_perf_box_name"
20794   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20796   include:
20797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20802   layout:
20803     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20804     layout: "plot-throughput"
20805
20806 - type: "plot"
20807   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20808   algorithm: "plot_perf_box_name"
20809   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20811   include:
20812     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20813     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20814     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20815     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20816     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20817   layout:
20818     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20819     layout: "plot-throughput"
20820
20821 - type: "plot"
20822   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20823   algorithm: "plot_perf_box_name"
20824   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20826   include:
20827     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20828     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20829     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20830     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20831     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20832   layout:
20833     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20834     layout: "plot-throughput"
20835
20836 - type: "plot"
20837   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20838   algorithm: "plot_perf_box_name"
20839   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20841   include:
20842     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
20843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20844     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20845     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20847   layout:
20848     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20849     layout: "plot-throughput"
20850
20851 - type: "plot"
20852   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20853   algorithm: "plot_perf_box_name"
20854   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20856   include:
20857     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
20858     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20859     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20860     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20862   layout:
20863     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20864     layout: "plot-throughput"
20865
20866 - type: "plot"
20867   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20868   algorithm: "plot_perf_box_name"
20869   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20870   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20871   include:
20872     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20873     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
20874     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
20875     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20876   layout:
20877     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20878     layout: "plot-throughput"
20879
20880 - type: "plot"
20881   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20882   algorithm: "plot_perf_box_name"
20883   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20885   include:
20886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20887     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
20888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
20889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20890   layout:
20891     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20892     layout: "plot-throughput"
20893
20894 - type: "plot"
20895   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20896   algorithm: "plot_perf_box_name"
20897   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20899   include:
20900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20905   layout:
20906     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20907     layout: "plot-throughput"
20908
20909 - type: "plot"
20910   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20911   algorithm: "plot_perf_box_name"
20912   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20913   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20914   include:
20915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20916     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20918     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20919     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20920   layout:
20921     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20922     layout: "plot-throughput"
20923
20924 - type: "plot"
20925   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20926   algorithm: "plot_perf_box_name"
20927   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20928   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20929   include:
20930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20932     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20933     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20934   layout:
20935     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20936     layout: "plot-throughput"
20937
20938 - type: "plot"
20939   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20940   algorithm: "plot_perf_box_name"
20941   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20943   include:
20944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20948   layout:
20949     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20950     layout: "plot-throughput"
20951
20952 - type: "plot"
20953   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20954   algorithm: "plot_perf_box_name"
20955   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20956   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20957   include:
20958     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
20959     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
20960     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
20961     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
20962     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20963   layout:
20964     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20965     layout: "plot-throughput"
20966
20967 - type: "plot"
20968   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20969   algorithm: "plot_perf_box_name"
20970   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20971   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20972   include:
20973     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
20974     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
20975     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
20976     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
20977     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20978   layout:
20979     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20980     layout: "plot-throughput"
20981
20982 - type: "plot"
20983   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20984   algorithm: "plot_perf_box_name"
20985   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20987   include:
20988     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20989     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20990     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20991     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20992   layout:
20993     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20994     layout: "plot-throughput"
20995
20996 - type: "plot"
20997   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20998   algorithm: "plot_perf_box_name"
20999   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21001   include:
21002     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21003     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21004     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21005     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21006   layout:
21007     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21008     layout: "plot-throughput"
21009
21010 - type: "plot"
21011   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
21012   algorithm: "plot_perf_box_name"
21013   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
21014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21015   include:
21016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21021   layout:
21022     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
21023     layout: "plot-throughput"
21024
21025 - type: "plot"
21026   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
21027   algorithm: "plot_perf_box_name"
21028   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
21029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21030   include:
21031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21036   layout:
21037     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
21038     layout: "plot-throughput"
21039
21040 - type: "plot"
21041   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21042   algorithm: "plot_perf_box_name"
21043   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21044   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21045   include:
21046     - "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"
21047     - "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"
21048     - "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"
21049     - "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"
21050     - "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"
21051   layout:
21052     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21053     layout: "plot-throughput"
21054
21055 - type: "plot"
21056   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21057   algorithm: "plot_perf_box_name"
21058   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21059   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21060   include:
21061     - "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"
21062     - "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"
21063     - "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"
21064     - "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"
21065     - "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"
21066   layout:
21067     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21068     layout: "plot-throughput"
21069
21070 - type: "plot"
21071   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21072   algorithm: "plot_perf_box_name"
21073   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21074   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21075   include:
21076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21081   layout:
21082     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21083     layout: "plot-throughput"
21084
21085 - type: "plot"
21086   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21087   algorithm: "plot_perf_box_name"
21088   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21089   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21090   include:
21091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21095     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21096   layout:
21097     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21098     layout: "plot-throughput"
21099
21100 - type: "plot"
21101   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21102   algorithm: "plot_perf_box_name"
21103   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21104   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21105   include:
21106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21110     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21111   layout:
21112     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21113     layout: "plot-throughput"
21114
21115 - type: "plot"
21116   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21117   algorithm: "plot_perf_box_name"
21118   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21119   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21120   include:
21121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21126   layout:
21127     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21128     layout: "plot-throughput"
21129
21130 - type: "plot"
21131   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21132   algorithm: "plot_perf_box_name"
21133   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21134   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21135   include:
21136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21140   layout:
21141     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21142     layout: "plot-throughput"
21143
21144 - type: "plot"
21145   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21146   algorithm: "plot_perf_box_name"
21147   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21149   include:
21150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21154   layout:
21155     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21156     layout: "plot-throughput"
21157
21158 - type: "plot"
21159   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21160   algorithm: "plot_perf_box_name"
21161   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21163   include:
21164     - "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"
21165     - "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"
21166     - "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"
21167     - "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"
21168   layout:
21169     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21170     layout: "plot-throughput"
21171
21172 - type: "plot"
21173   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21174   algorithm: "plot_perf_box_name"
21175   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21177   include:
21178     - "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"
21179     - "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"
21180     - "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"
21181     - "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"
21182   layout:
21183     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21184     layout: "plot-throughput"
21185
21186 - type: "plot"
21187   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21188   algorithm: "plot_perf_box_name"
21189   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21191   include:
21192     - "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"
21193     - "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"
21194     - "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"
21195     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21196     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21197     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21198   layout:
21199     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
21200     layout: "plot-throughput"
21201
21202 - type: "plot"
21203   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21204   algorithm: "plot_perf_box_name"
21205   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21206   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21207   include:
21208     - "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"
21209     - "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"
21210     - "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"
21211     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21212     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21213     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21214   layout:
21215     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
21216     layout: "plot-throughput"
21217
21218 ################################################################################
21219
21220 # Packet Speedup
21221
21222 - type: "plot"
21223   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
21224   algorithm: "plot_tsa_name"
21225   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
21226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21227   include:
21228     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21229     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21230     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21231     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21232   layout:
21233     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
21234     layout: "plot-throughput-speedup-analysis"
21235
21236 - type: "plot"
21237   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
21238   algorithm: "plot_tsa_name"
21239   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
21240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21241   include:
21242     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21243     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21244     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21245     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21246   layout:
21247     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
21248     layout: "plot-throughput-speedup-analysis"
21249
21250 - type: "plot"
21251   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
21252   algorithm: "plot_tsa_name"
21253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
21254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21255   include:
21256     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21257     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21258     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21259     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21260   layout:
21261     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
21262     layout: "plot-throughput-speedup-analysis"
21263
21264 - type: "plot"
21265   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
21266   algorithm: "plot_tsa_name"
21267   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
21268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21269   include:
21270     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21271     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21272     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21273     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21274   layout:
21275     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
21276     layout: "plot-throughput-speedup-analysis"
21277
21278 - type: "plot"
21279   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21280   algorithm: "plot_tsa_name"
21281   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21283   include:
21284     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21285     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21286     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21287     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21288   layout:
21289     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
21290     layout: "plot-throughput-speedup-analysis"
21291
21292 - type: "plot"
21293   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21294   algorithm: "plot_tsa_name"
21295   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21296   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21297   include:
21298     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21299     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21300     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21301     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21302   layout:
21303     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
21304     layout: "plot-throughput-speedup-analysis"
21305
21306 - type: "plot"
21307   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21308   algorithm: "plot_tsa_name"
21309   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21311   include:
21312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21318   layout:
21319     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
21320     layout: "plot-throughput-speedup-analysis"
21321
21322 - type: "plot"
21323   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21324   algorithm: "plot_tsa_name"
21325   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21327   include:
21328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21331     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21332     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21333     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21334   layout:
21335     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
21336     layout: "plot-throughput-speedup-analysis"
21337
21338 - type: "plot"
21339   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21340   algorithm: "plot_tsa_name"
21341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21343   include:
21344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21348   layout:
21349     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
21350     layout: "plot-throughput-speedup-analysis"
21351
21352 - type: "plot"
21353   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21354   algorithm: "plot_tsa_name"
21355   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21357   include:
21358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21362   layout:
21363     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
21364     layout: "plot-throughput-speedup-analysis"
21365
21366 - type: "plot"
21367   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21368   algorithm: "plot_tsa_name"
21369   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21370   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21371   include:
21372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21375   layout:
21376     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
21377     layout: "plot-throughput-speedup-analysis"
21378
21379 - type: "plot"
21380   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21381   algorithm: "plot_tsa_name"
21382   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21383   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21384   include:
21385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21388   layout:
21389     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
21390     layout: "plot-throughput-speedup-analysis"
21391
21392 - type: "plot"
21393   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21394   algorithm: "plot_tsa_name"
21395   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21397   include:
21398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21403   layout:
21404     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
21405     layout: "plot-throughput-speedup-analysis"
21406
21407 - type: "plot"
21408   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21409   algorithm: "plot_tsa_name"
21410   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21412   include:
21413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21418   layout:
21419     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
21420     layout: "plot-throughput-speedup-analysis"
21421
21422 - type: "plot"
21423   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21424   algorithm: "plot_tsa_name"
21425   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21427   include:
21428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21431   layout:
21432     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
21433     layout: "plot-throughput-speedup-analysis"
21434
21435 - type: "plot"
21436   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21437   algorithm: "plot_tsa_name"
21438   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21440   include:
21441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21444   layout:
21445     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
21446     layout: "plot-throughput-speedup-analysis"
21447
21448 - type: "plot"
21449   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21450   algorithm: "plot_tsa_name"
21451   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21452   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21453   include:
21454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21460   layout:
21461     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
21462     layout: "plot-throughput-speedup-analysis"
21463
21464 - type: "plot"
21465   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21466   algorithm: "plot_tsa_name"
21467   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21469   include:
21470     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21471     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21472     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21473     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21474     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21475   layout:
21476     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
21477     layout: "plot-throughput-speedup-analysis"
21478
21479 - type: "plot"
21480   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21481   algorithm: "plot_tsa_name"
21482   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21484   include:
21485     - "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"
21486     - "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"
21487     - "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"
21488     - "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"
21489     - "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"
21490   layout:
21491     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
21492     layout: "plot-throughput-speedup-analysis"
21493
21494 - type: "plot"
21495   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21496   algorithm: "plot_tsa_name"
21497   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21499   include:
21500     - "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"
21501     - "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"
21502     - "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"
21503     - "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"
21504     - "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"
21505     - "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"
21506     - "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"
21507     - "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"
21508     - "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"
21509     - "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"
21510   layout:
21511     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
21512     layout: "plot-throughput-speedup-analysis-cps"
21513
21514 - type: "plot"
21515   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21516   algorithm: "plot_tsa_name"
21517   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21519   include:
21520     - "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"
21521     - "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"
21522     - "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"
21523     - "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"
21524     - "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"
21525     - "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"
21526     - "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"
21527     - "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"
21528     - "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"
21529     - "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"
21530   layout:
21531     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
21532     layout: "plot-throughput-speedup-analysis"
21533
21534 - type: "plot"
21535   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21536   algorithm: "plot_tsa_name"
21537   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21539   include:
21540     - "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"
21541     - "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"
21542     - "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"
21543     - "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"
21544     - "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"
21545     - "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"
21546     - "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"
21547     - "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"
21548     - "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"
21549     - "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"
21550   layout:
21551     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
21552     layout: "plot-throughput-speedup-analysis-cps"
21553
21554 - type: "plot"
21555   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21556   algorithm: "plot_tsa_name"
21557   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21559   include:
21560     - "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"
21561     - "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"
21562     - "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"
21563     - "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"
21564     - "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"
21565     - "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"
21566     - "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"
21567     - "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"
21568     - "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"
21569     - "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"
21570   layout:
21571     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
21572     layout: "plot-throughput-speedup-analysis"
21573
21574 - type: "plot"
21575   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21576   algorithm: "plot_tsa_name"
21577   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21578   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21579   include:
21580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21586   layout:
21587     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
21588     layout: "plot-throughput-speedup-analysis"
21589
21590 - type: "plot"
21591   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21592   algorithm: "plot_tsa_name"
21593   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21595   include:
21596     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21597     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21598     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21599     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21600     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21601   layout:
21602     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
21603     layout: "plot-throughput-speedup-analysis"
21604
21605 - type: "plot"
21606   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21607   algorithm: "plot_tsa_name"
21608   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21610   include:
21611     - "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"
21612     - "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"
21613     - "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"
21614     - "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"
21615     - "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"
21616   layout:
21617     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
21618     layout: "plot-throughput-speedup-analysis"
21619
21620 - type: "plot"
21621   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21622   algorithm: "plot_tsa_name"
21623   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21625   include:
21626     - "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"
21627     - "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"
21628     - "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"
21629     - "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"
21630     - "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"
21631     - "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"
21632     - "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"
21633     - "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"
21634     - "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"
21635     - "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"
21636   layout:
21637     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
21638     layout: "plot-throughput-speedup-analysis-cps"
21639
21640 - type: "plot"
21641   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21642   algorithm: "plot_tsa_name"
21643   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21645   include:
21646     - "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"
21647     - "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"
21648     - "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"
21649     - "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"
21650     - "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"
21651     - "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"
21652     - "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"
21653     - "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"
21654     - "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"
21655     - "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"
21656   layout:
21657     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
21658     layout: "plot-throughput-speedup-analysis"
21659
21660 - type: "plot"
21661   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21662   algorithm: "plot_tsa_name"
21663   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21665   include:
21666     - "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"
21667     - "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"
21668     - "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"
21669     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
21670     - "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"
21671     - "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"
21672     - "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"
21673     - "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"
21674     - "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"
21675     - "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"
21676   layout:
21677     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
21678     layout: "plot-throughput-speedup-analysis-cps"
21679
21680 - type: "plot"
21681   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21682   algorithm: "plot_tsa_name"
21683   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21684   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21685   include:
21686     - "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"
21687     - "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"
21688     - "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"
21689     - "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"
21690     - "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"
21691     - "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"
21692     - "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"
21693     - "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"
21694     - "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"
21695     - "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"
21696   layout:
21697     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
21698     layout: "plot-throughput-speedup-analysis"
21699
21700 - type: "plot"
21701   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
21702   algorithm: "plot_tsa_name"
21703   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
21704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21705   include:
21706     - "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"
21707     - "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"
21708     - "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"
21709     - "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"
21710     - "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"
21711   layout:
21712     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
21713     layout: "plot-throughput-speedup-analysis"
21714
21715 - type: "plot"
21716   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
21717   algorithm: "plot_tsa_name"
21718   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
21719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21720   include:
21721     - "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"
21722     - "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"
21723     - "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"
21724     - "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"
21725     - "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"
21726   layout:
21727     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
21728     layout: "plot-throughput-speedup-analysis"
21729
21730 - type: "plot"
21731   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
21732   algorithm: "plot_tsa_name"
21733   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
21734   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21735   include:
21736     - "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"
21737     - "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"
21738     - "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"
21739     - "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"
21740     - "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"
21741   layout:
21742     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
21743     layout: "plot-throughput-speedup-analysis"
21744
21745 - type: "plot"
21746   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
21747   algorithm: "plot_tsa_name"
21748   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
21749   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21750   include:
21751     - "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"
21752     - "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"
21753     - "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"
21754     - "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"
21755     - "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"
21756   layout:
21757     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
21758     layout: "plot-throughput-speedup-analysis"
21759
21760 - type: "plot"
21761   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21762   algorithm: "plot_tsa_name"
21763   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21765   include:
21766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21772   layout:
21773     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
21774     layout: "plot-throughput-speedup-analysis"
21775
21776 - type: "plot"
21777   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21778   algorithm: "plot_tsa_name"
21779   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21781   include:
21782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21788   layout:
21789     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
21790     layout: "plot-throughput-speedup-analysis"
21791
21792 - type: "plot"
21793   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
21794   algorithm: "plot_tsa_name"
21795   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
21796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21797   include:
21798     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21799     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21800   layout:
21801     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
21802     layout: "plot-throughput-speedup-analysis"
21803
21804 - type: "plot"
21805   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
21806   algorithm: "plot_tsa_name"
21807   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
21808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21809   include:
21810     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21811     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21812   layout:
21813     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
21814     layout: "plot-throughput-speedup-analysis"
21815
21816 - type: "plot"
21817   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21818   algorithm: "plot_tsa_name"
21819   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21821   include:
21822     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21823     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21824     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21825     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21826     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21827     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21828   layout:
21829     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
21830     layout: "plot-throughput-speedup-analysis"
21831
21832 - type: "plot"
21833   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21834   algorithm: "plot_tsa_name"
21835   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21837   include:
21838     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21839     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21840     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21841     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21842     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21843     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21844   layout:
21845     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
21846     layout: "plot-throughput-speedup-analysis"
21847
21848 - type: "plot"
21849   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21850   algorithm: "plot_tsa_name"
21851   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21853   include:
21854     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21855     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21856     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21857     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21858     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21859     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21860   layout:
21861     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
21862     layout: "plot-throughput-speedup-analysis"
21863
21864 - type: "plot"
21865   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21866   algorithm: "plot_tsa_name"
21867   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21868   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21869   include:
21870     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21871     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21872     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21873     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21874     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21875     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21876   layout:
21877     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
21878     layout: "plot-throughput-speedup-analysis"
21879
21880 - type: "plot"
21881   title: "Speedup: 2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
21882   algorithm: "plot_tsa_name"
21883   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
21884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21885   include:
21886     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
21887     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
21888     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
21889     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
21890     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
21891   layout:
21892     title: "2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
21893     layout: "plot-throughput-speedup-analysis"
21894
21895 - type: "plot"
21896   title: "Speedup: 2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
21897   algorithm: "plot_tsa_name"
21898   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
21899   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21900   include:
21901     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
21902     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
21903     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
21904     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
21905     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
21906   layout:
21907     title: "2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
21908     layout: "plot-throughput-speedup-analysis"
21909
21910 - type: "plot"
21911   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21912   algorithm: "plot_tsa_name"
21913   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21914   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21915   include:
21916     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21917     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21918     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21919     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21920     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21921     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21922     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21923   layout:
21924     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
21925     layout: "plot-throughput-speedup-analysis"
21926
21927 - type: "plot"
21928   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
21929   algorithm: "plot_tsa_name"
21930   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
21931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21932   include:
21933     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21934     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21935     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21936     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21937     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21938     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21939     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21940   layout:
21941     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
21942     layout: "plot-throughput-speedup-analysis"
21943
21944 - type: "plot"
21945   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
21946   algorithm: "plot_tsa_name"
21947   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
21948   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21949   include:
21950     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21951     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21952     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
21953     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
21954     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21955   layout:
21956     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
21957     layout: "plot-throughput-speedup-analysis"
21958
21959 - type: "plot"
21960   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
21961   algorithm: "plot_tsa_name"
21962   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
21963   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21964   include:
21965     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21966     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21967     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
21968     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
21969     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21970   layout:
21971     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
21972     layout: "plot-throughput-speedup-analysis"
21973
21974 - type: "plot"
21975   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
21976   algorithm: "plot_tsa_name"
21977   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
21978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21979   include:
21980     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21981     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
21982     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
21983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21984   layout:
21985     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr"
21986     layout: "plot-throughput-speedup-analysis"
21987
21988 - type: "plot"
21989   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
21990   algorithm: "plot_tsa_name"
21991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
21992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21993   include:
21994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
21996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
21997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21998   layout:
21999     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr"
22000     layout: "plot-throughput-speedup-analysis"
22001
22002 - type: "plot"
22003   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
22004   algorithm: "plot_tsa_name"
22005   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
22006   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22007   include:
22008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22013   layout:
22014     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
22015     layout: "plot-throughput-speedup-analysis"
22016
22017 - type: "plot"
22018   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
22019   algorithm: "plot_tsa_name"
22020   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
22021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22022   include:
22023     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22024     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22025     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22026     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22027     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22028   layout:
22029     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
22030     layout: "plot-throughput-speedup-analysis"
22031
22032 - type: "plot"
22033   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
22034   algorithm: "plot_tsa_name"
22035   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
22036   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22037   include:
22038     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22039     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
22040     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
22041     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
22042   layout:
22043     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr"
22044     layout: "plot-throughput-speedup-analysis"
22045
22046 - type: "plot"
22047   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
22048   algorithm: "plot_tsa_name"
22049   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
22050   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22051   include:
22052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22053     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
22054     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
22055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
22056   layout:
22057     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr"
22058     layout: "plot-throughput-speedup-analysis"
22059
22060 - type: "plot"
22061   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
22062   algorithm: "plot_tsa_name"
22063   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
22064   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22065   include:
22066     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
22067     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22068     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
22069     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
22070     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
22071   layout:
22072     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
22073     layout: "plot-throughput-speedup-analysis"
22074
22075 - type: "plot"
22076   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
22077   algorithm: "plot_tsa_name"
22078   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
22079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22080   include:
22081     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
22082     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22083     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
22084     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
22085     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
22086   layout:
22087     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
22088     layout: "plot-throughput-speedup-analysis"
22089
22090 - type: "plot"
22091   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-rnd-base-scale-ndr-tsa"
22092   algorithm: "plot_tsa_name"
22093   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-rnd-base-scale-ndr-tsa"
22094   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22095   include:
22096     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22097     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-rnd-ndrpdr"
22098     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-rnd-ndrpdr"
22099     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-rnd-ndrpdr"
22100   layout:
22101     title: "2n-clx-cx556a-78b-rdma-ip6routing-rnd-base-scale-ndr"
22102     layout: "plot-throughput-speedup-analysis"
22103
22104 - type: "plot"
22105   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-rnd-base-scale-pdr-tsa"
22106   algorithm: "plot_tsa_name"
22107   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-rnd-base-scale-pdr-tsa"
22108   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22109   include:
22110     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22111     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-rnd-ndrpdr"
22112     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-rnd-ndrpdr"
22113     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-rnd-ndrpdr"
22114   layout:
22115     title: "2n-clx-cx556a-78b-rdma-ip6routing-rnd-base-scale-pdr"
22116     layout: "plot-throughput-speedup-analysis"
22117
22118 - type: "plot"
22119   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22120   algorithm: "plot_tsa_name"
22121   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22123   include:
22124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22125     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22129   layout:
22130     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
22131     layout: "plot-throughput-speedup-analysis"
22132
22133 - type: "plot"
22134   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22135   algorithm: "plot_tsa_name"
22136   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22138   include:
22139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22144   layout:
22145     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
22146     layout: "plot-throughput-speedup-analysis"
22147
22148 - type: "plot"
22149   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22150   algorithm: "plot_tsa_name"
22151   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22153   include:
22154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22159   layout:
22160     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
22161     layout: "plot-throughput-speedup-analysis"
22162
22163 - type: "plot"
22164   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22165   algorithm: "plot_tsa_name"
22166   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22168   include:
22169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22174   layout:
22175     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
22176     layout: "plot-throughput-speedup-analysis"
22177
22178 - type: "plot"
22179   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
22180   algorithm: "plot_tsa_name"
22181   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
22182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22183   include:
22184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22189   layout:
22190     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
22191     layout: "plot-throughput-speedup-analysis"
22192
22193 - type: "plot"
22194   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
22195   algorithm: "plot_tsa_name"
22196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
22197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22198   include:
22199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22204   layout:
22205     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
22206     layout: "plot-throughput-speedup-analysis"
22207
22208 - type: "plot"
22209   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22210   algorithm: "plot_tsa_name"
22211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22213   include:
22214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22218   layout:
22219     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
22220     layout: "plot-throughput-speedup-analysis"
22221
22222 - type: "plot"
22223   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22224   algorithm: "plot_tsa_name"
22225   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22227   include:
22228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22232   layout:
22233     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
22234     layout: "plot-throughput-speedup-analysis"
22235
22236 - type: "plot"
22237   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22238   algorithm: "plot_tsa_name"
22239   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22241   include:
22242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22247   layout:
22248     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
22249     layout: "plot-throughput-speedup-analysis"
22250
22251 - type: "plot"
22252   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22253   algorithm: "plot_tsa_name"
22254   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22256   include:
22257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22262   layout:
22263     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
22264     layout: "plot-throughput-speedup-analysis"
22265
22266 - type: "plot"
22267   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22268   algorithm: "plot_tsa_name"
22269   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22271   include:
22272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22276   layout:
22277     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
22278     layout: "plot-throughput-speedup-analysis"
22279
22280 - type: "plot"
22281   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22282   algorithm: "plot_tsa_name"
22283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22285   include:
22286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22290   layout:
22291     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
22292     layout: "plot-throughput-speedup-analysis"
22293
22294 - type: "plot"
22295   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22296   algorithm: "plot_tsa_name"
22297   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22299   include:
22300     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22301     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22302     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22303     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22304     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22305   layout:
22306     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
22307     layout: "plot-throughput-speedup-analysis"
22308
22309 - type: "plot"
22310   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22311   algorithm: "plot_tsa_name"
22312   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22314   include:
22315     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22316     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22317     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22318     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22319     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22320   layout:
22321     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
22322     layout: "plot-throughput-speedup-analysis"
22323
22324 - type: "plot"
22325   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22326   algorithm: "plot_tsa_name"
22327   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22329   include:
22330     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22331     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22332     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22333     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22334   layout:
22335     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
22336     layout: "plot-throughput-speedup-analysis"
22337
22338 - type: "plot"
22339   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22340   algorithm: "plot_tsa_name"
22341   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22343   include:
22344     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22345     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22346     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22347     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22348   layout:
22349     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
22350     layout: "plot-throughput-speedup-analysis"
22351
22352 - type: "plot"
22353   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
22354   algorithm: "plot_tsa_name"
22355   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
22356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22357   include:
22358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22363   layout:
22364     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
22365     layout: "plot-throughput-speedup-analysis"
22366
22367 - type: "plot"
22368   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
22369   algorithm: "plot_tsa_name"
22370   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
22371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22372   include:
22373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22378   layout:
22379     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
22380     layout: "plot-throughput-speedup-analysis"
22381
22382 - type: "plot"
22383   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
22384   algorithm: "plot_tsa_name"
22385   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
22386   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22387   include:
22388     - "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"
22389     - "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"
22390     - "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"
22391     - "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"
22392     - "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"
22393   layout:
22394     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
22395     layout: "plot-throughput-speedup-analysis"
22396
22397 - type: "plot"
22398   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
22399   algorithm: "plot_tsa_name"
22400   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
22401   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22402   include:
22403     - "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"
22404     - "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"
22405     - "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"
22406     - "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"
22407     - "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"
22408   layout:
22409     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
22410     layout: "plot-throughput-speedup-analysis"
22411
22412 - type: "plot"
22413   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
22414   algorithm: "plot_tsa_name"
22415   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
22416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22417   include:
22418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22423   layout:
22424     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
22425     layout: "plot-throughput-speedup-analysis"
22426
22427 - type: "plot"
22428   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
22429   algorithm: "plot_tsa_name"
22430   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
22431   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22432   include:
22433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22438   layout:
22439     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
22440     layout: "plot-throughput-speedup-analysis"
22441
22442 - type: "plot"
22443   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22444   algorithm: "plot_tsa_name"
22445   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
22446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22447   include:
22448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22453   layout:
22454     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22455     layout: "plot-throughput-speedup-analysis"
22456
22457 - type: "plot"
22458   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22459   algorithm: "plot_tsa_name"
22460   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
22461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22462   include:
22463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22468   layout:
22469     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22470     layout: "plot-throughput-speedup-analysis"
22471
22472 - type: "plot"
22473   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22474   algorithm: "plot_tsa_name"
22475   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22476   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22477   include:
22478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22482   layout:
22483     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
22484     layout: "plot-throughput-speedup-analysis"
22485
22486 - type: "plot"
22487   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22488   algorithm: "plot_tsa_name"
22489   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22490   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22491   include:
22492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22496   layout:
22497     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
22498     layout: "plot-throughput-speedup-analysis"
22499
22500 - type: "plot"
22501   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22502   algorithm: "plot_tsa_name"
22503   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22505   include:
22506     - "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"
22507     - "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"
22508     - "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"
22509     - "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"
22510   layout:
22511     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
22512     layout: "plot-throughput-speedup-analysis"
22513
22514 - type: "plot"
22515   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22516   algorithm: "plot_tsa_name"
22517   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22519   include:
22520     - "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"
22521     - "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"
22522     - "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"
22523     - "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"
22524   layout:
22525     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
22526     layout: "plot-throughput-speedup-analysis"
22527
22528 - type: "plot"
22529   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22530   algorithm: "plot_tsa_name"
22531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22533   include:
22534     - "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"
22535     - "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"
22536     - "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"
22537     - "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"
22538     - "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"
22539     - "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"
22540   layout:
22541     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
22542     layout: "plot-throughput-speedup-analysis"
22543
22544 - type: "plot"
22545   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22546   algorithm: "plot_tsa_name"
22547   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22549   include:
22550     - "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"
22551     - "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"
22552     - "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"
22553     - "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"
22554     - "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"
22555     - "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"
22556   layout:
22557     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
22558     layout: "plot-throughput-speedup-analysis"
22559
22560 # Packet Throughput - DPDK
22561
22562 # 2n-clx-xxv710
22563
22564 - type: "plot"
22565   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
22566   algorithm: "plot_perf_box_name"
22567   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
22568   data: "plot-dpdk-throughput-latency-2n-clx"
22569   include:
22570     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22571     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22572   layout:
22573     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
22574     layout: "plot-throughput"
22575
22576 - type: "plot"
22577   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
22578   algorithm: "plot_perf_box_name"
22579   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
22580   data: "plot-dpdk-throughput-latency-2n-clx"
22581   include:
22582     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22583     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22584   layout:
22585     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
22586     layout: "plot-throughput"
22587
22588 - type: "plot"
22589   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
22590   algorithm: "plot_perf_box_name"
22591   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
22592   data: "plot-dpdk-throughput-latency-2n-clx"
22593   include:
22594     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22595     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22596   layout:
22597     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
22598     layout: "plot-throughput"
22599
22600 - type: "plot"
22601   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
22602   algorithm: "plot_perf_box_name"
22603   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
22604   data: "plot-dpdk-throughput-latency-2n-clx"
22605   include:
22606     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22607     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22608   layout:
22609     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
22610     layout: "plot-throughput"
22611
22612 # 2n-clx-x710
22613
22614 - type: "plot"
22615   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
22616   algorithm: "plot_perf_box_name"
22617   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
22618   data: "plot-dpdk-throughput-latency-2n-clx"
22619   include:
22620     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22621     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22622   layout:
22623     title: "2n-clx-x710-64b-2t1c-base-ndr"
22624     layout: "plot-throughput"
22625
22626 - type: "plot"
22627   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
22628   algorithm: "plot_perf_box_name"
22629   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
22630   data: "plot-dpdk-throughput-latency-2n-clx"
22631   include:
22632     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22633     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22634   layout:
22635     title: "2n-clx-x710-64b-4t2c-base-ndr"
22636     layout: "plot-throughput"
22637
22638 - type: "plot"
22639   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
22640   algorithm: "plot_perf_box_name"
22641   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
22642   data: "plot-dpdk-throughput-latency-2n-clx"
22643   include:
22644     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22645     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22646   layout:
22647     title: "2n-clx-x710-64b-2t1c-base-pdr"
22648     layout: "plot-throughput"
22649
22650 - type: "plot"
22651   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
22652   algorithm: "plot_perf_box_name"
22653   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
22654   data: "plot-dpdk-throughput-latency-2n-clx"
22655   include:
22656     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22657     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22658   layout:
22659     title: "2n-clx-x710-64b-4t2c-base-pdr"
22660     layout: "plot-throughput"
22661
22662 ###############################################################################
22663
22664 # 2n-zn2
22665
22666 # Packet Throughput
22667
22668 - type: "plot"
22669   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
22670   algorithm: "plot_perf_box_name"
22671   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
22672   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22673   include:
22674     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22675     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22676     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22677     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22678   layout:
22679     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
22680     layout: "plot-throughput"
22681
22682 - type: "plot"
22683   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
22684   algorithm: "plot_perf_box_name"
22685   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
22686   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22687   include:
22688     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22689     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22690     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22691     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22692   layout:
22693     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
22694     layout: "plot-throughput"
22695
22696 - type: "plot"
22697   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
22698   algorithm: "plot_perf_box_name"
22699   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
22700   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22701   include:
22702     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22703     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22704     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22705     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22706   layout:
22707     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
22708     layout: "plot-throughput"
22709
22710 - type: "plot"
22711   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
22712   algorithm: "plot_perf_box_name"
22713   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
22714   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22715   include:
22716     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22717     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22718     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22719     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22720   layout:
22721     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
22722     layout: "plot-throughput"
22723
22724 - type: "plot"
22725   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
22726   algorithm: "plot_perf_box_name"
22727   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
22728   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22729   include:
22730     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22731     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22732     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22733     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22734   layout:
22735     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
22736     layout: "plot-throughput"
22737
22738 - type: "plot"
22739   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
22740   algorithm: "plot_perf_box_name"
22741   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
22742   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22743   include:
22744     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22745     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22746     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22747     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22748   layout:
22749     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
22750     layout: "plot-throughput"
22751
22752 - type: "plot"
22753   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
22754   algorithm: "plot_perf_box_name"
22755   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
22756   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22757   include:
22758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
22759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
22760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
22761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
22762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
22763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22764   layout:
22765     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
22766     layout: "plot-throughput"
22767
22768 - type: "plot"
22769   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
22770   algorithm: "plot_perf_box_name"
22771   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
22772   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22773   include:
22774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
22775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
22776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
22777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
22778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
22779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22780   layout:
22781     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
22782     layout: "plot-throughput"
22783
22784 - type: "plot"
22785   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
22786   algorithm: "plot_perf_box_name"
22787   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
22788   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22789   include:
22790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
22791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
22792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
22793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
22794   layout:
22795     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
22796     layout: "plot-throughput"
22797
22798 - type: "plot"
22799   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
22800   algorithm: "plot_perf_box_name"
22801   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
22802   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22803   include:
22804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
22805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
22806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
22807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
22808   layout:
22809     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
22810     layout: "plot-throughput"
22811
22812 - type: "plot"
22813   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
22814   algorithm: "plot_perf_box_name"
22815   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
22816   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22817   include:
22818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
22819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
22820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
22821   layout:
22822     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
22823     layout: "plot-throughput"
22824
22825 - type: "plot"
22826   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
22827   algorithm: "plot_perf_box_name"
22828   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
22829   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22830   include:
22831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
22832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
22833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
22834   layout:
22835     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
22836     layout: "plot-throughput"
22837
22838 - type: "plot"
22839   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
22840   algorithm: "plot_perf_box_name"
22841   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
22842   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22843   include:
22844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
22845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
22847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
22848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
22849   layout:
22850     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
22851     layout: "plot-throughput"
22852
22853 - type: "plot"
22854   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
22855   algorithm: "plot_perf_box_name"
22856   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
22857   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22858   include:
22859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
22860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
22862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
22863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
22864   layout:
22865     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
22866     layout: "plot-throughput"
22867
22868 - type: "plot"
22869   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
22870   algorithm: "plot_perf_box_name"
22871   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
22872   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22873   include:
22874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
22875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
22876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
22877   layout:
22878     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
22879     layout: "plot-throughput"
22880
22881 - type: "plot"
22882   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
22883   algorithm: "plot_perf_box_name"
22884   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
22885   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22886   include:
22887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
22888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
22889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
22890   layout:
22891     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
22892     layout: "plot-throughput"
22893
22894 - type: "plot"
22895   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
22896   algorithm: "plot_perf_box_name"
22897   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
22898   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22899   include:
22900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22906   layout:
22907     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
22908     layout: "plot-throughput"
22909
22910 - type: "plot"
22911   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
22912   algorithm: "plot_perf_box_name"
22913   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
22914   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22915   include:
22916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22922   layout:
22923     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
22924     layout: "plot-throughput"
22925
22926 - type: "plot"
22927   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
22928   algorithm: "plot_perf_box_name"
22929   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
22930   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22931   include:
22932     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22933     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
22934     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
22935     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
22936     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
22937   layout:
22938     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
22939     layout: "plot-throughput"
22940
22941 #- type: "plot"
22942 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
22943 #  algorithm: "plot_perf_box_name"
22944 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
22945 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22946 #  include:
22947 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
22948 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
22949 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
22950 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
22951 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
22952 #  layout:
22953 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
22954 #    layout: "plot-throughput"
22955 #
22956 #- type: "plot"
22957 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
22958 #  algorithm: "plot_perf_box_name"
22959 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
22960 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22961 #  include:
22962 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
22963 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
22964 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
22965 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
22966 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
22967 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
22968 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
22969 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
22970 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
22971 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
22972 #  layout:
22973 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
22974 #    layout: "plot-cps"
22975 #
22976 #- type: "plot"
22977 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
22978 #  algorithm: "plot_perf_box_name"
22979 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
22980 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22981 #  include:
22982 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
22983 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
22984 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
22985 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
22986 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
22987 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
22988 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
22989 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
22990 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
22991 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
22992 #  layout:
22993 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
22994 #    layout: "plot-throughput"
22995 #
22996 #- type: "plot"
22997 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
22998 #  algorithm: "plot_perf_box_name"
22999 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
23000 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23001 #  include:
23002 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
23003 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
23004 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
23005 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
23006 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
23007 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
23008 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
23009 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
23010 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
23011 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
23012 #  layout:
23013 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
23014 #    layout: "plot-cps"
23015 #
23016 #- type: "plot"
23017 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
23018 #  algorithm: "plot_perf_box_name"
23019 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
23020 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23021 #  include:
23022 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
23023 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
23024 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
23025 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
23026 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
23027 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
23028 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
23029 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
23030 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
23031 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
23032 #  layout:
23033 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
23034 #    layout: "plot-throughput"
23035
23036 - type: "plot"
23037   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
23038   algorithm: "plot_perf_box_name"
23039   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
23040   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23041   include:
23042     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23043     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
23044     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
23045     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
23046     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
23047   layout:
23048     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
23049     layout: "plot-throughput"
23050
23051 #- type: "plot"
23052 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
23053 #  algorithm: "plot_perf_box_name"
23054 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
23055 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23056 #  include:
23057 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
23058 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
23059 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
23060 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
23061 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
23062 #  layout:
23063 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
23064 #    layout: "plot-throughput"
23065 #
23066 #- type: "plot"
23067 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
23068 #  algorithm: "plot_perf_box_name"
23069 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
23070 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23071 #  include:
23072 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
23073 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
23074 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
23075 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
23076 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
23077 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
23078 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
23079 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
23080 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
23081 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
23082 #  layout:
23083 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
23084 #    layout: "plot-cps"
23085 #
23086 #- type: "plot"
23087 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
23088 #  algorithm: "plot_perf_box_name"
23089 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
23090 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23091 #  include:
23092 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
23093 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
23094 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
23095 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
23096 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
23097 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
23098 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
23099 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
23100 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
23101 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
23102 #  layout:
23103 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
23104 #    layout: "plot-throughput"
23105 #
23106 #- type: "plot"
23107 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
23108 #  algorithm: "plot_perf_box_name"
23109 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
23110 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23111 #  include:
23112 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
23113 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
23114 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
23115 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
23116 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
23117 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
23118 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
23119 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
23120 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
23121 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
23122 #  layout:
23123 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
23124 #    layout: "plot-cps"
23125 #
23126 #- type: "plot"
23127 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
23128 #  algorithm: "plot_perf_box_name"
23129 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
23130 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23131 #  include:
23132 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
23133 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
23134 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
23135 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
23136 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
23137 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
23138 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
23139 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
23140 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
23141 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
23142 #  layout:
23143 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
23144 #    layout: "plot-throughput"
23145
23146 - type: "plot"
23147   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
23148   algorithm: "plot_perf_box_name"
23149   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
23150   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23151   include:
23152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23158   layout:
23159     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
23160     layout: "plot-throughput"
23161
23162 - type: "plot"
23163   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
23164   algorithm: "plot_perf_box_name"
23165   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
23166   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23167   include:
23168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23174   layout:
23175     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
23176     layout: "plot-throughput"
23177
23178 - type: "plot"
23179   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
23180   algorithm: "plot_perf_box_name"
23181   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
23182   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23183   include:
23184     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
23185     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
23186   layout:
23187     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
23188     layout: "plot-throughput"
23189
23190 - type: "plot"
23191   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
23192   algorithm: "plot_perf_box_name"
23193   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
23194   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23195   include:
23196     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
23197     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
23198   layout:
23199     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
23200     layout: "plot-throughput"
23201
23202 - type: "plot"
23203   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
23204   algorithm: "plot_perf_box_name"
23205   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
23206   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23207   include:
23208     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
23209     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
23210     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
23211     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
23212     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
23213     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
23214   layout:
23215     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
23216     layout: "plot-throughput"
23217
23218 - type: "plot"
23219   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
23220   algorithm: "plot_perf_box_name"
23221   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
23222   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23223   include:
23224     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
23225     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
23226     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
23227     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
23228     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
23229     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
23230   layout:
23231     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
23232     layout: "plot-throughput"
23233
23234 - type: "plot"
23235   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
23236   algorithm: "plot_perf_box_name"
23237   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
23238   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23239   include:
23240     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23241     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23242     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23243     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23244     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23245     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23246   layout:
23247     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
23248     layout: "plot-throughput"
23249
23250 - type: "plot"
23251   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
23252   algorithm: "plot_perf_box_name"
23253   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
23254   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23255   include:
23256     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23257     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23258     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23259     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23260     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23261     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23262   layout:
23263     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
23264     layout: "plot-throughput"
23265
23266 - type: "plot"
23267   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
23268   algorithm: "plot_perf_box_name"
23269   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
23270   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23271   include:
23272     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
23273     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
23274     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
23275     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
23276     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
23277   layout:
23278     title: "2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
23279     layout: "plot-throughput"
23280
23281 - type: "plot"
23282   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
23283   algorithm: "plot_perf_box_name"
23284   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
23285   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23286   include:
23287     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
23288     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
23289     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
23290     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
23291     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
23292   layout:
23293     title: "2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
23294     layout: "plot-throughput"
23295
23296 - type: "plot"
23297   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
23298   algorithm: "plot_perf_box_name"
23299   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
23300   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23301   include:
23302     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
23303     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
23304     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
23305     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23306     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23307     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23308     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23309   layout:
23310     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
23311     layout: "plot-throughput"
23312
23313 - type: "plot"
23314   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
23315   algorithm: "plot_perf_box_name"
23316   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
23317   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23318   include:
23319     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
23320     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
23321     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
23322     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23323     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23324     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23325     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23326   layout:
23327     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
23328     layout: "plot-throughput"
23329
23330 - type: "plot"
23331   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
23332   algorithm: "plot_perf_box_name"
23333   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
23334   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23335   include:
23336     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
23337     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
23338     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
23339     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
23340     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
23341   layout:
23342     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
23343     layout: "plot-throughput"
23344
23345 - type: "plot"
23346   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
23347   algorithm: "plot_perf_box_name"
23348   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
23349   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23350   include:
23351     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
23352     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
23353     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
23354     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
23355     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
23356   layout:
23357     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
23358     layout: "plot-throughput"
23359
23360 - type: "plot"
23361   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
23362   algorithm: "plot_perf_box_name"
23363   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
23364   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23365   include:
23366     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
23367     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
23368     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
23369     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23370   layout:
23371     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
23372     layout: "plot-throughput"
23373
23374 - type: "plot"
23375   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
23376   algorithm: "plot_perf_box_name"
23377   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
23378   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23379   include:
23380     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
23381     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
23382     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
23383     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23384   layout:
23385     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
23386     layout: "plot-throughput"
23387
23388 - type: "plot"
23389   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
23390   algorithm: "plot_perf_box_name"
23391   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
23392   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23393   include:
23394     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23395     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23396     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
23397     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
23398     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23399   layout:
23400     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
23401     layout: "plot-throughput"
23402
23403 - type: "plot"
23404   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
23405   algorithm: "plot_perf_box_name"
23406   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
23407   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23408   include:
23409     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23410     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23411     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
23412     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
23413     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23414   layout:
23415     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
23416     layout: "plot-throughput"
23417
23418 - type: "plot"
23419   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
23420   algorithm: "plot_perf_box_name"
23421   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
23422   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23423   include:
23424     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23425     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
23426     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
23427     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
23428   layout:
23429     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
23430     layout: "plot-throughput"
23431
23432 - type: "plot"
23433   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
23434   algorithm: "plot_perf_box_name"
23435   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
23436   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23437   include:
23438     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23439     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
23440     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
23441     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
23442   layout:
23443     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
23444     layout: "plot-throughput"
23445
23446 - type: "plot"
23447   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
23448   algorithm: "plot_perf_box_name"
23449   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
23450   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23451   include:
23452     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
23453     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
23454     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
23455     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
23456     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
23457   layout:
23458     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
23459     layout: "plot-throughput"
23460
23461 - type: "plot"
23462   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
23463   algorithm: "plot_perf_box_name"
23464   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
23465   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23466   include:
23467     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
23468     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
23469     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
23470     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
23471     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
23472   layout:
23473     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
23474     layout: "plot-throughput"
23475
23476 - type: "plot"
23477   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
23478   algorithm: "plot_perf_box_name"
23479   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
23480   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23481   include:
23482     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23483     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
23484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23485     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23486     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23487   layout:
23488     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
23489     layout: "plot-throughput"
23490
23491 - type: "plot"
23492   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
23493   algorithm: "plot_perf_box_name"
23494   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
23495   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23496   include:
23497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
23499     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23500     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23501     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23502   layout:
23503     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
23504     layout: "plot-throughput"
23505
23506 - type: "plot"
23507   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
23508   algorithm: "plot_perf_box_name"
23509   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
23510   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23511   include:
23512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
23514     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
23515     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23516     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23517   layout:
23518     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
23519     layout: "plot-throughput"
23520
23521 - type: "plot"
23522   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
23523   algorithm: "plot_perf_box_name"
23524   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
23525   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23526   include:
23527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23528     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
23529     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
23530     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23531     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23532   layout:
23533     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
23534     layout: "plot-throughput"
23535
23536 - type: "plot"
23537   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
23538   algorithm: "plot_perf_box_name"
23539   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
23540   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23541   include:
23542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
23543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
23546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23548   layout:
23549     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
23550     layout: "plot-throughput"
23551
23552 - type: "plot"
23553   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
23554   algorithm: "plot_perf_box_name"
23555   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
23556   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23557   include:
23558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
23559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
23562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23564   layout:
23565     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
23566     layout: "plot-throughput"
23567
23568 - type: "plot"
23569   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
23570   algorithm: "plot_perf_box_name"
23571   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
23572   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23573   include:
23574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
23576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
23577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23578   layout:
23579     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
23580     layout: "plot-throughput"
23581
23582 - type: "plot"
23583   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
23584   algorithm: "plot_perf_box_name"
23585   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
23586   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23587   include:
23588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
23590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
23591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23592   layout:
23593     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
23594     layout: "plot-throughput"
23595
23596 - type: "plot"
23597   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
23598   algorithm: "plot_perf_box_name"
23599   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
23600   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23601   include:
23602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
23603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
23606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
23607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23608   layout:
23609     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
23610     layout: "plot-throughput"
23611
23612 - type: "plot"
23613   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
23614   algorithm: "plot_perf_box_name"
23615   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
23616   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23617   include:
23618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
23619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
23622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
23623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23624   layout:
23625     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
23626     layout: "plot-throughput"
23627
23628 - type: "plot"
23629   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
23630   algorithm: "plot_perf_box_name"
23631   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
23632   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23633   include:
23634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
23636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
23637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23638   layout:
23639     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
23640     layout: "plot-throughput"
23641
23642 - type: "plot"
23643   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
23644   algorithm: "plot_perf_box_name"
23645   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
23646   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23647   include:
23648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
23650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
23651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23652   layout:
23653     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
23654     layout: "plot-throughput"
23655
23656 - type: "plot"
23657   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
23658   algorithm: "plot_perf_box_name"
23659   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
23660   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23661   include:
23662     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
23663     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
23664     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23665     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
23666     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
23667     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23668   layout:
23669     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
23670     layout: "plot-throughput"
23671
23672 - type: "plot"
23673   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
23674   algorithm: "plot_perf_box_name"
23675   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
23676   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23677   include:
23678     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
23679     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
23680     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23681     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
23682     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
23683     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23684   layout:
23685     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
23686     layout: "plot-throughput"
23687
23688 - type: "plot"
23689   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
23690   algorithm: "plot_perf_box_name"
23691   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
23692   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23693   include:
23694     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23695     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
23696     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
23697     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
23698   layout:
23699     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
23700     layout: "plot-throughput"
23701
23702 - type: "plot"
23703   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
23704   algorithm: "plot_perf_box_name"
23705   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
23706   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23707   include:
23708     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23709     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
23710     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
23711     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
23712   layout:
23713     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
23714     layout: "plot-throughput"
23715
23716 - type: "plot"
23717   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
23718   algorithm: "plot_perf_box_name"
23719   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
23720   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23721   include:
23722     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23724     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23725     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23726     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23727   layout:
23728     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
23729     layout: "plot-throughput"
23730
23731 - type: "plot"
23732   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
23733   algorithm: "plot_perf_box_name"
23734   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
23735   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23736   include:
23737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23742   layout:
23743     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
23744     layout: "plot-throughput"
23745
23746 - type: "plot"
23747   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
23748   algorithm: "plot_perf_box_name"
23749   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
23750   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23751   include:
23752     - "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"
23753     - "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"
23754     - "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"
23755     - "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"
23756     - "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"
23757   layout:
23758     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
23759     layout: "plot-throughput"
23760
23761 - type: "plot"
23762   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
23763   algorithm: "plot_perf_box_name"
23764   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
23765   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23766   include:
23767     - "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"
23768     - "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"
23769     - "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"
23770     - "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"
23771     - "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"
23772   layout:
23773     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
23774     layout: "plot-throughput"
23775
23776 - type: "plot"
23777   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
23778   algorithm: "plot_perf_box_name"
23779   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
23780   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23781   include:
23782     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23783     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23787   layout:
23788     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
23789     layout: "plot-throughput"
23790
23791 - type: "plot"
23792   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
23793   algorithm: "plot_perf_box_name"
23794   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
23795   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23796   include:
23797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23802   layout:
23803     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
23804     layout: "plot-throughput"
23805
23806 - type: "plot"
23807   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
23808   algorithm: "plot_perf_box_name"
23809   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
23810   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23811   include:
23812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23817   layout:
23818     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
23819     layout: "plot-throughput"
23820
23821 - type: "plot"
23822   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
23823   algorithm: "plot_perf_box_name"
23824   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
23825   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23826   include:
23827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23832   layout:
23833     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
23834     layout: "plot-throughput"
23835
23836 - type: "plot"
23837   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
23838   algorithm: "plot_perf_box_name"
23839   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
23840   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23841   include:
23842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23846   layout:
23847     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
23848     layout: "plot-throughput"
23849
23850 - type: "plot"
23851   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
23852   algorithm: "plot_perf_box_name"
23853   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
23854   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23855   include:
23856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23860   layout:
23861     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
23862     layout: "plot-throughput"
23863
23864 - type: "plot"
23865   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
23866   algorithm: "plot_perf_box_name"
23867   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
23868   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23869   include:
23870     - "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"
23871     - "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"
23872     - "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"
23873     - "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"
23874   layout:
23875     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
23876     layout: "plot-throughput"
23877
23878 - type: "plot"
23879   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
23880   algorithm: "plot_perf_box_name"
23881   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
23882   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23883   include:
23884     - "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"
23885     - "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"
23886     - "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"
23887     - "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"
23888   layout:
23889     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
23890     layout: "plot-throughput"
23891
23892 - type: "plot"
23893   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
23894   algorithm: "plot_perf_box_name"
23895   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
23896   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23897   include:
23898     - "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"
23899     - "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"
23900     - "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"
23901     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
23902     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
23903     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
23904   layout:
23905     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
23906     layout: "plot-throughput"
23907
23908 - type: "plot"
23909   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
23910   algorithm: "plot_perf_box_name"
23911   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
23912   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23913   include:
23914     - "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"
23915     - "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"
23916     - "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"
23917     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
23918     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
23919     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
23920   layout:
23921     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
23922     layout: "plot-throughput"
23923
23924 ################################################################################
23925
23926 # Packet Speedup
23927
23928 - type: "plot"
23929   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
23930   algorithm: "plot_tsa_name"
23931   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
23932   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23933   include:
23934     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23935     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23936     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23937     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23938   layout:
23939     title: "2n-zn2-xxv710-64b-memif-base-avf-ndr"
23940     layout: "plot-throughput-speedup-analysis"
23941
23942 - type: "plot"
23943   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
23944   algorithm: "plot_tsa_name"
23945   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
23946   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23947   include:
23948     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23949     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23950     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23951     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23952   layout:
23953     title: "2n-zn2-xxv710-64b-memif-base-avf-pdr"
23954     layout: "plot-throughput-speedup-analysis"
23955
23956 - type: "plot"
23957   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
23958   algorithm: "plot_tsa_name"
23959   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
23960   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23961   include:
23962     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23963     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23964     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23965     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23966   layout:
23967     title: "2n-zn2-xxv710-64b-memif-base-dpdk-ndr"
23968     layout: "plot-throughput-speedup-analysis"
23969
23970 - type: "plot"
23971   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
23972   algorithm: "plot_tsa_name"
23973   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
23974   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23975   include:
23976     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23977     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23978     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23979     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23980   layout:
23981     title: "2n-zn2-xxv710-64b-memif-base-dpdk-pdr"
23982     layout: "plot-throughput-speedup-analysis"
23983
23984 - type: "plot"
23985   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
23986   algorithm: "plot_tsa_name"
23987   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
23988   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23989   include:
23990     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23991     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23992     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23993     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23994   layout:
23995     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
23996     layout: "plot-throughput-speedup-analysis"
23997
23998 - type: "plot"
23999   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
24000   algorithm: "plot_tsa_name"
24001   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
24002   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24003   include:
24004     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24005     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24006     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24007     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24008   layout:
24009     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
24010     layout: "plot-throughput-speedup-analysis"
24011
24012 - type: "plot"
24013   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
24014   algorithm: "plot_tsa_name"
24015   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
24016   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24017   include:
24018     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
24019     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
24020     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
24021     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
24022     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
24023     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
24024   layout:
24025     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
24026     layout: "plot-throughput-speedup-analysis"
24027
24028 - type: "plot"
24029   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
24030   algorithm: "plot_tsa_name"
24031   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
24032   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24033   include:
24034     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
24035     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
24036     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
24037     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
24038     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
24039     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
24040   layout:
24041     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
24042     layout: "plot-throughput-speedup-analysis"
24043
24044 - type: "plot"
24045   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
24046   algorithm: "plot_tsa_name"
24047   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
24048   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24049   include:
24050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
24051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
24052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
24053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
24054   layout:
24055     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr"
24056     layout: "plot-throughput-speedup-analysis"
24057
24058 - type: "plot"
24059   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
24060   algorithm: "plot_tsa_name"
24061   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
24062   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24063   include:
24064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
24065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
24066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
24067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
24068   layout:
24069     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr"
24070     layout: "plot-throughput-speedup-analysis"
24071
24072 - type: "plot"
24073   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
24074   algorithm: "plot_tsa_name"
24075   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
24076   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24077   include:
24078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
24079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
24080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
24081   layout:
24082     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
24083     layout: "plot-throughput-speedup-analysis"
24084
24085 - type: "plot"
24086   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
24087   algorithm: "plot_tsa_name"
24088   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
24089   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24090   include:
24091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
24092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
24093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
24094   layout:
24095     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
24096     layout: "plot-throughput-speedup-analysis"
24097
24098 - type: "plot"
24099   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
24100   algorithm: "plot_tsa_name"
24101   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
24102   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24103   include:
24104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
24105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
24106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
24107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
24108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
24109   layout:
24110     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
24111     layout: "plot-throughput-speedup-analysis"
24112
24113 - type: "plot"
24114   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
24115   algorithm: "plot_tsa_name"
24116   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
24117   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24118   include:
24119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
24120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
24121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
24122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
24123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
24124   layout:
24125     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
24126     layout: "plot-throughput-speedup-analysis"
24127
24128 - type: "plot"
24129   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
24130   algorithm: "plot_tsa_name"
24131   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
24132   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24133   include:
24134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
24135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
24136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
24137   layout:
24138     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
24139     layout: "plot-throughput-speedup-analysis"
24140
24141 - type: "plot"
24142   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
24143   algorithm: "plot_tsa_name"
24144   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
24145   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24146   include:
24147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
24148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
24149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
24150   layout:
24151     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
24152     layout: "plot-throughput-speedup-analysis"
24153
24154 - type: "plot"
24155   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
24156   algorithm: "plot_tsa_name"
24157   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
24158   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24159   include:
24160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
24165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
24166   layout:
24167     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr"
24168     layout: "plot-throughput-speedup-analysis"
24169
24170 - type: "plot"
24171   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
24172   algorithm: "plot_tsa_name"
24173   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
24174   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24175   include:
24176     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
24177     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
24178     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
24179     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
24180     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
24181   layout:
24182     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
24183     layout: "plot-throughput-speedup-analysis"
24184
24185 #- type: "plot"
24186 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
24187 #  algorithm: "plot_tsa_name"
24188 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
24189 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24190 #  include:
24191 #    - "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"
24192 #    - "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"
24193 #    - "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"
24194 #    - "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"
24195 #    - "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"
24196 #  layout:
24197 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
24198 #    layout: "plot-throughput-speedup-analysis"
24199 #
24200 #- type: "plot"
24201 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
24202 #  algorithm: "plot_tsa_name"
24203 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
24204 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24205 #  include:
24206 #    - "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"
24207 #    - "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"
24208 #    - "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"
24209 #    - "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"
24210 #    - "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"
24211 #    - "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"
24212 #    - "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"
24213 #    - "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"
24214 #    - "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"
24215 #    - "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"
24216 #  layout:
24217 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
24218 #    layout: "plot-throughput-speedup-analysis-cps"
24219 #
24220 #- type: "plot"
24221 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
24222 #  algorithm: "plot_tsa_name"
24223 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
24224 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24225 #  include:
24226 #    - "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"
24227 #    - "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"
24228 #    - "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"
24229 #    - "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"
24230 #    - "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"
24231 #    - "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"
24232 #    - "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"
24233 #    - "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"
24234 #    - "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"
24235 #    - "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"
24236 #  layout:
24237 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
24238 #    layout: "plot-throughput-speedup-analysis"
24239 #
24240 #- type: "plot"
24241 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
24242 #  algorithm: "plot_tsa_name"
24243 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
24244 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24245 #  include:
24246 #    - "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"
24247 #    - "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"
24248 #    - "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"
24249 #    - "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"
24250 #    - "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"
24251 #    - "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"
24252 #    - "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"
24253 #    - "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"
24254 #    - "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"
24255 #    - "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"
24256 #  layout:
24257 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
24258 #    layout: "plot-throughput-speedup-analysis-cps"
24259 #
24260 #- type: "plot"
24261 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
24262 #  algorithm: "plot_tsa_name"
24263 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
24264 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24265 #  include:
24266 #    - "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"
24267 #    - "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"
24268 #    - "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"
24269 #    - "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"
24270 #    - "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"
24271 #    - "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"
24272 #    - "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"
24273 #    - "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"
24274 #    - "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"
24275 #    - "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"
24276 #  layout:
24277 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
24278 #    layout: "plot-throughput-speedup-analysis"
24279
24280 - type: "plot"
24281   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
24282   algorithm: "plot_tsa_name"
24283   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
24284   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24285   include:
24286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
24291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
24292   layout:
24293     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr"
24294     layout: "plot-throughput-speedup-analysis"
24295
24296 - type: "plot"
24297   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
24298   algorithm: "plot_tsa_name"
24299   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
24300   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24301   include:
24302     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
24303     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
24304     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
24305     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
24306     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
24307   layout:
24308     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
24309     layout: "plot-throughput-speedup-analysis"
24310
24311 #- type: "plot"
24312 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
24313 #  algorithm: "plot_tsa_name"
24314 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
24315 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24316 #  include:
24317 #    - "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"
24318 #    - "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"
24319 #    - "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"
24320 #    - "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"
24321 #    - "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"
24322 #  layout:
24323 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
24324 #    layout: "plot-throughput-speedup-analysis"
24325 #
24326 #- type: "plot"
24327 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
24328 #  algorithm: "plot_tsa_name"
24329 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
24330 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24331 #  include:
24332 #    - "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"
24333 #    - "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"
24334 #    - "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"
24335 #    - "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"
24336 #    - "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"
24337 #    - "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"
24338 #    - "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"
24339 #    - "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"
24340 #    - "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"
24341 #    - "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"
24342 #  layout:
24343 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
24344 #    layout: "plot-throughput-speedup-analysis-cps"
24345 #
24346 #- type: "plot"
24347 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
24348 #  algorithm: "plot_tsa_name"
24349 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
24350 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24351 #  include:
24352 #    - "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"
24353 #    - "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"
24354 #    - "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"
24355 #    - "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"
24356 #    - "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"
24357 #    - "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"
24358 #    - "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"
24359 #    - "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"
24360 #    - "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"
24361 #    - "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"
24362 #  layout:
24363 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
24364 #    layout: "plot-throughput-speedup-analysis"
24365 #
24366 #- type: "plot"
24367 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
24368 #  algorithm: "plot_tsa_name"
24369 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
24370 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24371 #  include:
24372 #    - "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"
24373 #    - "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"
24374 #    - "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"
24375 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
24376 #    - "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"
24377 #    - "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"
24378 #    - "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"
24379 #    - "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"
24380 #    - "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"
24381 #    - "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"
24382 #  layout:
24383 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
24384 #    layout: "plot-throughput-speedup-analysis-cps"
24385 #
24386 #- type: "plot"
24387 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
24388 #  algorithm: "plot_tsa_name"
24389 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
24390 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24391 #  include:
24392 #    - "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"
24393 #    - "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"
24394 #    - "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"
24395 #    - "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"
24396 #    - "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"
24397 #    - "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"
24398 #    - "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"
24399 #    - "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"
24400 #    - "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"
24401 #    - "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"
24402 #  layout:
24403 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
24404 #    layout: "plot-throughput-speedup-analysis"
24405
24406 - type: "plot"
24407   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
24408   algorithm: "plot_tsa_name"
24409   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
24410   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24411   include:
24412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
24413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
24418   layout:
24419     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr"
24420     layout: "plot-throughput-speedup-analysis"
24421
24422 - type: "plot"
24423   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
24424   algorithm: "plot_tsa_name"
24425   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
24426   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24427   include:
24428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
24429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
24434   layout:
24435     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr"
24436     layout: "plot-throughput-speedup-analysis"
24437
24438 - type: "plot"
24439   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
24440   algorithm: "plot_tsa_name"
24441   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
24442   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24443   include:
24444     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
24445     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
24446   layout:
24447     title: "2n-zn2-cx556a-64b-rdma-ip4base-ndr"
24448     layout: "plot-throughput-speedup-analysis"
24449
24450 - type: "plot"
24451   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
24452   algorithm: "plot_tsa_name"
24453   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
24454   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24455   include:
24456     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
24457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
24458   layout:
24459     title: "2n-zn2-cx556a-64b-rdma-ip4base-pdr"
24460     layout: "plot-throughput-speedup-analysis"
24461
24462 - type: "plot"
24463   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
24464   algorithm: "plot_tsa_name"
24465   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
24466   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24467   include:
24468     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
24469     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
24470     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
24471     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
24472     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
24473     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
24474   layout:
24475     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr"
24476     layout: "plot-throughput-speedup-analysis"
24477
24478 - type: "plot"
24479   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
24480   algorithm: "plot_tsa_name"
24481   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
24482   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24483   include:
24484     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
24485     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
24486     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
24487     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
24488     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
24489     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
24490   layout:
24491     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr"
24492     layout: "plot-throughput-speedup-analysis"
24493
24494 - type: "plot"
24495   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
24496   algorithm: "plot_tsa_name"
24497   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
24498   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24499   include:
24500     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24501     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24502     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24503     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24504     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
24505     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
24506   layout:
24507     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-ndr"
24508     layout: "plot-throughput-speedup-analysis"
24509
24510 - type: "plot"
24511   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
24512   algorithm: "plot_tsa_name"
24513   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
24514   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24515   include:
24516     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24517     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24518     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24519     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24520     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
24521     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
24522   layout:
24523     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-pdr"
24524     layout: "plot-throughput-speedup-analysis"
24525
24526 - type: "plot"
24527   title: "Speedup: 2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
24528   algorithm: "plot_tsa_name"
24529   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
24530   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24531   include:
24532     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
24533     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
24534     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
24535     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
24536     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
24537   layout:
24538     title: "2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
24539     layout: "plot-throughput-speedup-analysis"
24540
24541 - type: "plot"
24542   title: "Speedup: 2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
24543   algorithm: "plot_tsa_name"
24544   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
24545   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24546   include:
24547     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
24548     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
24549     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
24550     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
24551     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
24552   layout:
24553     title: "2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
24554     layout: "plot-throughput-speedup-analysis"
24555
24556 - type: "plot"
24557   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
24558   algorithm: "plot_tsa_name"
24559   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
24560   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24561   include:
24562     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
24563     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
24564     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
24565     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
24566     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
24567     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
24568     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
24569   layout:
24570     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
24571     layout: "plot-throughput-speedup-analysis"
24572
24573 - type: "plot"
24574   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
24575   algorithm: "plot_tsa_name"
24576   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
24577   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24578   include:
24579     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
24580     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
24581     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
24582     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
24583     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
24584     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
24585     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
24586   layout:
24587     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
24588     layout: "plot-throughput-speedup-analysis"
24589
24590 - type: "plot"
24591   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
24592   algorithm: "plot_tsa_name"
24593   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
24594   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24595   include:
24596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
24597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
24598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
24599     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
24600     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
24601   layout:
24602     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr"
24603     layout: "plot-throughput-speedup-analysis"
24604
24605 - type: "plot"
24606   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
24607   algorithm: "plot_tsa_name"
24608   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
24609   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24610   include:
24611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
24612     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
24613     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
24614     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
24615     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
24616   layout:
24617     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr"
24618     layout: "plot-throughput-speedup-analysis"
24619
24620 - type: "plot"
24621   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
24622   algorithm: "plot_tsa_name"
24623   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
24624   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24625   include:
24626     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
24627     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
24628     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
24629     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
24630   layout:
24631     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr"
24632     layout: "plot-throughput-speedup-analysis"
24633
24634 - type: "plot"
24635   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
24636   algorithm: "plot_tsa_name"
24637   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
24638   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24639   include:
24640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
24641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
24642     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
24643     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
24644   layout:
24645     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr"
24646     layout: "plot-throughput-speedup-analysis"
24647
24648 - type: "plot"
24649   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
24650   algorithm: "plot_tsa_name"
24651   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
24652   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24653   include:
24654     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
24655     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
24656     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
24657     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
24658     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
24659   layout:
24660     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
24661     layout: "plot-throughput-speedup-analysis"
24662
24663 - type: "plot"
24664   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
24665   algorithm: "plot_tsa_name"
24666   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
24667   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24668   include:
24669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
24670     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
24671     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
24672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
24673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
24674   layout:
24675     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
24676     layout: "plot-throughput-speedup-analysis"
24677
24678 - type: "plot"
24679   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
24680   algorithm: "plot_tsa_name"
24681   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
24682   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24683   include:
24684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
24685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
24686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
24687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
24688   layout:
24689     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr"
24690     layout: "plot-throughput-speedup-analysis"
24691
24692 - type: "plot"
24693   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
24694   algorithm: "plot_tsa_name"
24695   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
24696   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24697   include:
24698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
24699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
24700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
24701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
24702   layout:
24703     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr"
24704     layout: "plot-throughput-speedup-analysis"
24705
24706 - type: "plot"
24707   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
24708   algorithm: "plot_tsa_name"
24709   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
24710   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24711   include:
24712     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
24713     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
24714     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
24715     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
24716     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
24717   layout:
24718     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr"
24719     layout: "plot-throughput-speedup-analysis"
24720
24721 - type: "plot"
24722   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
24723   algorithm: "plot_tsa_name"
24724   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
24725   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24726   include:
24727     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
24728     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
24729     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
24730     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
24731     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
24732   layout:
24733     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr"
24734     layout: "plot-throughput-speedup-analysis"
24735
24736 - type: "plot"
24737   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
24738   algorithm: "plot_tsa_name"
24739   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
24740   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24741   include:
24742     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24743     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
24744     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
24745     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24746     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
24747   layout:
24748     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-ndr"
24749     layout: "plot-throughput-speedup-analysis"
24750
24751 - type: "plot"
24752   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
24753   algorithm: "plot_tsa_name"
24754   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
24755   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24756   include:
24757     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24758     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
24759     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
24760     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24761     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
24762   layout:
24763     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-pdr"
24764     layout: "plot-throughput-speedup-analysis"
24765
24766 - type: "plot"
24767   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
24768   algorithm: "plot_tsa_name"
24769   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
24770   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24771   include:
24772     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
24773     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
24774     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
24775     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24776     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
24777   layout:
24778     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr"
24779     layout: "plot-throughput-speedup-analysis"
24780
24781 - type: "plot"
24782   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
24783   algorithm: "plot_tsa_name"
24784   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
24785   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24786   include:
24787     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
24788     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
24789     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
24790     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24791     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
24792   layout:
24793     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr"
24794     layout: "plot-throughput-speedup-analysis"
24795
24796 - type: "plot"
24797   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
24798   algorithm: "plot_tsa_name"
24799   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
24800   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24801   include:
24802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
24803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
24806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
24807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24808   layout:
24809     title: "2n-zn2-xxv710-64b-l2switching-base-avf-ndr"
24810     layout: "plot-throughput-speedup-analysis"
24811
24812 - type: "plot"
24813   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
24814   algorithm: "plot_tsa_name"
24815   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
24816   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24817   include:
24818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
24819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
24822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
24823     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24824   layout:
24825     title: "2n-zn2-xxv710-64b-l2switching-base-avf-pdr"
24826     layout: "plot-throughput-speedup-analysis"
24827
24828 - type: "plot"
24829   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
24830   algorithm: "plot_tsa_name"
24831   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
24832   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24833   include:
24834     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24835     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
24836     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
24837     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
24838   layout:
24839     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr"
24840     layout: "plot-throughput-speedup-analysis"
24841
24842 - type: "plot"
24843   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
24844   algorithm: "plot_tsa_name"
24845   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
24846   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24847   include:
24848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
24850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
24851     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
24852   layout:
24853     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr"
24854     layout: "plot-throughput-speedup-analysis"
24855
24856 - type: "plot"
24857   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
24858   algorithm: "plot_tsa_name"
24859   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
24860   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24861   include:
24862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
24863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
24864     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24865     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
24866     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
24867     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24868   layout:
24869     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr"
24870     layout: "plot-throughput-speedup-analysis"
24871
24872 - type: "plot"
24873   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
24874   algorithm: "plot_tsa_name"
24875   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
24876   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24877   include:
24878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
24879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
24880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
24882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
24883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24884   layout:
24885     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr"
24886     layout: "plot-throughput-speedup-analysis"
24887
24888 - type: "plot"
24889   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
24890   algorithm: "plot_tsa_name"
24891   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
24892   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24893   include:
24894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
24896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
24897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
24898   layout:
24899     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr"
24900     layout: "plot-throughput-speedup-analysis"
24901
24902 - type: "plot"
24903   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
24904   algorithm: "plot_tsa_name"
24905   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
24906   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24907   include:
24908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
24910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
24911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
24912   layout:
24913     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr"
24914     layout: "plot-throughput-speedup-analysis"
24915
24916 - type: "plot"
24917   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
24918   algorithm: "plot_tsa_name"
24919   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
24920   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24921   include:
24922     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
24923     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
24924     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24925     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
24926     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
24927     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24928   layout:
24929     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-ndr"
24930     layout: "plot-throughput-speedup-analysis"
24931
24932 - type: "plot"
24933   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
24934   algorithm: "plot_tsa_name"
24935   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
24936   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24937   include:
24938     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
24939     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
24940     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24941     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
24942     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
24943     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24944   layout:
24945     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-pdr"
24946     layout: "plot-throughput-speedup-analysis"
24947
24948 - type: "plot"
24949   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
24950   algorithm: "plot_tsa_name"
24951   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
24952   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24953   include:
24954     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24955     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
24956     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
24957     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
24958   layout:
24959     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr"
24960     layout: "plot-throughput-speedup-analysis"
24961
24962 - type: "plot"
24963   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
24964   algorithm: "plot_tsa_name"
24965   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
24966   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24967   include:
24968     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24969     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
24970     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
24971     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
24972   layout:
24973     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr"
24974     layout: "plot-throughput-speedup-analysis"
24975
24976 - type: "plot"
24977   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-ndr"
24978   algorithm: "plot_tsa_name"
24979   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-ndr-tsa"
24980   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24981   include:
24982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24987   layout:
24988     title: "2n-zn2-xxv710-64b-vhost-base-avf-ndr"
24989     layout: "plot-throughput-speedup-analysis"
24990
24991 - type: "plot"
24992   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-pdr"
24993   algorithm: "plot_tsa_name"
24994   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-pdr-tsa"
24995   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24996   include:
24997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25002   layout:
25003     title: "2n-zn2-xxv710-64b-vhost-base-avf-pdr"
25004     layout: "plot-throughput-speedup-analysis"
25005
25006 - type: "plot"
25007   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
25008   algorithm: "plot_tsa_name"
25009   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
25010   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25011   include:
25012     - "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"
25013     - "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"
25014     - "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"
25015     - "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"
25016     - "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"
25017   layout:
25018     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
25019     layout: "plot-throughput-speedup-analysis"
25020
25021 - type: "plot"
25022   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
25023   algorithm: "plot_tsa_name"
25024   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
25025   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25026   include:
25027     - "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"
25028     - "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"
25029     - "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"
25030     - "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"
25031     - "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"
25032   layout:
25033     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
25034     layout: "plot-throughput-speedup-analysis"
25035
25036 - type: "plot"
25037   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
25038   algorithm: "plot_tsa_name"
25039   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-ndr-tsa"
25040   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25041   include:
25042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25047   layout:
25048     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
25049     layout: "plot-throughput-speedup-analysis"
25050
25051 - type: "plot"
25052   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
25053   algorithm: "plot_tsa_name"
25054   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-pdr-tsa"
25055   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25056   include:
25057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25062   layout:
25063     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
25064     layout: "plot-throughput-speedup-analysis"
25065
25066 - type: "plot"
25067   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
25068   algorithm: "plot_tsa_name"
25069   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
25070   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25071   include:
25072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
25077   layout:
25078     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
25079     layout: "plot-throughput-speedup-analysis"
25080
25081 - type: "plot"
25082   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
25083   algorithm: "plot_tsa_name"
25084   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
25085   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25086   include:
25087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
25092   layout:
25093     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
25094     layout: "plot-throughput-speedup-analysis"
25095
25096 - type: "plot"
25097   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
25098   algorithm: "plot_tsa_name"
25099   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
25100   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25101   include:
25102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25104     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25106   layout:
25107     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr"
25108     layout: "plot-throughput-speedup-analysis"
25109
25110 - type: "plot"
25111   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
25112   algorithm: "plot_tsa_name"
25113   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
25114   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25115   include:
25116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25119     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25120   layout:
25121     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr"
25122     layout: "plot-throughput-speedup-analysis"
25123
25124 - type: "plot"
25125   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
25126   algorithm: "plot_tsa_name"
25127   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
25128   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25129   include:
25130     - "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"
25131     - "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"
25132     - "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"
25133     - "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"
25134   layout:
25135     title: "2n-zn2-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
25136     layout: "plot-throughput-speedup-analysis"
25137
25138 - type: "plot"
25139   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
25140   algorithm: "plot_tsa_name"
25141   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
25142   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25143   include:
25144     - "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"
25145     - "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"
25146     - "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"
25147     - "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"
25148   layout:
25149     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
25150     layout: "plot-throughput-speedup-analysis"
25151
25152 - type: "plot"
25153   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
25154   algorithm: "plot_tsa_name"
25155   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
25156   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25157   include:
25158     - "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"
25159     - "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"
25160     - "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"
25161     - "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"
25162     - "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"
25163     - "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"
25164   layout:
25165     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
25166     layout: "plot-throughput-speedup-analysis"
25167
25168 - type: "plot"
25169   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
25170   algorithm: "plot_tsa_name"
25171   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
25172   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25173   include:
25174     - "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"
25175     - "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"
25176     - "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"
25177     - "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"
25178     - "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"
25179     - "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"
25180   layout:
25181     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
25182     layout: "plot-throughput-speedup-analysis"
25183
25184 # Packet Throughput - DPDK
25185
25186 # 2n-zn2-xxv710
25187
25188 - type: "plot"
25189   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-ndr"
25190   algorithm: "plot_perf_box_name"
25191   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-ndr"
25192   data: "plot-dpdk-throughput-latency-2n-zn2"
25193   include:
25194     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
25195     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
25196   layout:
25197     title: "2n-zn2-xxv710-64b-2t1c-base-ndr"
25198     layout: "plot-throughput"
25199
25200 - type: "plot"
25201   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-ndr"
25202   algorithm: "plot_perf_box_name"
25203   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-ndr"
25204   data: "plot-dpdk-throughput-latency-2n-zn2"
25205   include:
25206     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
25207     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
25208   layout:
25209     title: "2n-zn2-xxv710-64b-4t2c-base-ndr"
25210     layout: "plot-throughput"
25211
25212 - type: "plot"
25213   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-pdr"
25214   algorithm: "plot_perf_box_name"
25215   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-pdr"
25216   data: "plot-dpdk-throughput-latency-2n-zn2"
25217   include:
25218     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
25219     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
25220   layout:
25221     title: "2n-zn2-xxv710-64b-2t1c-base-pdr"
25222     layout: "plot-throughput"
25223
25224 - type: "plot"
25225   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-pdr"
25226   algorithm: "plot_perf_box_name"
25227   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-pdr"
25228   data: "plot-dpdk-throughput-latency-2n-zn2"
25229   include:
25230     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
25231     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
25232   layout:
25233     title: "2n-zn2-xxv710-64b-4t2c-base-pdr"
25234     layout: "plot-throughput"
25235
25236 # 2n-zn2-x710
25237
25238 - type: "plot"
25239   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-ndr"
25240   algorithm: "plot_perf_box_name"
25241   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-ndr"
25242   data: "plot-dpdk-throughput-latency-2n-zn2"
25243   include:
25244     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
25245     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
25246   layout:
25247     title: "2n-zn2-x710-64b-2t1c-base-ndr"
25248     layout: "plot-throughput"
25249
25250 - type: "plot"
25251   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-ndr"
25252   algorithm: "plot_perf_box_name"
25253   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-ndr"
25254   data: "plot-dpdk-throughput-latency-2n-zn2"
25255   include:
25256     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
25257     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
25258   layout:
25259     title: "2n-zn2-x710-64b-4t2c-base-ndr"
25260     layout: "plot-throughput"
25261
25262 - type: "plot"
25263   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-pdr"
25264   algorithm: "plot_perf_box_name"
25265   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-pdr"
25266   data: "plot-dpdk-throughput-latency-2n-zn2"
25267   include:
25268     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
25269     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
25270   layout:
25271     title: "2n-zn2-x710-64b-2t1c-base-pdr"
25272     layout: "plot-throughput"
25273
25274 - type: "plot"
25275   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-pdr"
25276   algorithm: "plot_perf_box_name"
25277   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-pdr"
25278   data: "plot-dpdk-throughput-latency-2n-zn2"
25279   include:
25280     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
25281     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
25282   layout:
25283     title: "2n-zn2-x710-64b-4t2c-base-pdr"
25284     layout: "plot-throughput"
25285
25286 ################################################################################
25287
25288 - type: "plot"
25289   title: "Latency by percentile: 2n-skx"
25290   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25291   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
25292   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
25293   target-links: "../../_static/vpp"
25294   data: "plot-vpp-hdrh-lat-2n-skx"
25295   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25296   layout:
25297     layout: "plot-hdrh-latency-percentile-x-log"
25298
25299 - type: "plot"
25300   title: "Latency by percentile: 2n-skx RND"
25301   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25302   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
25303   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
25304   target-links: "../../_static/vpp"
25305   data: "plot-vpp-hdrh-lat-2n-skx-rnd"
25306   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25307   layout:
25308     layout: "plot-hdrh-latency-percentile-x-log"
25309
25310 - type: "plot"
25311   title: "Latency by percentile: 2n-skx NAT"
25312   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25313   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
25314   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
25315   target-links: "../../_static/vpp"
25316   data: "plot-vpp-hdrh-lat-2n-skx-nat"
25317   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25318   layout:
25319     layout: "plot-hdrh-latency-percentile-x-log"
25320
25321 - type: "plot"
25322   title: "Latency by percentile: 2n-zn2"
25323   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25324   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
25325   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
25326   target-links: "../../_static/vpp"
25327   data: "plot-vpp-hdrh-lat-2n-zn2"
25328   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25329   layout:
25330     layout: "plot-hdrh-latency-percentile-x-log"
25331
25332 - type: "plot"
25333   title: "Latency by percentile: 2n-zn2 RND"
25334   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25335   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
25336   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
25337   target-links: "../../_static/vpp"
25338   data: "plot-vpp-hdrh-lat-2n-zn2-rnd"
25339   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25340   layout:
25341     layout: "plot-hdrh-latency-percentile-x-log"
25342
25343 - type: "plot"
25344   title: "Latency by percentile: 3n-skx"
25345   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25346   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
25347   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
25348   target-links: "../../_static/vpp"
25349   data: "plot-vpp-hdrh-lat-3n-skx"
25350   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25351   layout:
25352     layout: "plot-hdrh-latency-percentile-x-log"
25353
25354 - type: "plot"
25355   title: "Latency by percentile: 2n-clx"
25356   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25357   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
25358   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
25359   target-links: "../../_static/vpp"
25360   data: "plot-vpp-hdrh-lat-2n-clx"
25361   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25362   layout:
25363     layout: "plot-hdrh-latency-percentile-x-log"
25364
25365 - type: "plot"
25366   title: "Latency by percentile: 2n-clx RND"
25367   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25368   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
25369   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
25370   target-links: "../../_static/vpp"
25371   data: "plot-vpp-hdrh-lat-2n-clx-rnd"
25372   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25373   layout:
25374     layout: "plot-hdrh-latency-percentile-x-log"
25375
25376 - type: "plot"
25377   title: "Latency by percentile: 2n-clx NAT"
25378   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25379   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
25380   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
25381   target-links: "../../_static/vpp"
25382   data: "plot-vpp-hdrh-lat-2n-clx-nat"
25383   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25384   layout:
25385     layout: "plot-hdrh-latency-percentile-x-log"
25386
25387 - type: "plot"
25388   title: "Latency by percentile: 2n-clx MLX"
25389   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25390   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
25391   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
25392   target-links: "../../_static/vpp"
25393   data: "plot-vpp-hdrh-lat-2n-clx-mlx"
25394   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25395   layout:
25396     layout: "plot-hdrh-latency-percentile-x-log"
25397
25398 - type: "plot"
25399   title: "Latency by percentile: 3n-hsw"
25400   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25401   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
25402   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
25403   target-links: "../../_static/vpp"
25404   data: "plot-vpp-hdrh-lat-3n-hsw"
25405   filter: "'1T1C' and 'NIC_Intel-XL710'"
25406   layout:
25407     layout: "plot-hdrh-latency-percentile-x-log"
25408
25409 - type: "plot"
25410   title: "Latency by percentile: 3n-hsw RND"
25411   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25412   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
25413   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
25414   target-links: "../../_static/vpp"
25415   data: "plot-vpp-hdrh-lat-3n-hsw-rnd"
25416   filter: "'1T1C' and 'NIC_Intel-XL710'"
25417   layout:
25418     layout: "plot-hdrh-latency-percentile-x-log"
25419
25420 - type: "plot"
25421   title: "Latency by percentile: 3n-tsh"
25422   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25423   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
25424   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
25425   target-links: "../../_static/vpp"
25426   data: "plot-vpp-hdrh-lat-3n-tsh"
25427   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
25428   layout:
25429     layout: "plot-hdrh-latency-percentile-x-log"
25430
25431 - type: "plot"
25432   title: "Latency by percentile: 2n-tx2"
25433   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25434   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-tx2"
25435   output-file-links: "{DIR[LAT,VPP]}/2n-tx2.rst"
25436   target-links: "../../_static/vpp"
25437   data: "plot-vpp-hdrh-lat-2n-tx2"
25438   filter: "'1T1C' and 'NIC_Intel-XL710'"
25439   layout:
25440     layout: "plot-hdrh-latency-percentile-x-log"
25441
25442 - type: "plot"
25443   title: "Latency by percentile: DPDK 2n-skx"
25444   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25445   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
25446   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
25447   target-links: "../../_static/dpdk"
25448   data: "plot-dpdk-hdrh-lat-2n-skx"
25449   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25450   layout:
25451     layout: "plot-hdrh-latency-percentile-x-log"
25452
25453 - type: "plot"
25454   title: "Latency by percentile: DPDK 3n-skx"
25455   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25456   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
25457   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
25458   target-links: "../../_static/dpdk"
25459   data: "plot-dpdk-hdrh-lat-3n-skx"
25460   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25461   layout:
25462     layout: "plot-hdrh-latency-percentile-x-log"
25463
25464 - type: "plot"
25465   title: "Latency by percentile: DPDK 2n-clx"
25466   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25467   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
25468   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
25469   target-links: "../../_static/dpdk"
25470   data: "plot-dpdk-hdrh-lat-2n-clx"
25471   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25472   layout:
25473     layout: "plot-hdrh-latency-percentile-x-log"
25474
25475 - type: "plot"
25476   title: "Latency by percentile: DPDK 2n-zn2"
25477   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25478   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2"
25479   output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst"
25480   target-links: "../../_static/dpdk"
25481   data: "plot-dpdk-hdrh-lat-2n-zn2"
25482   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25483   layout:
25484     layout: "plot-hdrh-latency-percentile-x-log"
25485
25486 - type: "plot"
25487   title: "Latency by percentile: DPDK 3n-hsw"
25488   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25489   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
25490   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
25491   target-links: "../../_static/dpdk"
25492   data: "plot-dpdk-hdrh-lat-3n-hsw"
25493   filter: "'1T1C' and 'NIC_Intel-XL710'"
25494   layout:
25495     layout: "plot-hdrh-latency-percentile-x-log"
25496
25497 - type: "plot"
25498   title: "Latency by percentile: DPDK 3n-tsh"
25499   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25500   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
25501   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
25502   target-links: "../../_static/dpdk"
25503   data: "plot-dpdk-hdrh-lat-3n-tsh"
25504   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
25505   layout:
25506     layout: "plot-hdrh-latency-percentile-x-log"
25507
25508 - type: "plot"
25509   title: "Latency by percentile: DPDK 2n-tx2"
25510   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25511   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-tx2"
25512   output-file-links: "{DIR[LAT,DPDK]}/2n-tx2.rst"
25513   target-links: "../../_static/dpdk"
25514   data: "plot-dpdk-hdrh-lat-2n-tx2"
25515   filter: "'1T1C' and 'NIC_Intel-XL710'"
25516   layout:
25517     layout: "plot-hdrh-latency-percentile-x-log"