2df68031a2c11b8f3d985e3daef666ac1f1a7470
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,ZN2]: "{DIR[DTR]}/dpdk_performance_results_2n_zn2"
33     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
34     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
35     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
36     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
37     DIR[DTR,PERF,DPDK,2N,TX2]: "{DIR[DTR]}/dpdk_performance_results_2n_tx2"
38     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
39     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
40     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
41     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
42     DIR[DTR,PERF,VPP,2N,ZN2]: "{DIR[DTR]}/vpp_performance_results_2n_zn2"
43     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
44     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
45     DIR[DTR,PERF,VPP,2N,TX2]: "{DIR[DTR]}/vpp_performance_results_2n_tx2"
46     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
47     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
48     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
49     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
50     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
51     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
52     DIR[DTR,MRR,VPP,2N,ZN2]: "{DIR[DTR]}/vpp_mrr_results_2n_zn2"
53     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
54     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
55     DIR[DTR,MRR,VPP,2N,TX2]: "{DIR[DTR]}/vpp_mrr_results_2n_tx2"
56     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
57     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
58     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
59
60     # Detailed test configurations
61     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
62     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
63     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
64     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
65     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
66     DIR[DTC,PERF,VPP,2N,ZN2]: "{DIR[DTC]}/vpp_performance_configuration_2n_zn2"
67     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
68     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
69     DIR[DTC,PERF,VPP,2N,TX2]: "{DIR[DTC]}/vpp_performance_configuration_2n_tx2"
70     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
71     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
72     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
73     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
74     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
75     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
76     DIR[DTC,MRR,VPP,2N,ZN2]: "{DIR[DTC]}/vpp_mrr_configuration_2n_zn2"
77     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
78     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
79     DIR[DTC,MRR,VPP,2N,TX2]: "{DIR[DTC]}/vpp_mrr_configuration_2n_tx2"
80     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
81     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
82     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
83
84     # Detailed tests operational data
85     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
86     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
87     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
88     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
89     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
90     DIR[DTO,PERF,VPP,2N,ZN2]: "{DIR[DTO]}/vpp_performance_operational_data_2n_zn2"
91     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
92     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
93     DIR[DTO,PERF,VPP,2N,TX2]: "{DIR[DTO]}/vpp_performance_operational_data_2n_tx2"
94     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
95     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
96
97     # Latencies:
98     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
99     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
100
101     # .css patch file to fix tables generated by Sphinx
102     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
103     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
104
105   urls:
106     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
107     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
108     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
109     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
110     DIR[NEXUS,DOC]: "report/_static/archive"
111
112   make-dirs:
113   # List the directories which are created while preparing the environment.
114   # All directories MUST be defined in "paths" section.
115   - "DIR[WORKING,DATA]"
116   - "DIR[STATIC,VPP]"
117   - "DIR[STATIC,DPDK]"
118   - "DIR[STATIC,ARCH]"
119   - "DIR[BUILD,LATEX]"
120   - "DIR[WORKING,SRC]"
121   - "DIR[WORKING,SRC,STATIC]"
122
123   remove-dirs:
124   # List the directories which are deleted while cleaning the environment.
125   # All directories MUST be defined in "paths" section.
126   #- "DIR[BUILD,HTML]"
127   - "DIR[WORKING,DATA]"
128
129   build-dirs:
130   # List the directories where the results (build) is stored.
131   # All directories MUST be defined in "paths" section.
132   - "DIR[BUILD,HTML]"
133   - "DIR[BUILD,LATEX]"
134
135 - type: "configuration"
136
137   mapping-file: "mapping_report.yaml"
138
139   limits:
140     nic:
141       x520: 24460000
142       x553: 29761905
143       x710: 35800000
144       xxv710: 35800000
145       xl710: 35800000
146       cx556a: 148809523.81
147
148     link:
149       10ge: 14880952.38
150       25ge: 37202380.95
151       40ge: 59523809.52
152       100ge: 148809523.81
153
154     pci:
155       pci-g3-x8: 74404761.90
156       pci-g3-x16: 148809523.81
157
158   data-sets:
159
160     ###########################################################################
161     # Plots:
162
163     # 3n-hsw
164
165     plot-vpp-throughput-lat-tsa-3n-hsw:
166       csit-vpp-perf-report-iterative-2101-3n-hsw:
167         - 64  # rls2101.rel NDRPDR iter env 6
168         - 71  # rls2101.rel NDRPDR iter env 6
169         - 73  # rls2101.rel NDRPDR iter env 6
170         - 74  # rls2101.rel NDRPDR iter env 6
171         - 80  # rls2101.rel NDRPDR iter env 6
172         - 81  # rls2101.rel NDRPDR iter env 6
173         - 82  # rls2101.rel NDRPDR iter env 6
174         - 83  # rls2101.rel NDRPDR iter env 6
175         - 88  # rls2101.rel NDRPDR iter env 6
176         - 89  # rls2101.rel NDRPDR iter env 6
177         - 128 # rls2101.rel NDRPDR iter RND env 6
178         - 129 # rls2101.rel NDRPDR iter RND env 6
179         - 130 # rls2101.rel NDRPDR iter RND env 6
180         - 131 # rls2101.rel NDRPDR iter RND env 6
181         - 132 # rls2101.rel NDRPDR iter RND env 6
182         - 133 # rls2101.rel NDRPDR iter RND env 6
183         - 134 # rls2101.rel NDRPDR iter RND env 6
184         - 135 # rls2101.rel NDRPDR iter RND env 6
185         - 136 # rls2101.rel NDRPDR iter RND env 6
186         - 137 # rls2101.rel NDRPDR iter RND env 6
187
188     plot-vpp-hdrh-lat-3n-hsw:
189       csit-vpp-perf-report-iterative-2101-3n-hsw:
190         - 89  # rls2101.rel NDRPDR iter env 6
191
192     plot-vpp-hdrh-lat-3n-hsw-rnd:
193       csit-vpp-perf-report-iterative-2101-3n-hsw:
194         - 128 # rls2101.rel NDRPDR iter RND env 6
195
196     plot-vpp-ipsec-reconf-3n-hsw:
197       csit-vpp-perf-report-iterative-2101-3n-hsw:
198         - 65  # rls2101.rel NDRPDR reconf iter env 6
199         - 68  # rls2101.rel NDRPDR reconf iter env 6
200         - 77  # rls2101.rel NDRPDR reconf iter env 6
201         - 84  # rls2101.rel NDRPDR reconf iter env 6
202         - 90  # rls2101.rel NDRPDR reconf iter env 6
203         - 96  # rls2101.rel NDRPDR reconf iter env 6
204         - 101 # rls2101.rel NDRPDR reconf iter env 6
205         - 104 # rls2101.rel NDRPDR reconf iter env 6
206         - 105 # rls2101.rel NDRPDR reconf iter env 6
207         - 106 # rls2101.rel NDRPDR reconf iter env 6
208         - 107 # rls2101.rel NDRPDR reconf iter env 6
209         - 108 # rls2101.rel NDRPDR reconf iter env 6
210         - 110 # rls2101.rel NDRPDR reconf iter env 6
211         - 111 # rls2101.rel NDRPDR reconf iter env 6
212         - 112 # rls2101.rel NDRPDR reconf iter env 6
213         - 113 # rls2101.rel NDRPDR reconf iter env 6
214         - 114 # rls2101.rel NDRPDR reconf iter env 6
215         - 115 # rls2101.rel NDRPDR reconf iter env 6
216         - 116 # rls2101.rel NDRPDR reconf iter env 6
217         - 117 # rls2101.rel NDRPDR reconf iter env 6
218
219     plot-vpp-hoststack-3n-hsw:
220       csit-vpp-perf-report-iterative-2101-3n-hsw:
221         - 69  # rls2101.rel Hoststack iter env 6
222         - 70  # rls2101.rel Hoststack iter env 6
223         - 75  # rls2101.rel Hoststack iter env 6
224         - 76  # rls2101.rel Hoststack iter env 6
225         - 78  # rls2101.rel Hoststack iter env 6
226         - 79  # rls2101.rel Hoststack iter env 6
227         - 85  # rls2101.rel Hoststack iter env 6
228         - 86  # rls2101.rel Hoststack iter env 6
229         - 87  # rls2101.rel Hoststack iter env 6
230         - 91  # rls2101.rel Hoststack iter env 6
231         - 92  # rls2101.rel Hoststack iter env 6
232         - 93  # rls2101.rel Hoststack iter env 6
233         - 94  # rls2101.rel Hoststack iter env 6
234         - 95  # rls2101.rel Hoststack iter env 6
235         - 97  # rls2101.rel Hoststack iter env 6
236         - 98  # rls2101.rel Hoststack iter env 6
237         - 99  # rls2101.rel Hoststack iter env 6
238         - 100 # rls2101.rel Hoststack iter env 6
239         - 102 # rls2101.rel Hoststack iter env 6
240         - 103 # rls2101.rel Hoststack iter env 6
241
242     plot-dpdk-throughput-latency-3n-hsw:
243       csit-dpdk-perf-report-iterative-2101-3n-hsw:
244         - 11  # rls2101 NDRPDR iter env 6
245         - 12  # rls2101 NDRPDR iter env 6
246         - 13  # rls2101 NDRPDR iter env 6
247         - 14  # rls2101 NDRPDR iter env 6
248         - 16  # rls2101 NDRPDR iter env 6
249         - 17  # rls2101 NDRPDR iter env 6
250         - 18  # rls2101 NDRPDR iter env 6
251         - 19  # rls2101 NDRPDR iter env 6
252         - 20  # rls2101 NDRPDR iter env 6
253         - 21  # rls2101 NDRPDR iter env 6
254
255     plot-dpdk-hdrh-lat-3n-hsw:
256       csit-dpdk-perf-report-iterative-2101-3n-hsw:
257         - 11  # rls2101 NDRPDR iter env 6
258
259     # 3n-skx
260
261     plot-vpp-throughput-lat-tsa-3n-skx:
262       csit-vpp-perf-report-iterative-2101-3n-skx:
263         - 36  # rls2101.rel NDRPDR iter env 6
264         - 37  # rls2101.rel NDRPDR iter env 6
265         - 38  # rls2101.rel NDRPDR iter env 6
266         - 39  # rls2101.rel NDRPDR iter env 6
267         - 40  # rls2101.rel NDRPDR iter env 6
268         - 41  # rls2101.rel NDRPDR iter env 6
269         - 42  # rls2101.rel NDRPDR iter env 6
270         - 47  # rls2101.rel NDRPDR iter env 6
271         - 48  # rls2101.rel NDRPDR iter env 6
272
273     plot-vpp-hdrh-lat-3n-skx:
274       csit-vpp-perf-report-iterative-2101-3n-skx:
275         - 36  # rls2101.rel NDRPDR iter env 6
276
277 #    plot-vpp-nfv-3n-skx-ndrpdr:
278 #      # No data
279 #      csit-vpp-perf-report-iterative-2101-3n-skx:
280
281 #    plot-vpp-nfv-3n-skx-mrr:
282 #      # No data
283 #      csit-vpp-perf-report-iterative-2101-3n-skx:
284
285     plot-dpdk-throughput-latency-3n-skx:
286       csit-dpdk-perf-report-iterative-2101-3n-skx:
287         - 12  # rls2101 NDRPDR iter env 6
288         - 14  # rls2101 NDRPDR iter env 6
289         - 15  # rls2101 NDRPDR iter env 6
290         - 17  # rls2101 NDRPDR iter env 6
291         - 19  # rls2101 NDRPDR iter env 6
292         - 20  # rls2101 NDRPDR iter env 6
293         - 21  # rls2101 NDRPDR iter env 6
294         - 22  # rls2101 NDRPDR iter env 6
295         - 25  # rls2101 NDRPDR iter env 6
296         - 26  # rls2101 NDRPDR iter env 6
297
298     plot-dpdk-hdrh-lat-3n-skx:
299       csit-dpdk-perf-report-iterative-2101-3n-skx:
300         - 12  # rls2101 NDRPDR iter env 6
301
302     # 2n-skx
303
304     plot-vpp-throughput-lat-tsa-2n-skx:
305       csit-vpp-perf-report-iterative-2101-2n-skx:
306         - 63  # rls2101.rel NDRPDR iter env 6
307         - 69  # rls2101.rel NDRPDR iter env 6
308         - 70  # rls2101.rel NDRPDR iter env 6
309         - 75  # rls2101.rel NDRPDR iter env 6
310         - 76  # rls2101.rel NDRPDR iter env 6
311         - 77  # rls2101.rel NDRPDR iter env 6
312         - 82  # rls2101.rel NDRPDR iter env 6
313         - 85  # rls2101.rel NDRPDR iter env 6
314         - 86  # rls2101.rel NDRPDR iter env 6
315         - 94  # rls2101.rel NDRPDR iter env 6
316         - 89  # rls2101.rel NDRPDR iter RND env 6
317         - 90  # rls2101.rel NDRPDR iter RND env 6
318         - 91  # rls2101.rel NDRPDR iter RND env 6
319         - 92  # rls2101.rel NDRPDR iter RND env 6
320         - 93  # rls2101.rel NDRPDR iter RND env 6
321         - 96  # rls2101.rel NDRPDR iter RND env 6
322         - 98  # rls2101.rel NDRPDR iter RND env 6
323         - 99  # rls2101.rel NDRPDR iter RND env 6
324         - 101 # rls2101.rel NDRPDR iter RND env 6
325         - 102 # rls2101.rel NDRPDR iter RND env 6
326
327     plot-vpp-hdrh-lat-2n-skx:
328       csit-vpp-perf-report-iterative-2101-2n-skx:
329         - 94  # rls2101.rel NDRPDR iter env 6
330
331     plot-vpp-hdrh-lat-2n-skx-rnd:
332       csit-vpp-perf-report-iterative-2101-2n-skx:
333         - 89  # rls2101.rel NDRPDR iter RND env 6
334
335     plot-vpp-soak-2n-skx:
336       csit-vpp-perf-report-iterative-2101-2n-skx:
337         - 68  # rls2101.rel soak env 6
338         - 73  # rls2101.rel soak env 6
339
340     plot-vpp-nfv-2n-skx-ndrpdr:
341       csit-vpp-perf-report-iterative-2101-2n-skx:
342         - 67  # rls2101.rel NDRPDR nf-density iter env 6
343         - 72  # rls2101.rel NDRPDR nf-density iter env 6
344         - 79  # rls2101.rel NDRPDR nf-density iter env 6
345         - 83  # rls2101.rel NDRPDR nf-density iter env 6
346         - 88  # rls2101.rel NDRPDR nf-density iter env 6
347         - 97  # rls2101.rel NDRPDR nf-density iter env 6
348         - 103 # rls2101.rel NDRPDR nf-density iter env 6
349
350     plot-vpp-nfv-2n-skx-mrr:
351       csit-vpp-perf-report-iterative-2101-2n-skx:
352         - 65  # rls2101.rel MRR nf-density iter env 6
353
354     plot-vpp-nfv-reconf-2n-skx:
355       csit-vpp-perf-report-iterative-2101-2n-skx:
356         - 64  # rls2101.rel NDRPDR reconf iter env 6
357         - 66  # rls2101.rel NDRPDR reconf iter env 6
358         - 71  # rls2101.rel NDRPDR reconf iter env 6
359         - 74  # rls2101.rel NDRPDR reconf iter env 6
360         - 78  # rls2101.rel NDRPDR reconf iter env 6
361         - 87  # rls2101.rel NDRPDR reconf iter env 6
362         - 95  # rls2101.rel NDRPDR reconf iter env 6
363         - 100 # rls2101.rel NDRPDR reconf iter env 6
364         - 104 # rls2101.rel NDRPDR reconf iter env 6
365         - 106 # rls2101.rel NDRPDR reconf iter env 6
366
367     plot-dpdk-throughput-latency-2n-skx:
368       csit-dpdk-perf-report-iterative-2101-2n-skx:
369         - 11  # rls2101 NDRPDR iter env 6
370         - 12  # rls2101 NDRPDR iter env 6
371         - 13  # rls2101 NDRPDR iter env 6
372         - 14  # rls2101 NDRPDR iter env 6
373         - 15  # rls2101 NDRPDR iter env 6
374         - 17  # rls2101 NDRPDR iter env 6
375         - 18  # rls2101 NDRPDR iter env 6
376         - 19  # rls2101 NDRPDR iter env 6
377         - 20  # rls2101 NDRPDR iter env 6
378         - 21  # rls2101 NDRPDR iter env 6
379
380     plot-dpdk-hdrh-lat-2n-skx:
381       csit-dpdk-perf-report-iterative-2101-2n-skx:
382         - 11  # rls2101 NDRPDR iter env 6
383
384     # 2n-zn2
385
386     plot-vpp-throughput-lat-tsa-2n-zn2:
387       csit-vpp-perf-report-iterative-2101-2n-zn2:
388         - 31  # rls2101.rel NDRPDR iter env 6
389         - 32  # rls2101.rel NDRPDR iter env 6
390         - 33  # rls2101.rel NDRPDR iter env 6
391         - 34  # rls2101.rel NDRPDR iter env 6
392         - 35  # rls2101.rel NDRPDR iter env 6
393         - 37  # rls2101.rel NDRPDR iter env 6
394         - 38  # rls2101.rel NDRPDR iter env 6
395         - 40  # rls2101.rel NDRPDR iter RND env 6
396         - 41  # rls2101.rel NDRPDR iter RND env 6
397         - 42  # rls2101.rel NDRPDR iter RND env 6
398         - 43  # rls2101.rel NDRPDR iter RND env 6
399         - 45  # rls2101.rel NDRPDR iter RND env 6
400
401     plot-vpp-hdrh-lat-2n-zn2:
402       csit-vpp-perf-report-iterative-2101-2n-zn2:
403         - 31  # rls2101.rel NDRPDR iter env 6
404
405     plot-vpp-hdrh-lat-2n-zn2-rnd:
406       csit-vpp-perf-report-iterative-2101-2n-zn2:
407         - 40  # rls2101.rel NDRPDR iter RND env 6
408
409     plot-dpdk-throughput-latency-2n-zn2:
410       csit-dpdk-perf-report-iterative-2101-2n-zn2:
411         - 11  # rls2101 NDRPDR iter env 6
412         - 12  # rls2101 NDRPDR iter env 6
413         - 13  # rls2101 NDRPDR iter env 6
414         - 14  # rls2101 NDRPDR iter env 6
415         - 16  # rls2101 NDRPDR iter env 6
416         - 17  # rls2101 NDRPDR iter env 6
417         - 18  # rls2101 NDRPDR iter env 6
418         - 19  # rls2101 NDRPDR iter env 6
419         - 20  # rls2101 NDRPDR iter env 6
420         - 21  # rls2101 NDRPDR iter env 6
421
422     plot-dpdk-hdrh-lat-2n-zn2:
423       csit-dpdk-perf-report-iterative-2101-2n-zn2:
424         - 11  # rls2101 NDRPDR iter env 6
425
426     # 2n-clx
427
428     plot-vpp-throughput-lat-tsa-2n-clx:
429       csit-vpp-perf-report-iterative-2101-2n-clx:
430         - 54  # rls2101.rel NDRPDR iter env 6
431         - 59  # rls2101.rel NDRPDR iter env 6
432         - 60  # rls2101.rel NDRPDR iter env 6
433         - 63  # rls2101.rel NDRPDR iter env 6
434         - 66  # rls2101.rel NDRPDR iter env 6
435         - 68  # rls2101.rel NDRPDR iter env 6
436         - 73  # rls2101.rel NDRPDR iter env 6
437         - 75  # rls2101.rel NDRPDR iter env 6
438
439     plot-vpp-hdrh-lat-2n-clx:
440       csit-vpp-perf-report-iterative-2101-2n-clx:
441         - 75  # rls2101.rel NDRPDR iter env 6
442
443 #     plot-vpp-hdrh-lat-2n-clx-rnd:
444 #       csit-vpp-perf-report-iterative-2101-2n-clx:
445 #         -
446
447     plot-vpp-nfv-2n-clx-ndrpdr:
448       csit-vpp-perf-report-iterative-2101-2n-clx:
449         - 57  # rls2101.rel NDRPDR nf-density iter env 6
450         - 62  # rls2101.rel NDRPDR nf-density iter env 6
451         - 70  # rls2101.rel NDRPDR nf-density iter env 6
452         - 71  # rls2101.rel NDRPDR nf-density iter env 6
453         - 82  # rls2101.rel NDRPDR nf-density iter env 6
454
455     plot-vpp-nfv-2n-clx-mrr:
456       csit-vpp-perf-report-iterative-2101-2n-clx:
457         - 72  # rls2101.rel MRR nf-density iter env 6
458
459     plot-vpp-nfv-reconf-2n-clx:
460       csit-vpp-perf-report-iterative-2101-2n-clx:
461         - 55  # rls2101.rel NDRPDR reconf iter env 6
462         - 64  # rls2101.rel NDRPDR reconf iter env 6
463         - 76  # rls2101.rel NDRPDR reconf iter env 6
464
465     plot-vpp-soak-2n-clx:
466       csit-vpp-perf-report-iterative-2101-2n-clx:
467         - 58  # rls2101.rel soak env 6
468         - 61  # rls2101.rel soak env 6
469
470     plot-dpdk-throughput-latency-2n-clx:
471       csit-dpdk-perf-report-iterative-2101-2n-clx:
472         - 12  # rls2101 NDRPDR iter env 6
473         - 13  # rls2101 NDRPDR iter env 6
474         - 14  # rls2101 NDRPDR iter env 6
475         - 18  # rls2101 NDRPDR iter env 6
476         - 22  # rls2101 NDRPDR iter env 6
477
478     plot-dpdk-hdrh-lat-2n-clx:
479       csit-dpdk-perf-report-iterative-2101-2n-clx:
480         - 12  # rls2101 NDRPDR iter env 6
481
482     # 3n-tsh
483
484     plot-vpp-throughput-lat-tsa-3n-tsh:
485       csit-vpp-perf-report-iterative-2101-3n-tsh:
486         - 23  # rls2101.rel NDRPDR iter env 6
487         - 24  # rls2101.rel NDRPDR iter env 6
488         - 25  # rls2101.rel NDRPDR iter env 6
489         - 26  # rls2101.rel NDRPDR iter env 6
490         - 27  # rls2101.rel NDRPDR iter env 6
491         - 28  # rls2101.rel NDRPDR iter env 6
492
493     plot-vpp-hdrh-lat-3n-tsh:
494       csit-vpp-perf-report-iterative-2101-3n-tsh:
495         - 23  # rls2101.rel NDRPDR iter env 6
496
497     plot-dpdk-throughput-latency-3n-tsh:
498       csit-dpdk-perf-report-iterative-2101-3n-tsh:
499         - 11  # rls2101 NDRPDR iter env 6
500         - 12  # rls2101 NDRPDR iter env 6
501         - 13  # rls2101 NDRPDR iter env 6
502         - 14  # rls2101 NDRPDR iter env 6
503         - 16  # rls2101 NDRPDR iter env 6
504         - 17  # rls2101 NDRPDR iter env 6
505         - 18  # rls2101 NDRPDR iter env 6
506         - 19  # rls2101 NDRPDR iter env 6
507         - 20  # rls2101 NDRPDR iter env 6
508         - 21  # rls2101 NDRPDR iter env 6
509
510     plot-dpdk-hdrh-lat-3n-tsh:
511       csit-dpdk-perf-report-iterative-2101-3n-tsh:
512         - 21  # rls2101 NDRPDR iter env 6
513
514     # 2n-tx2
515
516     plot-vpp-throughput-lat-tsa-2n-tx2:
517       csit-vpp-perf-report-iterative-2101-2n-tx2:
518         - 22  # rls2101.rel NDRPDR iter env 6
519         - 23  # rls2101.rel NDRPDR iter env 6
520         - 24  # rls2101.rel NDRPDR iter env 6
521         - 25  # rls2101.rel NDRPDR iter env 6
522         - 26  # rls2101.rel NDRPDR iter env 6
523         - 27  # rls2101.rel NDRPDR iter env 6
524         - 28  # rls2101.rel NDRPDR iter env 6
525         - 29  # rls2101.rel NDRPDR iter env 6
526         - 30  # rls2101.rel NDRPDR iter env 6
527         - 31  # rls2101.rel NDRPDR iter env 6
528
529     plot-vpp-hdrh-lat-2n-tx2:
530       csit-vpp-perf-report-iterative-2101-2n-tx2:
531         - 29  # rls2101.rel NDRPDR iter env 6
532
533     plot-dpdk-throughput-latency-2n-tx2:
534       csit-dpdk-perf-report-iterative-2101-2n-tx2:
535         - 4   # rls2101 NDRPDR iter env 6
536         - 6   # rls2101 NDRPDR iter env 6
537         - 7   # rls2101 NDRPDR iter env 6
538         - 8   # rls2101 NDRPDR iter env 6
539         - 9   # rls2101 NDRPDR iter env 6
540         - 10  # rls2101 NDRPDR iter env 6
541         - 11  # rls2101 NDRPDR iter env 6
542         - 12  # rls2101 NDRPDR iter env 6
543         - 13  # rls2101 NDRPDR iter env 6
544         - 14  # rls2101 NDRPDR iter env 6
545
546     plot-dpdk-hdrh-lat-2n-tx2:
547       csit-dpdk-perf-report-iterative-2101-2n-tx2:
548         - 4   # rls2101 NDRPDR iter env 6
549
550     # 3n-dnv
551
552     plot-vpp-throughput-lat-tsa-3n-dnv:
553       csit-vpp-perf-report-iterative-2101-3n-dnv:
554         - 33  # rls2101.rel NDRPDR iter env 6
555         - 34  # rls2101.rel NDRPDR iter env 6
556         - 35  # rls2101.rel NDRPDR iter env 6
557         - 36  # rls2101.rel NDRPDR iter env 6
558         - 37  # rls2101.rel NDRPDR iter env 6
559         - 38  # rls2101.rel NDRPDR iter env 6
560         - 39  # rls2101.rel NDRPDR iter env 6
561         - 40  # rls2101.rel NDRPDR iter env 6
562         - 41  # rls2101.rel NDRPDR iter env 6
563         - 42  # rls2101.rel NDRPDR iter env 6
564         - 43  # rls2101.rel NDRPDR iter RND env 6
565         - 44  # rls2101.rel NDRPDR iter RND env 6
566         - 45  # rls2101.rel NDRPDR iter RND env 6
567         - 46  # rls2101.rel NDRPDR iter RND env 6
568         - 47  # rls2101.rel NDRPDR iter RND env 6
569         - 48  # rls2101.rel NDRPDR iter RND env 6
570         - 49  # rls2101.rel NDRPDR iter RND env 6
571         - 50  # rls2101.rel NDRPDR iter RND env 6
572         - 51  # rls2101.rel NDRPDR iter RND env 6
573         - 52  # rls2101.rel NDRPDR iter RND env 6
574
575 #    plot-dpdk-throughput-latency-3n-dnv:
576 #      # No data
577 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
578
579     # 2n-dnv
580
581     plot-vpp-throughput-lat-tsa-2n-dnv:
582       csit-vpp-perf-report-iterative-2101-2n-dnv:
583         - 32  # rls2101.rel NDRPDR iter env 6
584         - 33  # rls2101.rel NDRPDR iter env 6
585         - 34  # rls2101.rel NDRPDR iter env 6
586         - 35  # rls2101.rel NDRPDR iter env 6
587         - 39  # rls2101.rel NDRPDR iter env 6
588         - 41  # rls2101.rel NDRPDR iter env 6
589         - 42  # rls2101.rel NDRPDR iter env 6
590         - 43  # rls2101.rel NDRPDR iter env 6
591         - 44  # rls2101.rel NDRPDR iter env 6
592         - 45  # rls2101.rel NDRPDR iter env 6
593         - 46  # rls2101.rel NDRPDR iter RND env 6
594         - 47  # rls2101.rel NDRPDR iter RND env 6
595         - 48  # rls2101.rel NDRPDR iter RND env 6
596         - 49  # rls2101.rel NDRPDR iter RND env 6
597         - 50  # rls2101.rel NDRPDR iter RND env 6
598         - 51  # rls2101.rel NDRPDR iter RND env 6
599         - 52  # rls2101.rel NDRPDR iter RND env 6
600         - 53  # rls2101.rel NDRPDR iter RND env 6
601         - 54  # rls2101.rel NDRPDR iter RND env 6
602         - 55  # rls2101.rel NDRPDR iter RND env 6
603
604 #    plot-dpdk-throughput-latency-2n-dnv:
605 #      # No data
606 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
607
608     ###########################################################################
609     # Simple tables (only one data set):
610
611     # NIC Comparisons
612
613     vpp-nic-comparison-3n-skx:
614       csit-vpp-perf-report-iterative-2101-3n-skx:
615         - 36  # rls2101.rel NDRPDR iter env 6
616         - 37  # rls2101.rel NDRPDR iter env 6
617         - 38  # rls2101.rel NDRPDR iter env 6
618         - 39  # rls2101.rel NDRPDR iter env 6
619         - 40  # rls2101.rel NDRPDR iter env 6
620         - 41  # rls2101.rel NDRPDR iter env 6
621         - 42  # rls2101.rel NDRPDR iter env 6
622         - 47  # rls2101.rel NDRPDR iter env 6
623         - 48  # rls2101.rel NDRPDR iter env 6
624
625     vpp-nic-comparison-2n-skx:
626       csit-vpp-perf-report-iterative-2101-2n-skx:
627         - 63  # rls2101.rel NDRPDR iter env 6
628         - 69  # rls2101.rel NDRPDR iter env 6
629         - 70  # rls2101.rel NDRPDR iter env 6
630         - 75  # rls2101.rel NDRPDR iter env 6
631         - 76  # rls2101.rel NDRPDR iter env 6
632         - 77  # rls2101.rel NDRPDR iter env 6
633         - 82  # rls2101.rel NDRPDR iter env 6
634         - 85  # rls2101.rel NDRPDR iter env 6
635         - 86  # rls2101.rel NDRPDR iter env 6
636         - 94  # rls2101.rel NDRPDR iter env 6
637         - 89  # rls2101.rel NDRPDR iter RND env 6
638         - 90  # rls2101.rel NDRPDR iter RND env 6
639         - 91  # rls2101.rel NDRPDR iter RND env 6
640         - 92  # rls2101.rel NDRPDR iter RND env 6
641         - 93  # rls2101.rel NDRPDR iter RND env 6
642         - 96  # rls2101.rel NDRPDR iter RND env 6
643         - 98  # rls2101.rel NDRPDR iter RND env 6
644         - 99  # rls2101.rel NDRPDR iter RND env 6
645         - 101 # rls2101.rel NDRPDR iter RND env 6
646         - 102 # rls2101.rel NDRPDR iter RND env 6
647
648     vpp-nic-comparison-3n-skx-mrr:
649       csit-vpp-perf-report-iterative-2101-3n-skx:
650         - 35  # rls2101.rel MRR iter env 6
651
652     vpp-nic-comparison-2n-skx-mrr:
653       csit-vpp-perf-report-iterative-2101-2n-skx:
654         - 62  # rls2101.rel MRR iter env 6
655
656     # Results
657
658     vpp-perf-results-3n-hsw:
659       csit-vpp-perf-report-coverage-2101-3n-hsw:
660         - 1   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-00
661         - 2   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-01
662         - 3   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-02
663         - 4   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-03
664         - 5   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-00
665         - 6   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-01
666         - 7   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-02
667         - 8   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-03
668         - 9   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-04
669         - 10  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-05
670         - 11  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-06
671         - 12  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-07
672         - 13  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-00
673         - 14  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-01
674         - 15  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-02
675         - 16  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-00
676         - 18  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-01
677         - 19  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-00
678         - 20  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-01
679         - 21  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-02
680         - 22  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-03
681         - 23  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-04
682         - 24  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6tun-00
683         - 25  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-05
684         - 26  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-06
685         - 27  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-07
686         - 28  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-08
687         - 29  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-09
688         - 30  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-10
689         - 31  # rls2101.rel NDRPDR cov env 6 3n-hsw-memif-00
690         - 32  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-00
691         - 33  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-01
692         - 34  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-00
693         - 35  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-01
694         - 36  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-02
695
696     vpp-perf-results-3n-skx:
697       # csit-vpp-perf-report-coverage-2101-3n-skx:
698       csit-vpp-perf-report-iterative-2101-3n-skx:
699         - 36  # rls2101.rel NDRPDR iter env 6
700
701     vpp-perf-results-2n-skx:
702       # csit-vpp-perf-report-coverage-2101-2n-skx:
703       csit-vpp-perf-report-iterative-2101-2n-skx:
704         - 94  # rls2101.rel NDRPDR iter env 6
705
706     vpp-perf-results-2n-zn2:
707       csit-vpp-perf-report-iterative-2101-2n-zn2:
708         - 31  # rls2101.rel NDRPDR iter env 6
709
710     vpp-perf-results-2n-clx:
711       # csit-vpp-perf-report-coverage-2101-2n-clx:
712       csit-vpp-perf-report-iterative-2101-2n-clx:
713         - 75  # rls2101.rel NDRPDR iter env 6
714
715     vpp-perf-results-3n-tsh:
716       csit-vpp-perf-report-iterative-2101-3n-tsh:
717         - 23  # rls2101.rel NDRPDR iter env 6
718
719     vpp-perf-results-2n-tx2:
720       csit-vpp-perf-report-iterative-2101-2n-tx2:
721         - 29  # rls2101.rel NDRPDR iter env 6
722
723     vpp-perf-results-3n-dnv:
724       csit-vpp-perf-report-coverage-2101-3n-dnv:
725         - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-00
726         - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-01
727         - 3   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
728         - 4   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
729         - 5   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4tun-00
730         - 6   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-00
731         - 7   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-01
732         - 8   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-00
733         - 9   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-01
734
735     vpp-perf-results-2n-dnv:
736       csit-vpp-perf-report-coverage-2101-2n-dnv:
737         - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
738         - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
739         - 3   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-00
740         - 4   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-01
741         - 5   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-00
742         - 6   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-01
743
744     vpp-mrr-results-3n-hsw:
745       csit-vpp-perf-report-iterative-2101-3n-hsw:
746         - 63  # rls2101.rel MRR iter env 6
747
748     vpp-mrr-results-3n-skx:
749       csit-vpp-perf-report-iterative-2101-3n-skx:
750         - 35  # rls2101.rel MRR iter env 6
751
752     vpp-mrr-results-2n-skx:
753       csit-vpp-perf-report-iterative-2101-2n-skx:
754         - 62  # rls2101.rel MRR iter env 6
755
756     vpp-mrr-results-2n-zn2:
757       csit-vpp-perf-report-iterative-2101-2n-zn2:
758         - 30  # rls2101.rel MRR iter env 6
759
760     vpp-mrr-results-2n-clx:
761       csit-vpp-perf-report-iterative-2101-2n-clx:
762         - 53  # rls2101.rel MRR iter env 6
763
764     vpp-mrr-results-3n-tsh:
765       csit-vpp-perf-report-iterative-2101-3n-tsh:
766         - 22  # rls2101.rel MRR iter env 6
767
768     vpp-mrr-results-2n-tx2:
769       csit-vpp-perf-report-iterative-2101-2n-tx2:
770         - 21  # rls2101.rel MRR iter env 6
771
772     vpp-mrr-results-3n-dnv:
773       csit-vpp-perf-report-iterative-2101-3n-dnv:
774         - 32  # rls2101.rel MRR iter env 6
775
776     vpp-mrr-results-2n-dnv:
777       csit-vpp-perf-report-iterative-2101-2n-dnv:
778         - 31  # rls2101.rel MRR iter env 6
779
780     vpp-device-results-ubuntu:
781       csit-vpp-device-2101-ubuntu1804-1n-skx:
782         - 358  # rls2101.rel VPP DEV env 6
783
784     dpdk-perf-results-3n-hsw:
785       csit-dpdk-perf-report-iterative-2101-3n-hsw:
786         - 11  # rls2101 NDRPDR iter env 6
787
788     dpdk-perf-results-3n-skx:
789       csit-dpdk-perf-report-iterative-2101-3n-skx:
790         - 12  # rls2101 NDRPDR iter env 6
791
792     dpdk-perf-results-2n-skx:
793       csit-dpdk-perf-report-iterative-2101-2n-skx:
794         - 11  # rls2101 NDRPDR iter env 6
795
796     dpdk-perf-results-2n-zn2:
797       csit-dpdk-perf-report-iterative-2101-2n-zn2:
798         - 11  # rls2101 NDRPDR iter env 6
799
800     dpdk-perf-results-2n-clx:
801       csit-dpdk-perf-report-iterative-2101-2n-clx:
802         - 12  # rls2101 NDRPDR iter env 6
803
804 #    dpdk-perf-results-2n-dnv:
805 #      # No data
806 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
807
808 #    dpdk-perf-results-3n-dnv:
809 #      # No data
810 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
811
812     dpdk-perf-results-3n-tsh:
813       csit-dpdk-perf-report-iterative-2101-3n-tsh:
814         - 21  # rls2101 NDRPDR iter env 6
815
816     dpdk-perf-results-2n-tx2:
817       csit-dpdk-perf-report-iterative-2101-2n-tx2:
818         - 4   # rls2101 NDRPDR iter env 6
819
820 ###########################################################################
821     # Tables (more than one data set)
822
823     # Performance changes
824
825     vpp-performance-changes-3n-hsw-h1:
826       csit-vpp-perf-report-iterative-2009-3n-hsw:
827         - 9   # rls2005 NDRPDR iter env 5
828         - 10  # rls2005 NDRPDR iter env 5
829         - 11  # rls2005 NDRPDR iter env 5
830         - 12  # rls2005 NDRPDR iter env 5
831         - 13  # rls2005 NDRPDR iter env 5
832         - 14  # rls2005 NDRPDR iter env 5
833         - 15  # rls2005 NDRPDR iter env 5
834         - 16  # rls2005 NDRPDR iter env 5
835         - 17  # rls2005 NDRPDR iter env 5
836         - 19  # rls2005 NDRPDR iter env 5
837     vpp-performance-changes-3n-hsw-ref-env-old:
838       csit-vpp-perf-report-iterative-2009-3n-hsw:
839         - 21  # rls2009 NDRPDR iter env 5
840         - 22  # rls2009 NDRPDR iter env 5
841         - 24  # rls2009 NDRPDR iter env 5
842         - 25  # rls2009 NDRPDR iter env 5
843         - 26  # rls2009 NDRPDR iter env 5
844         - 27  # rls2009 NDRPDR iter env 5
845         - 28  # rls2009 NDRPDR iter env 5
846         - 29  # rls2009 NDRPDR iter env 5
847         - 30  # rls2009 NDRPDR iter env 5
848         - 31  # rls2009 NDRPDR iter env 5
849     vpp-performance-changes-3n-hsw-ref-env-new:
850       csit-vpp-perf-report-iterative-2101-3n-hsw:
851         - 19  # rls2009 NDRPDR iter env 6
852         - 20  # rls2009 NDRPDR iter env 6
853         - 21  # rls2009 NDRPDR iter env 6
854         - 22  # rls2009 NDRPDR iter env 6
855         - 23  # rls2009 NDRPDR iter env 6
856         - 24  # rls2009 NDRPDR iter env 6
857         - 25  # rls2009 NDRPDR iter env 6
858         - 26  # rls2009 NDRPDR iter env 6
859         - 27  # rls2009 NDRPDR iter env 6
860         - 28  # rls2009 NDRPDR iter env 6
861     vpp-performance-changes-3n-hsw-cmp:
862       csit-vpp-perf-report-iterative-2101-3n-hsw:
863         - 64  # rls2101.rel NDRPDR iter env 6
864         - 71  # rls2101.rel NDRPDR iter env 6
865         - 73  # rls2101.rel NDRPDR iter env 6
866         - 74  # rls2101.rel NDRPDR iter env 6
867         - 80  # rls2101.rel NDRPDR iter env 6
868         - 81  # rls2101.rel NDRPDR iter env 6
869         - 82  # rls2101.rel NDRPDR iter env 6
870         - 83  # rls2101.rel NDRPDR iter env 6
871         - 88  # rls2101.rel NDRPDR iter env 6
872         - 89  # rls2101.rel NDRPDR iter env 6
873         - 128 # rls2101.rel NDRPDR iter RND env 6
874         - 129 # rls2101.rel NDRPDR iter RND env 6
875         - 130 # rls2101.rel NDRPDR iter RND env 6
876         - 131 # rls2101.rel NDRPDR iter RND env 6
877         - 132 # rls2101.rel NDRPDR iter RND env 6
878         - 133 # rls2101.rel NDRPDR iter RND env 6
879         - 134 # rls2101.rel NDRPDR iter RND env 6
880         - 135 # rls2101.rel NDRPDR iter RND env 6
881         - 136 # rls2101.rel NDRPDR iter RND env 6
882         - 137 # rls2101.rel NDRPDR iter RND env 6
883
884     vpp-performance-changes-3n-skx-h1:
885       csit-vpp-perf-report-iterative-2009-3n-skx:
886         - 13  # rls2005 NDRPDR iter env 5
887         - 18  # rls2005 NDRPDR iter env 5
888         - 19  # rls2005 NDRPDR iter env 5
889         - 41  # rls2005 NDRPDR iter env 5
890         - 43  # rls2005 NDRPDR iter env 5
891         - 44  # rls2005 NDRPDR iter env 5
892         - 45  # rls2005 NDRPDR iter env 5
893         - 46  # rls2005 NDRPDR iter env 5
894         - 48  # rls2005 NDRPDR iter env 5
895         - 49  # rls2005 NDRPDR iter env 5
896     vpp-performance-changes-3n-skx-ref-env-old:
897       csit-vpp-perf-report-iterative-2009-3n-skx:
898         - 26  # rls2009 NDRPDR iter env 5
899         - 27  # rls2009 NDRPDR iter env 5
900         - 28  # rls2009 NDRPDR iter env 5
901         - 29  # rls2009 NDRPDR iter env 5
902         - 35  # rls2009 NDRPDR iter env 5
903         - 36  # rls2009 NDRPDR iter env 5
904         - 37  # rls2009 NDRPDR iter env 5
905         - 38  # rls2009 NDRPDR iter env 5
906         - 39  # rls2009 NDRPDR iter env 5
907         - 40  # rls2009 NDRPDR iter env 5
908     vpp-performance-changes-3n-skx-ref-env-new:
909       csit-vpp-perf-report-iterative-2101-3n-skx:
910         - 14  # rls2009 NDRPDR iter env 6
911         - 15  # rls2009 NDRPDR iter env 6
912         - 16  # rls2009 NDRPDR iter env 6
913         - 17  # rls2009 NDRPDR iter env 6
914         - 18  # rls2009 NDRPDR iter env 6
915         - 25  # rls2009 NDRPDR iter env 6
916         - 26  # rls2009 NDRPDR iter env 6
917         - 27  # rls2009 NDRPDR iter env 6
918         - 29  # rls2009 NDRPDR iter env 6
919         - 31  # rls2009 NDRPDR iter env 6
920     vpp-performance-changes-3n-skx-cmp:
921       csit-vpp-perf-report-iterative-2101-3n-skx:
922         - 36  # rls2101.rel NDRPDR iter env 6
923         - 37  # rls2101.rel NDRPDR iter env 6
924         - 38  # rls2101.rel NDRPDR iter env 6
925         - 39  # rls2101.rel NDRPDR iter env 6
926         - 40  # rls2101.rel NDRPDR iter env 6
927         - 41  # rls2101.rel NDRPDR iter env 6
928         - 42  # rls2101.rel NDRPDR iter env 6
929         - 47  # rls2101.rel NDRPDR iter env 6
930         - 48  # rls2101.rel NDRPDR iter env 6
931
932     vpp-performance-changes-2n-skx-h1:
933       csit-vpp-perf-report-iterative-2009-2n-skx:
934         - 13  # rls2005 NDRPDR iter env 5
935         - 16  # rls2005 NDRPDR iter env 5
936         - 17  # rls2005 NDRPDR iter env 5
937         - 18  # rls2005 NDRPDR iter env 5
938         - 19  # rls2005 NDRPDR iter env 5
939         - 21  # rls2005 NDRPDR iter env 5
940         - 22  # rls2005 NDRPDR iter env 5
941         - 23  # rls2005 NDRPDR iter env 5
942         - 24  # rls2005 NDRPDR iter env 5
943         - 25  # rls2005 NDRPDR iter env 5
944     vpp-performance-changes-2n-skx-ref-env-old:
945       csit-vpp-perf-report-iterative-2009-2n-skx:
946         - 35  # rls2009 NDRPDR iter env 5
947         - 36  # rls2009 NDRPDR iter env 5
948         - 37  # rls2009 NDRPDR iter env 5
949         - 39  # rls2009 NDRPDR iter env 5
950         - 40  # rls2009 NDRPDR iter env 5
951         - 42  # rls2009 NDRPDR iter env 5
952         - 43  # rls2009 NDRPDR iter env 5
953         - 44  # rls2009 NDRPDR iter env 5
954         - 46  # rls2009 NDRPDR iter env 5
955         - 48  # rls2009 NDRPDR iter env 5
956         - 110 # rls2009 NDRPDR iter NAT44 env 5
957         - 111 # rls2009 NDRPDR iter NAT44 env 5
958         - 112 # rls2009 NDRPDR iter NAT44 env 5
959         - 113 # rls2009 NDRPDR iter NAT44 env 5
960         - 114 # rls2009 NDRPDR iter NAT44 env 5
961         - 115 # rls2009 NDRPDR iter NAT44 env 5
962         - 116 # rls2009 NDRPDR iter NAT44 env 5
963         - 118 # rls2009 NDRPDR iter NAT44 env 5
964         - 119 # rls2009 NDRPDR iter NAT44 env 5
965         - 121 # rls2009 NDRPDR iter NAT44 env 5
966     vpp-performance-changes-2n-skx-ref-env-new:
967       csit-vpp-perf-report-iterative-2101-2n-skx:
968         - 22  # rls2009 NDRPDR iter env 6
969         - 23  # rls2009 NDRPDR iter env 6
970         - 24  # rls2009 NDRPDR iter env 6
971         - 25  # rls2009 NDRPDR iter env 6
972         - 26  # rls2009 NDRPDR iter env 6
973         - 28  # rls2009 NDRPDR iter env 6
974         - 39  # rls2009 NDRPDR iter env 6
975         - 40  # rls2009 NDRPDR iter env 6
976         - 41  # rls2009 NDRPDR iter env 6
977         - 44  # rls2009 NDRPDR iter env 6
978     vpp-performance-changes-2n-skx-cmp:
979       csit-vpp-perf-report-iterative-2101-2n-skx:
980         - 63  # rls2101.rel NDRPDR iter env 6
981         - 69  # rls2101.rel NDRPDR iter env 6
982         - 70  # rls2101.rel NDRPDR iter env 6
983         - 75  # rls2101.rel NDRPDR iter env 6
984         - 76  # rls2101.rel NDRPDR iter env 6
985         - 77  # rls2101.rel NDRPDR iter env 6
986         - 82  # rls2101.rel NDRPDR iter env 6
987         - 85  # rls2101.rel NDRPDR iter env 6
988         - 86  # rls2101.rel NDRPDR iter env 6
989         - 94  # rls2101.rel NDRPDR iter env 6
990         - 89  # rls2101.rel NDRPDR iter RND env 6
991         - 90  # rls2101.rel NDRPDR iter RND env 6
992         - 91  # rls2101.rel NDRPDR iter RND env 6
993         - 92  # rls2101.rel NDRPDR iter RND env 6
994         - 93  # rls2101.rel NDRPDR iter RND env 6
995         - 96  # rls2101.rel NDRPDR iter RND env 6
996         - 98  # rls2101.rel NDRPDR iter RND env 6
997         - 99  # rls2101.rel NDRPDR iter RND env 6
998         - 101 # rls2101.rel NDRPDR iter RND env 6
999         - 102 # rls2101.rel NDRPDR iter RND env 6
1000
1001     vpp-performance-changes-2n-clx-h1:
1002       csit-vpp-perf-report-iterative-2009-2n-clx:
1003         - 13  # rls2005 NDRPDR iter env 5
1004         - 15  # rls2005 NDRPDR iter env 5
1005         - 17  # rls2005 NDRPDR iter env 5
1006         - 18  # rls2005 NDRPDR iter env 5
1007         - 19  # rls2005 NDRPDR iter env 5
1008         - 20  # rls2005 NDRPDR iter env 5
1009         - 21  # rls2005 NDRPDR iter env 5
1010         - 22  # rls2005 NDRPDR iter env 5
1011         - 23  # rls2005 NDRPDR iter env 5
1012         - 24  # rls2005 NDRPDR iter env 5
1013     vpp-performance-changes-2n-clx-ref-env-old:
1014       csit-vpp-perf-report-iterative-2009-2n-clx:
1015         - 36  # rls2009 NDRPDR iter env 5
1016         - 39  # rls2009 NDRPDR iter env 5
1017         - 40  # rls2009 NDRPDR iter env 5
1018         - 65  # rls2009 NDRPDR iter env 5
1019         - 66  # rls2009 NDRPDR iter env 5
1020         - 79  # rls2009 NDRPDR iter env 5
1021         - 82  # rls2009 NDRPDR iter env 5
1022         - 88  # rls2009 NDRPDR iter env 5
1023         - 89  # rls2009 NDRPDR iter env 5
1024         - 90  # rls2009 NDRPDR iter env 5
1025         - 114 # rls2009 NDRPDR iter NAT44 env 5
1026         - 115 # rls2009 NDRPDR iter NAT44 env 5
1027         - 116 # rls2009 NDRPDR iter NAT44 env 5
1028         - 117 # rls2009 NDRPDR iter NAT44 env 5
1029         - 118 # rls2009 NDRPDR iter NAT44 env 5
1030         - 119 # rls2009 NDRPDR iter NAT44 env 5
1031         - 121 # rls2009 NDRPDR iter NAT44 env 5
1032         - 122 # rls2009 NDRPDR iter NAT44 env 5
1033         - 123 # rls2009 NDRPDR iter NAT44 env 5
1034         - 126 # rls2009 NDRPDR iter NAT44 env 5
1035     vpp-performance-changes-2n-clx-ref-env-new:
1036       csit-vpp-perf-report-iterative-2101-2n-clx:
1037         - 16  # rls2009 NDRPDR iter env 6
1038         - 17  # rls2009 NDRPDR iter env 6
1039         - 18  # rls2009 NDRPDR iter env 6
1040         - 19  # rls2009 NDRPDR iter env 6
1041         - 20  # rls2009 NDRPDR iter env 6
1042         - 21  # rls2009 NDRPDR iter env 6
1043         - 32  # rls2009 NDRPDR iter env 6
1044         - 33  # rls2009 NDRPDR iter env 6
1045         - 34  # rls2009 NDRPDR iter env 6
1046         - 35  # rls2009 NDRPDR iter env 6
1047     vpp-performance-changes-2n-clx-cmp:
1048       csit-vpp-perf-report-iterative-2101-2n-clx:
1049         - 54  # rls2101.rel NDRPDR iter env 6
1050         - 59  # rls2101.rel NDRPDR iter env 6
1051         - 60  # rls2101.rel NDRPDR iter env 6
1052         - 63  # rls2101.rel NDRPDR iter env 6
1053         - 66  # rls2101.rel NDRPDR iter env 6
1054         - 68  # rls2101.rel NDRPDR iter env 6
1055         - 73  # rls2101.rel NDRPDR iter env 6
1056         - 75  # rls2101.rel NDRPDR iter env 6
1057
1058     vpp-performance-changes-2n-zn2-ref-env-old:
1059       csit-vpp-perf-report-iterative-2009-2n-zn2:
1060         - 17  # rls2009 NDRPDR iter env 5
1061         - 18  # rls2009 NDRPDR iter env 5
1062         - 31  # rls2009 NDRPDR iter env 5
1063         - 33  # rls2009 NDRPDR iter env 5
1064         - 34  # rls2009 NDRPDR iter env 5
1065     vpp-performance-changes-2n-zn2-ref-env-new:
1066       csit-vpp-perf-report-iterative-2101-2n-zn2:
1067         - 9   # rls2009 NDRPDR iter env 6
1068         - 10  # rls2009 NDRPDR iter env 6
1069         - 11  # rls2009 NDRPDR iter env 6
1070         - 12  # rls2009 NDRPDR iter env 6
1071         - 13  # rls2009 NDRPDR iter env 6
1072         - 20  # rls2009 NDRPDR iter env 6
1073         - 21  # rls2009 NDRPDR iter env 6
1074         - 22  # rls2009 NDRPDR iter env 6
1075         - 25  # rls2009 NDRPDR iter env 6
1076         - 26  # rls2009 NDRPDR iter env 6
1077     vpp-performance-changes-2n-zn2-cmp:
1078       csit-vpp-perf-report-iterative-2101-2n-zn2:
1079         - 31  # rls2101.rel NDRPDR iter env 6
1080         - 32  # rls2101.rel NDRPDR iter env 6
1081         - 33  # rls2101.rel NDRPDR iter env 6
1082         - 34  # rls2101.rel NDRPDR iter env 6
1083         - 35  # rls2101.rel NDRPDR iter env 6
1084         - 37  # rls2101.rel NDRPDR iter env 6
1085         - 38  # rls2101.rel NDRPDR iter env 6
1086         - 40  # rls2101.rel NDRPDR iter RND env 6
1087         - 41  # rls2101.rel NDRPDR iter RND env 6
1088         - 42  # rls2101.rel NDRPDR iter RND env 6
1089         - 43  # rls2101.rel NDRPDR iter RND env 6
1090         - 45  # rls2101.rel NDRPDR iter RND env 6
1091
1092     vpp-performance-changes-2n-dnv-h1:
1093       csit-vpp-perf-report-iterative-2009-2n-dnv:
1094         - 16  # rls2005 NDRPDR iter env 5
1095         - 17  # rls2005 NDRPDR iter env 5
1096         - 18  # rls2005 NDRPDR iter env 5
1097         - 19  # rls2005 NDRPDR iter env 5
1098         - 21  # rls2005 NDRPDR iter env 5
1099         - 24  # rls2005 NDRPDR iter env 5
1100         - 27  # rls2005 NDRPDR iter env 5
1101         - 28  # rls2005 NDRPDR iter env 5
1102         - 29  # rls2005 NDRPDR iter env 5
1103         - 30  # rls2005 NDRPDR iter env 5
1104     vpp-performance-changes-2n-dnv-ref-env-old:
1105       csit-vpp-perf-report-iterative-2009-2n-dnv:
1106         - 3   # rls2009 NDRPDR iter env 5
1107         - 5   # rls2009 NDRPDR iter env 5
1108         - 6   # rls2009 NDRPDR iter env 5
1109         - 7   # rls2009 NDRPDR iter env 5
1110         - 9   # rls2009 NDRPDR iter env 5
1111         - 10  # rls2009 NDRPDR iter env 5
1112         - 11  # rls2009 NDRPDR iter env 5
1113         - 12  # rls2009 NDRPDR iter env 5
1114         - 14  # rls2009 NDRPDR iter env 5
1115         - 15  # rls2009 NDRPDR iter env 5
1116     vpp-performance-changes-2n-dnv-ref-env-new:
1117       # TODO: Re-test in new env
1118       csit-vpp-perf-report-iterative-2009-2n-dnv:
1119         - 3   # rls2009 NDRPDR iter env 5
1120         - 5   # rls2009 NDRPDR iter env 5
1121         - 6   # rls2009 NDRPDR iter env 5
1122         - 7   # rls2009 NDRPDR iter env 5
1123         - 9   # rls2009 NDRPDR iter env 5
1124         - 10  # rls2009 NDRPDR iter env 5
1125         - 11  # rls2009 NDRPDR iter env 5
1126         - 12  # rls2009 NDRPDR iter env 5
1127         - 14  # rls2009 NDRPDR iter env 5
1128         - 15  # rls2009 NDRPDR iter env 5
1129     vpp-performance-changes-2n-dnv-cmp:
1130       csit-vpp-perf-report-iterative-2101-2n-dnv:
1131         - 32  # rls2101.rel NDRPDR iter env 6
1132         - 33  # rls2101.rel NDRPDR iter env 6
1133         - 34  # rls2101.rel NDRPDR iter env 6
1134         - 35  # rls2101.rel NDRPDR iter env 6
1135         - 39  # rls2101.rel NDRPDR iter env 6
1136         - 41  # rls2101.rel NDRPDR iter env 6
1137         - 42  # rls2101.rel NDRPDR iter env 6
1138         - 43  # rls2101.rel NDRPDR iter env 6
1139         - 44  # rls2101.rel NDRPDR iter env 6
1140         - 45  # rls2101.rel NDRPDR iter env 6
1141         - 46  # rls2101.rel NDRPDR iter RND env 6
1142         - 47  # rls2101.rel NDRPDR iter RND env 6
1143         - 48  # rls2101.rel NDRPDR iter RND env 6
1144         - 49  # rls2101.rel NDRPDR iter RND env 6
1145         - 50  # rls2101.rel NDRPDR iter RND env 6
1146         - 51  # rls2101.rel NDRPDR iter RND env 6
1147         - 52  # rls2101.rel NDRPDR iter RND env 6
1148         - 53  # rls2101.rel NDRPDR iter RND env 6
1149         - 54  # rls2101.rel NDRPDR iter RND env 6
1150         - 55  # rls2101.rel NDRPDR iter RND env 6
1151
1152     vpp-performance-changes-3n-dnv-h1:
1153       csit-vpp-perf-report-iterative-2009-3n-dnv:
1154         - 16  # rls2005 NDRPDR iter env 5
1155         - 23  # rls2005 NDRPDR iter env 5
1156         - 25  # rls2005 NDRPDR iter env 5
1157         - 26  # rls2005 NDRPDR iter env 5
1158         - 27  # rls2005 NDRPDR iter env 5
1159         - 28  # rls2005 NDRPDR iter env 5
1160         - 29  # rls2005 NDRPDR iter env 5
1161         - 30  # rls2005 NDRPDR iter env 5
1162         - 31  # rls2005 NDRPDR iter env 5
1163         - 32  # rls2005 NDRPDR iter env 5
1164     vpp-performance-changes-3n-dnv-ref-env-old:
1165       csit-vpp-perf-report-iterative-2009-3n-dnv:
1166         - 3   # rls2009 NDRPDR iter env 5
1167         - 6   # rls2009 NDRPDR iter env 5
1168         - 7   # rls2009 NDRPDR iter env 5
1169         - 8   # rls2009 NDRPDR iter env 5
1170         - 10  # rls2009 NDRPDR iter env 5
1171         - 11  # rls2009 NDRPDR iter env 5
1172         - 12  # rls2009 NDRPDR iter env 5
1173         - 14  # rls2009 NDRPDR iter env 5
1174         - 15  # rls2009 NDRPDR iter env 5
1175         - 24  # rls2009 NDRPDR iter env 5
1176     vpp-performance-changes-3n-dnv-ref-env-new:
1177       # TODO: Re-test in new env
1178       csit-vpp-perf-report-iterative-2009-3n-dnv:
1179         - 3   # rls2009 NDRPDR iter env 5
1180         - 6   # rls2009 NDRPDR iter env 5
1181         - 7   # rls2009 NDRPDR iter env 5
1182         - 8   # rls2009 NDRPDR iter env 5
1183         - 10  # rls2009 NDRPDR iter env 5
1184         - 11  # rls2009 NDRPDR iter env 5
1185         - 12  # rls2009 NDRPDR iter env 5
1186         - 14  # rls2009 NDRPDR iter env 5
1187         - 15  # rls2009 NDRPDR iter env 5
1188         - 24  # rls2009 NDRPDR iter env 5
1189     vpp-performance-changes-3n-dnv-cmp:
1190       csit-vpp-perf-report-iterative-2101-3n-dnv:
1191         - 33  # rls2101.rel NDRPDR iter env 6
1192         - 34  # rls2101.rel NDRPDR iter env 6
1193         - 35  # rls2101.rel NDRPDR iter env 6
1194         - 36  # rls2101.rel NDRPDR iter env 6
1195         - 37  # rls2101.rel NDRPDR iter env 6
1196         - 38  # rls2101.rel NDRPDR iter env 6
1197         - 39  # rls2101.rel NDRPDR iter env 6
1198         - 40  # rls2101.rel NDRPDR iter env 6
1199         - 41  # rls2101.rel NDRPDR iter env 6
1200         - 42  # rls2101.rel NDRPDR iter env 6
1201         - 43  # rls2101.rel NDRPDR iter RND env 6
1202         - 44  # rls2101.rel NDRPDR iter RND env 6
1203         - 45  # rls2101.rel NDRPDR iter RND env 6
1204         - 46  # rls2101.rel NDRPDR iter RND env 6
1205         - 47  # rls2101.rel NDRPDR iter RND env 6
1206         - 48  # rls2101.rel NDRPDR iter RND env 6
1207         - 49  # rls2101.rel NDRPDR iter RND env 6
1208         - 50  # rls2101.rel NDRPDR iter RND env 6
1209         - 51  # rls2101.rel NDRPDR iter RND env 6
1210         - 52  # rls2101.rel NDRPDR iter RND env 6
1211
1212     vpp-performance-changes-3n-tsh-h1:
1213       csit-vpp-perf-report-iterative-2009-3n-tsh:
1214         - 8   # rls2005 NDRPDR iter env 5
1215         - 11  # rls2005 NDRPDR iter env 5
1216         - 12  # rls2005 NDRPDR iter env 5
1217         - 24  # rls2005 NDRPDR iter env 5
1218         - 27  # rls2005 NDRPDR iter env 5
1219         - 29  # rls2005 NDRPDR iter env 5
1220         - 31  # rls2005 NDRPDR iter env 5
1221         - 39  # rls2005 NDRPDR iter env 5
1222         - 40  # rls2005 NDRPDR iter env 5
1223         - 42  # rls2005 NDRPDR iter env 5
1224     vpp-performance-changes-3n-tsh-ref-env-old:
1225       csit-vpp-perf-report-iterative-2009-3n-tsh:
1226         - 14  # rls2009 NDRPDR iter env 5
1227         - 20  # rls2009 NDRPDR iter env 5
1228         - 21  # rls2009 NDRPDR iter env 5
1229         - 22  # rls2009 NDRPDR iter env 5
1230         - 23  # rls2009 NDRPDR iter env 5
1231         - 28  # rls2009 NDRPDR iter env 5
1232         - 30  # rls2009 NDRPDR iter env 5
1233         - 33  # rls2009 NDRPDR iter env 5
1234         - 38  # rls2009 NDRPDR iter env 5
1235         - 41  # rls2009 NDRPDR iter env 5
1236     vpp-performance-changes-3n-tsh-ref-env-new:
1237       csit-vpp-perf-report-iterative-2101-3n-tsh:
1238         - 8   # rls2009 NDRPDR iter env 6
1239         - 13  # rls2009 NDRPDR iter env 6
1240         - 14  # rls2009 NDRPDR iter env 6
1241         - 15  # rls2009 NDRPDR iter env 6
1242         - 16  # rls2009 NDRPDR iter env 6
1243         - 17  # rls2009 NDRPDR iter env 6
1244         - 18  # rls2009 NDRPDR iter env 6
1245         - 19  # rls2009 NDRPDR iter env 6
1246         - 21  # rls2009 NDRPDR iter env 6
1247     vpp-performance-changes-3n-tsh-cmp:
1248       csit-vpp-perf-report-iterative-2101-3n-tsh:
1249         - 23  # rls2101.rel NDRPDR iter env 6
1250         - 24  # rls2101.rel NDRPDR iter env 6
1251         - 25  # rls2101.rel NDRPDR iter env 6
1252         - 26  # rls2101.rel NDRPDR iter env 6
1253         - 27  # rls2101.rel NDRPDR iter env 6
1254         - 28  # rls2101.rel NDRPDR iter env 6
1255
1256 #     vpp-performance-changes-2n-tx2-h1:
1257 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1258 #         -
1259 #     vpp-performance-changes-2n-tx2-ref-env-old:
1260 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1261 #         -
1262     vpp-performance-changes-2n-tx2-ref-env-new:
1263       csit-vpp-perf-report-iterative-2101-2n-tx2:
1264         - 6   # rls2009 NDRPDR iter env 6
1265         - 7   # rls2009 NDRPDR iter env 6
1266         - 11  # rls2009 NDRPDR iter env 6
1267         - 12  # rls2009 NDRPDR iter env 6
1268         - 13  # rls2009 NDRPDR iter env 6
1269         - 16  # rls2009 NDRPDR iter env 6
1270         - 17  # rls2009 NDRPDR iter env 6
1271         - 18  # rls2009 NDRPDR iter env 6
1272         - 19  # rls2009 NDRPDR iter env 6
1273         - 20  # rls2009 NDRPDR iter env 6
1274     vpp-performance-changes-2n-tx2-cmp:
1275       csit-vpp-perf-report-iterative-2101-2n-tx2:
1276         - 22  # rls2101.rel NDRPDR iter env 6
1277         - 23  # rls2101.rel NDRPDR iter env 6
1278         - 24  # rls2101.rel NDRPDR iter env 6
1279         - 25  # rls2101.rel NDRPDR iter env 6
1280         - 26  # rls2101.rel NDRPDR iter env 6
1281         - 27  # rls2101.rel NDRPDR iter env 6
1282         - 28  # rls2101.rel NDRPDR iter env 6
1283         - 29  # rls2101.rel NDRPDR iter env 6
1284         - 30  # rls2101.rel NDRPDR iter env 6
1285         - 31  # rls2101.rel NDRPDR iter env 6
1286
1287     vpp-soak-vs-ndr-2n-skx-ref:
1288       csit-vpp-perf-report-iterative-2101-2n-skx:
1289         - 63  # rls2101.rel NDRPDR iter env 6
1290         - 69  # rls2101.rel NDRPDR iter env 6
1291         - 70  # rls2101.rel NDRPDR iter env 6
1292         - 75  # rls2101.rel NDRPDR iter env 6
1293         - 76  # rls2101.rel NDRPDR iter env 6
1294         - 77  # rls2101.rel NDRPDR iter env 6
1295         - 82  # rls2101.rel NDRPDR iter env 6
1296         - 85  # rls2101.rel NDRPDR iter env 6
1297         - 86  # rls2101.rel NDRPDR iter env 6
1298         - 94  # rls2101.rel NDRPDR iter env 6
1299     vpp-soak-vs-ndr-2n-skx-cmp:
1300       csit-vpp-perf-report-iterative-2101-2n-skx:
1301         - 68  # rls2101.rel soak env 6
1302         - 73  # rls2101.rel soak env 6
1303     vpp-soak-vs-ndr-2n-skx:
1304       csit-vpp-perf-report-iterative-2101-2n-skx:
1305         - 63  # rls2101.rel NDRPDR iter env 6
1306         - 69  # rls2101.rel NDRPDR iter env 6
1307         - 70  # rls2101.rel NDRPDR iter env 6
1308         - 75  # rls2101.rel NDRPDR iter env 6
1309         - 76  # rls2101.rel NDRPDR iter env 6
1310         - 77  # rls2101.rel NDRPDR iter env 6
1311         - 82  # rls2101.rel NDRPDR iter env 6
1312         - 85  # rls2101.rel NDRPDR iter env 6
1313         - 86  # rls2101.rel NDRPDR iter env 6
1314         - 94  # rls2101.rel NDRPDR iter env 6
1315         - 68  # rls2101.rel soak env 6
1316         - 73  # rls2101.rel soak env 6
1317
1318     vpp-soak-vs-ndr-2n-clx-ref:
1319       csit-vpp-perf-report-iterative-2101-2n-clx:
1320         - 54  # rls2101.rel NDRPDR iter env 6
1321         - 59  # rls2101.rel NDRPDR iter env 6
1322         - 60  # rls2101.rel NDRPDR iter env 6
1323         - 63  # rls2101.rel NDRPDR iter env 6
1324         - 66  # rls2101.rel NDRPDR iter env 6
1325         - 68  # rls2101.rel NDRPDR iter env 6
1326         - 73  # rls2101.rel NDRPDR iter env 6
1327         - 75  # rls2101.rel NDRPDR iter env 6
1328     vpp-soak-vs-ndr-2n-clx-cmp:
1329       csit-vpp-perf-report-iterative-2101-2n-clx:
1330         - 58  # rls2101.rel soak env 6
1331         - 61  # rls2101.rel soak env 6
1332     vpp-soak-vs-ndr-2n-clx:
1333       csit-vpp-perf-report-iterative-2101-2n-clx:
1334         - 54  # rls2101.rel NDRPDR iter env 6
1335         - 59  # rls2101.rel NDRPDR iter env 6
1336         - 60  # rls2101.rel NDRPDR iter env 6
1337         - 63  # rls2101.rel NDRPDR iter env 6
1338         - 66  # rls2101.rel NDRPDR iter env 6
1339         - 68  # rls2101.rel NDRPDR iter env 6
1340         - 73  # rls2101.rel NDRPDR iter env 6
1341         - 75  # rls2101.rel NDRPDR iter env 6
1342         - 58  # rls2101.rel soak env 6
1343         - 61  # rls2101.rel soak env 6
1344
1345     vpp-performance-changes-3n-hsw-mrr-h1:
1346       csit-vpp-perf-report-iterative-2009-3n-hsw:
1347         - 18  # rls2005 MRR iter env 5
1348     vpp-performance-changes-3n-hsw-mrr-ref-env-old:
1349       csit-vpp-perf-report-iterative-2009-3n-hsw:
1350         - 23  # rls2009 MRR iter env 5
1351     vpp-performance-changes-3n-hsw-mrr-ref-env-new:
1352       csit-vpp-perf-report-iterative-2101-3n-hsw:
1353         - 17  # rls2009 MRR iter env 6
1354     vpp-performance-changes-3n-hsw-mrr-cmp:
1355       csit-vpp-perf-report-iterative-2101-3n-hsw:
1356         - 63  # rls2101.rel MRR iter env 6
1357
1358     vpp-performance-changes-3n-skx-mrr-h1:
1359       csit-vpp-perf-report-iterative-2009-3n-skx:
1360         - 17  # rls2005 MRR iter env 5
1361     vpp-performance-changes-3n-skx-mrr-ref-env-old:
1362       csit-vpp-perf-report-iterative-2009-3n-skx:
1363         - 24  # rls2009 MRR iter env 5
1364     vpp-performance-changes-3n-skx-mrr-ref-env-new:
1365       csit-vpp-perf-report-iterative-2101-3n-skx:
1366         - 34  # rls2009 MRR iter env 6
1367     vpp-performance-changes-3n-skx-mrr-cmp:
1368       csit-vpp-perf-report-iterative-2101-3n-skx:
1369         - 35  # rls2101.rel MRR iter env 6
1370
1371     vpp-performance-changes-2n-skx-mrr-h1:
1372       csit-vpp-perf-report-iterative-2009-2n-skx:
1373         - 20  # rls2005 MRR iter env 5
1374     vpp-performance-changes-2n-skx-mrr-ref-env-old:
1375       csit-vpp-perf-report-iterative-2009-2n-skx:
1376         - 120 # rls2009 MRR iter env 5
1377     vpp-performance-changes-2n-skx-mrr-ref-env-new:
1378       csit-vpp-perf-report-iterative-2101-2n-skx:
1379         - 21  # rls2009 MRR iter env 6
1380     vpp-performance-changes-2n-skx-mrr-cmp:
1381       csit-vpp-perf-report-iterative-2101-2n-skx:
1382         - 62  # rls2101.rel MRR iter env 6
1383
1384     vpp-performance-changes-2n-clx-mrr-h1:
1385       csit-vpp-perf-report-iterative-2009-2n-clx:
1386         - 77  # rls2005 MRR iter env 5
1387     vpp-performance-changes-2n-clx-mrr-ref-env-old:
1388       csit-vpp-perf-report-iterative-2009-2n-clx:
1389         - 125 # rls2009 MRR iter env 5
1390     vpp-performance-changes-2n-clx-mrr-ref-env-new:
1391       csit-vpp-perf-report-iterative-2101-2n-clx:
1392         - 15  # rls2009 MRR iter env 6
1393     vpp-performance-changes-2n-clx-mrr-cmp:
1394       csit-vpp-perf-report-iterative-2101-2n-clx:
1395         - 53  # rls2101.rel MRR iter env 6
1396
1397     vpp-performance-changes-2n-zn2-mrr-ref-env-old:
1398       csit-vpp-perf-report-iterative-2009-2n-zn2:
1399         - 15  # rls2009 MRR iter env 5
1400     vpp-performance-changes-2n-zn2-mrr-ref-env-new:
1401       csit-vpp-perf-report-iterative-2101-2n-zn2:
1402         - 8   # rls2009 MRR iter env6
1403     vpp-performance-changes-2n-zn2-mrr-cmp:
1404       csit-vpp-perf-report-iterative-2101-2n-zn2:
1405         - 30  # rls2101.rel MRR iter env 6
1406
1407     vpp-performance-changes-2n-dnv-mrr-h1:
1408       csit-vpp-perf-report-iterative-2009-2n-dnv:
1409         - 23  # rls2005 MRR iter env 5
1410     vpp-performance-changes-2n-dnv-mrr-ref-env-old:
1411       csit-vpp-perf-report-iterative-2009-2n-dnv:
1412         - 13  # rls2009 MRR iter env 5
1413     vpp-performance-changes-2n-dnv-mrr-ref-env-new:
1414       # TODO: Re-test in new env
1415       csit-vpp-perf-report-iterative-2009-2n-dnv:
1416         - 13  # rls2009 MRR iter env 5
1417     vpp-performance-changes-2n-dnv-mrr-cmp:
1418       csit-vpp-perf-report-iterative-2101-2n-dnv:
1419         - 31  # rls2101.rel MRR iter env 6
1420
1421     vpp-performance-changes-3n-dnv-mrr-h1:
1422       csit-vpp-perf-report-iterative-2009-3n-dnv:
1423         - 19  # rls2005 MRR iter env 5
1424     vpp-performance-changes-3n-dnv-mrr-ref-env-old:
1425       csit-vpp-perf-report-iterative-2009-3n-dnv:
1426         - 22  # rls2009 MRR iter env 5
1427     vpp-performance-changes-3n-dnv-mrr-ref-env-new:
1428       # TODO: Re-test in new env
1429       csit-vpp-perf-report-iterative-2009-3n-dnv:
1430         - 22  # rls2009 MRR iter env 5
1431     vpp-performance-changes-3n-dnv-mrr-cmp:
1432       csit-vpp-perf-report-iterative-2101-3n-dnv:
1433         - 32  # rls2101.rel MRR iter env 6
1434
1435     vpp-performance-changes-3n-tsh-mrr-h1:
1436       csit-vpp-perf-report-iterative-2009-3n-tsh:
1437         - 13  # rls2005 MRR iter env 5
1438     vpp-performance-changes-3n-tsh-mrr-ref-env-old:
1439       csit-vpp-perf-report-iterative-2009-3n-tsh:
1440         - 15  # rls2009 MRR iter env 5
1441     vpp-performance-changes-3n-tsh-mrr-ref-env-new:
1442       csit-vpp-perf-report-iterative-2101-3n-tsh:
1443         - 7   # rls2009 MRR iter env 6
1444     vpp-performance-changes-3n-tsh-mrr-cmp:
1445       csit-vpp-perf-report-iterative-2101-3n-tsh:
1446         - 22  # rls2101.rel MRR iter env 6
1447
1448 #     vpp-performance-changes-2n-tx2-mrr-h1:
1449 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1450 #         -
1451 #     vpp-performance-changes-2n-tx2-mrr-ref-env-old:
1452 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1453 #         -
1454     vpp-performance-changes-2n-tx2-mrr-ref-env-new:
1455       csit-vpp-perf-report-iterative-2101-2n-tx2:
1456         - 5   # rls2009 MRR iter env 6
1457     vpp-performance-changes-2n-tx2-mrr-cmp:
1458       csit-vpp-perf-report-iterative-2101-2n-tx2:
1459         - 21  # rls2101.rel MRR iter env 6
1460
1461     dpdk-performance-changes-3n-hsw-h1:
1462       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1463         - 25  # NDRPDR iter
1464         - 26  # NDRPDR iter
1465         - 27  # NDRPDR iter
1466         - 28  # NDRPDR iter
1467         - 29  # NDRPDR iter
1468         - 30  # NDRPDR iter
1469         - 31  # NDRPDR iter
1470         - 32  # NDRPDR iter
1471         - 33  # NDRPDR iter
1472         - 34  # NDRPDR iter
1473     dpdk-performance-changes-3n-hsw-ref:
1474       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1475         - 6   # NDRPDR iter env5
1476         - 7   # NDRPDR iter env5
1477         - 8   # NDRPDR iter env5
1478         - 9   # NDRPDR iter env5
1479         - 10  # NDRPDR iter env5
1480         - 11  # NDRPDR iter env5
1481         - 12  # NDRPDR iter env5
1482         - 13  # NDRPDR iter env5
1483         - 14  # NDRPDR iter env5
1484         - 15  # NDRPDR iter env5
1485     dpdk-performance-changes-3n-hsw-cmp:
1486       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1487         - 11  # rls2101 NDRPDR iter env 6
1488         - 12  # rls2101 NDRPDR iter env 6
1489         - 13  # rls2101 NDRPDR iter env 6
1490         - 14  # rls2101 NDRPDR iter env 6
1491         - 16  # rls2101 NDRPDR iter env 6
1492         - 17  # rls2101 NDRPDR iter env 6
1493         - 18  # rls2101 NDRPDR iter env 6
1494         - 19  # rls2101 NDRPDR iter env 6
1495         - 20  # rls2101 NDRPDR iter env 6
1496         - 21  # rls2101 NDRPDR iter env 6
1497
1498     dpdk-performance-changes-3n-skx-h1:
1499       csit-dpdk-perf-report-iterative-2005-3n-skx:
1500         - 28  # NDRPDR iter
1501         - 29  # NDRPDR iter
1502         - 30  # NDRPDR iter
1503         - 31  # NDRPDR iter
1504         - 32  # NDRPDR iter
1505         - 33  # NDRPDR iter
1506         - 34  # NDRPDR iter
1507         - 35  # NDRPDR iter
1508         - 36  # NDRPDR iter
1509         - 37  # NDRPDR iter
1510     dpdk-performance-changes-3n-skx-ref:
1511       csit-dpdk-perf-report-iterative-2009-3n-skx:
1512         - 4   # NDRPDR sel env5
1513         - 5   # NDRPDR sel env5
1514         - 6   # NDRPDR sel env5
1515         - 7   # NDRPDR sel env5
1516         - 8   # NDRPDR sel env5
1517         - 9   # NDRPDR sel env5
1518         - 14  # NDRPDR sel env5
1519         - 11  # NDRPDR sel env5
1520         - 12  # NDRPDR sel env5
1521         - 13  # NDRPDR sel env5
1522     dpdk-performance-changes-3n-skx-cmp:
1523       csit-dpdk-perf-report-iterative-2101-3n-skx:
1524         - 12  # rls2101 NDRPDR iter env 6
1525         - 14  # rls2101 NDRPDR iter env 6
1526         - 15  # rls2101 NDRPDR iter env 6
1527         - 17  # rls2101 NDRPDR iter env 6
1528         - 19  # rls2101 NDRPDR iter env 6
1529         - 20  # rls2101 NDRPDR iter env 6
1530         - 21  # rls2101 NDRPDR iter env 6
1531         - 22  # rls2101 NDRPDR iter env 6
1532         - 25  # rls2101 NDRPDR iter env 6
1533         - 26  # rls2101 NDRPDR iter env 6
1534
1535     dpdk-performance-changes-2n-skx-h1:
1536       csit-dpdk-perf-report-iterative-2005-2n-skx:
1537         - 20  # NDRPDR iter
1538         - 21  # NDRPDR iter
1539         - 22  # NDRPDR iter
1540         - 23  # NDRPDR iter
1541         - 24  # NDRPDR iter
1542         - 25  # NDRPDR iter
1543         - 26  # NDRPDR iter
1544         - 27  # NDRPDR iter
1545         - 28  # NDRPDR iter
1546         - 29  # NDRPDR iter
1547     dpdk-performance-changes-2n-skx-ref:
1548       csit-dpdk-perf-report-iterative-2009-2n-skx:
1549         - 4   # NDRPDR iter env5
1550         - 5   # NDRPDR iter env5
1551         - 6   # NDRPDR iter env5
1552         - 7   # NDRPDR iter env5
1553         - 8   # NDRPDR iter env5
1554         - 9   # NDRPDR iter env5
1555         - 10  # NDRPDR iter env5
1556         - 11  # NDRPDR iter env5
1557         - 12  # NDRPDR iter env5
1558         - 13  # NDRPDR iter env5
1559     dpdk-performance-changes-2n-skx-cmp:
1560       csit-dpdk-perf-report-iterative-2101-2n-skx:
1561         - 11  # rls2101 NDRPDR iter env 6
1562         - 12  # rls2101 NDRPDR iter env 6
1563         - 13  # rls2101 NDRPDR iter env 6
1564         - 14  # rls2101 NDRPDR iter env 6
1565         - 15  # rls2101 NDRPDR iter env 6
1566         - 17  # rls2101 NDRPDR iter env 6
1567         - 18  # rls2101 NDRPDR iter env 6
1568         - 19  # rls2101 NDRPDR iter env 6
1569         - 20  # rls2101 NDRPDR iter env 6
1570         - 21  # rls2101 NDRPDR iter env 6
1571
1572     dpdk-performance-changes-2n-clx-h1:
1573       csit-dpdk-perf-report-iterative-2005-2n-clx:
1574         - 20  # NDRPDR iter
1575         - 21  # NDRPDR iter
1576         - 22  # NDRPDR iter
1577         - 23  # NDRPDR iter
1578         - 24  # NDRPDR iter
1579         - 25  # NDRPDR iter
1580         - 26  # NDRPDR iter
1581         - 27  # NDRPDR iter
1582         - 28  # NDRPDR iter
1583         - 29  # NDRPDR iter
1584     dpdk-performance-changes-2n-clx-ref:
1585       csit-dpdk-perf-report-iterative-2009-2n-clx:
1586         - 4   # NDRPDR iter env5
1587         - 5   # NDRPDR iter env5
1588         - 6   # NDRPDR iter env5
1589         - 7   # NDRPDR iter env5
1590         - 8   # NDRPDR iter env5
1591         - 9   # NDRPDR iter env5
1592         - 10  # NDRPDR iter env5
1593         - 11  # NDRPDR iter env5
1594         - 12  # NDRPDR iter env5
1595         - 13  # NDRPDR iter env5
1596     dpdk-performance-changes-2n-clx-cmp:
1597       csit-dpdk-perf-report-iterative-2101-2n-clx:
1598         - 12  # rls2101 NDRPDR iter env 6
1599         - 13  # rls2101 NDRPDR iter env 6
1600         - 14  # rls2101 NDRPDR iter env 6
1601         - 18  # rls2101 NDRPDR iter env 6
1602         - 22  # rls2101 NDRPDR iter env 6
1603
1604     dpdk-performance-changes-2n-zn2-ref:
1605       csit-dpdk-perf-report-iterative-2009-2n-zn2:
1606         - 16  # NDRPDR iter env5
1607         - 21  # NDRPDR iter env5
1608         - 22  # NDRPDR iter env5
1609         - 23  # NDRPDR iter env5
1610         - 24  # NDRPDR iter env5
1611         - 25  # NDRPDR iter env5
1612         - 29  # NDRPDR iter env5
1613     dpdk-performance-changes-2n-zn2-cmp:
1614       csit-dpdk-perf-report-iterative-2101-2n-zn2:
1615         - 11  # rls2101 NDRPDR iter env 6
1616         - 12  # rls2101 NDRPDR iter env 6
1617         - 13  # rls2101 NDRPDR iter env 6
1618         - 14  # rls2101 NDRPDR iter env 6
1619         - 16  # rls2101 NDRPDR iter env 6
1620         - 17  # rls2101 NDRPDR iter env 6
1621         - 18  # rls2101 NDRPDR iter env 6
1622         - 19  # rls2101 NDRPDR iter env 6
1623         - 20  # rls2101 NDRPDR iter env 6
1624         - 21  # rls2101 NDRPDR iter env 6
1625
1626 #    dpdk-performance-changes-2n-dnv-h1:
1627 #      csit-dpdk-perf-verify-2101-2n-dnv:
1628 #        - 9   # NDRPDR sel
1629 #        - 10  # NDRPDR sel
1630 #        - 11  # NDRPDR sel
1631 #        - 12  # NDRPDR sel
1632 #        - 13  # NDRPDR sel
1633 #        - 14  # NDRPDR sel
1634 #        - 15  # NDRPDR sel
1635 #        - 16  # NDRPDR sel
1636 #        - 17  # NDRPDR sel
1637 #        - 18  # NDRPDR sel
1638 #    dpdk-performance-changes-2n-dnv-ref:
1639 #      # No data
1640 #    dpdk-performance-changes-2n-dnv-cmp:
1641 #      # No data
1642 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1643
1644 #    dpdk-performance-changes-3n-dnv-h1:
1645 #      csit-dpdk-perf-verify-2101-3n-dnv:
1646 #        - 12  # NDRPDR sel
1647 #        - 13  # NDRPDR sel
1648 #        - 14  # NDRPDR sel
1649 #        - 15  # NDRPDR sel
1650 #        - 16  # NDRPDR sel
1651 #        - 17  # NDRPDR sel
1652 #        - 18  # NDRPDR sel
1653 #        - 19  # NDRPDR sel
1654 #        - 20  # NDRPDR sel
1655 #        - 22  # NDRPDR sel
1656 #    dpdk-performance-changes-3n-dnv-ref:
1657 #      # No data
1658 #    dpdk-performance-changes-3n-dnv-cmp:
1659 #      # No data
1660 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1661
1662     dpdk-performance-changes-3n-tsh-h1:
1663       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1664         - 5   # NDRPDR sel
1665     dpdk-performance-changes-3n-tsh-ref:
1666       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1667         - 1   # NDRPDR iter env5
1668         - 2   # NDRPDR iter env5
1669         - 3   # NDRPDR iter env5
1670         - 4   # NDRPDR iter env5
1671         - 5   # NDRPDR iter env5
1672         - 6   # NDRPDR iter env5
1673         - 7   # NDRPDR iter env5
1674         - 9   # NDRPDR iter env5
1675         - 10  # NDRPDR iter env5
1676         - 11  # NDRPDR iter env5
1677     dpdk-performance-changes-3n-tsh-cmp:
1678       csit-dpdk-perf-report-iterative-2101-3n-tsh:
1679         - 11  # rls2101 NDRPDR iter env 6
1680         - 12  # rls2101 NDRPDR iter env 6
1681         - 13  # rls2101 NDRPDR iter env 6
1682         - 14  # rls2101 NDRPDR iter env 6
1683         - 16  # rls2101 NDRPDR iter env 6
1684         - 17  # rls2101 NDRPDR iter env 6
1685         - 18  # rls2101 NDRPDR iter env 6
1686         - 19  # rls2101 NDRPDR iter env 6
1687         - 20  # rls2101 NDRPDR iter env 6
1688         - 21  # rls2101 NDRPDR iter env 6
1689
1690     # Compare testbeds
1691
1692     vpp-compare-testbeds-ref:
1693       csit-vpp-perf-report-iterative-2101-3n-hsw:
1694         - 64  # rls2101.rel NDRPDR iter env 6
1695         - 71  # rls2101.rel NDRPDR iter env 6
1696         - 73  # rls2101.rel NDRPDR iter env 6
1697         - 74  # rls2101.rel NDRPDR iter env 6
1698         - 80  # rls2101.rel NDRPDR iter env 6
1699         - 81  # rls2101.rel NDRPDR iter env 6
1700         - 82  # rls2101.rel NDRPDR iter env 6
1701         - 83  # rls2101.rel NDRPDR iter env 6
1702         - 88  # rls2101.rel NDRPDR iter env 6
1703         - 89  # rls2101.rel NDRPDR iter env 6
1704     vpp-compare-testbeds-cmp:
1705       csit-vpp-perf-report-iterative-2101-3n-skx:
1706         - 36  # rls2101.rel NDRPDR iter env 6
1707         - 37  # rls2101.rel NDRPDR iter env 6
1708         - 38  # rls2101.rel NDRPDR iter env 6
1709         - 39  # rls2101.rel NDRPDR iter env 6
1710         - 40  # rls2101.rel NDRPDR iter env 6
1711         - 41  # rls2101.rel NDRPDR iter env 6
1712         - 42  # rls2101.rel NDRPDR iter env 6
1713         - 47  # rls2101.rel NDRPDR iter env 6
1714         - 48  # rls2101.rel NDRPDR iter env 6
1715
1716     vpp-compare-testbeds-skx-clx-ref:
1717       csit-vpp-perf-report-iterative-2101-2n-skx:
1718         - 63  # rls2101.rel NDRPDR iter env 6
1719         - 69  # rls2101.rel NDRPDR iter env 6
1720         - 70  # rls2101.rel NDRPDR iter env 6
1721         - 75  # rls2101.rel NDRPDR iter env 6
1722         - 76  # rls2101.rel NDRPDR iter env 6
1723         - 77  # rls2101.rel NDRPDR iter env 6
1724         - 82  # rls2101.rel NDRPDR iter env 6
1725         - 85  # rls2101.rel NDRPDR iter env 6
1726         - 86  # rls2101.rel NDRPDR iter env 6
1727         - 94  # rls2101.rel NDRPDR iter env 6
1728         - 89  # rls2101.rel NDRPDR iter RND env 6
1729         - 90  # rls2101.rel NDRPDR iter RND env 6
1730         - 91  # rls2101.rel NDRPDR iter RND env 6
1731         - 92  # rls2101.rel NDRPDR iter RND env 6
1732         - 93  # rls2101.rel NDRPDR iter RND env 6
1733         - 96  # rls2101.rel NDRPDR iter RND env 6
1734         - 98  # rls2101.rel NDRPDR iter RND env 6
1735         - 99  # rls2101.rel NDRPDR iter RND env 6
1736         - 101 # rls2101.rel NDRPDR iter RND env 6
1737         - 102 # rls2101.rel NDRPDR iter RND env 6
1738     vpp-compare-testbeds-skx-clx-cmp:
1739       csit-vpp-perf-report-iterative-2101-2n-clx:
1740         - 54  # rls2101.rel NDRPDR iter env 6
1741         - 59  # rls2101.rel NDRPDR iter env 6
1742         - 60  # rls2101.rel NDRPDR iter env 6
1743         - 63  # rls2101.rel NDRPDR iter env 6
1744         - 66  # rls2101.rel NDRPDR iter env 6
1745         - 68  # rls2101.rel NDRPDR iter env 6
1746         - 73  # rls2101.rel NDRPDR iter env 6
1747         - 75  # rls2101.rel NDRPDR iter env 6
1748
1749     vpp-compare-testbeds-hsw-clx-ref:
1750       csit-vpp-perf-report-iterative-2101-3n-hsw:
1751         - 64  # rls2101.rel NDRPDR iter env 6
1752         - 71  # rls2101.rel NDRPDR iter env 6
1753         - 73  # rls2101.rel NDRPDR iter env 6
1754         - 74  # rls2101.rel NDRPDR iter env 6
1755         - 80  # rls2101.rel NDRPDR iter env 6
1756         - 81  # rls2101.rel NDRPDR iter env 6
1757         - 82  # rls2101.rel NDRPDR iter env 6
1758         - 83  # rls2101.rel NDRPDR iter env 6
1759         - 88  # rls2101.rel NDRPDR iter env 6
1760         - 89  # rls2101.rel NDRPDR iter env 6
1761         - 128 # rls2101.rel NDRPDR iter RND env 6
1762         - 129 # rls2101.rel NDRPDR iter RND env 6
1763         - 130 # rls2101.rel NDRPDR iter RND env 6
1764         - 131 # rls2101.rel NDRPDR iter RND env 6
1765         - 132 # rls2101.rel NDRPDR iter RND env 6
1766         - 133 # rls2101.rel NDRPDR iter RND env 6
1767         - 134 # rls2101.rel NDRPDR iter RND env 6
1768         - 135 # rls2101.rel NDRPDR iter RND env 6
1769         - 136 # rls2101.rel NDRPDR iter RND env 6
1770         - 137 # rls2101.rel NDRPDR iter RND env 6
1771     vpp-compare-testbeds-hsw-clx-cmp:
1772       csit-vpp-perf-report-iterative-2101-2n-clx:
1773         - 54  # rls2101.rel NDRPDR iter env 6
1774         - 59  # rls2101.rel NDRPDR iter env 6
1775         - 60  # rls2101.rel NDRPDR iter env 6
1776         - 63  # rls2101.rel NDRPDR iter env 6
1777         - 66  # rls2101.rel NDRPDR iter env 6
1778         - 68  # rls2101.rel NDRPDR iter env 6
1779         - 73  # rls2101.rel NDRPDR iter env 6
1780         - 75  # rls2101.rel NDRPDR iter env 6
1781
1782     vpp-compare-testbeds-mrr-ref:
1783       csit-vpp-perf-report-iterative-2101-3n-hsw:
1784         - 63  # rls2101.rel MRR iter env 6
1785     vpp-compare-testbeds-mrr-cmp:
1786       csit-vpp-perf-report-iterative-2101-3n-skx:
1787         - 35  # rls2101.rel MRR iter env 6
1788
1789     vpp-compare-testbeds-mrr-skx-clx-ref:
1790       csit-vpp-perf-report-iterative-2101-2n-skx:
1791         - 62  # rls2101.rel MRR iter env 6
1792     vpp-compare-testbeds-mrr-skx-clx-cmp:
1793       csit-vpp-perf-report-iterative-2101-2n-clx:
1794         - 53  # rls2101.rel MRR iter env 6
1795
1796     vpp-compare-testbeds-mrr-hsw-clx-ref:
1797       csit-vpp-perf-report-iterative-2101-3n-hsw:
1798         - 63  # rls2101.rel MRR iter env 6
1799     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1800       csit-vpp-perf-report-iterative-2101-2n-clx:
1801         - 53  # rls2101.rel MRR iter env 6
1802
1803     dpdk-compare-testbeds-ref:
1804       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1805         - 11  # rls2101 NDRPDR iter env 6
1806         - 12  # rls2101 NDRPDR iter env 6
1807         - 13  # rls2101 NDRPDR iter env 6
1808         - 14  # rls2101 NDRPDR iter env 6
1809         - 16  # rls2101 NDRPDR iter env 6
1810         - 17  # rls2101 NDRPDR iter env 6
1811         - 18  # rls2101 NDRPDR iter env 6
1812         - 19  # rls2101 NDRPDR iter env 6
1813         - 20  # rls2101 NDRPDR iter env 6
1814         - 21  # rls2101 NDRPDR iter env 6
1815     dpdk-compare-testbeds-cmp:
1816       csit-dpdk-perf-report-iterative-2101-3n-skx:
1817         - 12  # rls2101 NDRPDR iter env 6
1818         - 14  # rls2101 NDRPDR iter env 6
1819         - 15  # rls2101 NDRPDR iter env 6
1820         - 17  # rls2101 NDRPDR iter env 6
1821         - 19  # rls2101 NDRPDR iter env 6
1822         - 20  # rls2101 NDRPDR iter env 6
1823         - 21  # rls2101 NDRPDR iter env 6
1824         - 22  # rls2101 NDRPDR iter env 6
1825         - 25  # rls2101 NDRPDR iter env 6
1826         - 26  # rls2101 NDRPDR iter env 6
1827
1828     dpdk-compare-testbeds-skx-clx-ref:
1829       csit-dpdk-perf-report-iterative-2101-2n-skx:
1830         - 11  # rls2101 NDRPDR iter env 6
1831         - 12  # rls2101 NDRPDR iter env 6
1832         - 13  # rls2101 NDRPDR iter env 6
1833         - 14  # rls2101 NDRPDR iter env 6
1834         - 15  # rls2101 NDRPDR iter env 6
1835         - 17  # rls2101 NDRPDR iter env 6
1836         - 18  # rls2101 NDRPDR iter env 6
1837         - 19  # rls2101 NDRPDR iter env 6
1838         - 20  # rls2101 NDRPDR iter env 6
1839         - 21  # rls2101 NDRPDR iter env 6
1840     dpdk-compare-testbeds-skx-clx-cmp:
1841       csit-dpdk-perf-report-iterative-2101-2n-clx:
1842         - 12  # rls2101 NDRPDR iter env 6
1843         - 13  # rls2101 NDRPDR iter env 6
1844         - 14  # rls2101 NDRPDR iter env 6
1845         - 18  # rls2101 NDRPDR iter env 6
1846         - 22  # rls2101 NDRPDR iter env 6
1847
1848     # Compare topologies
1849
1850     vpp-compare-topologies-ref:
1851       csit-vpp-perf-report-iterative-2101-3n-skx:
1852         - 36  # rls2101.rel NDRPDR iter env 6
1853         - 37  # rls2101.rel NDRPDR iter env 6
1854         - 38  # rls2101.rel NDRPDR iter env 6
1855         - 39  # rls2101.rel NDRPDR iter env 6
1856         - 40  # rls2101.rel NDRPDR iter env 6
1857         - 41  # rls2101.rel NDRPDR iter env 6
1858         - 42  # rls2101.rel NDRPDR iter env 6
1859         - 47  # rls2101.rel NDRPDR iter env 6
1860         - 48  # rls2101.rel NDRPDR iter env 6
1861     vpp-compare-topologies-cmp:
1862       csit-vpp-perf-report-iterative-2101-2n-skx:
1863         - 63  # rls2101.rel NDRPDR iter env 6
1864         - 69  # rls2101.rel NDRPDR iter env 6
1865         - 70  # rls2101.rel NDRPDR iter env 6
1866         - 75  # rls2101.rel NDRPDR iter env 6
1867         - 76  # rls2101.rel NDRPDR iter env 6
1868         - 77  # rls2101.rel NDRPDR iter env 6
1869         - 82  # rls2101.rel NDRPDR iter env 6
1870         - 85  # rls2101.rel NDRPDR iter env 6
1871         - 86  # rls2101.rel NDRPDR iter env 6
1872         - 94  # rls2101.rel NDRPDR iter env 6
1873
1874     vpp-compare-topologies-mrr-ref:
1875       csit-vpp-perf-report-iterative-2101-3n-skx:
1876         - 35  # rls2101.rel MRR iter env 6
1877     vpp-compare-topologies-mrr-cmp:
1878       csit-vpp-perf-report-iterative-2101-2n-skx:
1879         - 62  # rls2101.rel MRR iter env 6
1880
1881     dpdk-compare-topologies-ref:
1882       csit-dpdk-perf-report-iterative-2101-3n-skx:
1883         - 12  # rls2101 NDRPDR iter env 6
1884         - 14  # rls2101 NDRPDR iter env 6
1885         - 15  # rls2101 NDRPDR iter env 6
1886         - 17  # rls2101 NDRPDR iter env 6
1887         - 19  # rls2101 NDRPDR iter env 6
1888         - 20  # rls2101 NDRPDR iter env 6
1889         - 21  # rls2101 NDRPDR iter env 6
1890         - 22  # rls2101 NDRPDR iter env 6
1891         - 25  # rls2101 NDRPDR iter env 6
1892         - 26  # rls2101 NDRPDR iter env 6
1893     dpdk-compare-topologies-cmp:
1894       csit-dpdk-perf-report-iterative-2101-2n-skx:
1895         - 11  # rls2101 NDRPDR iter env 6
1896         - 12  # rls2101 NDRPDR iter env 6
1897         - 13  # rls2101 NDRPDR iter env 6
1898         - 14  # rls2101 NDRPDR iter env 6
1899         - 15  # rls2101 NDRPDR iter env 6
1900         - 17  # rls2101 NDRPDR iter env 6
1901         - 18  # rls2101 NDRPDR iter env 6
1902         - 19  # rls2101 NDRPDR iter env 6
1903         - 20  # rls2101 NDRPDR iter env 6
1904         - 21  # rls2101 NDRPDR iter env 6
1905
1906   plot-layouts:
1907
1908     plot-soak-throughput:
1909       titlefont:
1910         size: 16
1911       xaxis:
1912         title: "<b>Test Cases [Index]</b>"
1913         titlefont:
1914           size: 14
1915         autorange: True
1916         fixedrange: False
1917         gridcolor: "rgb(230, 230, 230)"
1918         linecolor: "rgb(220, 220, 220)"
1919         linewidth: 1
1920         showgrid: True
1921         showline: True
1922         showticklabels: True
1923         tickcolor: "rgb(220, 220, 220)"
1924         tickmode: "linear"
1925         tickfont:
1926           size: 14
1927         zeroline: False
1928       yaxis:
1929         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1930         titlefont:
1931           size: 14
1932         gridcolor: "rgb(230, 230, 230)"
1933         hoverformat: ".4r"
1934         tickformat: ".3r"
1935         linecolor: "rgb(220, 220, 220)"
1936         linewidth: 1
1937         showgrid: True
1938         showline: True
1939         showticklabels: True
1940         tickcolor: "rgb(220, 220, 220)"
1941         tickfont:
1942           size: 14
1943         zeroline: False
1944         range: [0,50]
1945       autosize: False
1946       margin:
1947         t: 50
1948         b: 0
1949         l: 80
1950         r: 20
1951       showlegend: True
1952       legend:
1953         orientation: "h"
1954         font:
1955           size: 14
1956       width: 700
1957       height: 900
1958       paper_bgcolor: "#fff"
1959       plot_bgcolor: "#fff"
1960       hoverlabel:
1961         namelength: -1
1962
1963     plot-service-density:
1964       titlefont:
1965         size: 16
1966       xaxis:
1967         side: "top"
1968         autorange: True
1969         fixedrange: False
1970         showgrid: False
1971         showline: False
1972         showticklabels: False
1973         ticks: ""
1974         ticklen: 0
1975         tickwidth: 0
1976         zeroline: False
1977       yaxis:
1978         autorange: "reversed"
1979         showgrid: False
1980         showline: False
1981         showticklabels: False
1982         ticks: ""
1983         ticklen: 0
1984         tickwidth: 0
1985         zeroline: False
1986       showlegend: False
1987       paper_bgcolor: "#fff"
1988       plot_bgcolor: "#fff"
1989       width: 700
1990       height: 700
1991       hoverlabel:
1992         namelength: -1
1993
1994     plot-hoststack:
1995       titlefont:
1996         size: 16
1997       xaxis:
1998         title: "<b>Test Cases [Index]</b>"
1999         titlefont:
2000           size: 14
2001         autorange: True
2002         fixedrange: False
2003         gridcolor: "rgb(230, 230, 230)"
2004         linecolor: "rgb(220, 220, 220)"
2005         linewidth: 1
2006         showgrid: True
2007         showline: True
2008         showticklabels: True
2009         tickcolor: "rgb(220, 220, 220)"
2010         tickmode: "linear"
2011         tickfont:
2012           size: 14
2013         zeroline: False
2014       yaxis:
2015         title: "<b>Bandwidth [Gbps]</b>"
2016         titlefont:
2017           size: 14
2018         gridcolor: "rgb(230, 230, 230)"
2019         hoverformat: ".4s"
2020         linecolor: "rgb(220, 220, 220)"
2021         linewidth: 1
2022         rangemode: "tozero"
2023         showgrid: True
2024         showline: True
2025         showticklabels: True
2026         tickcolor: "rgb(230, 230, 230)"
2027         tickformat: ".3s"
2028         tickfont:
2029           size: 14
2030         zeroline: False
2031       autosize: False
2032       margin:
2033         t: 50
2034         b: 20
2035         l: 80
2036         r: 20
2037       showlegend: True
2038       legend:
2039         orientation: "h"
2040         font:
2041           size: 14
2042       width: 700
2043       height: 800
2044       paper_bgcolor: "#fff"
2045       plot_bgcolor: "#fff"
2046       hoverlabel:
2047         namelength: -1
2048
2049     plot-throughput:
2050       titlefont:
2051         size: 16
2052       xaxis:
2053         title: "<b>Test Cases [Index]</b>"
2054         titlefont:
2055           size: 14
2056         autorange: True
2057         fixedrange: False
2058         gridcolor: "rgb(230, 230, 230)"
2059         linecolor: "rgb(220, 220, 220)"
2060         linewidth: 1
2061         showgrid: True
2062         showline: True
2063         showticklabels: True
2064         tickcolor: "rgb(220, 220, 220)"
2065         tickmode: "linear"
2066         tickfont:
2067           size: 14
2068         zeroline: False
2069       yaxis:
2070         title: "<b>Packet Throughput [Mpps]</b>"
2071         titlefont:
2072           size: 14
2073         gridcolor: "rgb(230, 230, 230)"
2074         hoverformat: ".4r"
2075         tickformat: ".3r"
2076         linecolor: "rgb(220, 220, 220)"
2077         linewidth: 1
2078         showgrid: True
2079         showline: True
2080         showticklabels: True
2081         tickcolor: "rgb(220, 220, 220)"
2082         tickfont:
2083           size: 14
2084         zeroline: False
2085         range: [0,50]
2086       autosize: False
2087       margin:
2088         t: 50
2089         b: 0
2090         l: 80
2091         r: 20
2092       showlegend: True
2093       legend:
2094         orientation: "h"
2095         font:
2096           size: 14
2097       width: 700
2098       height: 900
2099       paper_bgcolor: "#fff"
2100       plot_bgcolor: "#fff"
2101       hoverlabel:
2102         namelength: -1
2103
2104     plot-throughput-gbps:
2105       titlefont:
2106         size: 16
2107       xaxis:
2108         title: "<b>Test Cases [Index]</b>"
2109         titlefont:
2110           size: 14
2111         autorange: True
2112         fixedrange: False
2113         gridcolor: "rgb(230, 230, 230)"
2114         linecolor: "rgb(220, 220, 220)"
2115         linewidth: 1
2116         showgrid: True
2117         showline: True
2118         showticklabels: True
2119         tickcolor: "rgb(220, 220, 220)"
2120         tickmode: "linear"
2121         tickfont:
2122           size: 14
2123         zeroline: False
2124       yaxis:
2125         title: "<b>Packet Throughput [Gbps]</b>"
2126         titlefont:
2127           size: 14
2128         gridcolor: "rgb(230, 230, 230)"
2129         hoverformat: ".4r"
2130         tickformat: ".3r"
2131         linecolor: "rgb(220, 220, 220)"
2132         linewidth: 1
2133         showgrid: True
2134         showline: True
2135         showticklabels: True
2136         tickcolor: "rgb(220, 220, 220)"
2137         tickfont:
2138           size: 14
2139         zeroline: False
2140         range: [0,10]
2141       autosize: False
2142       margin:
2143         t: 50
2144         b: 0
2145         l: 80
2146         r: 20
2147       showlegend: True
2148       legend:
2149         orientation: "h"
2150         font:
2151           size: 14
2152       width: 700
2153       height: 900
2154       paper_bgcolor: "#fff"
2155       plot_bgcolor: "#fff"
2156       hoverlabel:
2157         namelength: -1
2158
2159     plot-cps:
2160       titlefont:
2161         size: 16
2162       xaxis:
2163         title: "<b>Test Cases [Index]</b>"
2164         titlefont:
2165           size: 14
2166         autorange: True
2167         fixedrange: False
2168         gridcolor: "rgb(230, 230, 230)"
2169         linecolor: "rgb(220, 220, 220)"
2170         linewidth: 1
2171         showgrid: True
2172         showline: True
2173         showticklabels: True
2174         tickcolor: "rgb(220, 220, 220)"
2175         tickmode: "linear"
2176         tickfont:
2177           size: 14
2178         zeroline: False
2179       yaxis:
2180         title: "<b>Connection Rate [Mcps]</b>"
2181         titlefont:
2182           size: 14
2183         gridcolor: "rgb(230, 230, 230)"
2184         hoverformat: ".4r"
2185         tickformat: ".3s"
2186         linecolor: "rgb(220, 220, 220)"
2187         linewidth: 1
2188         showgrid: True
2189         showline: True
2190         showticklabels: True
2191         tickcolor: "rgb(220, 220, 220)"
2192         tickfont:
2193           size: 14
2194         zeroline: False
2195         range: [0,10]
2196       autosize: False
2197       margin:
2198         t: 50
2199         b: 0
2200         l: 80
2201         r: 20
2202       showlegend: True
2203       legend:
2204         orientation: "h"
2205         font:
2206           size: 14
2207       width: 700
2208       height: 900
2209       paper_bgcolor: "#fff"
2210       plot_bgcolor: "#fff"
2211       hoverlabel:
2212         namelength: -1
2213
2214     plot-throughput-speedup-analysis:
2215       titlefont:
2216         size: 16
2217       xaxis:
2218         title: "<b>Number of Cores [Qty]</b>"
2219         titlefont:
2220           size: 14
2221         autorange: True
2222         fixedrange: False
2223         gridcolor: "rgb(230, 230, 230)"
2224         linecolor: "rgb(220, 220, 220)"
2225         linewidth: 1
2226         showgrid: True
2227         showline: True
2228         showticklabels: True
2229         tickcolor: "rgb(238, 238, 238)"
2230         tickmode: "linear"
2231         tickfont:
2232           size: 14
2233         zeroline: False
2234       yaxis:
2235         title: "<b>Packet Throughput [Mpps]</b>"
2236         titlefont:
2237           size: 14
2238         type: "linear"
2239         gridcolor: "rgb(230, 230, 230)"
2240         hoverformat: ".4s"
2241         linecolor: "rgb(220, 220, 220)"
2242         linewidth: 1
2243         showgrid: True
2244         showline: True
2245         showticklabels: True
2246         tickcolor: "rgb(220, 220, 220)"
2247         tickformat: ".4s"
2248         tickfont:
2249           size: 14
2250         zeroline: True
2251         rangemode: "tozero"
2252         range: [0,100]
2253       legend:
2254         orientation: "h"
2255         font:
2256           size: 14
2257         xanchor: "left"
2258         yanchor: "top"
2259         x: 0
2260         y: -0.2
2261         bgcolor: "rgba(255, 255, 255, 0)"
2262         bordercolor: "rgba(255, 255, 255, 0)"
2263         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2264       autosize: False
2265       margin:
2266           't': 50
2267           'b': 150
2268           'l': 85
2269           'r': 10
2270       showlegend: True
2271       width: 700
2272       height: 700
2273       paper_bgcolor: "#fff"
2274       plot_bgcolor: "#fff"
2275       hoverlabel:
2276         namelength: -1
2277       annotations: [
2278         {
2279           text: "_ _          __          ...",
2280           align: "left",
2281           showarrow: False,
2282           xref: "paper",
2283           yref: "paper",
2284           xanchor: "left",
2285           yanchor: "top",
2286           x: 0,
2287           y: -0.14,
2288           font: {
2289             family: "Consolas, Courier New",
2290             size: 13
2291           },
2292         },
2293         {
2294           text: "    Perfect     Measured     Limit",
2295           align: "left",
2296           showarrow: False,
2297           xref: "paper",
2298           yref: "paper",
2299           xanchor: "left",
2300           yanchor: "top",
2301           x: 0,
2302           y: -0.15,
2303           font: {
2304             family: "Consolas, Courier New",
2305             size: 13
2306           },
2307         },
2308       ]
2309
2310     plot-throughput-speedup-analysis-gbps:
2311       titlefont:
2312         size: 16
2313       xaxis:
2314         title: "<b>Number of Cores [Qty]</b>"
2315         titlefont:
2316           size: 14
2317         autorange: True
2318         fixedrange: False
2319         gridcolor: "rgb(230, 230, 230)"
2320         linecolor: "rgb(220, 220, 220)"
2321         linewidth: 1
2322         showgrid: True
2323         showline: True
2324         showticklabels: True
2325         tickcolor: "rgb(238, 238, 238)"
2326         tickmode: "linear"
2327         tickfont:
2328           size: 14
2329         zeroline: False
2330       yaxis:
2331         title: "<b>Packet Throughput [Gbps]</b>"
2332         titlefont:
2333           size: 14
2334         type: "linear"
2335         gridcolor: "rgb(230, 230, 230)"
2336         hoverformat: ".4s"
2337         linecolor: "rgb(220, 220, 220)"
2338         linewidth: 1
2339         showgrid: True
2340         showline: True
2341         showticklabels: True
2342         tickcolor: "rgb(220, 220, 220)"
2343         tickformat: ".4s"
2344         tickfont:
2345           size: 14
2346         zeroline: True
2347         rangemode: "tozero"
2348         range: [0,100]
2349       legend:
2350         orientation: "h"
2351         font:
2352           size: 14
2353         xanchor: "left"
2354         yanchor: "top"
2355         x: 0
2356         y: -0.2
2357         bgcolor: "rgba(255, 255, 255, 0)"
2358         bordercolor: "rgba(255, 255, 255, 0)"
2359         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2360       autosize: False
2361       margin:
2362           't': 50
2363           'b': 150
2364           'l': 85
2365           'r': 10
2366       showlegend: True
2367       width: 700
2368       height: 700
2369       paper_bgcolor: "#fff"
2370       plot_bgcolor: "#fff"
2371       hoverlabel:
2372         namelength: -1
2373       annotations: [
2374         {
2375           text: "_ _          __",
2376           align: "left",
2377           showarrow: False,
2378           xref: "paper",
2379           yref: "paper",
2380           xanchor: "left",
2381           yanchor: "top",
2382           x: 0,
2383           y: -0.13,
2384           font: {
2385             family: "Consolas, Courier New",
2386             size: 13
2387           },
2388         },
2389         {
2390           text: "    Perfect     Measured",
2391           align: "left",
2392           showarrow: False,
2393           xref: "paper",
2394           yref: "paper",
2395           xanchor: "left",
2396           yanchor: "top",
2397           x: 0,
2398           y: -0.15,
2399           font: {
2400             family: "Consolas, Courier New",
2401             size: 13
2402           },
2403         },
2404       ]
2405
2406     plot-throughput-speedup-analysis-cps:
2407       titlefont:
2408         size: 16
2409       xaxis:
2410         title: "<b>Number of Cores [Qty]</b>"
2411         titlefont:
2412           size: 14
2413         autorange: True
2414         fixedrange: False
2415         gridcolor: "rgb(230, 230, 230)"
2416         linecolor: "rgb(220, 220, 220)"
2417         linewidth: 1
2418         showgrid: True
2419         showline: True
2420         showticklabels: True
2421         tickcolor: "rgb(238, 238, 238)"
2422         tickmode: "linear"
2423         tickfont:
2424           size: 14
2425         zeroline: False
2426       yaxis:
2427         title: "<b>Connection Rate [Mcps]</b>"
2428         titlefont:
2429           size: 14
2430         type: "linear"
2431         gridcolor: "rgb(230, 230, 230)"
2432         hoverformat: ".4s"
2433         linecolor: "rgb(220, 220, 220)"
2434         linewidth: 1
2435         showgrid: True
2436         showline: True
2437         showticklabels: True
2438         tickcolor: "rgb(220, 220, 220)"
2439         tickformat: ".4s"
2440         tickfont:
2441           size: 14
2442         zeroline: True
2443         rangemode: "tozero"
2444         range: [0,100]
2445       legend:
2446         orientation: "h"
2447         font:
2448           size: 14
2449         xanchor: "left"
2450         yanchor: "top"
2451         x: 0
2452         y: -0.2
2453         bgcolor: "rgba(255, 255, 255, 0)"
2454         bordercolor: "rgba(255, 255, 255, 0)"
2455         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2456       autosize: False
2457       margin:
2458           't': 50
2459           'b': 150
2460           'l': 85
2461           'r': 10
2462       showlegend: True
2463       width: 700
2464       height: 700
2465       paper_bgcolor: "#fff"
2466       plot_bgcolor: "#fff"
2467       hoverlabel:
2468         namelength: -1
2469       annotations: [
2470         {
2471           text: "_ _          __",
2472           align: "left",
2473           showarrow: False,
2474           xref: "paper",
2475           yref: "paper",
2476           xanchor: "left",
2477           yanchor: "top",
2478           x: 0,
2479           y: -0.13,
2480           font: {
2481             family: "Consolas, Courier New",
2482             size: 13
2483           },
2484         },
2485         {
2486           text: "    Perfect     Measured",
2487           align: "left",
2488           showarrow: False,
2489           xref: "paper",
2490           yref: "paper",
2491           xanchor: "left",
2492           yanchor: "top",
2493           x: 0,
2494           y: -0.15,
2495           font: {
2496             family: "Consolas, Courier New",
2497             size: 13
2498           },
2499         },
2500       ]
2501
2502     plot-latency:
2503       titlefont:
2504         size: 16
2505       xaxis:
2506         title: "<b>Direction</b>"
2507         titlefont:
2508           size: 14
2509         autorange: True
2510         fixedrange: False
2511         gridcolor: "rgb(230, 230, 230)"
2512         linecolor: "rgb(220, 220, 220)"
2513         linewidth: 1
2514         showgrid: True
2515         showline: True
2516         showticklabels: False
2517         tickcolor: "rgb(220, 220, 220)"
2518         tickmode: "linear"
2519         tickfont:
2520           size: 14
2521         zeroline: False
2522       yaxis:
2523         title: "<b>Packet Latency [uSec]</b>"
2524         titlefont:
2525           size: 14
2526         type: "linear"
2527         gridcolor: "rgb(230, 230, 230)"
2528         hoverformat: ".4s"
2529         linecolor: "rgb(220, 220, 220)"
2530         linewidth: 1
2531         showgrid: True
2532         showline: True
2533         showticklabels: True
2534         tickcolor: "rgb(220, 220, 220)"
2535         tickformat: ".4s"
2536         tickfont:
2537           size: 14
2538         zeroline: True
2539         rangemode: "tozero"
2540       legend:
2541         orientation: "h"
2542         font:
2543           size: 14
2544         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2545       autosize: False
2546       margin:
2547           't': 50
2548           'b': 150
2549           'l': 80
2550           'r': 10
2551       showlegend: True
2552       width: 700
2553       height: 700
2554       paper_bgcolor: "#fff"
2555       plot_bgcolor: "#fff"
2556       hoverlabel:
2557         namelength: -1
2558
2559     plot-hdrh-latency:
2560       title:
2561         text: ""
2562         xanchor: "center"
2563         x: 0.5
2564         font:
2565           size: 16
2566       width: 700
2567       plot_bgcolor: "white"
2568       annotations:
2569         - font:
2570             size: 14
2571           showarrow: False
2572           text: "<b>Packet Latency [uSec]</b>"
2573           x: 1
2574           xanchor: "right"
2575           xref: "paper"
2576           y: -0.045
2577           yanchor: "top"
2578           yref: "paper"
2579         - font:
2580             size: 14
2581           showarrow: False
2582           text: "<b>Probability [%]</b>"
2583           textangle: 270
2584           x: -0.06
2585           xanchor: "center"
2586           xref: "paper"
2587           y: 0.5
2588           yanchor: "middle"
2589           yref: "paper"
2590         - font:
2591             size: 14
2592           showarrow: False
2593           text: "<b>Direction: E-W</b>"
2594           x: 0.24
2595           xanchor: "center"
2596           xref: "paper"
2597           y: 1.05
2598           yanchor: "bottom"
2599           yref: "paper"
2600         - font:
2601             size: 14
2602           showarrow: False
2603           text: "<b>Direction: W-E</b>"
2604           x: 0.74
2605           xanchor: "center"
2606           xref: "paper"
2607           y: 1.05
2608           yanchor: "bottom"
2609           yref: "paper"
2610
2611     plot-hdrh-latency-percentile-x-log:
2612       title:
2613         text: "<b>Latency by Percentile Distribution</b>"
2614         xanchor: "center"
2615         x: 0.5
2616         font:
2617           size: 18
2618       showlegend: True
2619       legend:
2620         traceorder: "normal"
2621         orientation: "h"
2622         font:
2623           size: 16
2624         xanchor: "left"
2625         yanchor: "top"
2626         x: 0
2627         y: -0.2
2628         bgcolor: "rgba(255, 255, 255, 0)"
2629         bordercolor: "rgba(255, 255, 255, 0)"
2630       xaxis:
2631         type: "log"
2632         title: "<b>Percentile [%]</b>"
2633         titlefont:
2634           size: 14
2635         autorange: False
2636         fixedrange: True
2637         gridcolor: "rgb(230, 230, 230)"
2638         linecolor: "rgb(220, 220, 220)"
2639         linewidth: 1
2640         showgrid: True
2641         showline: True
2642         showticklabels: True
2643         tickcolor: "rgb(220, 220, 220)"
2644         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6]
2645         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999]
2646         tickfont:
2647           size: 14
2648       yaxis:
2649         title: "<b>One-Way Latency per Direction [uSec]</b>"
2650         titlefont:
2651           size: 14
2652         gridcolor: "rgb(230, 230, 230)"
2653         linecolor: "rgb(220, 220, 220)"
2654         linewidth: 1
2655         showgrid: True
2656         showline: True
2657         showticklabels: True
2658         tickcolor: "rgb(220, 220, 220)"
2659         tickfont:
2660           size: 14
2661       autosize: False
2662       width: 700
2663       height: 700
2664       paper_bgcolor: "white"
2665       plot_bgcolor: "white"
2666
2667     plot-hdrh-latency-by-percentile:
2668       title:
2669         text: "<b>Latency by Percentile Distribution</b>"
2670         xanchor: "center"
2671         x: 0.5
2672         font:
2673           size: 18
2674       showlegend: True
2675       legend:
2676         traceorder: "normal"
2677         orientation: "h"
2678         font:
2679           size: 16
2680         xanchor: "left"
2681         yanchor: "top"
2682         x: 0
2683         y: -0.2
2684         bgcolor: "rgba(255, 255, 255, 0)"
2685         bordercolor: "rgba(255, 255, 255, 0)"
2686       xaxis:
2687         type: "linear"
2688         title: "<b>Percentile [%]</b>"
2689         titlefont:
2690           size: 14
2691         autorange: False
2692         fixedrange: False
2693         range: [0, 100]
2694         gridcolor: "rgb(230, 230, 230)"
2695         linecolor: "rgb(220, 220, 220)"
2696         linewidth: 1
2697         showgrid: True
2698         showline: True
2699         showticklabels: True
2700         tickcolor: "rgb(220, 220, 220)"
2701         tickvals: [0, 25, 50, 75, 100]
2702         ticktext: [0, 25, 50, 75, 100]
2703         tickfont:
2704           size: 14
2705       yaxis:
2706         title: "<b>One-Way Latency per Direction [uSec]</b>"
2707         titlefont:
2708           size: 14
2709         gridcolor: "rgb(230, 230, 230)"
2710         linecolor: "rgb(220, 220, 220)"
2711         linewidth: 1
2712         showgrid: True
2713         showline: True
2714         showticklabels: True
2715         tickcolor: "rgb(220, 220, 220)"
2716         tickfont:
2717           size: 14
2718       width: 700
2719       height: 700
2720       paper_bgcolor: "white"
2721       plot_bgcolor: "white"
2722
2723 - type: "static"
2724   src-path: "{DIR[RST]}"
2725   dst-path: "{DIR[WORKING,SRC]}"
2726
2727 - type: "input"
2728   general:
2729     file-name: "output_info.xml.gz"
2730     file-format: ".gz"
2731     arch-file-format:
2732       - ".gz"
2733       - ".zip"
2734     download-path: "{job}/{build}/archives/{filename}"
2735     extract: "output.xml"
2736
2737     zip-file-name: "robot-plugin.zip"
2738     zip-file-format: ".zip"
2739     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2740     zip-extract: "robot-plugin/output.xml"
2741
2742   builds:
2743
2744     csit-vpp-perf-report-iterative-2009-3n-hsw:
2745       - 18  # rls2005 MRR iter env 5
2746       - 9   # rls2005 NDRPDR iter env 5
2747       - 10  # rls2005 NDRPDR iter env 5
2748       - 11  # rls2005 NDRPDR iter env 5
2749       - 12  # rls2005 NDRPDR iter env 5
2750       - 13  # rls2005 NDRPDR iter env 5
2751       - 14  # rls2005 NDRPDR iter env 5
2752       - 15  # rls2005 NDRPDR iter env 5
2753       - 16  # rls2005 NDRPDR iter env 5
2754       - 17  # rls2005 NDRPDR iter env 5
2755       - 19  # rls2005 NDRPDR iter env 5
2756       - 23  # rls2009 MRR iter env 5
2757       - 21  # rls2009 NDRPDR iter env 5
2758       - 22  # rls2009 NDRPDR iter env 5
2759       - 24  # rls2009 NDRPDR iter env 5
2760       - 25  # rls2009 NDRPDR iter env 5
2761       - 26  # rls2009 NDRPDR iter env 5
2762       - 27  # rls2009 NDRPDR iter env 5
2763       - 28  # rls2009 NDRPDR iter env 5
2764       - 29  # rls2009 NDRPDR iter env 5
2765       - 30  # rls2009 NDRPDR iter env 5
2766       - 31  # rls2009 NDRPDR iter env 5
2767     csit-vpp-perf-report-iterative-2101-3n-hsw:
2768       - 17  # rls2009 MRR iter env 6
2769       - 19  # rls2009 NDRPDR iter env 6
2770       - 20  # rls2009 NDRPDR iter env 6
2771       - 21  # rls2009 NDRPDR iter env 6
2772       - 22  # rls2009 NDRPDR iter env 6
2773       - 23  # rls2009 NDRPDR iter env 6
2774       - 24  # rls2009 NDRPDR iter env 6
2775       - 25  # rls2009 NDRPDR iter env 6
2776       - 26  # rls2009 NDRPDR iter env 6
2777       - 27  # rls2009 NDRPDR iter env 6
2778       - 63  # rls2101.rel MRR iter env 6
2779       - 64  # rls2101.rel NDRPDR iter env 6
2780       - 71  # rls2101.rel NDRPDR iter env 6
2781       - 73  # rls2101.rel NDRPDR iter env 6
2782       - 74  # rls2101.rel NDRPDR iter env 6
2783       - 80  # rls2101.rel NDRPDR iter env 6
2784       - 81  # rls2101.rel NDRPDR iter env 6
2785       - 82  # rls2101.rel NDRPDR iter env 6
2786       - 83  # rls2101.rel NDRPDR iter env 6
2787       - 88  # rls2101.rel NDRPDR iter env 6
2788       - 89  # rls2101.rel NDRPDR iter env 6
2789       - 128 # rls2101.rel NDRPDR iter RND env 6
2790       - 129 # rls2101.rel NDRPDR iter RND env 6
2791       - 130 # rls2101.rel NDRPDR iter RND env 6
2792       - 131 # rls2101.rel NDRPDR iter RND env 6
2793       - 132 # rls2101.rel NDRPDR iter RND env 6
2794       - 133 # rls2101.rel NDRPDR iter RND env 6
2795       - 134 # rls2101.rel NDRPDR iter RND env 6
2796       - 135 # rls2101.rel NDRPDR iter RND env 6
2797       - 136 # rls2101.rel NDRPDR iter RND env 6
2798       - 137 # rls2101.rel NDRPDR iter RND env 6
2799       - 65  # rls2101.rel NDRPDR reconf iter env 6
2800       - 68  # rls2101.rel NDRPDR reconf iter env 6
2801       - 77  # rls2101.rel NDRPDR reconf iter env 6
2802       - 84  # rls2101.rel NDRPDR reconf iter env 6
2803       - 90  # rls2101.rel NDRPDR reconf iter env 6
2804       - 96  # rls2101.rel NDRPDR reconf iter env 6
2805       - 101 # rls2101.rel NDRPDR reconf iter env 6
2806       - 104 # rls2101.rel NDRPDR reconf iter env 6
2807       - 105 # rls2101.rel NDRPDR reconf iter env 6
2808       - 106 # rls2101.rel NDRPDR reconf iter env 6
2809       - 107 # rls2101.rel NDRPDR reconf iter env 6
2810       - 108 # rls2101.rel NDRPDR reconf iter env 6
2811       - 110 # rls2101.rel NDRPDR reconf iter env 6
2812       - 111 # rls2101.rel NDRPDR reconf iter env 6
2813       - 112 # rls2101.rel NDRPDR reconf iter env 6
2814       - 113 # rls2101.rel NDRPDR reconf iter env 6
2815       - 114 # rls2101.rel NDRPDR reconf iter env 6
2816       - 115 # rls2101.rel NDRPDR reconf iter env 6
2817       - 116 # rls2101.rel NDRPDR reconf iter env 6
2818       - 117 # rls2101.rel NDRPDR reconf iter env 6
2819       - 69  # rls2101.rel Hoststack iter env 6
2820       - 70  # rls2101.rel Hoststack iter env 6
2821       - 75  # rls2101.rel Hoststack iter env 6
2822       - 76  # rls2101.rel Hoststack iter env 6
2823       - 78  # rls2101.rel Hoststack iter env 6
2824       - 79  # rls2101.rel Hoststack iter env 6
2825       - 85  # rls2101.rel Hoststack iter env 6
2826       - 86  # rls2101.rel Hoststack iter env 6
2827       - 87  # rls2101.rel Hoststack iter env 6
2828       - 91  # rls2101.rel Hoststack iter env 6
2829       - 92  # rls2101.rel Hoststack iter env 6
2830       - 93  # rls2101.rel Hoststack iter env 6
2831       - 94  # rls2101.rel Hoststack iter env 6
2832       - 95  # rls2101.rel Hoststack iter env 6
2833       - 97  # rls2101.rel Hoststack iter env 6
2834       - 98  # rls2101.rel Hoststack iter env 6
2835       - 99  # rls2101.rel Hoststack iter env 6
2836       - 100 # rls2101.rel Hoststack iter env 6
2837       - 102 # rls2101.rel Hoststack iter env 6
2838       - 103 # rls2101.rel Hoststack iter env 6
2839     csit-vpp-perf-report-coverage-2101-3n-hsw:
2840       - 1   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-00
2841       - 2   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-01
2842       - 3   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-02
2843       - 4   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-03
2844       - 5   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-00
2845       - 6   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-01
2846       - 7   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-02
2847       - 8   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-03
2848       - 9   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-04
2849       - 10  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-05
2850       - 11  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-06
2851       - 12  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-07
2852       - 13  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-00
2853       - 14  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-01
2854       - 15  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-02
2855       - 16  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-00
2856       - 18  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-01
2857       - 19  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-00
2858       - 20  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-01
2859       - 21  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-02
2860       - 22  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-03
2861       - 23  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-04
2862       - 24  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6tun-00
2863       - 25  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-05
2864       - 26  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-06
2865       - 27  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-07
2866       - 28  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-08
2867       - 29  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-09
2868       - 30  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-10
2869       - 31  # rls2101.rel NDRPDR cov env 6 3n-hsw-memif-00
2870       - 32  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-00
2871       - 33  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-01
2872       - 34  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-00
2873       - 35  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-01
2874       - 36  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-02
2875
2876
2877     csit-vpp-perf-report-iterative-2009-3n-skx:
2878       - 17  # rls2005 MRR iter env 5
2879       - 13  # rls2005 NDRPDR iter env 5
2880       - 18  # rls2005 NDRPDR iter env 5
2881       - 19  # rls2005 NDRPDR iter env 5
2882       - 41  # rls2005 NDRPDR iter env 5
2883       - 43  # rls2005 NDRPDR iter env 5
2884       - 44  # rls2005 NDRPDR iter env 5
2885       - 45  # rls2005 NDRPDR iter env 5
2886       - 46  # rls2005 NDRPDR iter env 5
2887       - 48  # rls2005 NDRPDR iter env 5
2888       - 49  # rls2005 NDRPDR iter env 5
2889       - 24  # rls2009 MRR iter env 5
2890       - 26  # rls2009 NDRPDR iter env 5
2891       - 27  # rls2009 NDRPDR iter env 5
2892       - 28  # rls2009 NDRPDR iter env 5
2893       - 29  # rls2009 NDRPDR iter env 5
2894       - 35  # rls2009 NDRPDR iter env 5
2895       - 36  # rls2009 NDRPDR iter env 5
2896       - 37  # rls2009 NDRPDR iter env 5
2897       - 38  # rls2009 NDRPDR iter env 5
2898       - 39  # rls2009 NDRPDR iter env 5
2899       - 40  # rls2009 NDRPDR iter env 5
2900     csit-vpp-perf-report-iterative-2101-3n-skx:
2901       - 34  # rls2009 MRR iter env 6
2902       - 14  # rls2009 NDRPDR iter env 6
2903       - 15  # rls2009 NDRPDR iter env 6
2904       - 16  # rls2009 NDRPDR iter env 6
2905       - 17  # rls2009 NDRPDR iter env 6
2906       - 18  # rls2009 NDRPDR iter env 6
2907       - 25  # rls2009 NDRPDR iter env 6
2908       - 26  # rls2009 NDRPDR iter env 6
2909       - 27  # rls2009 NDRPDR iter env 6
2910       - 29  # rls2009 NDRPDR iter env 6
2911       - 31  # rls2009 NDRPDR iter env 6
2912       - 35  # rls2101.rel MRR iter env 6
2913       - 36  # rls2101.rel NDRPDR iter env 6
2914       - 37  # rls2101.rel NDRPDR iter env 6
2915       - 38  # rls2101.rel NDRPDR iter env 6
2916       - 39  # rls2101.rel NDRPDR iter env 6
2917       - 40  # rls2101.rel NDRPDR iter env 6
2918       - 41  # rls2101.rel NDRPDR iter env 6
2919       - 42  # rls2101.rel NDRPDR iter env 6
2920       - 47  # rls2101.rel NDRPDR iter env 6
2921       - 48  # rls2101.rel NDRPDR iter env 6
2922     # csit-vpp-perf-report-coverage-2101-3n-skx:
2923
2924
2925     csit-vpp-perf-report-iterative-2009-2n-skx:
2926       - 20  # rls2005 MRR iter env 5
2927       - 13  # rls2005 NDRPDR iter env 5
2928       - 16  # rls2005 NDRPDR iter env 5
2929       - 17  # rls2005 NDRPDR iter env 5
2930       - 18  # rls2005 NDRPDR iter env 5
2931       - 19  # rls2005 NDRPDR iter env 5
2932       - 21  # rls2005 NDRPDR iter env 5
2933       - 22  # rls2005 NDRPDR iter env 5
2934       - 23  # rls2005 NDRPDR iter env 5
2935       - 24  # rls2005 NDRPDR iter env 5
2936       - 25  # rls2005 NDRPDR iter env 5
2937       - 120 # rls2009 MRR iter env 5
2938       - 35  # rls2009 NDRPDR iter env 5
2939       - 36  # rls2009 NDRPDR iter env 5
2940       - 37  # rls2009 NDRPDR iter env 5
2941       - 39  # rls2009 NDRPDR iter env 5
2942       - 40  # rls2009 NDRPDR iter env 5
2943       - 42  # rls2009 NDRPDR iter env 5
2944       - 43  # rls2009 NDRPDR iter env 5
2945       - 44  # rls2009 NDRPDR iter env 5
2946       - 46  # rls2009 NDRPDR iter env 5
2947       - 48  # rls2009 NDRPDR iter env 5
2948       - 110 # rls2009 NDRPDR iter NAT44 env 5
2949       - 111 # rls2009 NDRPDR iter NAT44 env 5
2950       - 112 # rls2009 NDRPDR iter NAT44 env 5
2951       - 113 # rls2009 NDRPDR iter NAT44 env 5
2952       - 114 # rls2009 NDRPDR iter NAT44 env 5
2953       - 115 # rls2009 NDRPDR iter NAT44 env 5
2954       - 116 # rls2009 NDRPDR iter NAT44 env 5
2955       - 118 # rls2009 NDRPDR iter NAT44 env 5
2956       - 119 # rls2009 NDRPDR iter NAT44 env 5
2957       - 121 # rls2009 NDRPDR iter NAT44 env 5
2958     csit-vpp-perf-report-iterative-2101-2n-skx:
2959       - 21  # rls2009 MRR iter env 6
2960       - 22  # rls2009 NDRPDR iter env 6
2961       - 23  # rls2009 NDRPDR iter env 6
2962       - 24  # rls2009 NDRPDR iter env 6
2963       - 25  # rls2009 NDRPDR iter env 6
2964       - 26  # rls2009 NDRPDR iter env 6
2965       - 28  # rls2009 NDRPDR iter env 6
2966       - 39  # rls2009 NDRPDR iter env 6
2967       - 40  # rls2009 NDRPDR iter env 6
2968       - 41  # rls2009 NDRPDR iter env 6
2969       - 44  # rls2009 NDRPDR iter env 6
2970       - 62  # rls2101.rel MRR iter env 6
2971       - 63  # rls2101.rel NDRPDR iter env 6
2972       - 69  # rls2101.rel NDRPDR iter env 6
2973       - 70  # rls2101.rel NDRPDR iter env 6
2974       - 75  # rls2101.rel NDRPDR iter env 6
2975       - 76  # rls2101.rel NDRPDR iter env 6
2976       - 77  # rls2101.rel NDRPDR iter env 6
2977       - 82  # rls2101.rel NDRPDR iter env 6
2978       - 85  # rls2101.rel NDRPDR iter env 6
2979       - 86  # rls2101.rel NDRPDR iter env 6
2980       - 94  # rls2101.rel NDRPDR iter env 6
2981       - 89  # rls2101.rel NDRPDR iter RND env 6
2982       - 90  # rls2101.rel NDRPDR iter RND env 6
2983       - 91  # rls2101.rel NDRPDR iter RND env 6
2984       - 92  # rls2101.rel NDRPDR iter RND env 6
2985       - 93  # rls2101.rel NDRPDR iter RND env 6
2986       - 96  # rls2101.rel NDRPDR iter RND env 6
2987       - 98  # rls2101.rel NDRPDR iter RND env 6
2988       - 99  # rls2101.rel NDRPDR iter RND env 6
2989       - 101 # rls2101.rel NDRPDR iter RND env 6
2990       - 102 # rls2101.rel NDRPDR iter RND env 6
2991       - 65  # rls2101.rel MRR nf-density iter env 6
2992       - 67  # rls2101.rel NDRPDR nf-density iter env 6
2993       - 72  # rls2101.rel NDRPDR nf-density iter env 6
2994       - 79  # rls2101.rel NDRPDR nf-density iter env 6
2995       - 83  # rls2101.rel NDRPDR nf-density iter env 6
2996       - 88  # rls2101.rel NDRPDR nf-density iter env 6
2997       - 97  # rls2101.rel NDRPDR nf-density iter env 6
2998       - 103 # rls2101.rel NDRPDR nf-density iter env 6
2999       - 64  # rls2101.rel NDRPDR reconf iter env 6
3000       - 66  # rls2101.rel NDRPDR reconf iter env 6
3001       - 71  # rls2101.rel NDRPDR reconf iter env 6
3002       - 74  # rls2101.rel NDRPDR reconf iter env 6
3003       - 78  # rls2101.rel NDRPDR reconf iter env 6
3004       - 87  # rls2101.rel NDRPDR reconf iter env 6
3005       - 95  # rls2101.rel NDRPDR reconf iter env 6
3006       - 100 # rls2101.rel NDRPDR reconf iter env 6
3007       - 104 # rls2101.rel NDRPDR reconf iter env 6
3008       - 106 # rls2101.rel NDRPDR reconf iter env 6
3009       - 68  # rls2101.rel soak env 6
3010       - 73  # rls2101.rel soak env 6
3011     # csit-vpp-perf-report-coverage-2101-2n-skx:
3012
3013
3014     csit-vpp-perf-report-iterative-2009-2n-clx:
3015       - 77  # rls2005 MRR iter env 5
3016       - 13  # rls2005 NDRPDR iter env 5
3017       - 15  # rls2005 NDRPDR iter env 5
3018       - 17  # rls2005 NDRPDR iter env 5
3019       - 18  # rls2005 NDRPDR iter env 5
3020       - 19  # rls2005 NDRPDR iter env 5
3021       - 20  # rls2005 NDRPDR iter env 5
3022       - 21  # rls2005 NDRPDR iter env 5
3023       - 22  # rls2005 NDRPDR iter env 5
3024       - 23  # rls2005 NDRPDR iter env 5
3025       - 24  # rls2005 NDRPDR iter env 5
3026       - 125 # rls2009 MRR iter env 5
3027       - 36  # rls2009 NDRPDR iter env 5
3028       - 39  # rls2009 NDRPDR iter env 5
3029       - 40  # rls2009 NDRPDR iter env 5
3030       - 65  # rls2009 NDRPDR iter env 5
3031       - 66  # rls2009 NDRPDR iter env 5
3032       - 79  # rls2009 NDRPDR iter env 5
3033       - 82  # rls2009 NDRPDR iter env 5
3034       - 88  # rls2009 NDRPDR iter env 5
3035       - 89  # rls2009 NDRPDR iter env 5
3036       - 90  # rls2009 NDRPDR iter env 5
3037       - 114 # rls2009 NDRPDR iter NAT44 env 5
3038       - 115 # rls2009 NDRPDR iter NAT44 env 5
3039       - 116 # rls2009 NDRPDR iter NAT44 env 5
3040       - 117 # rls2009 NDRPDR iter NAT44 env 5
3041       - 118 # rls2009 NDRPDR iter NAT44 env 5
3042       - 119 # rls2009 NDRPDR iter NAT44 env 5
3043       - 121 # rls2009 NDRPDR iter NAT44 env 5
3044       - 122 # rls2009 NDRPDR iter NAT44 env 5
3045       - 123 # rls2009 NDRPDR iter NAT44 env 5
3046       - 126 # rls2009 NDRPDR iter NAT44 env 5
3047     csit-vpp-perf-report-iterative-2101-2n-clx:
3048       - 15  # rls2009 MRR iter env 6
3049       - 16  # rls2009 NDRPDR iter env 6
3050       - 17  # rls2009 NDRPDR iter env 6
3051       - 18  # rls2009 NDRPDR iter env 6
3052       - 19  # rls2009 NDRPDR iter env 6
3053       - 20  # rls2009 NDRPDR iter env 6
3054       - 21  # rls2009 NDRPDR iter env 6
3055       - 32  # rls2009 NDRPDR iter env 6
3056       - 33  # rls2009 NDRPDR iter env 6
3057       - 34  # rls2009 NDRPDR iter env 6
3058       - 35  # rls2009 NDRPDR iter env 6
3059       - 53  # rls2101.rel MRR iter env 6
3060       - 54  # rls2101.rel NDRPDR iter env 6
3061       - 59  # rls2101.rel NDRPDR iter env 6
3062       - 60  # rls2101.rel NDRPDR iter env 6
3063       - 63  # rls2101.rel NDRPDR iter env 6
3064       - 66  # rls2101.rel NDRPDR iter env 6
3065       - 68  # rls2101.rel NDRPDR iter env 6
3066       - 73  # rls2101.rel NDRPDR iter env 6
3067       - 75  # rls2101.rel NDRPDR iter env 6
3068       - 72  # rls2101.rel MRR nf-density iter env 6
3069       - 57  # rls2101.rel NDRPDR nf-density iter env 6
3070       - 62  # rls2101.rel NDRPDR nf-density iter env 6
3071       - 70  # rls2101.rel NDRPDR nf-density iter env 6
3072       - 71  # rls2101.rel NDRPDR nf-density iter env 6
3073       - 82  # rls2101.rel NDRPDR nf-density iter env 6
3074       - 55  # rls2101.rel NDRPDR reconf iter env 6
3075       - 64  # rls2101.rel NDRPDR reconf iter env 6
3076       - 76  # rls2101.rel NDRPDR reconf iter env 6
3077       - 58  # rls2101.rel soak env 6
3078       - 61  # rls2101.rel soak env 6
3079     # csit-vpp-perf-report-coverage-2101-2n-clx:
3080
3081
3082     csit-vpp-perf-report-iterative-2009-2n-zn2:
3083       - 15  # rls2009 MRR iter env 5
3084       - 17  # rls2009 NDRPDR iter env 5
3085       - 18  # rls2009 NDRPDR iter env 5
3086       - 31  # rls2009 NDRPDR iter env 5
3087       - 33  # rls2009 NDRPDR iter env 5
3088       - 34  # rls2009 NDRPDR iter env 5
3089     csit-vpp-perf-report-iterative-2101-2n-zn2:
3090       - 8   # rls2009 MRR iter env6
3091       - 9   # rls2009 NDRPDR iter env 6
3092       - 10  # rls2009 NDRPDR iter env 6
3093       - 11  # rls2009 NDRPDR iter env 6
3094       - 12  # rls2009 NDRPDR iter env 6
3095       - 13  # rls2009 NDRPDR iter env 6
3096       - 20  # rls2009 NDRPDR iter env 6
3097       - 21  # rls2009 NDRPDR iter env 6
3098       - 22  # rls2009 NDRPDR iter env 6
3099       - 25  # rls2009 NDRPDR iter env 6
3100       - 26  # rls2009 NDRPDR iter env 6
3101       - 30  # rls2101.rel MRR iter env 6
3102       - 31  # rls2101.rel NDRPDR iter env 6
3103       - 32  # rls2101.rel NDRPDR iter env 6
3104       - 33  # rls2101.rel NDRPDR iter env 6
3105       - 34  # rls2101.rel NDRPDR iter env 6
3106       - 35  # rls2101.rel NDRPDR iter env 6
3107       - 37  # rls2101.rel NDRPDR iter env 6
3108       - 38  # rls2101.rel NDRPDR iter env 6
3109       - 40  # rls2101.rel NDRPDR iter RND env 6
3110       - 41  # rls2101.rel NDRPDR iter RND env 6
3111       - 42  # rls2101.rel NDRPDR iter RND env 6
3112       - 43  # rls2101.rel NDRPDR iter RND env 6
3113       - 45  # rls2101.rel NDRPDR iter RND env 6
3114
3115     csit-vpp-perf-report-iterative-2009-3n-tsh:
3116       - 8   # rls2005 NDRPDR iter env 5
3117       - 11  # rls2005 NDRPDR iter env 5
3118       - 12  # rls2005 NDRPDR iter env 5
3119       - 24  # rls2005 NDRPDR iter env 5
3120       - 27  # rls2005 NDRPDR iter env 5
3121       - 29  # rls2005 NDRPDR iter env 5
3122       - 31  # rls2005 NDRPDR iter env 5
3123       - 39  # rls2005 NDRPDR iter env 5
3124       - 40  # rls2005 NDRPDR iter env 5
3125       - 42  # rls2005 NDRPDR iter env 5
3126       - 13  # rls2005 MRR iter env 5
3127       - 14  # rls2009 NDRPDR iter env 5
3128       - 20  # rls2009 NDRPDR iter env 5
3129       - 21  # rls2009 NDRPDR iter env 5
3130       - 22  # rls2009 NDRPDR iter env 5
3131       - 23  # rls2009 NDRPDR iter env 5
3132       - 28  # rls2009 NDRPDR iter env 5
3133       - 30  # rls2009 NDRPDR iter env 5
3134       - 33  # rls2009 NDRPDR iter env 5
3135       - 38  # rls2009 NDRPDR iter env 5
3136       - 41  # rls2009 NDRPDR iter env 5
3137       - 15  # rls2009 MRR iter env 5
3138     csit-vpp-perf-report-iterative-2101-3n-tsh:
3139       - 7   # rls2009 MRR iter env 6
3140       - 8   # rls2009 NDRPDR iter env 6
3141       - 13  # rls2009 NDRPDR iter env 6
3142       - 14  # rls2009 NDRPDR iter env 6
3143       - 15  # rls2009 NDRPDR iter env 6
3144       - 16  # rls2009 NDRPDR iter env 6
3145       - 17  # rls2009 NDRPDR iter env 6
3146       - 18  # rls2009 NDRPDR iter env 6
3147       - 19  # rls2009 NDRPDR iter env 6
3148       - 21  # rls2009 NDRPDR iter env 6
3149       - 22  # rls2101.rel MRR iter env 6
3150       - 23  # rls2101.rel NDRPDR iter env 6
3151       - 24  # rls2101.rel NDRPDR iter env 6
3152       - 25  # rls2101.rel NDRPDR iter env 6
3153       - 26  # rls2101.rel NDRPDR iter env 6
3154       - 27  # rls2101.rel NDRPDR iter env 6
3155       - 28  # rls2101.rel NDRPDR iter env 6
3156
3157     csit-vpp-perf-report-iterative-2101-2n-tx2:
3158       - 5   # rls2009 MRR iter env 6
3159       - 6   # rls2009 NDRPDR iter env 6
3160       - 7   # rls2009 NDRPDR iter env 6
3161       - 11  # rls2009 NDRPDR iter env 6
3162       - 12  # rls2009 NDRPDR iter env 6
3163       - 13  # rls2009 NDRPDR iter env 6
3164       - 16  # rls2009 NDRPDR iter env 6
3165       - 17  # rls2009 NDRPDR iter env 6
3166       - 18  # rls2009 NDRPDR iter env 6
3167       - 19  # rls2009 NDRPDR iter env 6
3168       - 20  # rls2009 NDRPDR iter env 6
3169       - 21  # rls2101.rel MRR iter env 6
3170       - 22  # rls2101.rel NDRPDR iter env 6
3171       - 23  # rls2101.rel NDRPDR iter env 6
3172       - 24  # rls2101.rel NDRPDR iter env 6
3173       - 25  # rls2101.rel NDRPDR iter env 6
3174       - 26  # rls2101.rel NDRPDR iter env 6
3175       - 27  # rls2101.rel NDRPDR iter env 6
3176       - 28  # rls2101.rel NDRPDR iter env 6
3177       - 29  # rls2101.rel NDRPDR iter env 6
3178       - 30  # rls2101.rel NDRPDR iter env 6
3179       - 31  # rls2101.rel NDRPDR iter env 6
3180
3181
3182     csit-vpp-perf-report-iterative-2009-3n-dnv:
3183       - 16  # rls2005 NDRPDR iter env 5
3184       - 23  # rls2005 NDRPDR iter env 5
3185       - 25  # rls2005 NDRPDR iter env 5
3186       - 26  # rls2005 NDRPDR iter env 5
3187       - 27  # rls2005 NDRPDR iter env 5
3188       - 28  # rls2005 NDRPDR iter env 5
3189       - 29  # rls2005 NDRPDR iter env 5
3190       - 30  # rls2005 NDRPDR iter env 5
3191       - 31  # rls2005 NDRPDR iter env 5
3192       - 32  # rls2005 NDRPDR iter env 5
3193       - 19  # rls2005 MRR iter env 5
3194       - 3   # rls2009 NDRPDR iter env 5
3195       - 6   # rls2009 NDRPDR iter env 5
3196       - 7   # rls2009 NDRPDR iter env 5
3197       - 8   # rls2009 NDRPDR iter env 5
3198       - 10  # rls2009 NDRPDR iter env 5
3199       - 11  # rls2009 NDRPDR iter env 5
3200       - 12  # rls2009 NDRPDR iter env 5
3201       - 14  # rls2009 NDRPDR iter env 5
3202       - 15  # rls2009 NDRPDR iter env 5
3203       - 24  # rls2009 NDRPDR iter env 5
3204       - 22  # rls2009 MRR iter env 5
3205     csit-vpp-perf-report-iterative-2101-3n-dnv:
3206       - 32  # rls2101.rel MRR iter env 6
3207       - 33  # rls2101.rel NDRPDR iter env 6
3208       - 34  # rls2101.rel NDRPDR iter env 6
3209       - 35  # rls2101.rel NDRPDR iter env 6
3210       - 36  # rls2101.rel NDRPDR iter env 6
3211       - 37  # rls2101.rel NDRPDR iter env 6
3212       - 38  # rls2101.rel NDRPDR iter env 6
3213       - 39  # rls2101.rel NDRPDR iter env 6
3214       - 40  # rls2101.rel NDRPDR iter env 6
3215       - 41  # rls2101.rel NDRPDR iter env 6
3216       - 42  # rls2101.rel NDRPDR iter env 6
3217       - 43  # rls2101.rel NDRPDR iter RND env 6
3218       - 44  # rls2101.rel NDRPDR iter RND env 6
3219       - 45  # rls2101.rel NDRPDR iter RND env 6
3220       - 46  # rls2101.rel NDRPDR iter RND env 6
3221       - 47  # rls2101.rel NDRPDR iter RND env 6
3222       - 48  # rls2101.rel NDRPDR iter RND env 6
3223       - 49  # rls2101.rel NDRPDR iter RND env 6
3224       - 50  # rls2101.rel NDRPDR iter RND env 6
3225       - 51  # rls2101.rel NDRPDR iter RND env 6
3226       - 52  # rls2101.rel NDRPDR iter RND env 6
3227     csit-vpp-perf-report-coverage-2101-3n-dnv:
3228       - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-00
3229       - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-01
3230       - 3   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
3231       - 4   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
3232       - 5   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4tun-00
3233       - 6   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-00
3234       - 7   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-01
3235       - 8   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-00
3236       - 9   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-01
3237
3238     csit-vpp-perf-report-iterative-2009-2n-dnv:
3239       - 16  # rls2005 NDRPDR iter env 5
3240       - 17  # rls2005 NDRPDR iter env 5
3241       - 18  # rls2005 NDRPDR iter env 5
3242       - 19  # rls2005 NDRPDR iter env 5
3243       - 21  # rls2005 NDRPDR iter env 5
3244       - 24  # rls2005 NDRPDR iter env 5
3245       - 27  # rls2005 NDRPDR iter env 5
3246       - 28  # rls2005 NDRPDR iter env 5
3247       - 29  # rls2005 NDRPDR iter env 5
3248       - 30  # rls2005 NDRPDR iter env 5
3249       - 23  # rls2005 MRR iter env 5
3250       - 3   # rls2009 NDRPDR iter env 5
3251       - 5   # rls2009 NDRPDR iter env 5
3252       - 6   # rls2009 NDRPDR iter env 5
3253       - 7   # rls2009 NDRPDR iter env 5
3254       - 9   # rls2009 NDRPDR iter env 5
3255       - 10  # rls2009 NDRPDR iter env 5
3256       - 11  # rls2009 NDRPDR iter env 5
3257       - 12  # rls2009 NDRPDR iter env 5
3258       - 14  # rls2009 NDRPDR iter env 5
3259       - 15  # rls2009 NDRPDR iter env 5
3260       - 13  # rls2009 MRR iter env 5
3261     csit-vpp-perf-report-iterative-2101-2n-dnv:
3262       - 31  # rls2101.rel MRR iter env 6
3263       - 32  # rls2101.rel NDRPDR iter env 6
3264       - 33  # rls2101.rel NDRPDR iter env 6
3265       - 34  # rls2101.rel NDRPDR iter env 6
3266       - 35  # rls2101.rel NDRPDR iter env 6
3267       - 39  # rls2101.rel NDRPDR iter env 6
3268       - 41  # rls2101.rel NDRPDR iter env 6
3269       - 42  # rls2101.rel NDRPDR iter env 6
3270       - 43  # rls2101.rel NDRPDR iter env 6
3271       - 44  # rls2101.rel NDRPDR iter env 6
3272       - 45  # rls2101.rel NDRPDR iter env 6
3273       - 46  # rls2101.rel NDRPDR iter RND env 6
3274       - 47  # rls2101.rel NDRPDR iter RND env 6
3275       - 48  # rls2101.rel NDRPDR iter RND env 6
3276       - 49  # rls2101.rel NDRPDR iter RND env 6
3277       - 50  # rls2101.rel NDRPDR iter RND env 6
3278       - 51  # rls2101.rel NDRPDR iter RND env 6
3279       - 52  # rls2101.rel NDRPDR iter RND env 6
3280       - 53  # rls2101.rel NDRPDR iter RND env 6
3281       - 54  # rls2101.rel NDRPDR iter RND env 6
3282       - 55  # rls2101.rel NDRPDR iter RND env 6
3283     csit-vpp-perf-report-coverage-2101-2n-dnv:
3284       - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
3285       - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
3286       - 3   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-00
3287       - 4   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-01
3288       - 5   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-00
3289       - 6   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-01
3290
3291     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3292       - 25  # NDRPDR iter
3293       - 26  # NDRPDR iter
3294       - 27  # NDRPDR iter
3295       - 28  # NDRPDR iter
3296       - 29  # NDRPDR iter
3297       - 30  # NDRPDR iter
3298       - 31  # NDRPDR iter
3299       - 32  # NDRPDR iter
3300       - 33  # NDRPDR iter
3301       - 34  # NDRPDR iter
3302     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3303       - 6   # NDRPDR iter env5
3304       - 7   # NDRPDR iter env5
3305       - 8   # NDRPDR iter env5
3306       - 9   # NDRPDR iter env5
3307       - 10  # NDRPDR iter env5
3308       - 11  # NDRPDR iter env5
3309       - 12  # NDRPDR iter env5
3310       - 13  # NDRPDR iter env5
3311       - 14  # NDRPDR iter env5
3312       - 15  # NDRPDR iter env5
3313     csit-dpdk-perf-report-iterative-2101-3n-hsw:
3314       - 11  # rls2101 NDRPDR iter env 6
3315       - 12  # rls2101 NDRPDR iter env 6
3316       - 13  # rls2101 NDRPDR iter env 6
3317       - 14  # rls2101 NDRPDR iter env 6
3318       - 16  # rls2101 NDRPDR iter env 6
3319       - 17  # rls2101 NDRPDR iter env 6
3320       - 18  # rls2101 NDRPDR iter env 6
3321       - 19  # rls2101 NDRPDR iter env 6
3322       - 20  # rls2101 NDRPDR iter env 6
3323       - 21  # rls2101 NDRPDR iter env 6
3324
3325     csit-dpdk-perf-report-iterative-2005-3n-skx:
3326       - 28  # NDRPDR iter
3327       - 29  # NDRPDR iter
3328       - 30  # NDRPDR iter
3329       - 31  # NDRPDR iter
3330       - 32  # NDRPDR iter
3331       - 33  # NDRPDR iter
3332       - 34  # NDRPDR iter
3333       - 35  # NDRPDR iter
3334       - 36  # NDRPDR iter
3335       - 37  # NDRPDR iter
3336     csit-dpdk-perf-report-iterative-2009-3n-skx:
3337       - 4   # NDRPDR sel env5
3338       - 5   # NDRPDR sel env5
3339       - 6   # NDRPDR sel env5
3340       - 7   # NDRPDR sel env5
3341       - 8   # NDRPDR sel env5
3342       - 9   # NDRPDR sel env5
3343       - 14  # NDRPDR sel env5
3344       - 11  # NDRPDR sel env5
3345       - 12  # NDRPDR sel env5
3346       - 13  # NDRPDR sel env5
3347     csit-dpdk-perf-report-iterative-2101-3n-skx:
3348       - 12  # rls2101 NDRPDR iter env 6
3349       - 14  # rls2101 NDRPDR iter env 6
3350       - 15  # rls2101 NDRPDR iter env 6
3351       - 17  # rls2101 NDRPDR iter env 6
3352       - 19  # rls2101 NDRPDR iter env 6
3353       - 20  # rls2101 NDRPDR iter env 6
3354       - 21  # rls2101 NDRPDR iter env 6
3355       - 22  # rls2101 NDRPDR iter env 6
3356       - 25  # rls2101 NDRPDR iter env 6
3357       - 26  # rls2101 NDRPDR iter env 6
3358
3359     csit-dpdk-perf-report-iterative-2005-2n-skx:
3360       - 20  # NDRPDR iter
3361       - 21  # NDRPDR iter
3362       - 22  # NDRPDR iter
3363       - 23  # NDRPDR iter
3364       - 24  # NDRPDR iter
3365       - 25  # NDRPDR iter
3366       - 26  # NDRPDR iter
3367       - 27  # NDRPDR iter
3368       - 28  # NDRPDR iter
3369       - 29  # NDRPDR iter
3370     csit-dpdk-perf-report-iterative-2009-2n-skx:
3371       - 4   # NDRPDR iter env5
3372       - 5   # NDRPDR iter env5
3373       - 6   # NDRPDR iter env5
3374       - 7   # NDRPDR iter env5
3375       - 8   # NDRPDR iter env5
3376       - 9   # NDRPDR iter env5
3377       - 10  # NDRPDR iter env5
3378       - 11  # NDRPDR iter env5
3379       - 12  # NDRPDR iter env5
3380       - 13  # NDRPDR iter env5
3381     csit-dpdk-perf-report-iterative-2101-2n-skx:
3382       - 11  # rls2101 NDRPDR iter env 6
3383       - 12  # rls2101 NDRPDR iter env 6
3384       - 13  # rls2101 NDRPDR iter env 6
3385       - 14  # rls2101 NDRPDR iter env 6
3386       - 15  # rls2101 NDRPDR iter env 6
3387       - 17  # rls2101 NDRPDR iter env 6
3388       - 18  # rls2101 NDRPDR iter env 6
3389       - 19  # rls2101 NDRPDR iter env 6
3390       - 20  # rls2101 NDRPDR iter env 6
3391       - 21  # rls2101 NDRPDR iter env 6
3392
3393     csit-dpdk-perf-report-iterative-2005-2n-clx:
3394       - 20  # NDRPDR iter
3395       - 21  # NDRPDR iter
3396       - 22  # NDRPDR iter
3397       - 23  # NDRPDR iter
3398       - 24  # NDRPDR iter
3399       - 25  # NDRPDR iter
3400       - 26  # NDRPDR iter
3401       - 27  # NDRPDR iter
3402       - 28  # NDRPDR iter
3403       - 29  # NDRPDR iter
3404     csit-dpdk-perf-report-iterative-2009-2n-clx:
3405       - 4   # NDRPDR iter env5
3406       - 5   # NDRPDR iter env5
3407       - 6   # NDRPDR iter env5
3408       - 7   # NDRPDR iter env5
3409       - 8   # NDRPDR iter env5
3410       - 9   # NDRPDR iter env5
3411       - 10  # NDRPDR iter env5
3412       - 11  # NDRPDR iter env5
3413       - 12  # NDRPDR iter env5
3414       - 13  # NDRPDR iter env5
3415     csit-dpdk-perf-report-iterative-2101-2n-clx:
3416       - 12  # rls2101 NDRPDR iter env 6
3417       - 13  # rls2101 NDRPDR iter env 6
3418       - 14  # rls2101 NDRPDR iter env 6
3419       - 15  # rls2101 NDRPDR iter env 6
3420       - 17  # rls2101 NDRPDR iter env 6
3421       - 18  # rls2101 NDRPDR iter env 6
3422       - 19  # rls2101 NDRPDR iter env 6
3423       - 20  # rls2101 NDRPDR iter env 6
3424       - 21  # rls2101 NDRPDR iter env 6
3425       - 22  # rls2101 NDRPDR iter env 6
3426
3427     csit-dpdk-perf-report-iterative-2009-2n-zn2:
3428       - 16  # NDRPDR iter env5
3429       - 21  # NDRPDR iter env5
3430       - 22  # NDRPDR iter env5
3431       - 23  # NDRPDR iter env5
3432       - 24  # NDRPDR iter env5
3433       - 25  # NDRPDR iter env5
3434       - 29  # NDRPDR iter env5
3435     csit-dpdk-perf-report-iterative-2101-2n-zn2:
3436       - 11  # rls2101 NDRPDR iter env 6
3437       - 12  # rls2101 NDRPDR iter env 6
3438       - 13  # rls2101 NDRPDR iter env 6
3439       - 14  # rls2101 NDRPDR iter env 6
3440       - 16  # rls2101 NDRPDR iter env 6
3441       - 17  # rls2101 NDRPDR iter env 6
3442       - 18  # rls2101 NDRPDR iter env 6
3443       - 19  # rls2101 NDRPDR iter env 6
3444       - 20  # rls2101 NDRPDR iter env 6
3445       - 21  # rls2101 NDRPDR iter env 6
3446
3447 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3448 #      # No data
3449 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3450 #      # No data
3451
3452 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3453 #      # No data
3454 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3455 #      # No data
3456
3457     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3458       - 5   # NDRPDR sel
3459     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3460       - 1   # NDRPDR iter env5
3461       - 2   # NDRPDR iter env5
3462       - 3   # NDRPDR iter env5
3463       - 4   # NDRPDR iter env5
3464       - 5   # NDRPDR iter env5
3465       - 6   # NDRPDR iter env5
3466       - 7   # NDRPDR iter env5
3467       - 9   # NDRPDR iter env5
3468       - 10  # NDRPDR iter env5
3469       - 11  # NDRPDR iter env5
3470     csit-dpdk-perf-report-iterative-2101-3n-tsh:
3471       - 11  # rls2101 NDRPDR iter env 6
3472       - 12  # rls2101 NDRPDR iter env 6
3473       - 13  # rls2101 NDRPDR iter env 6
3474       - 14  # rls2101 NDRPDR iter env 6
3475       - 16  # rls2101 NDRPDR iter env 6
3476       - 17  # rls2101 NDRPDR iter env 6
3477       - 18  # rls2101 NDRPDR iter env 6
3478       - 19  # rls2101 NDRPDR iter env 6
3479       - 20  # rls2101 NDRPDR iter env 6
3480       - 21  # rls2101 NDRPDR iter env 6
3481
3482     csit-dpdk-perf-report-iterative-2101-2n-tx2:
3483       - 4   # rls2101 NDRPDR iter env 6
3484       - 6   # rls2101 NDRPDR iter env 6
3485       - 7   # rls2101 NDRPDR iter env 6
3486       - 8   # rls2101 NDRPDR iter env 6
3487       - 9   # rls2101 NDRPDR iter env 6
3488       - 10  # rls2101 NDRPDR iter env 6
3489       - 11  # rls2101 NDRPDR iter env 6
3490       - 12  # rls2101 NDRPDR iter env 6
3491       - 13  # rls2101 NDRPDR iter env 6
3492       - 14  # rls2101 NDRPDR iter env 6
3493
3494     csit-vpp-device-2101-ubuntu1804-1n-skx:
3495       - 358  # rls2101.rel VPP DEV env 6
3496
3497 - type: "output"
3498   output: "report"
3499   format:
3500     html:
3501     - full
3502 #     pdf:
3503 #     - minimal
3504
3505 ################################################################################
3506 ###                               T A B L E S                                ###
3507 ################################################################################
3508
3509 # VPP Soak vs NDR - 2n-skx
3510 - type: "table"
3511   title: "VPP Soak vs NDR 2n-skx"
3512   algorithm: "table_soak_vs_ndr"
3513   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3514   reference:
3515     title: "NDR"
3516     data: "vpp-soak-vs-ndr-2n-skx-ref"
3517   compare:
3518     title: "Soak"
3519     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3520   data: "vpp-soak-vs-ndr-2n-skx"
3521   include-tests: "NDR"
3522   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3523   parameters:
3524     - "throughput"
3525     - "name"
3526     - "parent"
3527
3528 # VPP Soak vs NDR - 2n-clx
3529 - type: "table"
3530   title: "VPP Soak vs NDR 2n-clx"
3531   algorithm: "table_soak_vs_ndr"
3532   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3533   reference:
3534     title: "NDR"
3535     data: "vpp-soak-vs-ndr-2n-clx-ref"
3536   compare:
3537     title: "Soak"
3538     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3539   data: "vpp-soak-vs-ndr-2n-clx"
3540   include-tests: "NDR"
3541   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3542   parameters:
3543     - "throughput"
3544     - "name"
3545     - "parent"
3546
3547 ################################################################################
3548
3549 # VPP Compare NICs 3n-skx 2t1c ndr
3550 - type: "table"
3551   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3552   algorithm: "table_comparison"
3553   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3554   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3555   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3556   columns:
3557     - title: "x710"
3558       data-set: "vpp-nic-comparison-3n-skx"
3559       tag: "NIC_Intel-X710"
3560     - title: "xxv710"
3561       data-set: "vpp-nic-comparison-3n-skx"
3562       tag: "NIC_Intel-XXV710"
3563   comparisons:
3564     - title: "Diff"
3565       reference: 1
3566       compare: 2
3567   legend:
3568     - ""
3569     - "x710, xxv710 - NICs tested."
3570     - "Diff - difference between x710 and xxv710 NIC."
3571
3572 # VPP Compare NICs 3n-skx 4t2c ndr
3573 - type: "table"
3574   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3575   algorithm: "table_comparison"
3576   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3578   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3579   columns:
3580     - title: "x710"
3581       data-set: "vpp-nic-comparison-3n-skx"
3582       tag: "NIC_Intel-X710"
3583     - title: "xxv710"
3584       data-set: "vpp-nic-comparison-3n-skx"
3585       tag: "NIC_Intel-XXV710"
3586   comparisons:
3587     - title: "Diff"
3588       reference: 1
3589       compare: 2
3590   legend:
3591     - ""
3592     - "x710, xxv710 - NICs tested."
3593     - "Diff - difference between x710 and xxv710 NIC."
3594
3595 # VPP Compare NICs 3n-skx 2t1c pdr
3596 - type: "table"
3597   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3598   algorithm: "table_comparison"
3599   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3600   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3601   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3602   columns:
3603     - title: "x710"
3604       data-set: "vpp-nic-comparison-3n-skx"
3605       tag: "NIC_Intel-X710"
3606     - title: "xxv710"
3607       data-set: "vpp-nic-comparison-3n-skx"
3608       tag: "NIC_Intel-XXV710"
3609   comparisons:
3610     - title: "Diff"
3611       reference: 1
3612       compare: 2
3613   legend:
3614     - ""
3615     - "x710, xxv710 - NICs tested."
3616     - "Diff - difference between x710 and xxv710 NIC."
3617
3618 # VPP Compare NICs 3n-skx 4t2c pdr
3619 - type: "table"
3620   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3621   algorithm: "table_comparison"
3622   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3623   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3624   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3625   columns:
3626     - title: "x710"
3627       data-set: "vpp-nic-comparison-3n-skx"
3628       tag: "NIC_Intel-X710"
3629     - title: "xxv710"
3630       data-set: "vpp-nic-comparison-3n-skx"
3631       tag: "NIC_Intel-XXV710"
3632   comparisons:
3633     - title: "Diff"
3634       reference: 1
3635       compare: 2
3636   legend:
3637     - ""
3638     - "x710, xxv710 - NICs tested."
3639     - "Diff - difference between x710 and xxv710 NIC."
3640
3641 # VPP Compare NICs 3n-skx 2t1c mrr
3642 - type: "table"
3643   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3644   algorithm: "table_comparison"
3645   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3646   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3647   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3648   columns:
3649     - title: "x710"
3650       data-set: "vpp-nic-comparison-3n-skx-mrr"
3651       tag: "NIC_Intel-X710"
3652     - title: "xxv710"
3653       data-set: "vpp-nic-comparison-3n-skx-mrr"
3654       tag: "NIC_Intel-XXV710"
3655   comparisons:
3656     - title: "Diff"
3657       reference: 1
3658       compare: 2
3659   legend:
3660     - ""
3661     - "x710, xxv710 - NICs tested."
3662     - "Diff - difference between x710 and xxv710 NIC."
3663
3664 # VPP Compare NICs 3n-skx 4t2c mrr
3665 - type: "table"
3666   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3667   algorithm: "table_comparison"
3668   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3669   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3670   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3671   columns:
3672     - title: "x710"
3673       data-set: "vpp-nic-comparison-3n-skx-mrr"
3674       tag: "NIC_Intel-X710"
3675     - title: "xxv710"
3676       data-set: "vpp-nic-comparison-3n-skx-mrr"
3677       tag: "NIC_Intel-XXV710"
3678   comparisons:
3679     - title: "Diff"
3680       reference: 1
3681       compare: 2
3682   legend:
3683     - ""
3684     - "x710, xxv710 - NICs tested."
3685     - "Diff - difference between x710 and xxv710 NIC."
3686
3687 # VPP Compare NICs 3n-skx 8t4c mrr
3688 - type: "table"
3689   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3690   algorithm: "table_comparison"
3691   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3692   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3693   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3694   columns:
3695     - title: "x710"
3696       data-set: "vpp-nic-comparison-3n-skx-mrr"
3697       tag: "NIC_Intel-X710"
3698     - title: "xxv710"
3699       data-set: "vpp-nic-comparison-3n-skx-mrr"
3700       tag: "NIC_Intel-XXV710"
3701   comparisons:
3702     - title: "Diff"
3703       reference: 1
3704       compare: 2
3705   legend:
3706     - ""
3707     - "x710, xxv710 - NICs tested."
3708     - "Diff - difference between x710 and xxv710 NIC."
3709
3710 # VPP Compare NICs 2n-skx 2t1c ndr
3711 - type: "table"
3712   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3713   algorithm: "table_comparison"
3714   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3715   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3716   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3717   columns:
3718     - title: "x710"
3719       data-set: "vpp-nic-comparison-2n-skx"
3720       tag: "NIC_Intel-X710"
3721     - title: "xxv710"
3722       data-set: "vpp-nic-comparison-2n-skx"
3723       tag: "NIC_Intel-XXV710"
3724   comparisons:
3725     - title: "Diff"
3726       reference: 1
3727       compare: 2
3728   legend:
3729     - ""
3730     - "x710, xxv710 - NICs tested."
3731     - "Diff - difference between x710 and xxv710 NIC."
3732
3733 # VPP Compare NICs 2n-skx 4t2c ndr
3734 - type: "table"
3735   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3736   algorithm: "table_comparison"
3737   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3739   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3740   columns:
3741     - title: "x710"
3742       data-set: "vpp-nic-comparison-2n-skx"
3743       tag: "NIC_Intel-X710"
3744     - title: "xxv710"
3745       data-set: "vpp-nic-comparison-2n-skx"
3746       tag: "NIC_Intel-XXV710"
3747   comparisons:
3748     - title: "Diff"
3749       reference: 1
3750       compare: 2
3751   legend:
3752     - ""
3753     - "x710, xxv710 - NICs tested."
3754     - "Diff - difference between x710 and xxv710 NIC."
3755
3756 # VPP Compare NICs 2n-skx 2t1c pdr
3757 - type: "table"
3758   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3759   algorithm: "table_comparison"
3760   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3761   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3762   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3763   columns:
3764     - title: "x710"
3765       data-set: "vpp-nic-comparison-2n-skx"
3766       tag: "NIC_Intel-X710"
3767     - title: "xxv710"
3768       data-set: "vpp-nic-comparison-2n-skx"
3769       tag: "NIC_Intel-XXV710"
3770   comparisons:
3771     - title: "Diff"
3772       reference: 1
3773       compare: 2
3774   legend:
3775     - ""
3776     - "x710, xxv710 - NICs tested."
3777     - "Diff - difference between x710 and xxv710 NIC."
3778
3779 # VPP Compare NICs 2n-skx 4t2c pdr
3780 - type: "table"
3781   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3782   algorithm: "table_comparison"
3783   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3784   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3785   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3786   columns:
3787     - title: "x710"
3788       data-set: "vpp-nic-comparison-2n-skx"
3789       tag: "NIC_Intel-X710"
3790     - title: "xxv710"
3791       data-set: "vpp-nic-comparison-2n-skx"
3792       tag: "NIC_Intel-XXV710"
3793   comparisons:
3794     - title: "Diff"
3795       reference: 1
3796       compare: 2
3797   legend:
3798     - ""
3799     - "x710, xxv710 - NICs tested."
3800     - "Diff - difference between x710 and xxv710 NIC."
3801
3802 # VPP Compare NICs 2n-skx 2t1c mrr
3803 - type: "table"
3804   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3805   algorithm: "table_comparison"
3806   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3807   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3808   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3809   columns:
3810     - title: "x710"
3811       data-set: "vpp-nic-comparison-2n-skx-mrr"
3812       tag: "NIC_Intel-X710"
3813     - title: "xxv710"
3814       data-set: "vpp-nic-comparison-2n-skx-mrr"
3815       tag: "NIC_Intel-XXV710"
3816   comparisons:
3817     - title: "Diff"
3818       reference: 1
3819       compare: 2
3820   legend:
3821     - ""
3822     - "x710, xxv710 - NICs tested."
3823     - "Diff - difference between x710 and xxv710 NIC."
3824
3825 # VPP Compare NICs 2n-skx 4t2c mrr
3826 - type: "table"
3827   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3828   algorithm: "table_comparison"
3829   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3830   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3831   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3832   columns:
3833     - title: "x710"
3834       data-set: "vpp-nic-comparison-2n-skx-mrr"
3835       tag: "NIC_Intel-X710"
3836     - title: "xxv710"
3837       data-set: "vpp-nic-comparison-2n-skx-mrr"
3838       tag: "NIC_Intel-XXV710"
3839   comparisons:
3840     - title: "Diff"
3841       reference: 1
3842       compare: 2
3843   legend:
3844     - ""
3845     - "x710, xxv710 - NICs tested."
3846     - "Diff - difference between x710 and xxv710 NIC."
3847
3848 # VPP Compare NICs 2n-skx 8t4c mrr
3849 - type: "table"
3850   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3851   algorithm: "table_comparison"
3852   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3853   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3854   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3855   columns:
3856     - title: "x710"
3857       data-set: "vpp-nic-comparison-2n-skx-mrr"
3858       tag: "NIC_Intel-X710"
3859     - title: "xxv710"
3860       data-set: "vpp-nic-comparison-2n-skx-mrr"
3861       tag: "NIC_Intel-XXV710"
3862   comparisons:
3863     - title: "Diff"
3864       reference: 1
3865       compare: 2
3866   legend:
3867     - ""
3868     - "x710, xxv710 - NICs tested."
3869     - "Diff - difference between x710 and xxv710 NIC."
3870
3871 ################################################################################
3872 # VPP
3873
3874 # VPP Performance Changes 3n-hsw 1t1c pdr
3875 - type: "table"
3876   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3877   algorithm: "table_comparison"
3878   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3879   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3880   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3881   columns:
3882     - title: "2005.0-5"
3883       data-set: "vpp-performance-changes-3n-hsw-h1"
3884     - title: "2009.0-5"
3885       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3886     - title: "2009.0-6"
3887       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3888     - title: "2101.0-6"
3889       data-set: "vpp-performance-changes-3n-hsw-cmp"
3890   comparisons:
3891     - title: "2009.0-6 vs 2009.0-5"
3892       reference: 2
3893       compare: 3
3894 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3895     - title: "2101.0-6 vs 2009.0-6"
3896       reference: 3
3897       compare: 4
3898 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3899   legend:
3900     - ''
3901     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3902     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3903     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3904     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3905     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3906
3907 # VPP Performance Changes 3n-hsw 2t2c pdr
3908 - type: "table"
3909   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3910   algorithm: "table_comparison"
3911   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3913   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3914   columns:
3915     - title: "2005.0-5"
3916       data-set: "vpp-performance-changes-3n-hsw-h1"
3917     - title: "2009.0-5"
3918       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3919     - title: "2009.0-6"
3920       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3921     - title: "2101.0-6"
3922       data-set: "vpp-performance-changes-3n-hsw-cmp"
3923   comparisons:
3924     - title: "2009.0-6 vs 2009.0-5"
3925       reference: 2
3926       compare: 3
3927 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3928     - title: "2101.0-6 vs 2009.0-6"
3929       reference: 3
3930       compare: 4
3931 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3932   legend:
3933     - ''
3934     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3935     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3936     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3937     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3938     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3939
3940 # VPP Performance Changes 3n-hsw 1t1c ndr
3941 - type: "table"
3942   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3943   algorithm: "table_comparison"
3944   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3945   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3946   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3947   columns:
3948     - title: "2005.0-5"
3949       data-set: "vpp-performance-changes-3n-hsw-h1"
3950     - title: "2009.0-5"
3951       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3952     - title: "2009.0-6"
3953       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3954     - title: "2101.0-6"
3955       data-set: "vpp-performance-changes-3n-hsw-cmp"
3956   comparisons:
3957     - title: "2009.0-6 vs 2009.0-5"
3958       reference: 2
3959       compare: 3
3960 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3961     - title: "2101.0-6 vs 2009.0-6"
3962       reference: 3
3963       compare: 4
3964 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3965   legend:
3966     - ''
3967     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3968     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3969     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3970     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3971     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3972
3973 # VPP Performance Changes 3n-hsw 2t2c ndr
3974 - type: "table"
3975   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3976   algorithm: "table_comparison"
3977   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3978   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3979   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3980   columns:
3981     - title: "2005.0-5"
3982       data-set: "vpp-performance-changes-3n-hsw-h1"
3983     - title: "2009.0-5"
3984       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3985     - title: "2009.0-6"
3986       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3987     - title: "2101.0-6"
3988       data-set: "vpp-performance-changes-3n-hsw-cmp"
3989   comparisons:
3990     - title: "2009.0-6 vs 2009.0-5"
3991       reference: 2
3992       compare: 3
3993 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3994     - title: "2101.0-6 vs 2009.0-6"
3995       reference: 3
3996       compare: 4
3997 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3998   legend:
3999     - ''
4000     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
4001     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4002     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4003     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4004     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4005
4006 # VPP Performance Changes 3n-skx 2t1c pdr
4007 - type: "table"
4008   title: "VPP Performance Changes 3n-skx 2t1c pdr"
4009   algorithm: "table_comparison"
4010   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
4011   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4012   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4013   columns:
4014     - title: "2005.0-5"
4015       data-set: "vpp-performance-changes-3n-skx-h1"
4016     - title: "2009.0-5"
4017       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4018     - title: "2009.0-6"
4019       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4020     - title: "2101.0-6"
4021       data-set: "vpp-performance-changes-3n-skx-cmp"
4022   comparisons:
4023     - title: "2009.0-6 vs 2009.0-5"
4024       reference: 2
4025       compare: 3
4026 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
4027     - title: "2101.0-6 vs 2009.0-6"
4028       reference: 3
4029       compare: 4
4030 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
4031   legend:
4032     - ''
4033     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
4034     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4035     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4036     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4037     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4038
4039 # VPP Performance Changes 3n-skx 4t2c pdr
4040 - type: "table"
4041   title: "VPP Performance Changes 3n-skx 4t2c pdr"
4042   algorithm: "table_comparison"
4043   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
4044   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4045   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4046   columns:
4047     - title: "2005.0-5"
4048       data-set: "vpp-performance-changes-3n-skx-h1"
4049     - title: "2009.0-5"
4050       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4051     - title: "2009.0-6"
4052       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4053     - title: "2101.0-6"
4054       data-set: "vpp-performance-changes-3n-skx-cmp"
4055   comparisons:
4056     - title: "2009.0-6 vs 2009.0-5"
4057       reference: 2
4058       compare: 3
4059 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
4060     - title: "2101.0-6 vs 2009.0-6"
4061       reference: 3
4062       compare: 4
4063 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
4064   legend:
4065     - ''
4066     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
4067     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4068     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4069     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4070     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4071
4072 # VPP Performance Changes 3n-skx 2t1c ndr
4073 - type: "table"
4074   title: "VPP Performance Changes 3n-skx 2t1c ndr"
4075   algorithm: "table_comparison"
4076   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
4077   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4078   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4079   columns:
4080     - title: "2005.0-5"
4081       data-set: "vpp-performance-changes-3n-skx-h1"
4082     - title: "2009.0-5"
4083       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4084     - title: "2009.0-6"
4085       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4086     - title: "2101.0-6"
4087       data-set: "vpp-performance-changes-3n-skx-cmp"
4088   comparisons:
4089     - title: "2009.0-6 vs 2009.0-5"
4090       reference: 2
4091       compare: 3
4092 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
4093     - title: "2101.0-6 vs 2009.0-6"
4094       reference: 3
4095       compare: 4
4096 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
4097   legend:
4098     - ''
4099     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
4100     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4101     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4102     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4103     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4104
4105 # VPP Performance Changes 3n-skx 4t2c ndr
4106 - type: "table"
4107   title: "VPP Performance Changes 3n-skx 4t2c ndr"
4108   algorithm: "table_comparison"
4109   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
4110   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4111   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4112   columns:
4113     - title: "2005.0-5"
4114       data-set: "vpp-performance-changes-3n-skx-h1"
4115     - title: "2009.0-5"
4116       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4117     - title: "2009.0-6"
4118       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4119     - title: "2101.0-6"
4120       data-set: "vpp-performance-changes-3n-skx-cmp"
4121   comparisons:
4122     - title: "2009.0-6 vs 2009.0-5"
4123       reference: 2
4124       compare: 3
4125 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
4126     - title: "2101.0-6 vs 2009.0-6"
4127       reference: 3
4128       compare: 4
4129 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
4130   legend:
4131     - ''
4132     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
4133     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4134     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4135     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4136     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4137
4138 # VPP Performance Changes 2n-skx 2t1c pdr
4139 - type: "table"
4140   title: "VPP Performance Changes 2n-skx 2t1c pdr"
4141   algorithm: "table_comparison"
4142   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
4143   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4144   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4145   columns:
4146     - title: "2005.0-5"
4147       data-set: "vpp-performance-changes-2n-skx-h1"
4148     - title: "2009.0-5"
4149       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4150     - title: "2009.0-6"
4151       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4152     - title: "2101.0-6"
4153       data-set: "vpp-performance-changes-2n-skx-cmp"
4154   comparisons:
4155     - title: "2009.0-6 vs 2009.0-5"
4156       reference: 2
4157       compare: 3
4158 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
4159     - title: "2101.0-6 vs 2009.0-6"
4160       reference: 3
4161       compare: 4
4162 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
4163   legend:
4164     - ''
4165     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4166     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4167     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4168     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4169     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4170
4171 # VPP Performance Changes 2n-skx 4t2c pdr
4172 - type: "table"
4173   title: "VPP Performance Changes 2n-skx 4t2c pdr"
4174   algorithm: "table_comparison"
4175   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
4176   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4177   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4178   columns:
4179     - title: "2005.0-5"
4180       data-set: "vpp-performance-changes-2n-skx-h1"
4181     - title: "2009.0-5"
4182       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4183     - title: "2009.0-6"
4184       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4185     - title: "2101.0-6"
4186       data-set: "vpp-performance-changes-2n-skx-cmp"
4187   comparisons:
4188     - title: "2009.0-6 vs 2009.0-5"
4189       reference: 2
4190       compare: 3
4191 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4192     - title: "2101.0-6 vs 2009.0-6"
4193       reference: 3
4194       compare: 4
4195 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4196   legend:
4197     - ''
4198     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4199     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4200     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4201     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4202     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4203
4204 # VPP Performance Changes 2n-skx 2t1c ndr
4205 - type: "table"
4206   title: "VPP Performance Changes 2n-skx 2t1c ndr"
4207   algorithm: "table_comparison"
4208   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
4209   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4210   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4211   columns:
4212     - title: "2005.0-5"
4213       data-set: "vpp-performance-changes-2n-skx-h1"
4214     - title: "2009.0-5"
4215       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4216     - title: "2009.0-6"
4217       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4218     - title: "2101.0-6"
4219       data-set: "vpp-performance-changes-2n-skx-cmp"
4220   comparisons:
4221     - title: "2009.0-6 vs 2009.0-5"
4222       reference: 2
4223       compare: 3
4224 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4225     - title: "2101.0-6 vs 2009.0-6"
4226       reference: 3
4227       compare: 4
4228 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4229   legend:
4230     - ''
4231     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4232     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4233     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4234     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4235     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4236
4237 # VPP Performance Changes 2n-skx 4t2c ndr
4238 - type: "table"
4239   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4240   algorithm: "table_comparison"
4241   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4242   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4243   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4244   columns:
4245     - title: "2005.0-5"
4246       data-set: "vpp-performance-changes-2n-skx-h1"
4247     - title: "2009.0-5"
4248       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4249     - title: "2009.0-6"
4250       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4251     - title: "2101.0-6"
4252       data-set: "vpp-performance-changes-2n-skx-cmp"
4253   comparisons:
4254     - title: "2009.0-6 vs 2009.0-5"
4255       reference: 2
4256       compare: 3
4257 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4258     - title: "2101.0-6 vs 2009.0-6"
4259       reference: 3
4260       compare: 4
4261 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4262   legend:
4263     - ''
4264     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4265     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4266     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4267     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4268     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4269
4270 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4271 - type: "table"
4272   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4273   algorithm: "table_comparison"
4274   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4275   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4276   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4277   columns:
4278     - title: "2005.0-5"
4279       data-set: "vpp-performance-changes-2n-clx-h1"
4280     - title: "2009.0-5"
4281       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4282     - title: "2009.0-6"
4283       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4284     - title: "2101.0-6"
4285       data-set: "vpp-performance-changes-2n-clx-cmp"
4286   comparisons:
4287     - title: "2009.0-6 vs 2009.0-5"
4288       reference: 2
4289       compare: 3
4290 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4291     - title: "2101.0-6 vs 2009.0-6"
4292       reference: 3
4293       compare: 4
4294 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4295   legend:
4296     - ''
4297     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4298     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4299     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4300     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4301     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4302
4303 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4304 - type: "table"
4305   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4306   algorithm: "table_comparison"
4307   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4308   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4309   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4310   columns:
4311     - title: "2005.0-5"
4312       data-set: "vpp-performance-changes-2n-clx-h1"
4313     - title: "2009.0-5"
4314       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4315     - title: "2009.0-6"
4316       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4317     - title: "2101.0-6"
4318       data-set: "vpp-performance-changes-2n-clx-cmp"
4319   comparisons:
4320     - title: "2009.0-6 vs 2009.0-5"
4321       reference: 2
4322       compare: 3
4323 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4324     - title: "2101.0-6 vs 2009.0-6"
4325       reference: 3
4326       compare: 4
4327 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4328   legend:
4329     - ''
4330     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4331     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4332     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4333     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4334     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4335
4336 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4337 - type: "table"
4338   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4339   algorithm: "table_comparison"
4340   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4341   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4342   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4343   columns:
4344     - title: "2005.0-5"
4345       data-set: "vpp-performance-changes-2n-clx-h1"
4346     - title: "2009.0-5"
4347       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4348     - title: "2009.0-6"
4349       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4350     - title: "2101.0-6"
4351       data-set: "vpp-performance-changes-2n-clx-cmp"
4352   comparisons:
4353     - title: "2009.0-6 vs 2009.0-5"
4354       reference: 2
4355       compare: 3
4356 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4357     - title: "2101.0-6 vs 2009.0-6"
4358       reference: 3
4359       compare: 4
4360 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4361   legend:
4362     - ''
4363     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4364     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4365     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4366     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4367     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4368
4369 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4370 - type: "table"
4371   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4372   algorithm: "table_comparison"
4373   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4374   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4375   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4376   columns:
4377     - title: "2005.0-5"
4378       data-set: "vpp-performance-changes-2n-clx-h1"
4379     - title: "2009.0-5"
4380       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4381     - title: "2009.0-6"
4382       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4383     - title: "2101.0-6"
4384       data-set: "vpp-performance-changes-2n-clx-cmp"
4385   comparisons:
4386     - title: "2009.0-6 vs 2009.0-5"
4387       reference: 2
4388       compare: 3
4389 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4390     - title: "2101.0-6 vs 2009.0-6"
4391       reference: 3
4392       compare: 4
4393 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4394   legend:
4395     - ''
4396     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4397     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4398     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4399     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4400     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4401
4402 # VPP Performance Changes 2n-zn2-xxv710 2t1c pdr
4403 - type: "table"
4404   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c pdr"
4405   algorithm: "table_comparison"
4406   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-pdr"
4407   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4408   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4409   columns:
4410 #     - title: "2005.0-5"
4411 #       data-set: "vpp-performance-changes-2n-zn2-h1"
4412     - title: "2009.0-5"
4413       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
4414     - title: "2009.0-6"
4415       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4416     - title: "2101.0-6"
4417       data-set: "vpp-performance-changes-2n-zn2-cmp"
4418   comparisons:
4419     - title: "2009.0-6 vs 2009.0-5"
4420       reference: 1  # 2
4421       compare: 2  # 3
4422 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
4423     - title: "2101.0-6 vs 2009.0-6"
4424       reference: 2  # 3
4425       compare: 3  # 4
4426 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
4427   legend:
4428     - ''
4429     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
4430     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4431     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4432     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4433     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4434
4435 # VPP Performance Changes 2n-zn2-xxv710 4t2c pdr
4436 - type: "table"
4437   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c pdr"
4438   algorithm: "table_comparison"
4439   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-pdr"
4440   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4441   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4442   columns:
4443 #     - title: "2005.0-5"
4444 #       data-set: "vpp-performance-changes-2n-zn2-h1"
4445     - title: "2009.0-5"
4446       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
4447     - title: "2009.0-6"
4448       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4449     - title: "2101.0-6"
4450       data-set: "vpp-performance-changes-2n-zn2-cmp"
4451   comparisons:
4452     - title: "2009.0-6 vs 2009.0-5"
4453       reference: 1  # 2
4454       compare: 2  # 3
4455 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
4456     - title: "2101.0-6 vs 2009.0-6"
4457       reference: 2  # 3
4458       compare: 3  # 4
4459 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
4460   legend:
4461     - ''
4462     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
4463     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4464     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4465     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4466     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4467
4468 # VPP Performance Changes 2n-zn2-xxv710 2t1c ndr
4469 - type: "table"
4470   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c ndr"
4471   algorithm: "table_comparison"
4472   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-ndr"
4473   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4474   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4475   columns:
4476 #     - title: "2005.0-5"
4477 #       data-set: "vpp-performance-changes-2n-zn2-h1"
4478     - title: "2009.0-5"
4479       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
4480     - title: "2009.0-6"
4481       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4482     - title: "2101.0-6"
4483       data-set: "vpp-performance-changes-2n-zn2-cmp"
4484   comparisons:
4485     - title: "2009.0-6 vs 2009.0-5"
4486       reference: 1  # 2
4487       compare: 2  # 3
4488 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
4489     - title: "2101.0-6 vs 2009.0-6"
4490       reference: 2  # 3
4491       compare: 3  # 4
4492 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
4493   legend:
4494     - ''
4495     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
4496     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4497     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4498     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4499     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4500
4501 # VPP Performance Changes 2n-zn2-xxv710 4t2c ndr
4502 - type: "table"
4503   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c ndr"
4504   algorithm: "table_comparison"
4505   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-ndr"
4506   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4507   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4508   columns:
4509 #     - title: "2005.0-5"
4510 #       data-set: "vpp-performance-changes-2n-zn2-h1"
4511     - title: "2009.0-5"
4512       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
4513     - title: "2009.0-6"
4514       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4515     - title: "2101.0-6"
4516       data-set: "vpp-performance-changes-2n-zn2-cmp"
4517   comparisons:
4518     - title: "2009.0-6 vs 2009.0-5"
4519       reference: 1  # 2
4520       compare: 2  # 3
4521 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
4522     - title: "2101.0-6 vs 2009.0-6"
4523       reference: 2  # 3
4524       compare: 3  # 4
4525 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
4526   legend:
4527     - ''
4528     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
4529     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4530     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4531     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4532     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4533
4534 # VPP Performance Changes 2n-dnv 1t1c pdr
4535 - type: "table"
4536   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4537   algorithm: "table_comparison"
4538   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4539   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4540   filter: "'1T1C'"
4541   columns:
4542     - title: "2005.0-5"
4543       data-set: "vpp-performance-changes-2n-dnv-h1"
4544     - title: "2009.0-5"
4545       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4546 #     - title: "2009.0-6"
4547 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4548     - title: "2101.0-6"
4549       data-set: "vpp-performance-changes-2n-dnv-cmp"
4550   comparisons:
4551 #     - title: "2009.0-6 vs 2009.0-5"
4552 #       reference: 2
4553 #       compare: 3
4554     - title: "2101.0-6 vs 2009.0-5"
4555       reference: 2
4556       compare: 3
4557   legend:
4558     - ''
4559     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4560     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4561     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4562 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4563     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4564
4565 # VPP Performance Changes 2n-dnv 2t2c pdr
4566 - type: "table"
4567   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4568   algorithm: "table_comparison"
4569   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4570   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4571   filter: "'2T2C'"
4572   columns:
4573     - title: "2005.0-5"
4574       data-set: "vpp-performance-changes-2n-dnv-h1"
4575     - title: "2009.0-5"
4576       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4577 #     - title: "2009.0-6"
4578 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4579     - title: "2101.0-6"
4580       data-set: "vpp-performance-changes-2n-dnv-cmp"
4581   comparisons:
4582 #     - title: "2009.0-6 vs 2009.0-5"
4583 #       reference: 2
4584 #       compare: 3
4585     - title: "2101.0-6 vs 2009.0-5"
4586       reference: 2
4587       compare: 3
4588   legend:
4589     - ''
4590     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4591     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4592     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4593 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4594     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4595
4596 # VPP Performance Changes 2n-dnv 1t1c ndr
4597 - type: "table"
4598   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4599   algorithm: "table_comparison"
4600   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4601   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4602   filter: "'1T1C'"
4603   columns:
4604     - title: "2005.0-5"
4605       data-set: "vpp-performance-changes-2n-dnv-h1"
4606     - title: "2009.0-5"
4607       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4608 #     - title: "2009.0-6"
4609 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4610     - title: "2101.0-6"
4611       data-set: "vpp-performance-changes-2n-dnv-cmp"
4612   comparisons:
4613 #     - title: "2009.0-6 vs 2009.0-5"
4614 #       reference: 2
4615 #       compare: 3
4616     - title: "2101.0-6 vs 2009.0-5"
4617       reference: 2
4618       compare: 3
4619   legend:
4620     - ''
4621     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4622     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4623     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4624 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4625     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4626
4627 # VPP Performance Changes 2n-dnv 2t2c ndr
4628 - type: "table"
4629   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4630   algorithm: "table_comparison"
4631   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4632   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4633   filter: "'2T2C'"
4634   columns:
4635     - title: "2005.0-5"
4636       data-set: "vpp-performance-changes-2n-dnv-h1"
4637     - title: "2009.0-5"
4638       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4639 #     - title: "2009.0-6"
4640 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4641     - title: "2101.0-6"
4642       data-set: "vpp-performance-changes-2n-dnv-cmp"
4643   comparisons:
4644 #     - title: "2009.0-6 vs 2009.0-5"
4645 #       reference: 2
4646 #       compare: 3
4647     - title: "2101.0-6 vs 2009.0-5"
4648       reference: 2
4649       compare: 3
4650   legend:
4651     - ''
4652     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4653     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4654     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4655 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4656     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4657
4658 # VPP Performance Changes 3n-dnv 1t1c pdr
4659 - type: "table"
4660   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4661   algorithm: "table_comparison"
4662   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4663   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4664   filter: "'1T1C'"
4665   columns:
4666     - title: "2005.0-5"
4667       data-set: "vpp-performance-changes-3n-dnv-h1"
4668     - title: "2009.0-5"
4669       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4670 #     - title: "2009.0-6"
4671 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4672     - title: "2101.0-6"
4673       data-set: "vpp-performance-changes-3n-dnv-cmp"
4674   comparisons:
4675 #     - title: "2009.0-6 vs 2009.0-5"
4676 #       reference: 2
4677 #       compare: 3
4678     - title: "2101.0-6 vs 2009.0-5"
4679       reference: 2
4680       compare: 3
4681   legend:
4682     - ''
4683     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4684     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4685     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4686 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4687     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4688
4689 # VPP Performance Changes 3n-dnv 2t2c pdr
4690 - type: "table"
4691   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4692   algorithm: "table_comparison"
4693   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4694   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4695   filter: "'2T2C'"
4696   columns:
4697     - title: "2005.0-5"
4698       data-set: "vpp-performance-changes-3n-dnv-h1"
4699     - title: "2009.0-5"
4700       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4701 #     - title: "2009.0-6"
4702 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4703     - title: "2101.0-6"
4704       data-set: "vpp-performance-changes-3n-dnv-cmp"
4705   comparisons:
4706 #     - title: "2009.0-6 vs 2009.0-5"
4707 #       reference: 2
4708 #       compare: 3
4709     - title: "2101.0-6 vs 2009.0-5"
4710       reference: 2
4711       compare: 3
4712   legend:
4713     - ''
4714     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4715     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4716     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4717 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4718     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4719
4720 # VPP Performance Changes 3n-dnv 1t1c ndr
4721 - type: "table"
4722   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4723   algorithm: "table_comparison"
4724   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4725   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4726   filter: "'1T1C'"
4727   columns:
4728     - title: "2005.0-5"
4729       data-set: "vpp-performance-changes-3n-dnv-h1"
4730     - title: "2009.0-5"
4731       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4732 #     - title: "2009.0-6"
4733 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4734     - title: "2101.0-6"
4735       data-set: "vpp-performance-changes-3n-dnv-cmp"
4736   comparisons:
4737 #     - title: "2009.0-6 vs 2009.0-5"
4738 #       reference: 2
4739 #       compare: 3
4740     - title: "2101.0-6 vs 2009.0-5"
4741       reference: 2
4742       compare: 3
4743   legend:
4744     - ''
4745     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4746     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4747     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4748 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4749     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4750
4751 # VPP Performance Changes 3n-dnv 2t2c ndr
4752 - type: "table"
4753   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4754   algorithm: "table_comparison"
4755   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4756   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4757   filter: "'2T2C'"
4758   columns:
4759     - title: "2005.0-5"
4760       data-set: "vpp-performance-changes-3n-dnv-h1"
4761     - title: "2009.0-5"
4762       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4763 #     - title: "2009.0-6"
4764 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4765     - title: "2101.0-6"
4766       data-set: "vpp-performance-changes-3n-dnv-cmp"
4767   comparisons:
4768 #     - title: "2009.0-6 vs 2009.0-5"
4769 #       reference: 2
4770 #       compare: 3
4771     - title: "2101.0-6 vs 2009.0-5"
4772       reference: 2
4773       compare: 3
4774   legend:
4775     - ''
4776     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4777     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4778     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4779 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4780     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4781
4782 # VPP Performance Changes 3n-tsh 1t1c pdr
4783 - type: "table"
4784   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4785   algorithm: "table_comparison"
4786   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4788   filter: "'1T1C'"
4789   columns:
4790     - title: "2005.0-5"
4791       data-set: "vpp-performance-changes-3n-tsh-h1"
4792     - title: "2009.0-5"
4793       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4794     - title: "2009.0-6"
4795       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4796     - title: "2101.0-6"
4797       data-set: "vpp-performance-changes-3n-tsh-cmp"
4798   comparisons:
4799     - title: "2009.0-6 vs 2009.0-5"
4800       reference: 2
4801       compare: 3
4802 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4803     - title: "2101.0-6 vs 2009.0-6"
4804       reference: 3
4805       compare: 4
4806 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4807   legend:
4808     - ''
4809     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4810     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4811     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4812     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4813     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4814
4815 # VPP Performance Changes 3n-tsh 2t2c pdr
4816 - type: "table"
4817   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4818   algorithm: "table_comparison"
4819   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4820   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4821   filter: "'2T2C'"
4822   columns:
4823     - title: "2005.0-5"
4824       data-set: "vpp-performance-changes-3n-tsh-h1"
4825     - title: "2009.0-5"
4826       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4827     - title: "2009.0-6"
4828       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4829     - title: "2101.0-6"
4830       data-set: "vpp-performance-changes-3n-tsh-cmp"
4831   comparisons:
4832     - title: "2009.0-6 vs 2009.0-5"
4833       reference: 2
4834       compare: 3
4835 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4836     - title: "2101.0-6 vs 2009.0-6"
4837       reference: 3
4838       compare: 4
4839 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4840   legend:
4841     - ''
4842     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4843     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4844     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4845     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4846     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4847
4848 # VPP Performance Changes 3n-tsh 1t1c ndr
4849 - type: "table"
4850   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4851   algorithm: "table_comparison"
4852   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4853   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4854   filter: "'1T1C'"
4855   columns:
4856     - title: "2005.0-5"
4857       data-set: "vpp-performance-changes-3n-tsh-h1"
4858     - title: "2009.0-5"
4859       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4860     - title: "2009.0-6"
4861       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4862     - title: "2101.0-6"
4863       data-set: "vpp-performance-changes-3n-tsh-cmp"
4864   comparisons:
4865     - title: "2009.0-6 vs 2009.0-5"
4866       reference: 2
4867       compare: 3
4868 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4869     - title: "2101.0-6 vs 2009.0-6"
4870       reference: 3
4871       compare: 4
4872 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4873   legend:
4874     - ''
4875     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4876     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4877     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4878     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4879     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4880
4881 # VPP Performance Changes 3n-tsh 2t2c ndr
4882 - type: "table"
4883   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4884   algorithm: "table_comparison"
4885   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4886   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4887   filter: "'2T2C'"
4888   columns:
4889     - title: "2005.0-5"
4890       data-set: "vpp-performance-changes-3n-tsh-h1"
4891     - title: "2009.0-5"
4892       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4893     - title: "2009.0-6"
4894       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4895     - title: "2101.0-6"
4896       data-set: "vpp-performance-changes-3n-tsh-cmp"
4897   comparisons:
4898     - title: "2009.0-6 vs 2009.0-5"
4899       reference: 2
4900       compare: 3
4901 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4902     - title: "2101.0-6 vs 2009.0-6"
4903       reference: 3
4904       compare: 4
4905 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4906   legend:
4907     - ''
4908     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4909     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4910     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4911     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4912     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4913
4914 # VPP Performance Changes 2n-tx2 1t1c pdr
4915 - type: "table"
4916   title: "VPP Performance Changes 2n-tx2 1t1c pdr"
4917   algorithm: "table_comparison"
4918   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-pdr"
4919   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4920   filter: "'1T1C'"
4921   columns:
4922 #     - title: "2005.0-5"
4923 #       data-set: "vpp-performance-changes-2n-tx2-h1"
4924 #     - title: "2009.0-5"
4925 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
4926     - title: "2009.0-6"
4927       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
4928     - title: "2101.0-6"
4929       data-set: "vpp-performance-changes-2n-tx2-cmp"
4930   comparisons:
4931 #     - title: "2009.0-6 vs 2009.0-5"
4932 #       reference: 2
4933 #       compare: 3
4934     - title: "2101.0-6 vs 2009.0-6"
4935       reference: 1
4936       compare: 2
4937   legend:
4938     - ''
4939     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
4940     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4941     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4942 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4943     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4944
4945 # VPP Performance Changes 2n-tx2 2t2c pdr
4946 - type: "table"
4947   title: "VPP Performance Changes 2n-tx2 2t2c pdr"
4948   algorithm: "table_comparison"
4949   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-pdr"
4950   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4951   filter: "'2T2C'"
4952   columns:
4953 #     - title: "2005.0-5"
4954 #       data-set: "vpp-performance-changes-2n-tx2-h1"
4955 #     - title: "2009.0-5"
4956 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
4957     - title: "2009.0-6"
4958       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
4959     - title: "2101.0-6"
4960       data-set: "vpp-performance-changes-2n-tx2-cmp"
4961   comparisons:
4962 #     - title: "2009.0-6 vs 2009.0-5"
4963 #       reference: 2
4964 #       compare: 3
4965     - title: "2101.0-6 vs 2009.0-6"
4966       reference: 1
4967       compare: 2
4968   legend:
4969     - ''
4970     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
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-tx2 1t1c ndr
4977 - type: "table"
4978   title: "VPP Performance Changes 2n-tx2 1t1c ndr"
4979   algorithm: "table_comparison"
4980   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-pdr"
4981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4982   filter: "'1T1C'"
4983   columns:
4984 #     - title: "2005.0-5"
4985 #       data-set: "vpp-performance-changes-2n-tx2-h1"
4986 #     - title: "2009.0-5"
4987 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
4988     - title: "2009.0-6"
4989       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
4990     - title: "2101.0-6"
4991       data-set: "vpp-performance-changes-2n-tx2-cmp"
4992   comparisons:
4993 #     - title: "2009.0-6 vs 2009.0-5"
4994 #       reference: 2
4995 #       compare: 3
4996     - title: "2101.0-6 vs 2009.0-6"
4997       reference: 1
4998       compare: 2
4999   legend:
5000     - ''
5001     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5002     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5003     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5004 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5005     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5006
5007 # VPP Performance Changes 2n-tx2 2t2c ndr
5008 - type: "table"
5009   title: "VPP Performance Changes 2n-tx2 2t2c ndr"
5010   algorithm: "table_comparison"
5011   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-pdr"
5012   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5013   filter: "'2T2C'"
5014   columns:
5015 #     - title: "2005.0-5"
5016 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5017 #     - title: "2009.0-5"
5018 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5019     - title: "2009.0-6"
5020       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5021     - title: "2101.0-6"
5022       data-set: "vpp-performance-changes-2n-tx2-cmp"
5023   comparisons:
5024 #     - title: "2009.0-6 vs 2009.0-5"
5025 #       reference: 2
5026 #       compare: 3
5027     - title: "2101.0-6 vs 2009.0-6"
5028       reference: 1
5029       compare: 2
5030   legend:
5031     - ''
5032     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5033     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5034     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5035 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5036     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5037
5038 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
5039 - type: "table"
5040   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
5041   algorithm: "table_comparison"
5042   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
5043   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5044   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5045   columns:
5046     - title: "3n-hsw xl710"
5047       data-set: "vpp-compare-testbeds-ref"
5048       tag: "NIC_Intel-XL710"
5049     - title: "3n-skx xxv710"
5050       data-set: "vpp-compare-testbeds-cmp"
5051       tag: "NIC_Intel-XXV710"
5052   comparisons:
5053     - title: "Diff"
5054       reference: 1
5055       compare: 2
5056   legend:
5057     - ""
5058     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5059     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5060
5061 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
5062 - type: "table"
5063   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5064   algorithm: "table_comparison"
5065   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5066   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5067   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5068   columns:
5069     - title: "3n-hsw xl710"
5070       data-set: "vpp-compare-testbeds-ref"
5071       tag: "NIC_Intel-XL710"
5072     - title: "3n-skx xxv710"
5073       data-set: "vpp-compare-testbeds-cmp"
5074       tag: "NIC_Intel-XXV710"
5075   comparisons:
5076     - title: "Diff"
5077       reference: 1
5078       compare: 2
5079   legend:
5080     - ""
5081     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5082     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5083
5084 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5085 - type: "table"
5086   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5087   algorithm: "table_comparison"
5088   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5089   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5090   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5091   columns:
5092     - title: "3n-hsw xl710"
5093       data-set: "vpp-compare-testbeds-ref"
5094       tag: "NIC_Intel-XL710"
5095     - title: "3n-skx xxv710"
5096       data-set: "vpp-compare-testbeds-cmp"
5097       tag: "NIC_Intel-XXV710"
5098   comparisons:
5099     - title: "Diff"
5100       reference: 1
5101       compare: 2
5102   legend:
5103     - ""
5104     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5105     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5106
5107 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5108 - type: "table"
5109   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5110   algorithm: "table_comparison"
5111   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5112   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5113   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5114   columns:
5115     - title: "3n-hsw xl710"
5116       data-set: "vpp-compare-testbeds-ref"
5117       tag: "NIC_Intel-XL710"
5118     - title: "3n-skx xxv710"
5119       data-set: "vpp-compare-testbeds-cmp"
5120       tag: "NIC_Intel-XXV710"
5121   comparisons:
5122     - title: "Diff"
5123       reference: 1
5124       compare: 2
5125   legend:
5126     - ""
5127     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5128     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5129
5130 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5131 - type: "table"
5132   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5133   algorithm: "table_comparison"
5134   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5135   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5136   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5137   columns:
5138     - title: "2n-skx"
5139       data-set: "vpp-compare-testbeds-skx-clx-ref"
5140     - title: "2n-clx"
5141       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5142   comparisons:
5143     - title: "Diff"
5144       reference: 1
5145       compare: 2
5146   legend:
5147     - ""
5148     - "2n-skx, 2n-clx - testbeds and NICs tested."
5149     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5150
5151 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5152 - type: "table"
5153   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5154   algorithm: "table_comparison"
5155   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5156   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5157   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5158   columns:
5159     - title: "2n-skx"
5160       data-set: "vpp-compare-testbeds-skx-clx-ref"
5161     - title: "2n-clx"
5162       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5163   comparisons:
5164     - title: "Diff"
5165       reference: 1
5166       compare: 2
5167   legend:
5168     - ""
5169     - "2n-skx, 2n-clx - testbeds and NICs tested."
5170     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5171
5172 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5173 - type: "table"
5174   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5175   algorithm: "table_comparison"
5176   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5177   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5178   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5179   columns:
5180     - title: "2n-skx"
5181       data-set: "vpp-compare-testbeds-skx-clx-ref"
5182     - title: "2n-clx"
5183       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5184   comparisons:
5185     - title: "Diff"
5186       reference: 1
5187       compare: 2
5188   legend:
5189     - ""
5190     - "2n-skx, 2n-clx - testbeds and NICs tested."
5191     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5192
5193 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5194 - type: "table"
5195   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5196   algorithm: "table_comparison"
5197   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5199   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5200   columns:
5201     - title: "2n-skx"
5202       data-set: "vpp-compare-testbeds-skx-clx-ref"
5203     - title: "2n-clx"
5204       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5205   comparisons:
5206     - title: "Diff"
5207       reference: 1
5208       compare: 2
5209   legend:
5210     - ""
5211     - "2n-skx, 2n-clx - testbeds and NICs tested."
5212     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5213
5214 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5215 - type: "table"
5216   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5217   algorithm: "table_comparison"
5218   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5219   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5220   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5221   columns:
5222     - title: "3n-hsw xl710"
5223       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5224       tag: "NIC_Intel-XL710"
5225     - title: "2n-clx xxv710"
5226       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5227       tag: "NIC_Intel-XXV710"
5228   comparisons:
5229     - title: "Diff"
5230       reference: 1
5231       compare: 2
5232   legend:
5233     - ""
5234     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5235     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5236
5237 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5238 - type: "table"
5239   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5240   algorithm: "table_comparison"
5241   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5242   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5243   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5244   columns:
5245     - title: "3n-hsw xl710"
5246       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5247       tag: "NIC_Intel-XL710"
5248     - title: "2n-clx xxv710"
5249       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5250       tag: "NIC_Intel-XXV710"
5251   comparisons:
5252     - title: "Diff"
5253       reference: 1
5254       compare: 2
5255   legend:
5256     - ""
5257     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5258     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5259
5260 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5261 - type: "table"
5262   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5263   algorithm: "table_comparison"
5264   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5265   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5266   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5267   columns:
5268     - title: "3n-hsw xl710"
5269       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5270       tag: "NIC_Intel-XL710"
5271     - title: "2n-clx xxv710"
5272       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5273       tag: "NIC_Intel-XXV710"
5274   comparisons:
5275     - title: "Diff"
5276       reference: 1
5277       compare: 2
5278   legend:
5279     - ""
5280     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5281     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5282
5283 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5284 - type: "table"
5285   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5286   algorithm: "table_comparison"
5287   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5288   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5289   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5290   columns:
5291     - title: "3n-hsw xl710"
5292       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5293       tag: "NIC_Intel-XL710"
5294     - title: "2n-clx xxv710"
5295       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5296       tag: "NIC_Intel-XXV710"
5297   comparisons:
5298     - title: "Diff"
5299       reference: 1
5300       compare: 2
5301   legend:
5302     - ""
5303     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5304     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5305
5306 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5307 - type: "table"
5308   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5309   algorithm: "table_comparison"
5310   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5311   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5312   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5313   columns:
5314     - title: "3n-skx"
5315       data-set: "vpp-compare-topologies-ref"
5316     - title: "2n-skx"
5317       data-set: "vpp-compare-topologies-cmp"
5318   comparisons:
5319     - title: "Diff"
5320       reference: 1
5321       compare: 2
5322   legend:
5323     - ""
5324     - "3n-skx, 2n-skx - topologies tested."
5325     - "Diff - difference between 3n-skx and 2n-skx topologies."
5326
5327 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5328 - type: "table"
5329   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5330   algorithm: "table_comparison"
5331   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5332   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5333   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5334   columns:
5335     - title: "3n-skx"
5336       data-set: "vpp-compare-topologies-ref"
5337     - title: "2n-skx"
5338       data-set: "vpp-compare-topologies-cmp"
5339   comparisons:
5340     - title: "Diff"
5341       reference: 1
5342       compare: 2
5343   legend:
5344     - ""
5345     - "3n-skx, 2n-skx - topologies tested."
5346     - "Diff - difference between 3n-skx and 2n-skx topologies."
5347
5348 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5349 - type: "table"
5350   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5351   algorithm: "table_comparison"
5352   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5353   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5354   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5355   columns:
5356     - title: "3n-skx"
5357       data-set: "vpp-compare-topologies-ref"
5358     - title: "2n-skx"
5359       data-set: "vpp-compare-topologies-cmp"
5360   comparisons:
5361     - title: "Diff"
5362       reference: 1
5363       compare: 2
5364   legend:
5365     - ""
5366     - "3n-skx, 2n-skx - topologies tested."
5367     - "Diff - difference between 3n-skx and 2n-skx topologies."
5368
5369 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5370 - type: "table"
5371   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5372   algorithm: "table_comparison"
5373   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5374   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5375   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5376   columns:
5377     - title: "3n-skx"
5378       data-set: "vpp-compare-topologies-ref"
5379     - title: "2n-skx"
5380       data-set: "vpp-compare-topologies-cmp"
5381   comparisons:
5382     - title: "Diff"
5383       reference: 1
5384       compare: 2
5385   legend:
5386     - ""
5387     - "3n-skx, 2n-skx - topologies tested."
5388     - "Diff - difference between 3n-skx and 2n-skx topologies."
5389
5390 # VPP Performance Changes 3n-hsw 1t1c mrr
5391 - type: "table"
5392   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5393   algorithm: "table_comparison"
5394   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5395   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5396   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5397   columns:
5398     - title: "2005.0-5"
5399       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5400     - title: "2009.0-5"
5401       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
5402     - title: "2009.0-6"
5403       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
5404     - title: "2101.0-6"
5405       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5406   comparisons:
5407     - title: "2009.0-6 vs 2009.0-5"
5408       reference: 2
5409       compare: 3
5410 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5411     - title: "2101.0-6 vs 2009.0-6"
5412       reference: 3
5413       compare: 4
5414 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5415   legend:
5416     - ''
5417     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5418     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5419     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5420     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5421     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5422
5423 # VPP Performance Changes 3n-hsw 2t2c mrr
5424 - type: "table"
5425   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5426   algorithm: "table_comparison"
5427   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5428   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5429   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5430   columns:
5431     - title: "2005.0-5"
5432       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5433     - title: "2009.0-5"
5434       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
5435     - title: "2009.0-6"
5436       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
5437     - title: "2101.0-6"
5438       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5439   comparisons:
5440     - title: "2009.0-6 vs 2009.0-5"
5441       reference: 2
5442       compare: 3
5443 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5444     - title: "2101.0-6 vs 2009.0-6"
5445       reference: 3
5446       compare: 4
5447 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5448   legend:
5449     - ''
5450     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5451     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5452     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5453     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5454     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5455
5456 # VPP Performance Changes 3n-hsw 4t4c mrr
5457 - type: "table"
5458   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5459   algorithm: "table_comparison"
5460   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5461   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5462   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5463   columns:
5464     - title: "2005.0-5"
5465       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5466     - title: "2009.0-5"
5467       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
5468     - title: "2009.0-6"
5469       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
5470     - title: "2101.0-6"
5471       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5472   comparisons:
5473     - title: "2009.0-6 vs 2009.0-5"
5474       reference: 2
5475       compare: 3
5476 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5477     - title: "2101.0-6 vs 2009.0-6"
5478       reference: 3
5479       compare: 4
5480 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5481   legend:
5482     - ''
5483     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5484     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5485     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5486     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5487     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5488
5489 # VPP Performance Changes 3n-skx 2t1c mrr
5490 - type: "table"
5491   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5492   algorithm: "table_comparison"
5493   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5494   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5495   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5496   columns:
5497     - title: "2005.0-5"
5498       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5499     - title: "2009.0-5"
5500       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
5501     - title: "2009.0-6"
5502       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
5503     - title: "2101.0-6"
5504       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5505   comparisons:
5506     - title: "2009.0-6 vs 2009.0-5"
5507       reference: 2
5508       compare: 3
5509 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
5510     - title: "2101.0-6 vs 2009.0-6"
5511       reference: 3
5512       compare: 4
5513 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
5514   legend:
5515     - ''
5516     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5517     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5518     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5519     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5520     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5521
5522 # VPP Performance Changes 3n-skx 4t2c mrr
5523 - type: "table"
5524   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5525   algorithm: "table_comparison"
5526   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5527   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5528   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5529   columns:
5530     - title: "2005.0-5"
5531       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5532     - title: "2009.0-5"
5533       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
5534     - title: "2009.0-6"
5535       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
5536     - title: "2101.0-6"
5537       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5538   comparisons:
5539     - title: "2009.0-6 vs 2009.0-5"
5540       reference: 2
5541       compare: 3
5542 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
5543     - title: "2101.0-6 vs 2009.0-6"
5544       reference: 3
5545       compare: 4
5546 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
5547   legend:
5548     - ''
5549     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5550     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5551     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5552     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5553     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5554
5555 # VPP Performance Changes 3n-skx 8t4c mrr
5556 - type: "table"
5557   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5558   algorithm: "table_comparison"
5559   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5560   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5561   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5562   columns:
5563     - title: "2005.0-5"
5564       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5565     - title: "2009.0-5"
5566       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
5567     - title: "2009.0-6"
5568       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
5569     - title: "2101.0-6"
5570       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5571   comparisons:
5572     - title: "2009.0-6 vs 2009.0-5"
5573       reference: 2
5574       compare: 3
5575 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
5576     - title: "2101.0-6 vs 2009.0-6"
5577       reference: 3
5578       compare: 4
5579 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
5580   legend:
5581     - ''
5582     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5583     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5584     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5585     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5586     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5587
5588 # VPP Performance Changes 2n-skx 2t1c mrr
5589 - type: "table"
5590   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5591   algorithm: "table_comparison"
5592   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5593   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5594   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5595   columns:
5596     - title: "2005.0-5"
5597       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5598     - title: "2009.0-5"
5599       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
5600     - title: "2009.0-6"
5601       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
5602     - title: "2101.0-6"
5603       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5604   comparisons:
5605     - title: "2009.0-6 vs 2009.0-5"
5606       reference: 2
5607       compare: 3
5608 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5609     - title: "2101.0-6 vs 2009.0-6"
5610       reference: 3
5611       compare: 4
5612 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5613   legend:
5614     - ''
5615     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5616     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5617     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5618     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5619     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5620
5621 # VPP Performance Changes 2n-skx 4t2c mrr
5622 - type: "table"
5623   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5624   algorithm: "table_comparison"
5625   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5626   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5627   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5628   columns:
5629     - title: "2005.0-5"
5630       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5631     - title: "2009.0-5"
5632       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
5633     - title: "2009.0-6"
5634       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
5635     - title: "2101.0-6"
5636       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5637   comparisons:
5638     - title: "2009.0-6 vs 2009.0-5"
5639       reference: 2
5640       compare: 3
5641 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5642     - title: "2101.0-6 vs 2009.0-6"
5643       reference: 3
5644       compare: 4
5645 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5646   legend:
5647     - ''
5648     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5649     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5650     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5651     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5652     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5653
5654 # VPP Performance Changes 2n-skx 8t4c mrr
5655 - type: "table"
5656   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5657   algorithm: "table_comparison"
5658   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5659   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5660   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5661   columns:
5662     - title: "2005.0-5"
5663       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5664     - title: "2009.0-5"
5665       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
5666     - title: "2009.0-6"
5667       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
5668     - title: "2101.0-6"
5669       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5670   comparisons:
5671     - title: "2009.0-6 vs 2009.0-5"
5672       reference: 2
5673       compare: 3
5674 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5675     - title: "2101.0-6 vs 2009.0-6"
5676       reference: 3
5677       compare: 4
5678 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5679   legend:
5680     - ''
5681     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5682     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5683     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5684     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5685     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5686
5687 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5688 - type: "table"
5689   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5690   algorithm: "table_comparison"
5691   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5692   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5693   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5694   columns:
5695     - title: "2005.0-5"
5696       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5697     - title: "2009.0-5"
5698       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
5699     - title: "2009.0-6"
5700       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
5701     - title: "2101.0-6"
5702       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5703   comparisons:
5704     - title: "2009.0-6 vs 2009.0-5"
5705       reference: 2
5706       compare: 3
5707 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5708     - title: "2101.0-6 vs 2009.0-6"
5709       reference: 3
5710       compare: 4
5711 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5712   legend:
5713     - ''
5714     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5715     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5716     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5717     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5718     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5719
5720 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5721 - type: "table"
5722   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5723   algorithm: "table_comparison"
5724   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5725   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5726   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5727   columns:
5728     - title: "2005.0-5"
5729       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5730     - title: "2009.0-5"
5731       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
5732     - title: "2009.0-6"
5733       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
5734     - title: "2101.0-6"
5735       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5736   comparisons:
5737     - title: "2009.0-6 vs 2009.0-5"
5738       reference: 2
5739       compare: 3
5740 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5741     - title: "2101.0-6 vs 2009.0-6"
5742       reference: 3
5743       compare: 4
5744 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5745   legend:
5746     - ''
5747     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5748     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5749     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5750     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5751     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5752
5753 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5754 - type: "table"
5755   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5756   algorithm: "table_comparison"
5757   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5758   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5759   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5760   columns:
5761     - title: "2005.0-5"
5762       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5763     - title: "2009.0-5"
5764       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
5765     - title: "2009.0-6"
5766       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
5767     - title: "2101.0-6"
5768       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5769   comparisons:
5770     - title: "2009.0-6 vs 2009.0-5"
5771       reference: 2
5772       compare: 3
5773 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5774     - title: "2101.0-6 vs 2009.0-6"
5775       reference: 3
5776       compare: 4
5777 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5778   legend:
5779     - ''
5780     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5781     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5782     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5783     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5784     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5785
5786 # VPP Performance Changes 2n-zn2-xxv710 2t1c mrr
5787 - type: "table"
5788   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c mrr"
5789   algorithm: "table_comparison"
5790   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-mrr"
5791   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5792   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710'"
5793   columns:
5794 #     - title: "2005.0-5"
5795 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
5796     - title: "2009.0-5"
5797       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
5798     - title: "2009.0-6"
5799       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
5800     - title: "2101.0-6"
5801       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
5802   comparisons:
5803     - title: "2009.0-6 vs 2009.0-5"
5804       reference: 1  # 2
5805       compare: 2  # 3
5806 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca1.yaml"
5807     - title: "2101.0-6 vs 2009.0-6"
5808       reference: 2  # 3
5809       compare: 3  # 4
5810 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca2.yaml"
5811   legend:
5812     - ''
5813     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
5814     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5815     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5816     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5817     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5818
5819 # VPP Performance Changes 2n-zn2-xxv710 4t2c mrr
5820 - type: "table"
5821   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c mrr"
5822   algorithm: "table_comparison"
5823   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-mrr"
5824   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5825   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710'"
5826   columns:
5827 #     - title: "2005.0-5"
5828 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
5829     - title: "2009.0-5"
5830       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
5831     - title: "2009.0-6"
5832       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
5833     - title: "2101.0-6"
5834       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
5835   comparisons:
5836     - title: "2009.0-6 vs 2009.0-5"
5837       reference: 1  # 2
5838       compare: 2  # 3
5839 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca1.yaml"
5840     - title: "2101.0-6 vs 2009.0-6"
5841       reference: 2  # 3
5842       compare: 3  # 4
5843 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca2.yaml"
5844   legend:
5845     - ''
5846     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
5847     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5848     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5849     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5850     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5851
5852 # VPP Performance Changes 2n-zn2-xxv710 8t4c mrr
5853 - type: "table"
5854   title: "VPP Performance Changes 2n-zn2-xxv710 8t4c mrr"
5855   algorithm: "table_comparison"
5856   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-8t4c-mrr"
5857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5858   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710'"
5859   columns:
5860 #     - title: "2005.0-5"
5861 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
5862     - title: "2009.0-5"
5863       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
5864     - title: "2009.0-6"
5865       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
5866     - title: "2101.0-6"
5867       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
5868   comparisons:
5869     - title: "2009.0-6 vs 2009.0-5"
5870       reference: 1  # 2
5871       compare: 2  # 3
5872 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca1.yaml"
5873     - title: "2101.0-6 vs 2009.0-6"
5874       reference: 2  # 3
5875       compare: 3  # 4
5876 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca2.yaml"
5877   legend:
5878     - ''
5879     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
5880     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5881     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5882     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5883     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5884
5885 # VPP Performance Changes 2n-dnv 1t1c mrr
5886 - type: "table"
5887   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5888   algorithm: "table_comparison"
5889   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5890   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5891   filter: "'1T1C'"
5892   columns:
5893     - title: "2005.0-5"
5894       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5895     - title: "2009.0-5"
5896       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
5897 #     - title: "2009.0-6"
5898 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5899     - title: "2101.0-6"
5900       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5901   comparisons:
5902 #     - title: "2009.0-6 vs 2009.0-5"
5903 #       reference: 2
5904 #       compare: 3
5905     - title: "2101.0-6 vs 2009.0-5"
5906       reference: 2
5907       compare: 3
5908   legend:
5909     - ''
5910     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5911     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5912     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5913 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5914     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5915
5916 # VPP Performance Changes 2n-dnv 2t2c mrr
5917 - type: "table"
5918   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5919   algorithm: "table_comparison"
5920   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5921   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5922   filter: "'2T2C'"
5923   columns:
5924     - title: "2005.0-5"
5925       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5926     - title: "2009.0-5"
5927       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
5928 #     - title: "2009.0-6"
5929 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5930     - title: "2101.0-6"
5931       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5932   comparisons:
5933 #     - title: "2009.0-6 vs 2009.0-5"
5934 #       reference: 2
5935 #       compare: 3
5936     - title: "2101.0-6 vs 2009.0-5"
5937       reference: 2
5938       compare: 3
5939   legend:
5940     - ''
5941     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5942     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5943     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5944 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5945     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5946
5947 # VPP Performance Changes 2n-dnv 4t4c mrr
5948 - type: "table"
5949   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5950   algorithm: "table_comparison"
5951   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5952   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5953   filter: "'4T4C'"
5954   columns:
5955     - title: "2005.0-5"
5956       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5957     - title: "2009.0-5"
5958       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
5959 #     - title: "2009.0-6"
5960 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5961     - title: "2101.0-6"
5962       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5963   comparisons:
5964 #     - title: "2009.0-6 vs 2009.0-5"
5965 #       reference: 2
5966 #       compare: 3
5967     - title: "2101.0-6 vs 2009.0-5"
5968       reference: 2
5969       compare: 3
5970   legend:
5971     - ''
5972     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5973     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5974     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5975 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5976     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5977
5978 # VPP Performance Changes 3n-dnv 1t1c mrr
5979 - type: "table"
5980   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5981   algorithm: "table_comparison"
5982   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5983   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5984   filter: "'1T1C'"
5985   columns:
5986     - title: "2005.0-5"
5987       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5988     - title: "2009.0-5"
5989       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
5990 #     - title: "2009.0-6"
5991 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5992     - title: "2101.0-6"
5993       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5994   comparisons:
5995 #     - title: "2009.0-6 vs 2009.0-5"
5996 #       reference: 2
5997 #       compare: 3
5998     - title: "2101.0-6 vs 2009.0-5"
5999       reference: 2
6000       compare: 3
6001   legend:
6002     - ''
6003     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6004     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6005     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6006 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6007     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6008
6009 # VPP Performance Changes 3n-dnv 2t2c mrr
6010 - type: "table"
6011   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
6012   algorithm: "table_comparison"
6013   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
6014   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6015   filter: "'2T2C'"
6016   columns:
6017     - title: "2005.0-5"
6018       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6019     - title: "2009.0-5"
6020       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
6021 #     - title: "2009.0-6"
6022 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6023     - title: "2101.0-6"
6024       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6025   comparisons:
6026 #     - title: "2009.0-6 vs 2009.0-5"
6027 #       reference: 2
6028 #       compare: 3
6029     - title: "2101.0-6 vs 2009.0-5"
6030       reference: 2
6031       compare: 3
6032   legend:
6033     - ''
6034     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6035     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6036     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6037 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6038     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6039
6040 # VPP Performance Changes 3n-dnv 4t4c mrr
6041 - type: "table"
6042   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
6043   algorithm: "table_comparison"
6044   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
6045   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6046   filter: "'4T4C'"
6047   columns:
6048     - title: "2005.0-5"
6049       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6050     - title: "2009.0-5"
6051       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
6052 #     - title: "2009.0-6"
6053 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6054     - title: "2101.0-6"
6055       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6056   comparisons:
6057 #     - title: "2009.0-6 vs 2009.0-5"
6058 #       reference: 2
6059 #       compare: 3
6060     - title: "2101.0-6 vs 2009.0-5"
6061       reference: 2
6062       compare: 3
6063   legend:
6064     - ''
6065     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6066     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6067     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6068 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6069     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6070
6071 # VPP Performance Changes 3n-tsh 1t1c mrr
6072 - type: "table"
6073   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
6074   algorithm: "table_comparison"
6075   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
6076   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6077   filter: "'1T1C'"
6078   columns:
6079     - title: "2005.0-5"
6080       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6081     - title: "2009.0-5"
6082       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6083     - title: "2009.0-6"
6084       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6085     - title: "2101.0-6"
6086       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6087   comparisons:
6088     - title: "2009.0-6 vs 2009.0-5"
6089       reference: 2
6090       compare: 3
6091     - title: "2101.0-6 vs 2009.0-6"
6092       reference: 3
6093       compare: 4
6094   legend:
6095     - ''
6096     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6097     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6098     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6099     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6100     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6101
6102 # VPP Performance Changes 3n-tsh 2t2c mrr
6103 - type: "table"
6104   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
6105   algorithm: "table_comparison"
6106   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
6107   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6108   filter: "'2T2C'"
6109   columns:
6110     - title: "2005.0-5"
6111       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6112     - title: "2009.0-5"
6113       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6114     - title: "2009.0-6"
6115       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6116     - title: "2101.0-6"
6117       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6118   comparisons:
6119     - title: "2009.0-6 vs 2009.0-5"
6120       reference: 2
6121       compare: 3
6122     - title: "2101.0-6 vs 2009.0-6"
6123       reference: 3
6124       compare: 4
6125   legend:
6126     - ''
6127     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6128     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6129     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6130     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6131     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6132
6133 # VPP Performance Changes 3n-tsh 4t4c mrr
6134 - type: "table"
6135   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
6136   algorithm: "table_comparison"
6137   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
6138   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6139   filter: "'4T4C'"
6140   columns:
6141     - title: "2005.0-5"
6142       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6143     - title: "2009.0-5"
6144       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6145     - title: "2009.0-6"
6146       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6147     - title: "2101.0-6"
6148       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6149   comparisons:
6150     - title: "2009.0-6 vs 2009.0-5"
6151       reference: 2
6152       compare: 3
6153     - title: "2101.0-6 vs 2009.0-6"
6154       reference: 3
6155       compare: 4
6156   legend:
6157     - ''
6158     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6159     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6160     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6161     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6162     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6163
6164 # VPP Performance Changes 2n-tx2 1t1c mrr
6165 - type: "table"
6166   title: "VPP Performance Changes 2n-tx2 1t1c mrr"
6167   algorithm: "table_comparison"
6168   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-mrr"
6169   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6170   filter: "'1T1C'"
6171   columns:
6172 #     - title: "2005.0-5"
6173 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
6174 #     - title: "2009.0-5"
6175 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
6176     - title: "2009.0-6"
6177       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
6178     - title: "2101.0-6"
6179       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
6180   comparisons:
6181 #     - title: "2009.0-6 vs 2009.0-5"
6182 #       reference: 2
6183 #       compare: 3
6184     - title: "2101.0-6 vs 2009.0-6"
6185       reference: 1
6186       compare: 2
6187   legend:
6188     - ''
6189     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
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-tx2 2t2c mrr
6196 - type: "table"
6197   title: "VPP Performance Changes 2n-tx2 2t2c mrr"
6198   algorithm: "table_comparison"
6199   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-mrr"
6200   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6201   filter: "'2T2C'"
6202   columns:
6203 #     - title: "2005.0-5"
6204 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
6205 #     - title: "2009.0-5"
6206 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
6207     - title: "2009.0-6"
6208       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
6209     - title: "2101.0-6"
6210       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
6211   comparisons:
6212 #     - title: "2009.0-6 vs 2009.0-5"
6213 #       reference: 2
6214 #       compare: 3
6215     - title: "2101.0-6 vs 2009.0-6"
6216       reference: 1
6217       compare: 2
6218   legend:
6219     - ''
6220     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
6221     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6222     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6223 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6224     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6225
6226 # VPP Performance Changes 2n-tx2 4t4c mrr
6227 - type: "table"
6228   title: "VPP Performance Changes 2n-tx2 4t4c mrr"
6229   algorithm: "table_comparison"
6230   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-4t4c-mrr"
6231   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6232   filter: "'4T4C'"
6233   columns:
6234 #     - title: "2005.0-5"
6235 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
6236 #     - title: "2009.0-5"
6237 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
6238     - title: "2009.0-6"
6239       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
6240     - title: "2101.0-6"
6241       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
6242   comparisons:
6243 #     - title: "2009.0-6 vs 2009.0-5"
6244 #       reference: 2
6245 #       compare: 3
6246     - title: "2101.0-6 vs 2009.0-6"
6247       reference: 1
6248       compare: 2
6249   legend:
6250     - ''
6251     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
6252     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6253     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6254 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6255     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6256
6257 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6258 - type: "table"
6259   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6260   algorithm: "table_comparison"
6261   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6262   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6263   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6264   columns:
6265     - title: "3n-hsw xl710"
6266       data-set: "vpp-compare-testbeds-mrr-ref"
6267       tag: "NIC_Intel-XL710"
6268     - title: "3n-skx xxv710"
6269       data-set: "vpp-compare-testbeds-mrr-cmp"
6270       tag: "NIC_Intel-XXV710"
6271   comparisons:
6272     - title: "Diff"
6273       reference: 1
6274       compare: 2
6275   legend:
6276     - ""
6277     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6278     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6279
6280 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6281 - type: "table"
6282   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6283   algorithm: "table_comparison"
6284   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6285   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6286   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6287   columns:
6288     - title: "3n-hsw xl710"
6289       data-set: "vpp-compare-testbeds-mrr-ref"
6290       tag: "NIC_Intel-XL710"
6291     - title: "3n-skx xxv710"
6292       data-set: "vpp-compare-testbeds-mrr-cmp"
6293       tag: "NIC_Intel-XXV710"
6294   comparisons:
6295     - title: "Diff"
6296       reference: 1
6297       compare: 2
6298   legend:
6299     - ""
6300     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6301     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6302
6303 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6304 - type: "table"
6305   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6306   algorithm: "table_comparison"
6307   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6308   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6309   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6310   columns:
6311     - title: "3n-hsw xl710"
6312       data-set: "vpp-compare-testbeds-mrr-ref"
6313       tag: "NIC_Intel-XL710"
6314     - title: "3n-skx xxv710"
6315       data-set: "vpp-compare-testbeds-mrr-cmp"
6316       tag: "NIC_Intel-XXV710"
6317   comparisons:
6318     - title: "Diff"
6319       reference: 1
6320       compare: 2
6321   legend:
6322     - ""
6323     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6324     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6325
6326 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6327 - type: "table"
6328   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6329   algorithm: "table_comparison"
6330   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6331   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6332   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6333   columns:
6334     - title: "2n-skx"
6335       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6336     - title: "2n-clx"
6337       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6338   comparisons:
6339     - title: "Diff"
6340       reference: 1
6341       compare: 2
6342   legend:
6343     - ""
6344     - "2n-skx, 2n-clx - testbeds and NICs tested."
6345     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6346
6347 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6348 - type: "table"
6349   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6350   algorithm: "table_comparison"
6351   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6352   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6353   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6354   columns:
6355     - title: "2n-skx"
6356       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6357     - title: "2n-clx"
6358       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6359   comparisons:
6360     - title: "Diff"
6361       reference: 1
6362       compare: 2
6363   legend:
6364     - ""
6365     - "2n-skx, 2n-clx - testbeds and NICs tested."
6366     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6367
6368 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6369 - type: "table"
6370   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6371   algorithm: "table_comparison"
6372   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6373   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6374   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6375   columns:
6376     - title: "2n-skx"
6377       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6378     - title: "2n-clx"
6379       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6380   comparisons:
6381     - title: "Diff"
6382       reference: 1
6383       compare: 2
6384   legend:
6385     - ""
6386     - "2n-skx, 2n-clx - testbeds and NICs tested."
6387     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6388
6389 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6390 - type: "table"
6391   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6392   algorithm: "table_comparison"
6393   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6394   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6395   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6396   columns:
6397     - title: "3n-skx"
6398       data-set: "vpp-compare-topologies-mrr-ref"
6399     - title: "2n-skx"
6400       data-set: "vpp-compare-topologies-mrr-cmp"
6401   comparisons:
6402     - title: "Diff"
6403       reference: 1
6404       compare: 2
6405   legend:
6406     - ""
6407     - "3n-skx, 2n-skx - topologies tested."
6408     - "Diff - difference between 3n-skx and 2n-skx topologies."
6409
6410 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6411 - type: "table"
6412   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6413   algorithm: "table_comparison"
6414   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6415   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6416   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6417   columns:
6418     - title: "3n-skx"
6419       data-set: "vpp-compare-topologies-mrr-ref"
6420     - title: "2n-skx"
6421       data-set: "vpp-compare-topologies-mrr-cmp"
6422   comparisons:
6423     - title: "Diff"
6424       reference: 1
6425       compare: 2
6426   legend:
6427     - ""
6428     - "3n-skx, 2n-skx - topologies tested."
6429     - "Diff - difference between 3n-skx and 2n-skx topologies."
6430
6431 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6432 - type: "table"
6433   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6434   algorithm: "table_comparison"
6435   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6436   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6437   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6438   columns:
6439     - title: "3n-skx"
6440       data-set: "vpp-compare-topologies-mrr-ref"
6441     - title: "2n-skx"
6442       data-set: "vpp-compare-topologies-mrr-cmp"
6443   comparisons:
6444     - title: "Diff"
6445       reference: 1
6446       compare: 2
6447   legend:
6448     - ""
6449     - "3n-skx, 2n-skx - topologies tested."
6450     - "Diff - difference between 3n-skx and 2n-skx topologies."
6451
6452 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6453 - type: "table"
6454   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6455   algorithm: "table_comparison"
6456   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6457   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6458   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6459   columns:
6460     - title: "3n-hsw xl710"
6461       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6462       tag: "NIC_Intel-XL710"
6463     - title: "2n-clx xxv710"
6464       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6465       tag: "NIC_Intel-XXV710"
6466   comparisons:
6467     - title: "Diff"
6468       reference: 1
6469       compare: 2
6470   legend:
6471     - ""
6472     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6473     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6474
6475 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6476 - type: "table"
6477   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6478   algorithm: "table_comparison"
6479   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6480   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6481   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6482   columns:
6483     - title: "3n-hsw xl710"
6484       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6485       tag: "NIC_Intel-XL710"
6486     - title: "2n-clx xxv710"
6487       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6488       tag: "NIC_Intel-XXV710"
6489   comparisons:
6490     - title: "Diff"
6491       reference: 1
6492       compare: 2
6493   legend:
6494     - ""
6495     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6496     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6497
6498 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6499 - type: "table"
6500   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6501   algorithm: "table_comparison"
6502   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6503   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6504   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6505   columns:
6506     - title: "3n-hsw xl710"
6507       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6508       tag: "NIC_Intel-XL710"
6509     - title: "2n-clx xxv710"
6510       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6511       tag: "NIC_Intel-XXV710"
6512   comparisons:
6513     - title: "Diff"
6514       reference: 1
6515       compare: 2
6516   legend:
6517     - ""
6518     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6519     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6520
6521 # Detailed Test Results - VPP Performance Results 3n-hsw
6522 - type: "table"
6523   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6524   algorithm: "table_merged_details"
6525   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6526   columns:
6527     - title: " |prein| Test Name |preout| "
6528       data: "data name"
6529     - 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| "
6530       data: "data msg"
6531   data: "vpp-perf-results-3n-hsw"
6532   filter: "all"
6533   parameters:
6534   - "name"
6535   - "parent"
6536   - "msg"
6537
6538 # Detailed Test Results - VPP Performance Results 3n-skx
6539 - type: "table"
6540   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6541   algorithm: "table_merged_details"
6542   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6543   columns:
6544     - title: " |prein| Test Name |preout| "
6545       data: "data name"
6546     - 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| "
6547       data: "data msg"
6548   data: "vpp-perf-results-3n-skx"
6549   filter: "all"
6550   remove-ndr: False
6551   parameters:
6552   - "name"
6553   - "parent"
6554   - "msg"
6555
6556 # Detailed Test Results - VPP Performance Results 2n-skx
6557 - type: "table"
6558   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6559   algorithm: "table_merged_details"
6560   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6561   columns:
6562     - title: " |prein| Test Name |preout| "
6563       data: "data name"
6564     - 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| "
6565       data: "data msg"
6566   data: "vpp-perf-results-2n-skx"
6567   filter: "all"
6568   remove-ndr: False
6569   parameters:
6570   - "name"
6571   - "parent"
6572   - "msg"
6573
6574 # Detailed Test Results - VPP Performance Results 2n-zn2
6575 - type: "table"
6576   title: "Detailed Test Results - VPP Performance Results 2n-zn2"
6577   algorithm: "table_merged_details"
6578   output-file: "{DIR[DTR,PERF,VPP,2N,ZN2]}/"
6579   columns:
6580     - title: " |prein| Test Name |preout| "
6581       data: "data name"
6582     - 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| "
6583       data: "data msg"
6584   data: "vpp-perf-results-2n-zn2"
6585   filter: "all"
6586   remove-ndr: False
6587   parameters:
6588   - "name"
6589   - "parent"
6590   - "msg"
6591
6592 # Detailed Test Results - VPP Performance Results 2n-clx
6593 - type: "table"
6594   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6595   algorithm: "table_merged_details"
6596   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6597   columns:
6598     - title: " |prein| Test Name |preout| "
6599       data: "data name"
6600     - 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| "
6601       data: "data msg"
6602   data: "vpp-perf-results-2n-clx"
6603   filter: "all"
6604   parameters:
6605   - "name"
6606   - "parent"
6607   - "msg"
6608
6609 # Detailed Test Results - VPP Performance Results 3n-tsh
6610 - type: "table"
6611   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6612   algorithm: "table_merged_details"
6613   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6614   columns:
6615     - title: " |prein| Test Name |preout| "
6616       data: "data name"
6617     - 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| "
6618       data: "data msg"
6619   data: "vpp-perf-results-3n-tsh"
6620   filter: "all"
6621   parameters:
6622   - "name"
6623   - "parent"
6624   - "msg"
6625
6626 # Detailed Test Results - VPP Performance Results 2n-tx2
6627 - type: "table"
6628   title: "Detailed Test Results - VPP Performance Results 2n-tx2"
6629   algorithm: "table_merged_details"
6630   output-file: "{DIR[DTR,PERF,VPP,2N,TX2]}/"
6631   columns:
6632     - title: " |prein| Test Name |preout| "
6633       data: "data name"
6634     - 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| "
6635       data: "data msg"
6636   data: "vpp-perf-results-2n-tx2"
6637   filter: "all"
6638   parameters:
6639   - "name"
6640   - "parent"
6641   - "msg"
6642
6643 # Detailed Test Results - VPP Performance Results 3n-dnv
6644 - type: "table"
6645   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6646   algorithm: "table_merged_details"
6647   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6648   columns:
6649     - title: " |prein| Test Name |preout| "
6650       data: "data name"
6651     - 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| "
6652       data: "data msg"
6653   data: "vpp-perf-results-3n-dnv"
6654   filter: "all"
6655   parameters:
6656   - "name"
6657   - "parent"
6658   - "msg"
6659
6660 # Detailed Test Results - VPP Performance Results 2n-dnv
6661 - type: "table"
6662   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6663   algorithm: "table_merged_details"
6664   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6665   columns:
6666     - title: " |prein| Test Name |preout| "
6667       data: "data name"
6668     - 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| "
6669       data: "data msg"
6670   data: "vpp-perf-results-2n-dnv"
6671   filter: "all"
6672   parameters:
6673   - "name"
6674   - "parent"
6675   - "msg"
6676
6677 # Test configuration - VPP Performance Test Configs 3n-hsw
6678 - type: "table"
6679   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6680   algorithm: "table_merged_details"
6681   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6682   columns:
6683     - title: " |prein| Test Name |preout| "
6684       data: "data name"
6685     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6686       data: "data conf-history"
6687   data: "vpp-perf-results-3n-hsw"
6688   filter: "all"
6689   parameters:
6690   - "parent"
6691   - "name"
6692   - "conf-history"
6693
6694 # Test configuration - VPP Performance Test Configs 3n-skx
6695 - type: "table"
6696   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6697   algorithm: "table_merged_details"
6698   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6699   columns:
6700     - title: " |prein| Test Name |preout| "
6701       data: "data name"
6702     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6703       data: "data conf-history"
6704   data: "vpp-perf-results-3n-skx"
6705   filter: "all"
6706   parameters:
6707   - "parent"
6708   - "name"
6709   - "conf-history"
6710
6711 # Test configuration - VPP Performance Test Configs 2n-skx
6712 - type: "table"
6713   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6714   algorithm: "table_merged_details"
6715   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6716   columns:
6717     - title: " |prein| Test Name |preout| "
6718       data: "data name"
6719     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6720       data: "data conf-history"
6721   data: "vpp-perf-results-2n-skx"
6722   filter: "all"
6723   parameters:
6724   - "parent"
6725   - "name"
6726   - "conf-history"
6727
6728 # Test configuration - VPP Performance Test Configs 2n-zn2
6729 - type: "table"
6730   title: "Test configuration - VPP Performance Test Configs 2n-zn2"
6731   algorithm: "table_merged_details"
6732   output-file: "{DIR[DTC,PERF,VPP,2N,ZN2]}/"
6733   columns:
6734     - title: " |prein| Test Name |preout| "
6735       data: "data name"
6736     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6737       data: "data conf-history"
6738   data: "vpp-perf-results-2n-zn2"
6739   filter: "all"
6740   parameters:
6741   - "parent"
6742   - "name"
6743   - "conf-history"
6744
6745 # Test configuration - VPP Performance Test Configs 2n-clx
6746 - type: "table"
6747   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6748   algorithm: "table_merged_details"
6749   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6750   columns:
6751     - title: " |prein| Test Name |preout| "
6752       data: "data name"
6753     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6754       data: "data conf-history"
6755   data: "vpp-perf-results-2n-clx"
6756   filter: "all"
6757   parameters:
6758   - "parent"
6759   - "name"
6760   - "conf-history"
6761
6762 # Test configuration - VPP Performance Test Configs 3n-tsh
6763 - type: "table"
6764   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6765   algorithm: "table_merged_details"
6766   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6767   columns:
6768     - title: " |prein| Test Name |preout| "
6769       data: "data name"
6770     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6771       data: "data conf-history"
6772   data: "vpp-perf-results-3n-tsh"
6773   filter: "all"
6774   parameters:
6775   - "parent"
6776   - "name"
6777   - "conf-history"
6778
6779 # Test configuration - VPP Performance Test Configs 2n-tx2
6780 - type: "table"
6781   title: "Test configuration - VPP Performance Test Configs 2n-tx2"
6782   algorithm: "table_merged_details"
6783   output-file: "{DIR[DTC,PERF,VPP,2N,TX2]}/"
6784   columns:
6785     - title: " |prein| Test Name |preout| "
6786       data: "data name"
6787     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6788       data: "data conf-history"
6789   data: "vpp-perf-results-2n-tx2"
6790   filter: "all"
6791   parameters:
6792   - "parent"
6793   - "name"
6794   - "conf-history"
6795
6796 # Test configuration - VPP Performance Test Configs 3n-dnv
6797 - type: "table"
6798   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6799   algorithm: "table_merged_details"
6800   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6801   columns:
6802     - title: " |prein| Test Name |preout| "
6803       data: "data name"
6804     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6805       data: "data conf-history"
6806   data: "vpp-perf-results-3n-dnv"
6807   filter: "all"
6808   parameters:
6809   - "parent"
6810   - "name"
6811   - "conf-history"
6812
6813 # Test configuration - VPP Performance Test Configs 2n-dnv
6814 - type: "table"
6815   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6816   algorithm: "table_merged_details"
6817   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6818   columns:
6819     - title: " |prein| Test Name |preout| "
6820       data: "data name"
6821     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6822       data: "data conf-history"
6823   data: "vpp-perf-results-2n-dnv"
6824   filter: "all"
6825   parameters:
6826   - "parent"
6827   - "name"
6828   - "conf-history"
6829
6830 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6831 - type: "table"
6832   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6833   algorithm: "table_oper_data_html"
6834   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6835   data: "vpp-perf-results-3n-hsw"
6836   filter: "all"
6837
6838 # Test Operational Data - VPP Performance Operational Data 3n-skx
6839 - type: "table"
6840   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6841   algorithm: "table_oper_data_html"
6842   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6843   data: "vpp-perf-results-3n-skx"
6844   filter: "all"
6845
6846 # Test Operational Data - VPP Performance Operational Data 2n-skx
6847 - type: "table"
6848   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6849   algorithm: "table_oper_data_html"
6850   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6851   data: "vpp-perf-results-2n-skx"
6852   filter: "all"
6853
6854 # Test Operational Data - VPP Performance Operational Data 2n-zn2
6855 - type: "table"
6856   title: "Test Operational Data - VPP Performance Operational Data 2n-zn2"
6857   algorithm: "table_oper_data_html"
6858   output-file: "{DIR[DTO,PERF,VPP,2N,ZN2]}/"
6859   data: "vpp-perf-results-2n-zn2"
6860   filter: "all"
6861
6862 # Test Operational Data - VPP Performance Operational Data 2n-clx
6863 - type: "table"
6864   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6865   algorithm: "table_oper_data_html"
6866   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6867   data: "vpp-perf-results-2n-clx"
6868   filter: "all"
6869
6870 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6871 - type: "table"
6872   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6873   algorithm: "table_oper_data_html"
6874   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6875   data: "vpp-perf-results-3n-tsh"
6876   filter: "all"
6877
6878 # Test Operational Data - VPP Performance Operational Data 2n-tx2
6879 - type: "table"
6880   title: "Test Operational Data - VPP Performance Operational Data 2n-tx2"
6881   algorithm: "table_oper_data_html"
6882   output-file: "{DIR[DTO,PERF,VPP,2N,TX2]}/"
6883   data: "vpp-perf-results-2n-tx2"
6884   filter: "all"
6885
6886 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6887 - type: "table"
6888   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6889   algorithm: "table_oper_data_html"
6890   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6891   data: "vpp-perf-results-3n-dnv"
6892   filter: "all"
6893
6894 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6895 - type: "table"
6896   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6897   algorithm: "table_oper_data_html"
6898   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6899   data: "vpp-perf-results-2n-dnv"
6900   filter: "all"
6901
6902 # Detailed Test Results - VPP MRR Results 3n-hsw
6903 - type: "table"
6904   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6905   algorithm: "table_merged_details"
6906   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6907   columns:
6908     - title: " |prein| Test Name |preout| "
6909       data: "data name"
6910     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6911       data: "data msg"
6912   data: "vpp-mrr-results-3n-hsw"
6913   filter: "all"
6914   parameters:
6915   - "name"
6916   - "parent"
6917   - "msg"
6918
6919 # Detailed Test Results - VPP MRR Results 3n-skx
6920 - type: "table"
6921   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6922   algorithm: "table_merged_details"
6923   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6924   columns:
6925     - title: " |prein| Test Name |preout| "
6926       data: "data name"
6927     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6928       data: "data msg"
6929   data: "vpp-mrr-results-3n-skx"
6930   filter: "all"
6931   parameters:
6932   - "name"
6933   - "parent"
6934   - "msg"
6935
6936 # Detailed Test Results - VPP MRR Results 2n-skx
6937 - type: "table"
6938   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6939   algorithm: "table_merged_details"
6940   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6941   columns:
6942     - title: " |prein| Test Name |preout| "
6943       data: "data name"
6944     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6945       data: "data msg"
6946   data: "vpp-mrr-results-2n-skx"
6947   filter: "all"
6948   parameters:
6949   - "name"
6950   - "parent"
6951   - "msg"
6952
6953 # Detailed Test Results - VPP MRR Results 2n-zn2
6954 - type: "table"
6955   title: "Detailed Test Results - VPP MRR Results 2n-zn2"
6956   algorithm: "table_merged_details"
6957   output-file: "{DIR[DTR,MRR,VPP,2N,ZN2]}/"
6958   columns:
6959     - title: " |prein| Test Name |preout| "
6960       data: "data name"
6961     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6962       data: "data msg"
6963   data: "vpp-mrr-results-2n-zn2"
6964   filter: "all"
6965   parameters:
6966   - "name"
6967   - "parent"
6968   - "msg"
6969
6970 # Detailed Test Results - VPP MRR Results 2n-clx
6971 - type: "table"
6972   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6973   algorithm: "table_merged_details"
6974   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6975   columns:
6976     - title: " |prein| Test Name |preout| "
6977       data: "data name"
6978     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6979       data: "data msg"
6980   data: "vpp-mrr-results-2n-clx"
6981   filter: "all"
6982   parameters:
6983   - "name"
6984   - "parent"
6985   - "msg"
6986
6987 # Detailed Test Results - VPP MRR Results 3n-tsh
6988 - type: "table"
6989   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6990   algorithm: "table_merged_details"
6991   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6992   columns:
6993     - title: " |prein| Test Name |preout| "
6994       data: "data name"
6995     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6996       data: "data msg"
6997   data: "vpp-mrr-results-3n-tsh"
6998   filter: "all"
6999   parameters:
7000   - "name"
7001   - "parent"
7002   - "msg"
7003
7004 # Detailed Test Results - VPP MRR Results 2n-tx2
7005 - type: "table"
7006   title: "Detailed Test Results - VPP MRR Results 2n-tx2"
7007   algorithm: "table_merged_details"
7008   output-file: "{DIR[DTR,MRR,VPP,2N,TX2]}/"
7009   columns:
7010     - title: " |prein| Test Name |preout| "
7011       data: "data name"
7012     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7013       data: "data msg"
7014   data: "vpp-mrr-results-2n-tx2"
7015   filter: "all"
7016   parameters:
7017   - "name"
7018   - "parent"
7019   - "msg"
7020
7021 # Detailed Test Results - VPP MRR Results 3n-dnv
7022 - type: "table"
7023   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
7024   algorithm: "table_merged_details"
7025   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
7026   columns:
7027     - title: " |prein| Test Name |preout| "
7028       data: "data name"
7029     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7030       data: "data msg"
7031   data: "vpp-mrr-results-3n-dnv"
7032   filter: "all"
7033   parameters:
7034   - "name"
7035   - "parent"
7036   - "msg"
7037
7038 # Detailed Test Results - VPP MRR Results 2n-dnv
7039 - type: "table"
7040   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
7041   algorithm: "table_merged_details"
7042   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
7043   columns:
7044     - title: " |prein| Test Name |preout| "
7045       data: "data name"
7046     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7047       data: "data msg"
7048   data: "vpp-mrr-results-2n-dnv"
7049   filter: "all"
7050   parameters:
7051   - "name"
7052   - "parent"
7053   - "msg"
7054
7055 # Test configuration - VPP MRR Test Configs 3n-hsw
7056 - type: "table"
7057   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
7058   algorithm: "table_merged_details"
7059   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
7060   columns:
7061     - title: " |prein| Test Name |preout| "
7062       data: "data name"
7063     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7064       data: "data conf-history"
7065   data: "vpp-mrr-results-3n-hsw"
7066   filter: "all"
7067   parameters:
7068   - "parent"
7069   - "name"
7070   - "conf-history"
7071
7072 # Test configuration - VPP MRR Test Configs 3n-skx
7073 - type: "table"
7074   title: "Test configuration - VPP MRR Test Configs 3n-skx"
7075   algorithm: "table_merged_details"
7076   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
7077   columns:
7078     - title: " |prein| Test Name |preout| "
7079       data: "data name"
7080     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7081       data: "data conf-history"
7082   data: "vpp-mrr-results-3n-skx"
7083   filter: "all"
7084   parameters:
7085   - "parent"
7086   - "name"
7087   - "conf-history"
7088
7089 # Test configuration - VPP MRR Test Configs 2n-skx
7090 - type: "table"
7091   title: "Test configuration - VPP MRR Test Configs 2n-skx"
7092   algorithm: "table_merged_details"
7093   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
7094   columns:
7095     - title: " |prein| Test Name |preout| "
7096       data: "data name"
7097     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7098       data: "data conf-history"
7099   data: "vpp-mrr-results-2n-skx"
7100   filter: "all"
7101   parameters:
7102   - "parent"
7103   - "name"
7104   - "conf-history"
7105
7106 # Test configuration - VPP MRR Test Configs 2n-zn2
7107 - type: "table"
7108   title: "Test configuration - VPP MRR Test Configs 2n-zn2"
7109   algorithm: "table_merged_details"
7110   output-file: "{DIR[DTC,MRR,VPP,2N,ZN2]}/"
7111   columns:
7112     - title: " |prein| Test Name |preout| "
7113       data: "data name"
7114     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7115       data: "data conf-history"
7116   data: "vpp-mrr-results-2n-zn2"
7117   filter: "all"
7118   parameters:
7119   - "parent"
7120   - "name"
7121   - "conf-history"
7122
7123 # Test configuration - VPP MRR Test Configs 2n-clx
7124 - type: "table"
7125   title: "Test configuration - VPP MRR Test Configs 2n-clx"
7126   algorithm: "table_merged_details"
7127   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
7128   columns:
7129     - title: " |prein| Test Name |preout| "
7130       data: "data name"
7131     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7132       data: "data conf-history"
7133   data: "vpp-mrr-results-2n-clx"
7134   filter: "all"
7135   parameters:
7136   - "parent"
7137   - "name"
7138   - "conf-history"
7139
7140 # Test configuration - VPP MRR Test Configs 3n-tsh
7141 - type: "table"
7142   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
7143   algorithm: "table_merged_details"
7144   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
7145   columns:
7146     - title: " |prein| Test Name |preout| "
7147       data: "data name"
7148     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7149       data: "data conf-history"
7150   data: "vpp-mrr-results-3n-tsh"
7151   filter: "all"
7152   parameters:
7153   - "parent"
7154   - "name"
7155   - "conf-history"
7156
7157 # Test configuration - VPP MRR Test Configs 2n-tx2
7158 - type: "table"
7159   title: "Test configuration - VPP MRR Test Configs 2n-tx2"
7160   algorithm: "table_merged_details"
7161   output-file: "{DIR[DTC,MRR,VPP,2N,TX2]}/"
7162   columns:
7163     - title: " |prein| Test Name |preout| "
7164       data: "data name"
7165     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7166       data: "data conf-history"
7167   data: "vpp-mrr-results-2n-tx2"
7168   filter: "all"
7169   parameters:
7170   - "parent"
7171   - "name"
7172   - "conf-history"
7173
7174 # Test configuration - VPP MRR Test Configs 3n-dnv
7175 - type: "table"
7176   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
7177   algorithm: "table_merged_details"
7178   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
7179   columns:
7180     - title: " |prein| Test Name |preout| "
7181       data: "data name"
7182     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7183       data: "data conf-history"
7184   data: "vpp-mrr-results-3n-dnv"
7185   filter: "all"
7186   parameters:
7187   - "parent"
7188   - "name"
7189   - "conf-history"
7190
7191 # Test configuration - VPP MRR Test Configs 2n-dnv
7192 - type: "table"
7193   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
7194   algorithm: "table_merged_details"
7195   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
7196   columns:
7197     - title: " |prein| Test Name |preout| "
7198       data: "data name"
7199     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7200       data: "data conf-history"
7201   data: "vpp-mrr-results-2n-dnv"
7202   filter: "all"
7203   parameters:
7204   - "parent"
7205   - "name"
7206   - "conf-history"
7207
7208 # Detailed Test Results - VPP Device Results - Ubuntu
7209 - type: "table"
7210   title: "Detailed Test Results - VPP Device Results - Ubuntu"
7211   algorithm: "table_merged_details"
7212   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
7213   columns:
7214     - title: " |prein| Test Name |preout| "
7215       data: "data name"
7216     - title: " |prein| Status |preout| "
7217       data: "data status"
7218   data: "vpp-device-results-ubuntu"
7219   filter: "all"
7220   parameters:
7221   - "name"
7222   - "parent"
7223   - "doc"
7224   - "status"
7225
7226 # Test configuration - VPP Device Test Configs - Ubuntu
7227 - type: "table"
7228   title: "Test configuration - VPP Device Test Configs - Ubuntu"
7229   algorithm: "table_merged_details"
7230   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
7231   columns:
7232     - title: " |prein| Test Name |preout| "
7233       data: "data name"
7234     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7235       data: "data conf-history"
7236   data: "vpp-device-results-ubuntu"
7237   filter: "all"
7238   parameters:
7239   - "parent"
7240   - "name"
7241   - "conf-history"
7242
7243 ################################################################################
7244
7245 # DPDK Performance Changes 3n-hsw 1t1c pdr
7246 - type: "table"
7247   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
7248   algorithm: "table_comparison"
7249   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
7250   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7251   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7252   columns:
7253     - title: "2005"
7254       data-set: "dpdk-performance-changes-3n-hsw-h1"
7255     - title: "2009"
7256       data-set: "dpdk-performance-changes-3n-hsw-ref"
7257     - title: "2101"
7258       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7259   comparisons:
7260     - title: "Diff"
7261       reference: 2
7262       compare: 3
7263   legend:
7264     - ""
7265     - "2005, 2009, 2101 - DPDK versions tested."
7266     - "Diff - difference between 2009 and 2101 DPDK version."
7267
7268 # DPDK Performance Changes 3n-hsw 2t2c pdr
7269 - type: "table"
7270   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
7271   algorithm: "table_comparison"
7272   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
7273   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7274   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7275   columns:
7276     - title: "2005"
7277       data-set: "dpdk-performance-changes-3n-hsw-h1"
7278     - title: "2009"
7279       data-set: "dpdk-performance-changes-3n-hsw-ref"
7280     - title: "2101"
7281       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7282   comparisons:
7283     - title: "Diff"
7284       reference: 2
7285       compare: 3
7286   legend:
7287     - ""
7288     - "2005, 2009, 2101 - DPDK versions tested."
7289     - "Diff - difference between 2009 and 2101 DPDK version."
7290
7291 # DPDK Performance Changes 3n-hsw 1t1c pdr
7292 - type: "table"
7293   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
7294   algorithm: "table_comparison"
7295   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
7296   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7297   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7298   columns:
7299     - title: "2005"
7300       data-set: "dpdk-performance-changes-3n-hsw-h1"
7301     - title: "2009"
7302       data-set: "dpdk-performance-changes-3n-hsw-ref"
7303     - title: "2101"
7304       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7305   comparisons:
7306     - title: "Diff"
7307       reference: 2
7308       compare: 3
7309   legend:
7310     - ""
7311     - "2005, 2009, 2101 - DPDK versions tested."
7312     - "Diff - difference between 2009 and 2101 DPDK version."
7313
7314 # DPDK Performance Changes 3n-hsw 2t2c ndr
7315 - type: "table"
7316   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
7317   algorithm: "table_comparison"
7318   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
7319   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7320   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7321   columns:
7322     - title: "2005"
7323       data-set: "dpdk-performance-changes-3n-hsw-h1"
7324     - title: "2009"
7325       data-set: "dpdk-performance-changes-3n-hsw-ref"
7326     - title: "2101"
7327       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7328   comparisons:
7329     - title: "Diff"
7330       reference: 2
7331       compare: 3
7332   legend:
7333     - ""
7334     - "2005, 2009, 2101 - DPDK versions tested."
7335     - "Diff - difference between 2009 and 2101 DPDK version."
7336
7337 # DPDK Performance Changes 3n-skx 2t1c pdr
7338 - type: "table"
7339   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
7340   algorithm: "table_comparison"
7341   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
7342   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7343   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7344   columns:
7345     - title: "2005"
7346       data-set: "dpdk-performance-changes-3n-skx-h1"
7347     - title: "2009"
7348       data-set: "dpdk-performance-changes-3n-skx-ref"
7349     - title: "2101"
7350       data-set: "dpdk-performance-changes-3n-skx-cmp"
7351   comparisons:
7352     - title: "Diff"
7353       reference: 2
7354       compare: 3
7355   legend:
7356     - ""
7357     - "2005, 2009, 2101 - DPDK versions tested."
7358     - "Diff - difference between 2009 and 2101 DPDK version."
7359
7360 # DPDK Performance Changes 3n-skx 4t2c pdr
7361 - type: "table"
7362   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
7363   algorithm: "table_comparison"
7364   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
7365   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7366   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7367   columns:
7368     - title: "2005"
7369       data-set: "dpdk-performance-changes-3n-skx-h1"
7370     - title: "2009"
7371       data-set: "dpdk-performance-changes-3n-skx-ref"
7372     - title: "2101"
7373       data-set: "dpdk-performance-changes-3n-skx-cmp"
7374   comparisons:
7375     - title: "Diff"
7376       reference: 2
7377       compare: 3
7378   legend:
7379     - ""
7380     - "2005, 2009, 2101 - DPDK versions tested."
7381     - "Diff - difference between 2009 and 2101 DPDK version."
7382
7383 # DPDK Performance Changes 3n-skx 2t1c ndr
7384 - type: "table"
7385   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
7386   algorithm: "table_comparison"
7387   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
7388   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7389   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7390   columns:
7391     - title: "2005"
7392       data-set: "dpdk-performance-changes-3n-skx-h1"
7393     - title: "2009"
7394       data-set: "dpdk-performance-changes-3n-skx-ref"
7395     - title: "2101"
7396       data-set: "dpdk-performance-changes-3n-skx-cmp"
7397   comparisons:
7398     - title: "Diff"
7399       reference: 2
7400       compare: 3
7401   legend:
7402     - ""
7403     - "2005, 2009, 2101 - DPDK versions tested."
7404     - "Diff - difference between 2009 and 2101 DPDK version."
7405
7406 # DPDK Performance Changes 3n-skx 4t2c ndr
7407 - type: "table"
7408   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7409   algorithm: "table_comparison"
7410   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7411   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7412   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7413   columns:
7414     - title: "2005"
7415       data-set: "dpdk-performance-changes-3n-skx-h1"
7416     - title: "2009"
7417       data-set: "dpdk-performance-changes-3n-skx-ref"
7418     - title: "2101"
7419       data-set: "dpdk-performance-changes-3n-skx-cmp"
7420   comparisons:
7421     - title: "Diff"
7422       reference: 2
7423       compare: 3
7424   legend:
7425     - ""
7426     - "2005, 2009, 2101 - DPDK versions tested."
7427     - "Diff - difference between 2009 and 2101 DPDK version."
7428
7429 # DPDK Performance Changes 2n-skx 2t1c pdr
7430 - type: "table"
7431   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7432   algorithm: "table_comparison"
7433   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7434   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7435   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7436   columns:
7437     - title: "2005"
7438       data-set: "dpdk-performance-changes-2n-skx-h1"
7439     - title: "2009"
7440       data-set: "dpdk-performance-changes-2n-skx-ref"
7441     - title: "2101"
7442       data-set: "dpdk-performance-changes-2n-skx-cmp"
7443   comparisons:
7444     - title: "Diff"
7445       reference: 2
7446       compare: 3
7447   legend:
7448     - ""
7449     - "2005, 2009, 2101 - DPDK versions tested."
7450     - "Diff - difference between 2009 and 2101 DPDK version."
7451
7452 # DPDK Performance Changes 2n-skx 4t2c pdr
7453 - type: "table"
7454   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7455   algorithm: "table_comparison"
7456   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7457   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7458   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7459   columns:
7460     - title: "2005"
7461       data-set: "dpdk-performance-changes-2n-skx-h1"
7462     - title: "2009"
7463       data-set: "dpdk-performance-changes-2n-skx-ref"
7464     - title: "2101"
7465       data-set: "dpdk-performance-changes-2n-skx-cmp"
7466   comparisons:
7467     - title: "Diff"
7468       reference: 2
7469       compare: 3
7470   legend:
7471     - ""
7472     - "2005, 2009, 2101 - DPDK versions tested."
7473     - "Diff - difference between 2009 and 2101 DPDK version."
7474
7475 # DPDK Performance Changes 2n-skx 2t1c ndr
7476 - type: "table"
7477   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7478   algorithm: "table_comparison"
7479   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7480   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7481   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7482   columns:
7483     - title: "2005"
7484       data-set: "dpdk-performance-changes-2n-skx-h1"
7485     - title: "2009"
7486       data-set: "dpdk-performance-changes-2n-skx-ref"
7487     - title: "2101"
7488       data-set: "dpdk-performance-changes-2n-skx-cmp"
7489   comparisons:
7490     - title: "Diff"
7491       reference: 2
7492       compare: 3
7493   legend:
7494     - ""
7495     - "2005, 2009, 2101 - DPDK versions tested."
7496     - "Diff - difference between 2009 and 2101 DPDK version."
7497
7498 # DPDK Performance Changes 2n-skx 4t2c ndr
7499 - type: "table"
7500   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7501   algorithm: "table_comparison"
7502   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7503   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7504   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7505   columns:
7506     - title: "2005"
7507       data-set: "dpdk-performance-changes-2n-skx-h1"
7508     - title: "2009"
7509       data-set: "dpdk-performance-changes-2n-skx-ref"
7510     - title: "2101"
7511       data-set: "dpdk-performance-changes-2n-skx-cmp"
7512   comparisons:
7513     - title: "Diff"
7514       reference: 2
7515       compare: 3
7516   legend:
7517     - ""
7518     - "2005, 2009, 2101 - DPDK versions tested."
7519     - "Diff - difference between 2009 and 2101 DPDK version."
7520
7521 # DPDK Performance Changes 2n-clx 2t1c pdr
7522 - type: "table"
7523   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7524   algorithm: "table_comparison"
7525   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7526   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7527   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7528   columns:
7529     - title: "2005"
7530       data-set: "dpdk-performance-changes-2n-clx-h1"
7531     - title: "2009"
7532       data-set: "dpdk-performance-changes-2n-clx-ref"
7533     - title: "2101"
7534       data-set: "dpdk-performance-changes-2n-clx-cmp"
7535   comparisons:
7536     - title: "Diff"
7537       reference: 2
7538       compare: 3
7539   legend:
7540     - ""
7541     - "2005, 2009, 2101 - DPDK versions tested."
7542     - "Diff - difference between 2009 and 2101 DPDK version."
7543
7544 # DPDK Performance Changes 2n-clx 4t2c pdr
7545 - type: "table"
7546   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7547   algorithm: "table_comparison"
7548   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7550   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7551   columns:
7552     - title: "2005"
7553       data-set: "dpdk-performance-changes-2n-clx-h1"
7554     - title: "2009"
7555       data-set: "dpdk-performance-changes-2n-clx-ref"
7556     - title: "2101"
7557       data-set: "dpdk-performance-changes-2n-clx-cmp"
7558   comparisons:
7559     - title: "Diff"
7560       reference: 2
7561       compare: 3
7562   legend:
7563     - ""
7564     - "2005, 2009, 2101 - DPDK versions tested."
7565     - "Diff - difference between 2009 and 2101 DPDK version."
7566
7567 # DPDK Performance Changes 2n-clx 2t1c ndr
7568 - type: "table"
7569   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7570   algorithm: "table_comparison"
7571   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7572   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7573   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7574   columns:
7575     - title: "2005"
7576       data-set: "dpdk-performance-changes-2n-clx-h1"
7577     - title: "2009"
7578       data-set: "dpdk-performance-changes-2n-clx-ref"
7579     - title: "2101"
7580       data-set: "dpdk-performance-changes-2n-clx-cmp"
7581   comparisons:
7582     - title: "Diff"
7583       reference: 2
7584       compare: 3
7585   legend:
7586     - ""
7587     - "2005, 2009, 2101 - DPDK versions tested."
7588     - "Diff - difference between 2009 and 2101 DPDK version."
7589
7590 # DPDK Performance Changes 2n-clx 4t2c ndr
7591 - type: "table"
7592   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7593   algorithm: "table_comparison"
7594   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7595   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7596   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7597   columns:
7598     - title: "2005"
7599       data-set: "dpdk-performance-changes-2n-clx-h1"
7600     - title: "2009"
7601       data-set: "dpdk-performance-changes-2n-clx-ref"
7602     - title: "2101"
7603       data-set: "dpdk-performance-changes-2n-clx-cmp"
7604   comparisons:
7605     - title: "Diff"
7606       reference: 2
7607       compare: 3
7608   legend:
7609     - ""
7610     - "2005, 2009, 2101 - DPDK versions tested."
7611     - "Diff - difference between 2009 and 2101 DPDK version."
7612
7613 # DPDK Performance Changes 2n-zn2 2t1c pdr
7614 - type: "table"
7615   title: "DPDK Performance Changes 2n-zn2 2t1c pdr"
7616   algorithm: "table_comparison"
7617   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-pdr"
7618   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7619   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7620   columns:
7621 #     - title: "2005"
7622 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
7623     - title: "2009"
7624       data-set: "dpdk-performance-changes-2n-zn2-ref"
7625     - title: "2101"
7626       data-set: "dpdk-performance-changes-2n-zn2-cmp"
7627   comparisons:
7628     - title: "Diff"
7629       reference: 1  # 2
7630       compare: 2  # 3
7631   legend:
7632     - ""
7633     - "2009, 2101 - DPDK versions tested."
7634     - "Diff - difference between 2009 and 2101 DPDK version."
7635
7636 # DPDK Performance Changes 2n-zn2 4t2c pdr
7637 - type: "table"
7638   title: "DPDK Performance Changes 2n-zn2 4t2c pdr"
7639   algorithm: "table_comparison"
7640   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-pdr"
7641   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7642   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7643   columns:
7644 #     - title: "2005"
7645 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
7646     - title: "2009"
7647       data-set: "dpdk-performance-changes-2n-zn2-ref"
7648     - title: "2101"
7649       data-set: "dpdk-performance-changes-2n-zn2-cmp"
7650   comparisons:
7651     - title: "Diff"
7652       reference: 1  # 2
7653       compare: 2  # 3
7654   legend:
7655     - ""
7656     - "2009, 2101 - DPDK versions tested."
7657     - "Diff - difference between 2009 and 2101 DPDK version."
7658
7659 # DPDK Performance Changes 2n-zn2 2t1c ndr
7660 - type: "table"
7661   title: "DPDK Performance Changes 2n-zn2 2t1c ndr"
7662   algorithm: "table_comparison"
7663   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-ndr"
7664   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7665   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7666   columns:
7667 #     - title: "2005"
7668 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
7669     - title: "2009"
7670       data-set: "dpdk-performance-changes-2n-zn2-ref"
7671     - title: "2101"
7672       data-set: "dpdk-performance-changes-2n-zn2-cmp"
7673   comparisons:
7674     - title: "Diff"
7675       reference: 1  # 2
7676       compare: 2  # 3
7677   legend:
7678     - ""
7679     - "2009, 2101 - DPDK versions tested."
7680     - "Diff - difference between 2009 and 2101 DPDK version."
7681
7682 # DPDK Performance Changes 2n-zn2 4t2c ndr
7683 - type: "table"
7684   title: "DPDK Performance Changes 2n-zn2 4t2c ndr"
7685   algorithm: "table_comparison"
7686   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-ndr"
7687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7688   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7689   columns:
7690 #     - title: "2005"
7691 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
7692     - title: "2009"
7693       data-set: "dpdk-performance-changes-2n-zn2-ref"
7694     - title: "2101"
7695       data-set: "dpdk-performance-changes-2n-zn2-cmp"
7696   comparisons:
7697     - title: "Diff"
7698       reference: 1  # 2
7699       compare: 2  # 3
7700   legend:
7701     - ""
7702     - "2009, 2101 - DPDK versions tested."
7703     - "Diff - difference between 2009 and 2101 DPDK version."
7704
7705 ## DPDK Performance Changes 2n-dnv 1t1c pdr
7706 #- type: "table"
7707 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7708 #  algorithm: "table_comparison"
7709 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7710 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7711 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7712 #  columns:
7713 #    - title: "2001"
7714 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7715 #    - title: "2005"
7716 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7717 #    - title: "2009"
7718 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7719 #  comparisons:
7720 #    - title: "Diff"
7721 #      reference: 2
7722 #      compare: 3
7723 #  legend:
7724 #    - ""
7725 #    - "2001, 2005, 2009 - DPDK versions tested."
7726 #    - "Diff - difference between 2005 and 2009 DPDK version."
7727 #
7728 ## DPDK Performance Changes 2n-dnv 2t2c pdr
7729 #- type: "table"
7730 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7731 #  algorithm: "table_comparison"
7732 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7733 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7734 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7735 #  columns:
7736 #    - title: "2001"
7737 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7738 #    - title: "2005"
7739 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7740 #    - title: "2009"
7741 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7742 #  comparisons:
7743 #    - title: "Diff"
7744 #      reference: 2
7745 #      compare: 3
7746 #  legend:
7747 #    - ""
7748 #    - "2001, 2005, 2009 - DPDK versions tested."
7749 #    - "Diff - difference between 2005 and 2009 DPDK version."
7750 #
7751 ## DPDK Performance Changes 2n-dnv 1t1c ndr
7752 #- type: "table"
7753 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7754 #  algorithm: "table_comparison"
7755 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7756 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7757 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7758 #  columns:
7759 #    - title: "2001"
7760 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7761 #    - title: "2005"
7762 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7763 #    - title: "2009"
7764 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7765 #  comparisons:
7766 #    - title: "Diff"
7767 #      reference: 2
7768 #      compare: 3
7769 #  legend:
7770 #    - ""
7771 #    - "2001, 2005, 2009 - DPDK versions tested."
7772 #    - "Diff - difference between 2005 and 2009 DPDK version."
7773 #
7774 ## DPDK Performance Changes 2n-dnv 2t2c ndr
7775 #- type: "table"
7776 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7777 #  algorithm: "table_comparison"
7778 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7779 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7780 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7781 #  columns:
7782 #    - title: "2001"
7783 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7784 #    - title: "2005"
7785 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7786 #    - title: "2009"
7787 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7788 #  comparisons:
7789 #    - title: "Diff"
7790 #      reference: 2
7791 #      compare: 3
7792 #  legend:
7793 #    - ""
7794 #    - "2001, 2005, 2009 - DPDK versions tested."
7795 #    - "Diff - difference between 2005 and 2009 DPDK version."
7796 #
7797 ## DPDK Performance Changes 3n-dnv 1t1c pdr
7798 #- type: "table"
7799 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7800 #  algorithm: "table_comparison"
7801 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7802 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7803 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7804 #  columns:
7805 #    - title: "2001"
7806 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7807 #    - title: "2005"
7808 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7809 #    - title: "2009"
7810 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7811 #  comparisons:
7812 #    - title: "Diff"
7813 #      reference: 2
7814 #      compare: 3
7815 #  legend:
7816 #    - ""
7817 #    - "2001, 2005, 2009 - DPDK versions tested."
7818 #    - "Diff - difference between 2005 and 2009 DPDK version."
7819 #
7820 ## DPDK Performance Changes 3n-dnv 2t2c pdr
7821 #- type: "table"
7822 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7823 #  algorithm: "table_comparison"
7824 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7825 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7826 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7827 #  columns:
7828 #    - title: "2001"
7829 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7830 #    - title: "2005"
7831 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7832 #    - title: "2009"
7833 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7834 #  comparisons:
7835 #    - title: "Diff"
7836 #      reference: 2
7837 #      compare: 3
7838 #  legend:
7839 #    - ""
7840 #    - "2001, 2005, 2009 - DPDK versions tested."
7841 #    - "Diff - difference between 2005 and 2009 DPDK version."
7842 #
7843 ## DPDK Performance Changes 3n-dnv 1t1c ndr
7844 #- type: "table"
7845 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7846 #  algorithm: "table_comparison"
7847 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7848 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7849 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7850 #  columns:
7851 #    - title: "2001"
7852 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7853 #    - title: "2005"
7854 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7855 #    - title: "2009"
7856 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7857 #  comparisons:
7858 #    - title: "Diff"
7859 #      reference: 2
7860 #      compare: 3
7861 #  legend:
7862 #    - ""
7863 #    - "2001, 2005, 2009 - DPDK versions tested."
7864 #    - "Diff - difference between 2005 and 2009 DPDK version."
7865 #
7866 ## DPDK Performance Changes 3n-dnv 2t2c ndr
7867 #- type: "table"
7868 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7869 #  algorithm: "table_comparison"
7870 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7871 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7872 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7873 #  columns:
7874 #    - title: "2001"
7875 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7876 #    - title: "2005"
7877 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7878 #    - title: "2009"
7879 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7880 #  comparisons:
7881 #    - title: "Diff"
7882 #      reference: 2
7883 #      compare: 3
7884 #  legend:
7885 #    - ""
7886 #    - "2001, 2005, 2009 - DPDK versions tested."
7887 #    - "Diff - difference between 2005 and 2009 DPDK version."
7888
7889 # DPDK Performance Changes 3n-tsh 1t1c pdr
7890 - type: "table"
7891   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7892   algorithm: "table_comparison"
7893   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7894   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7895   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7896   columns:
7897     - title: "2005"
7898       data-set: "dpdk-performance-changes-3n-tsh-h1"
7899     - title: "2009"
7900       data-set: "dpdk-performance-changes-3n-tsh-ref"
7901     - title: "2101"
7902       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7903   comparisons:
7904     - title: "Diff"
7905       reference: 2
7906       compare: 3
7907   legend:
7908     - ""
7909     - "2005, 2009, 2101 - DPDK versions tested."
7910     - "Diff - difference between 2009 and 2101 DPDK version."
7911
7912 # DPDK Performance Changes 3n-tsh 2t2c pdr
7913 - type: "table"
7914   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7915   algorithm: "table_comparison"
7916   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7917   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7918   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7919   columns:
7920     - title: "2005"
7921       data-set: "dpdk-performance-changes-3n-tsh-h1"
7922     - title: "2009"
7923       data-set: "dpdk-performance-changes-3n-tsh-ref"
7924     - title: "2101"
7925       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7926   comparisons:
7927     - title: "Diff"
7928       reference: 2
7929       compare: 3
7930   legend:
7931     - ""
7932     - "2005, 2009, 2101 - DPDK versions tested."
7933     - "Diff - difference between 2009 and 2101 DPDK version."
7934
7935 # DPDK Performance Changes 3n-tsh 1t1c ndr
7936 - type: "table"
7937   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7938   algorithm: "table_comparison"
7939   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7940   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7941   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7942   columns:
7943     - title: "2005"
7944       data-set: "dpdk-performance-changes-3n-tsh-h1"
7945     - title: "2009"
7946       data-set: "dpdk-performance-changes-3n-tsh-ref"
7947     - title: "2101"
7948       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7949   comparisons:
7950     - title: "Diff"
7951       reference: 2
7952       compare: 3
7953   legend:
7954     - ""
7955     - "2005, 2009, 2101 - DPDK versions tested."
7956     - "Diff - difference between 2009 and 2101 DPDK version."
7957
7958 # DPDK Performance Changes 3n-tsh 2t2c ndr
7959 - type: "table"
7960   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7961   algorithm: "table_comparison"
7962   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7963   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7964   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7965   columns:
7966     - title: "2005"
7967       data-set: "dpdk-performance-changes-3n-tsh-h1"
7968     - title: "2009"
7969       data-set: "dpdk-performance-changes-3n-tsh-ref"
7970     - title: "2101"
7971       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7972   comparisons:
7973     - title: "Diff"
7974       reference: 2
7975       compare: 3
7976   legend:
7977     - ""
7978     - "2005, 2009, 2101 - DPDK versions tested."
7979     - "Diff - difference between 2009 and 2101 DPDK version."
7980
7981 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7982 - type: "table"
7983   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7984   algorithm: "table_comparison"
7985   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7986   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7987   filter: "'NIC_Intel-X710'"
7988   columns:
7989     - title: "3n-hsw x710"
7990       data-set: "dpdk-compare-testbeds-ref"
7991     - title: "3n-skx x710"
7992       data-set: "dpdk-compare-testbeds-cmp"
7993   comparisons:
7994     - title: "Diff"
7995       reference: 1
7996       compare: 2
7997   legend:
7998     - ""
7999     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
8000     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
8001
8002 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
8003 - type: "table"
8004   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
8005   algorithm: "table_comparison"
8006   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
8007   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8008   filter: "'NIC_Intel-X710'"
8009   columns:
8010     - title: "3n-hsw x710"
8011       data-set: "dpdk-compare-testbeds-ref"
8012     - title: "3n-skx x710"
8013       data-set: "dpdk-compare-testbeds-cmp"
8014   comparisons:
8015     - title: "Diff"
8016       reference: 1
8017       compare: 2
8018   legend:
8019     - ""
8020     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
8021     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
8022
8023 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
8024 - type: "table"
8025   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
8026   algorithm: "table_comparison"
8027   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
8028   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8029   filter: "'NIC_Intel-XXV710'"
8030   columns:
8031     - title: "2n-skx"
8032       data-set: "dpdk-compare-testbeds-skx-clx-ref"
8033     - title: "2n-clx"
8034       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
8035   comparisons:
8036     - title: "Diff"
8037       reference: 1
8038       compare: 2
8039   legend:
8040     - ""
8041     - "2n-skx, 2n-clx - testbeds and NICs tested."
8042     - "Diff - difference between 2n-skx and 2n-clx testbeds."
8043
8044 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
8045 - type: "table"
8046   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
8047   algorithm: "table_comparison"
8048   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
8049   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8050   filter: "'NIC_Intel-XXV710'"
8051   columns:
8052     - title: "2n-skx"
8053       data-set: "dpdk-compare-testbeds-skx-clx-ref"
8054     - title: "2n-clx"
8055       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
8056   comparisons:
8057     - title: "Diff"
8058       reference: 1
8059       compare: 2
8060   legend:
8061     - ""
8062     - "2n-skx, 2n-clx - testbeds and NICs tested."
8063     - "Diff - difference between 2n-skx and 2n-clx testbeds."
8064
8065 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
8066 - type: "table"
8067   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
8068   algorithm: "table_comparison"
8069   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
8070   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8071   filter: "'NIC_Intel-XXV710'"
8072   columns:
8073     - title: "3n-skx"
8074       data-set: "dpdk-compare-topologies-ref"
8075     - title: "2n-skx"
8076       data-set: "dpdk-compare-topologies-cmp"
8077   comparisons:
8078     - title: "Diff"
8079       reference: 1
8080       compare: 2
8081   legend:
8082     - ""
8083     - "3n-skx, 2n-skx - topologies tested."
8084     - "Diff - difference between 3n-skx and 2n-skx topologies."
8085
8086 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
8087 - type: "table"
8088   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
8089   algorithm: "table_comparison"
8090   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
8091   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8092   filter: "'NIC_Intel-XXV710'"
8093   columns:
8094     - title: "3n-skx"
8095       data-set: "dpdk-compare-topologies-ref"
8096     - title: "2n-skx"
8097       data-set: "dpdk-compare-topologies-cmp"
8098   comparisons:
8099     - title: "Diff"
8100       reference: 1
8101       compare: 2
8102   legend:
8103     - ""
8104     - "3n-skx, 2n-skx - topologies tested."
8105     - "Diff - difference between 3n-skx and 2n-skx topologies."
8106
8107 # Detailed Test Results - DPDK Performance Results 3n-hsw
8108 - type: "table"
8109   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
8110   algorithm: "table_merged_details"
8111   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
8112   columns:
8113     - title: " |prein| Test Name |preout| "
8114       data: "data name"
8115     - 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| "
8116       data: "data msg"
8117   data: "dpdk-perf-results-3n-hsw"
8118   filter: "all"
8119   parameters:
8120   - "name"
8121   - "parent"
8122   - "msg"
8123
8124 # Detailed Test Results - DPDK Performance Results 3n-skx
8125 - type: "table"
8126   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
8127   algorithm: "table_merged_details"
8128   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
8129   columns:
8130     - title: " |prein| Test Name |preout| "
8131       data: "data name"
8132     - 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| "
8133       data: "data msg"
8134   data: "dpdk-perf-results-3n-skx"
8135   filter: "all"
8136   remove-ndr: False
8137   parameters:
8138   - "name"
8139   - "parent"
8140   - "msg"
8141
8142 # Detailed Test Results - DPDK Performance Results 2n-skx
8143 - type: "table"
8144   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
8145   algorithm: "table_merged_details"
8146   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
8147   columns:
8148     - title: " |prein| Test Name |preout| "
8149       data: "data name"
8150     - 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| "
8151       data: "data msg"
8152   data: "dpdk-perf-results-2n-skx"
8153   filter: "all"
8154   remove-ndr: False
8155   parameters:
8156   - "name"
8157   - "parent"
8158   - "msg"
8159
8160 # Detailed Test Results - DPDK Performance Results 2n-zn2
8161 - type: "table"
8162   title: "Detailed Test Results - DPDK Performance Results 2n-zn2"
8163   algorithm: "table_merged_details"
8164   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_zn2"
8165   columns:
8166     - title: " |prein| Test Name |preout| "
8167       data: "data name"
8168     - 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| "
8169       data: "data msg"
8170   data: "dpdk-perf-results-2n-zn2"
8171   filter: "all"
8172   remove-ndr: False
8173   parameters:
8174   - "name"
8175   - "parent"
8176   - "msg"
8177
8178 # Detailed Test Results - DPDK Performance Results 2n-clx
8179 - type: "table"
8180   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
8181   algorithm: "table_merged_details"
8182   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
8183   columns:
8184     - title: " |prein| Test Name |preout| "
8185       data: "data name"
8186     - 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| "
8187       data: "data msg"
8188   data: "dpdk-perf-results-2n-clx"
8189   filter: "all"
8190   parameters:
8191   - "name"
8192   - "parent"
8193   - "msg"
8194
8195 ## Detailed Test Results - DPDK Performance Results 2n-dnv
8196 #- type: "table"
8197 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
8198 #  algorithm: "table_merged_details"
8199 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
8200 #  columns:
8201 #    - title: " |prein| Test Name |preout| "
8202 #      data: "data name"
8203 #    - 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| "
8204 #      data: "data msg"
8205 #  data: "dpdk-perf-results-2n-dnv"
8206 #  filter: "all"
8207 #  parameters:
8208 #  - "name"
8209 #  - "parent"
8210 #  - "msg"
8211 #
8212 ## Detailed Test Results - DPDK Performance Results 3n-dnv
8213 #- type: "table"
8214 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
8215 #  algorithm: "table_merged_details"
8216 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
8217 #  columns:
8218 #    - title: " |prein| Test Name |preout| "
8219 #      data: "data name"
8220 #    - 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| "
8221 #      data: "data msg"
8222 #  data: "dpdk-perf-results-3n-dnv"
8223 #  filter: "all"
8224 #  parameters:
8225 #  - "name"
8226 #  - "parent"
8227 #  - "msg"
8228
8229 # Detailed Test Results - DPDK Performance Results 3n-tsh
8230 - type: "table"
8231   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
8232   algorithm: "table_merged_details"
8233   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
8234   columns:
8235     - title: " |prein| Test Name |preout| "
8236       data: "data name"
8237     - 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| "
8238       data: "data msg"
8239   data: "dpdk-perf-results-3n-tsh"
8240   filter: "all"
8241   parameters:
8242   - "name"
8243   - "parent"
8244   - "msg"
8245
8246 # Detailed Test Results - DPDK Performance Results 2n-tx2
8247 - type: "table"
8248   title: "Detailed Test Results - DPDK Performance Results 2n-tx2"
8249   algorithm: "table_merged_details"
8250   output-file: "{DIR[DTR,PERF,DPDK,2N,TX2]}/dpdk_performance_results_2n_tx2"
8251   columns:
8252     - title: " |prein| Test Name |preout| "
8253       data: "data name"
8254     - 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| "
8255       data: "data msg"
8256   data: "dpdk-perf-results-2n-tx2"
8257   filter: "all"
8258   parameters:
8259   - "name"
8260   - "parent"
8261   - "msg"
8262
8263 ################################################################################
8264 ###                                F I L E S                                 ###
8265 ################################################################################
8266
8267 # VPP Performance Results
8268 - type: "file"
8269   title: "VPP Performance Results"
8270   algorithm: "file_details_split"
8271   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
8272   dir-tables:
8273     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
8274     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
8275     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
8276     - "{DIR[DTR,PERF,VPP,2N,ZN2]}"
8277     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
8278     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
8279     - "{DIR[DTR,PERF,VPP,2N,TX2]}"
8280     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
8281     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
8282   data:
8283     - "vpp-perf-results-2n-skx"
8284     - "vpp-perf-results-3n-skx"
8285     - "vpp-perf-results-2n-clx"
8286     - "vpp-perf-results-2n-zn2"
8287     - "vpp-perf-results-3n-hsw"
8288     - "vpp-perf-results-3n-tsh"
8289     - "vpp-perf-results-2n-tx2"
8290     - "vpp-perf-results-2n-dnv"
8291     - "vpp-perf-results-3n-dnv"
8292   filter: "all"
8293   data-start-level: 4
8294   order-chapters:
8295     level-1:
8296       - "l2"
8297       - "ip4"
8298       - "ip6"
8299       - "srv6"
8300       - "ip4_tunnels"
8301       - "ip6_tunnels"
8302       - "vm_vhost"
8303       - "container_memif"
8304       - "crypto"
8305       - "vts"
8306       - "lb"
8307       - "nfv_density"
8308       - "hoststack"
8309     level-2:
8310       - "2n-skx"
8311       - "3n-skx"
8312       - "2n-clx"
8313       - "2n-zn2"
8314       - "3n-hsw"
8315       - "3n-tsh"
8316       - "2n-tx2"
8317       - "2n-dnv"
8318       - "3n-dnv"
8319     level-3:
8320       - "xl710"
8321       - "x520"
8322       - "xxv710"
8323       - "x710"
8324       - "x553"
8325       - "cx556a"
8326       - "vic1227"
8327       - "vic1385"
8328
8329 # VPP Performance Configuration
8330 - type: "file"
8331   title: "VPP Performance Configuration"
8332   algorithm: "file_details_split"
8333   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
8334   dir-tables:
8335     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
8336     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
8337     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
8338     - "{DIR[DTC,PERF,VPP,2N,ZN2]}"
8339     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
8340     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
8341     - "{DIR[DTC,PERF,VPP,2N,TX2]}"
8342     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
8343     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
8344   data:
8345     - "vpp-perf-results-2n-skx"
8346     - "vpp-perf-results-3n-skx"
8347     - "vpp-perf-results-2n-clx"
8348     - "vpp-perf-results-2n-zn2"
8349     - "vpp-perf-results-3n-hsw"
8350     - "vpp-perf-results-3n-tsh"
8351     - "vpp-perf-results-2n-tx2"
8352     - "vpp-perf-results-2n-dnv"
8353     - "vpp-perf-results-3n-dnv"
8354   filter: "all"
8355   data-start-level: 4
8356   order-chapters:
8357     level-1:
8358       - "l2"
8359       - "ip4"
8360       - "ip6"
8361       - "srv6"
8362       - "ip4_tunnels"
8363       - "ip6_tunnels"
8364       - "vm_vhost"
8365       - "container_memif"
8366       - "crypto"
8367       - "vts"
8368       - "lb"
8369       - "nfv_density"
8370       - "hoststack"
8371     level-2:
8372       - "2n-skx"
8373       - "3n-skx"
8374       - "2n-clx"
8375       - "2n-zn2"
8376       - "3n-hsw"
8377       - "3n-tsh"
8378       - "2n-tx2"
8379       - "2n-dnv"
8380       - "3n-dnv"
8381     level-3:
8382       - "xl710"
8383       - "x520"
8384       - "xxv710"
8385       - "x710"
8386       - "x553"
8387       - "cx556a"
8388       - "vic1227"
8389       - "vic1385"
8390
8391 # VPP Performance Operational
8392 - type: "file"
8393   title: "VPP Performance Operational"
8394   algorithm: "file_details_split_html"
8395   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
8396   dir-tables:
8397     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
8398     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
8399     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
8400     - "{DIR[DTO,PERF,VPP,2N,ZN2]}"
8401     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
8402     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
8403     - "{DIR[DTO,PERF,VPP,2N,TX2]}"
8404     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
8405     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
8406   data:
8407     - "vpp-perf-results-2n-skx"
8408     - "vpp-perf-results-3n-skx"
8409     - "vpp-perf-results-2n-clx"
8410     - "vpp-perf-results-2n-zn2"
8411     - "vpp-perf-results-3n-hsw"
8412     - "vpp-perf-results-3n-tsh"
8413     - "vpp-perf-results-2n-tx2"
8414     - "vpp-perf-results-2n-dnv"
8415     - "vpp-perf-results-3n-dnv"
8416   filter: "all"
8417   data-start-level: 4
8418   order-chapters:
8419     level-1:
8420       - "l2"
8421       - "ip4"
8422       - "ip6"
8423       - "srv6"
8424       - "ip4_tunnels"
8425       - "ip6_tunnels"
8426       - "vm_vhost"
8427       - "container_memif"
8428       - "crypto"
8429       - "vts"
8430       - "lb"
8431       - "nfv_density"
8432       - "hoststack"
8433     level-2:
8434       - "2n-skx"
8435       - "3n-skx"
8436       - "2n-clx"
8437       - "2n-zn2"
8438       - "3n-hsw"
8439       - "3n-tsh"
8440       - "2n-tx2"
8441       - "2n-dnv"
8442       - "3n-dnv"
8443     level-3:
8444       - "xl710"
8445       - "x520"
8446       - "xxv710"
8447       - "x710"
8448       - "x553"
8449       - "cx556a"
8450       - "vic1227"
8451       - "vic1385"
8452
8453 # VPP MRR Results
8454 - type: "file"
8455   title: "VPP MRR Results"
8456   algorithm: "file_details_split"
8457   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
8458   dir-tables:
8459     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
8460     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
8461     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
8462     - "{DIR[DTR,MRR,VPP,2N,ZN2]}"
8463     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
8464     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
8465     - "{DIR[DTR,MRR,VPP,2N,TX2]}"
8466     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
8467     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
8468   data:
8469     - "vpp-mrr-results-2n-skx"
8470     - "vpp-mrr-results-3n-skx"
8471     - "vpp-mrr-results-2n-clx"
8472     - "vpp-mrr-results-2n-zn2"
8473     - "vpp-mrr-results-3n-hsw"
8474     - "vpp-mrr-results-3n-tsh"
8475     - "vpp-mrr-results-2n-tx2"
8476     - "vpp-mrr-results-2n-dnv"
8477     - "vpp-mrr-results-3n-dnv"
8478   filter: "all"
8479   data-start-level: 4
8480   order-chapters:
8481     level-1:
8482       - "l2"
8483       - "ip4"
8484       - "ip6"
8485       - "srv6"
8486       - "ip4_tunnels"
8487       - "ip6_tunnels"
8488       - "vm_vhost"
8489       - "container_memif"
8490       - "crypto"
8491       - "vts"
8492       - "lb"
8493       - "nfv_density"
8494       - "hoststack"
8495     level-2:
8496       - "2n-skx"
8497       - "3n-skx"
8498       - "2n-clx"
8499       - "2n-zn2"
8500       - "3n-hsw"
8501       - "3n-tsh"
8502       - "2n-tx2"
8503       - "2n-dnv"
8504       - "3n-dnv"
8505     level-3:
8506       - "xl710"
8507       - "x520"
8508       - "xxv710"
8509       - "x710"
8510       - "x553"
8511       - "cx556a"
8512       - "vic1227"
8513       - "vic1385"
8514
8515 # VPP MRR Configuration
8516 - type: "file"
8517   title: "VPP MRR Configuration"
8518   algorithm: "file_details_split"
8519   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
8520   dir-tables:
8521     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
8522     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
8523     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
8524     - "{DIR[DTC,MRR,VPP,2N,ZN2]}"
8525     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
8526     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
8527     - "{DIR[DTC,MRR,VPP,2N,TX2]}"
8528     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
8529     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
8530   data:
8531     - "vpp-mrr-results-2n-skx"
8532     - "vpp-mrr-results-3n-skx"
8533     - "vpp-mrr-results-2n-clx"
8534     - "vpp-mrr-results-2n-zn2"
8535     - "vpp-mrr-results-3n-hsw"
8536     - "vpp-mrr-results-3n-tsh"
8537     - "vpp-mrr-results-2n-tx2"
8538     - "vpp-mrr-results-2n-dnv"
8539     - "vpp-mrr-results-3n-dnv"
8540   filter: "all"
8541   data-start-level: 4
8542   order-chapters:
8543     level-1:
8544       - "l2"
8545       - "ip4"
8546       - "ip6"
8547       - "srv6"
8548       - "ip4_tunnels"
8549       - "ip6_tunnels"
8550       - "vm_vhost"
8551       - "container_memif"
8552       - "crypto"
8553       - "vts"
8554       - "lb"
8555       - "nfv_density"
8556       - "hoststack"
8557     level-2:
8558       - "2n-skx"
8559       - "3n-skx"
8560       - "2n-clx"
8561       - "2n-zn2"
8562       - "3n-hsw"
8563       - "3n-tsh"
8564       - "2n-tx2"
8565       - "2n-dnv"
8566       - "3n-dnv"
8567     level-3:
8568       - "xl710"
8569       - "x520"
8570       - "xxv710"
8571       - "x710"
8572       - "x553"
8573       - "cx556a"
8574       - "vic1227"
8575       - "vic1385"
8576
8577 # VPP Device Results - Ubuntu
8578 - type: "file"
8579   title: "VPP Device Results - Ubuntu"
8580   algorithm: "file_test_results"
8581   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8582   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8583   data: "vpp-device-results-ubuntu"
8584   filter: "all"
8585   data-start-level: 4
8586
8587 # VPP Device Configuration - Ubuntu
8588 - type: "file"
8589   title: "VPP Device Configuration - Ubuntu"
8590   algorithm: "file_test_results"
8591   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8592   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8593   data: "vpp-device-results-ubuntu"
8594   filter: "all"
8595   data-start-level: 4
8596
8597 # DPDK Performance Results 3n-hsw
8598 - type: "file"
8599   title: "DPDK Performance Results 3n-hsw"
8600   algorithm: "file_test_results"
8601   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8602   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8603   data: "dpdk-perf-results-3n-hsw"
8604   filter: "all"
8605   data-start-level: 4
8606
8607 # DPDK Performance Results 3n-skx
8608 - type: "file"
8609   title: "DPDK Performance Results 3n-skx"
8610   algorithm: "file_test_results"
8611   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8612   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8613   data: "dpdk-perf-results-3n-skx"
8614   filter: "all"
8615   data-start-level: 4
8616
8617 # DPDK Performance Results 2n-skx
8618 - type: "file"
8619   title: "DPDK Performance Results 2n-skx"
8620   algorithm: "file_test_results"
8621   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8622   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8623   data: "dpdk-perf-results-2n-skx"
8624   filter: "all"
8625   data-start-level: 4
8626
8627 # DPDK Performance Results 2n-zn2
8628 - type: "file"
8629   title: "DPDK Performance Results 2n-zn2"
8630   algorithm: "file_test_results"
8631   output-file: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
8632   dir-tables: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
8633   data: "dpdk-perf-results-2n-zn2"
8634   filter: "all"
8635   data-start-level: 4
8636
8637 # DPDK Performance Results 2n-clx
8638 - type: "file"
8639   title: "DPDK Performance Results 2n-clx"
8640   algorithm: "file_test_results"
8641   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8642   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8643   data: "dpdk-perf-results-2n-clx"
8644   filter: "all"
8645   data-start-level: 4
8646
8647 ## DPDK Performance Results 2n-dnv
8648 #- type: "file"
8649 #  title: "DPDK Performance Results 2n-dnv"
8650 #  algorithm: "file_test_results"
8651 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8652 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8653 #  data: "dpdk-perf-results-2n-dnv"
8654 #  filter: "all"
8655 #  data-start-level: 4
8656 #
8657 ## DPDK Performance Results 3n-dnv
8658 #- type: "file"
8659 #  title: "DPDK Performance Results 3n-dnv"
8660 #  algorithm: "file_test_results"
8661 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8662 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8663 #  data: "dpdk-perf-results-3n-dnv"
8664 #  filter: "all"
8665 #  data-start-level: 4
8666
8667 # DPDK Performance Results 3n-tsh
8668 - type: "file"
8669   title: "DPDK Performance Results 3n-tsh"
8670   algorithm: "file_test_results"
8671   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8672   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8673   data: "dpdk-perf-results-3n-tsh"
8674   filter: "all"
8675   data-start-level: 4
8676
8677 # DPDK Performance Results 2n-tx2
8678 - type: "file"
8679   title: "DPDK Performance Results 2n-tx2"
8680   algorithm: "file_test_results"
8681   output-file: "{DIR[DTR,PERF,DPDK,2N,TX2]}"
8682   dir-tables: "{DIR[DTR,PERF,DPDK,2N,TX2]}"
8683   data: "dpdk-perf-results-2n-tx2"
8684   filter: "all"
8685   data-start-level: 4
8686
8687 ################################################################################
8688 ###                                P L O T S                                 ###
8689 ################################################################################
8690
8691 # Hoststack tests 3n-hsw
8692
8693 - type: "plot"
8694   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8695   algorithm: "plot_perf_box_name"
8696   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8697   data: "plot-vpp-hoststack-3n-hsw"
8698   include:
8699     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8700     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8701   layout:
8702     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8703     layout: "plot-hoststack"
8704
8705 - type: "plot"
8706   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8707   algorithm: "plot_perf_box_name"
8708   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8709   data: "plot-vpp-hoststack-3n-hsw"
8710   include:
8711     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8712     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8713   layout:
8714     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8715     layout: "plot-hoststack"
8716
8717 - type: "plot"
8718   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8719   algorithm: "plot_perf_box_name"
8720   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8721   data: "plot-vpp-hoststack-3n-hsw"
8722   include:
8723     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8724     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8725     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8726     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8727   layout:
8728     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8729     layout: "plot-hoststack"
8730
8731 ################################################################################
8732
8733 # Soak Test (PLRsearch), boxes - 2n-clx
8734 - type: "plot"
8735   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8736   algorithm: "plot_perf_box_name"
8737   output-file-type: ".html"
8738   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8739   data: "plot-vpp-soak-2n-clx"
8740   include:
8741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8747   layout:
8748     title: "30 Minutes Soak Test (PLRsearch)"
8749     layout: "plot-soak-throughput"
8750
8751 # Soak Test (PLRsearch), boxes - 2n-clx
8752 - type: "plot"
8753   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8754   algorithm: "plot_perf_box_name"
8755   output-file-type: ".html"
8756   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8757   data: "plot-vpp-soak-2n-clx"
8758   include:
8759     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8761     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8762     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8763     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8764     - "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"
8765   layout:
8766     title: "30 Minutes Soak Test (PLRsearch)"
8767     layout: "plot-soak-throughput"
8768
8769 # Soak Test (PLRsearch), boxes - 2n-skx
8770 - type: "plot"
8771   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8772   algorithm: "plot_perf_box_name"
8773   output-file-type: ".html"
8774   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8775   data: "plot-vpp-soak-2n-skx"
8776   include:
8777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8783   layout:
8784     title: "30 Minutes Soak Test (PLRsearch)"
8785     layout: "plot-soak-throughput"
8786
8787 # Soak Test (PLRsearch), boxes - 2n-skx
8788 - type: "plot"
8789   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8790   algorithm: "plot_perf_box_name"
8791   output-file-type: ".html"
8792   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8793   data: "plot-vpp-soak-2n-skx"
8794   include:
8795     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8796     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8800     - "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"
8801   layout:
8802     title: "30 Minutes Soak Test (PLRsearch)"
8803     layout: "plot-soak-throughput"
8804
8805 ###############################################################################
8806
8807 # Reconf tests 2n-skx
8808
8809 - type: "plot"
8810   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8811   algorithm: "plot_nf_reconf_box_name"
8812   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8813   data: "plot-vpp-nfv-reconf-2n-skx"
8814   include:
8815     - "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"
8816     - "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"
8817     - "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"
8818     - "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"
8819     - "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"
8820     - "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"
8821   layout:
8822     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8823     layout: "plot-throughput"
8824
8825 - type: "plot"
8826   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8827   algorithm: "plot_nf_reconf_box_name"
8828   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8829   data: "plot-vpp-nfv-reconf-2n-skx"
8830   include:
8831     - "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"
8832     - "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"
8833     - "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"
8834     - "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"
8835     - "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"
8836     - "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"
8837   layout:
8838     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8839     layout: "plot-throughput"
8840
8841 - type: "plot"
8842   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8843   algorithm: "plot_nf_reconf_box_name"
8844   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8845   data: "plot-vpp-nfv-reconf-2n-skx"
8846   include:
8847     - "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"
8848     - "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"
8849     - "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"
8850     - "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"
8851     - "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"
8852     - "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"
8853   layout:
8854     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8855     layout: "plot-throughput"
8856
8857 ###############################################################################
8858
8859 # Reconf tests 2n-clx
8860
8861 - type: "plot"
8862   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8863   algorithm: "plot_nf_reconf_box_name"
8864   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8865   data: "plot-vpp-nfv-reconf-2n-clx"
8866   include:
8867     - "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"
8868     - "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"
8869     - "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"
8870     - "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"
8871   layout:
8872     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8873     layout: "plot-throughput"
8874
8875 - type: "plot"
8876   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8877   algorithm: "plot_nf_reconf_box_name"
8878   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8879   data: "plot-vpp-nfv-reconf-2n-clx"
8880   include:
8881     - "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"
8882     - "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"
8883     - "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"
8884     - "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"
8885   layout:
8886     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8887     layout: "plot-throughput"
8888
8889 - type: "plot"
8890   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8891   algorithm: "plot_nf_reconf_box_name"
8892   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8893   data: "plot-vpp-nfv-reconf-2n-clx"
8894   include:
8895     - "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"
8896     - "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"
8897     - "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"
8898     - "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"
8899   layout:
8900     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8901     layout: "plot-throughput"
8902
8903 ###############################################################################
8904
8905 # Reconf tests 3n-hsw
8906
8907 - type: "plot"
8908   title: "Effective Blocked Time: 3n-hsw-xl710-64b-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
8909   algorithm: "plot_nf_reconf_box_name"
8910   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
8911   data: "plot-vpp-ipsec-reconf-3n-hsw"
8912   include:
8913     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8914     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8915     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8916     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8917   layout:
8918     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
8919     layout: "plot-throughput"
8920
8921 - type: "plot"
8922   title: "Effective Blocked Time: 3n-hsw-xl710-64b-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
8923   algorithm: "plot_nf_reconf_box_name"
8924   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
8925   data: "plot-vpp-ipsec-reconf-3n-hsw"
8926   include:
8927     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8928     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8929     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8930     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8931   layout:
8932     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
8933     layout: "plot-throughput"
8934
8935 - type: "plot"
8936   title: "Effective Blocked Time: 3n-hsw-xl710-64b-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
8937   algorithm: "plot_nf_reconf_box_name"
8938   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
8939   data: "plot-vpp-ipsec-reconf-3n-hsw"
8940   include:
8941     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8942     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8943     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8944     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8945   layout:
8946     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
8947     layout: "plot-throughput"
8948
8949 - type: "plot"
8950   title: "Effective Blocked Time: 3n-hsw-xl710-64b-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
8951   algorithm: "plot_nf_reconf_box_name"
8952   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
8953   data: "plot-vpp-ipsec-reconf-3n-hsw"
8954   include:
8955     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8956     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8957     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8958     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8959   layout:
8960     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
8961     layout: "plot-throughput"
8962
8963 - type: "plot"
8964   title: "Effective Blocked Time: 3n-hsw-xl710-64b-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
8965   algorithm: "plot_nf_reconf_box_name"
8966   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
8967   data: "plot-vpp-ipsec-reconf-3n-hsw"
8968   include:
8969     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8970     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8971     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8972     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8973   layout:
8974     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
8975     layout: "plot-throughput"
8976
8977 - type: "plot"
8978   title: "Effective Blocked Time: 3n-hsw-xl710-64b-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
8979   algorithm: "plot_nf_reconf_box_name"
8980   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
8981   data: "plot-vpp-ipsec-reconf-3n-hsw"
8982   include:
8983     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8984     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8985     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8986     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8987   layout:
8988     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
8989     layout: "plot-throughput"
8990
8991 - type: "plot"
8992   title: "Effective Blocked Time: 3n-hsw-xl710-64b-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
8993   algorithm: "plot_nf_reconf_box_name"
8994   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
8995   data: "plot-vpp-ipsec-reconf-3n-hsw"
8996   include:
8997     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8998     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8999     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9000     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9001   layout:
9002     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
9003     layout: "plot-throughput"
9004
9005 - type: "plot"
9006   title: "Effective Blocked Time: 3n-hsw-xl710-64b-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9007   algorithm: "plot_nf_reconf_box_name"
9008   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9009   data: "plot-vpp-ipsec-reconf-3n-hsw"
9010   include:
9011     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9012     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9013     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9014     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9015   layout:
9016     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
9017     layout: "plot-throughput"
9018
9019 - type: "plot"
9020   title: "Effective Blocked Time: 3n-hsw-xl710-64b-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9021   algorithm: "plot_nf_reconf_box_name"
9022   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9023   data: "plot-vpp-ipsec-reconf-3n-hsw"
9024   include:
9025     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9026     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9027     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9028     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9029   layout:
9030     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
9031     layout: "plot-throughput"
9032
9033 ###############################################################################
9034
9035 # Plots - NF Density - VSC - MRR IMIX
9036 - type: "plot"
9037   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9038   algorithm: "plot_nf_heatmap"
9039   output-file-type: ".html"
9040   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
9041   data: "plot-vpp-nfv-2n-skx-mrr"
9042   filter: "'NIC_Intel-XXV710' and
9043            'NF_DENSITY' and
9044            'VHOST' and
9045            not 'VXLAN' and
9046            'CHAIN' and
9047            'NF_VPPIP4' and
9048            'IMIX' and
9049            '2T1C' and
9050            'MRR'"
9051   parameters:
9052   - "result"
9053   - "name"
9054   - "tags"
9055   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9056   x-axis: "X = VNFs per Service Chain"
9057   y-axis: "Y = Number of Service Chains"
9058   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9059   layout:
9060     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9061     layout: "plot-service-density"
9062
9063 - type: "plot"
9064   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9065   algorithm: "plot_nf_heatmap"
9066   output-file-type: ".html"
9067   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
9068   data: "plot-vpp-nfv-2n-skx-mrr"
9069   filter: "'NIC_Intel-XXV710' and
9070            'NF_DENSITY' and
9071            'VHOST' and
9072            not 'VXLAN' and
9073            'CHAIN' and
9074            'NF_VPPIP4' and
9075            'IMIX' and
9076            '4T2C' and
9077            'MRR'"
9078   parameters:
9079   - "result"
9080   - "name"
9081   - "tags"
9082   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9083   x-axis: "X = VNFs per Service Chain"
9084   y-axis: "Y = Number of Service Chains"
9085   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9086   layout:
9087     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9088     layout: "plot-service-density"
9089
9090 - type: "plot"
9091   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9092   algorithm: "plot_nf_heatmap"
9093   output-file-type: ".html"
9094   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
9095   data: "plot-vpp-nfv-2n-skx-mrr"
9096   filter: "'NIC_Intel-XXV710' and
9097            'NF_DENSITY' and
9098            'VHOST' and
9099            not 'VXLAN' and
9100            'CHAIN' and
9101            'NF_VPPIP4' and
9102            'IMIX' and
9103            '8T4C' and
9104            'MRR'"
9105   parameters:
9106   - "result"
9107   - "name"
9108   - "tags"
9109   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9110   x-axis: "X = VNFs per Service Chain"
9111   y-axis: "Y = Number of Service Chains"
9112   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9113   layout:
9114     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9115     layout: "plot-service-density"
9116
9117 # Plots - NF Density - VSC - NDR IMIX
9118 - type: "plot"
9119   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9120   algorithm: "plot_nf_heatmap"
9121   output-file-type: ".html"
9122   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
9123   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9124   filter: "'NIC_Intel-XXV710' and
9125            'NF_DENSITY' and
9126            'VHOST' and
9127            not 'VXLAN' and
9128            'CHAIN' and
9129            'NF_VPPIP4' and
9130            'IMIX' and
9131            '2T1C' and
9132            'NDRPDR'"
9133   parameters:
9134   - "throughput"
9135   - "name"
9136   - "tags"
9137   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9138   x-axis: "X = VNFs per Service Chain"
9139   y-axis: "Y = Number of Service Chains"
9140   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9141   layout:
9142     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9143     layout: "plot-service-density"
9144
9145 - type: "plot"
9146   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9147   algorithm: "plot_nf_heatmap"
9148   output-file-type: ".html"
9149   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
9150   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9151   filter: "'NIC_Intel-XXV710' and
9152            'NF_DENSITY' and
9153            'VHOST' and
9154            not 'VXLAN' and
9155            'CHAIN' and
9156            'NF_VPPIP4' and
9157            'IMIX' and
9158            '4T2C' and
9159            'NDRPDR'"
9160   parameters:
9161   - "throughput"
9162   - "name"
9163   - "tags"
9164   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9165   x-axis: "X = VNFs per Service Chain"
9166   y-axis: "Y = Number of Service Chains"
9167   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9168   layout:
9169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9170     layout: "plot-service-density"
9171
9172 - type: "plot"
9173   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9174   algorithm: "plot_nf_heatmap"
9175   output-file-type: ".html"
9176   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
9177   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9178   filter: "'NIC_Intel-XXV710' and
9179            'NF_DENSITY' and
9180            'VHOST' and
9181            not 'VXLAN' and
9182            'CHAIN' and
9183            'NF_VPPIP4' and
9184            'IMIX' and
9185            '8T4C' and
9186            'NDRPDR'"
9187   parameters:
9188   - "throughput"
9189   - "name"
9190   - "tags"
9191   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9192   x-axis: "X = VNFs per Service Chain"
9193   y-axis: "Y = Number of Service Chains"
9194   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9195   layout:
9196     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9197     layout: "plot-service-density"
9198
9199 # Plots - NF Density - VSC - PDR IMIX
9200 - type: "plot"
9201   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9202   algorithm: "plot_nf_heatmap"
9203   output-file-type: ".html"
9204   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
9205   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9206   filter: "'NIC_Intel-XXV710' and
9207            'NF_DENSITY' and
9208            'VHOST' and
9209            not 'VXLAN' and
9210            'CHAIN' and
9211            'NF_VPPIP4' and
9212            'IMIX' and
9213            '2T1C' and
9214            'NDRPDR'"
9215   parameters:
9216   - "throughput"
9217   - "name"
9218   - "tags"
9219   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9220   x-axis: "X = VNFs per Service Chain"
9221   y-axis: "Y = Number of Service Chains"
9222   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9223   layout:
9224     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9225     layout: "plot-service-density"
9226
9227 - type: "plot"
9228   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9229   algorithm: "plot_nf_heatmap"
9230   output-file-type: ".html"
9231   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
9232   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9233   filter: "'NIC_Intel-XXV710' and
9234            'NF_DENSITY' and
9235            'VHOST' and
9236            not 'VXLAN' and
9237            'CHAIN' and
9238            'NF_VPPIP4' and
9239            'IMIX' and
9240            '4T2C' and
9241            'NDRPDR'"
9242   parameters:
9243   - "throughput"
9244   - "name"
9245   - "tags"
9246   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9247   x-axis: "X = VNFs per Service Chain"
9248   y-axis: "Y = Number of Service Chains"
9249   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9250   layout:
9251     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9252     layout: "plot-service-density"
9253
9254 - type: "plot"
9255   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9256   algorithm: "plot_nf_heatmap"
9257   output-file-type: ".html"
9258   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
9259   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9260   filter: "'NIC_Intel-XXV710' and
9261            'NF_DENSITY' and
9262            'VHOST' and
9263            not 'VXLAN' and
9264            'CHAIN' and
9265            'NF_VPPIP4' and
9266            'IMIX' and
9267            '8T4C' and
9268            'NDRPDR'"
9269   parameters:
9270   - "throughput"
9271   - "name"
9272   - "tags"
9273   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9274   x-axis: "X = VNFs per Service Chain"
9275   y-axis: "Y = Number of Service Chains"
9276   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9277   layout:
9278     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9279     layout: "plot-service-density"
9280
9281 ###############################################################################
9282
9283 # Plots - NF Density - VSC - MRR IMIX
9284 - type: "plot"
9285   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9286   algorithm: "plot_nf_heatmap"
9287   output-file-type: ".html"
9288   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9289   data: "plot-vpp-nfv-2n-skx-mrr"
9290   filter: "'NIC_Intel-XXV710' and
9291            'NF_DENSITY' and
9292            'VHOST' and
9293            'VXLAN' and
9294            'CHAIN' and
9295            'IMIX' and
9296            '2T1C' and
9297            'MRR'"
9298   parameters:
9299   - "result"
9300   - "name"
9301   - "tags"
9302   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9303   x-axis: "X = VNFs per Service Chain"
9304   y-axis: "Y = Number of Service Chains"
9305   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9306   layout:
9307     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9308     layout: "plot-service-density"
9309
9310 - type: "plot"
9311   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9312   algorithm: "plot_nf_heatmap"
9313   output-file-type: ".html"
9314   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9315   data: "plot-vpp-nfv-2n-skx-mrr"
9316   filter: "'NIC_Intel-XXV710' and
9317            'NF_DENSITY' and
9318            'VHOST' and
9319            'VXLAN' and
9320            'CHAIN' and
9321            'IMIX' and
9322            '4T2C' and
9323            'MRR'"
9324   parameters:
9325   - "result"
9326   - "name"
9327   - "tags"
9328   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9329   x-axis: "X = VNFs per Service Chain"
9330   y-axis: "Y = Number of Service Chains"
9331   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9332   layout:
9333     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9334     layout: "plot-service-density"
9335
9336 - type: "plot"
9337   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9338   algorithm: "plot_nf_heatmap"
9339   output-file-type: ".html"
9340   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9341   data: "plot-vpp-nfv-2n-skx-mrr"
9342   filter: "'NIC_Intel-XXV710' and
9343            'NF_DENSITY' and
9344            'VHOST' and
9345            'VXLAN' and
9346            'CHAIN' and
9347            'IMIX' and
9348            '8T4C' and
9349            'MRR'"
9350   parameters:
9351   - "result"
9352   - "name"
9353   - "tags"
9354   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9355   x-axis: "X = VNFs per Service Chain"
9356   y-axis: "Y = Number of Service Chains"
9357   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9358   layout:
9359     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9360     layout: "plot-service-density"
9361
9362 # Plots - NF Density - VSC - NDR IMIX
9363 - type: "plot"
9364   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9365   algorithm: "plot_nf_heatmap"
9366   output-file-type: ".html"
9367   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9368   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9369   filter: "'NIC_Intel-XXV710' and
9370            'NF_DENSITY' and
9371            'VHOST' and
9372            'VXLAN' and
9373            'CHAIN' and
9374            'IMIX' and
9375            '2T1C' and
9376            'NDRPDR'"
9377   parameters:
9378   - "throughput"
9379   - "name"
9380   - "tags"
9381   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9382   x-axis: "X = VNFs per Service Chain"
9383   y-axis: "Y = Number of Service Chains"
9384   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9385   layout:
9386     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9387     layout: "plot-service-density"
9388
9389 - type: "plot"
9390   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9391   algorithm: "plot_nf_heatmap"
9392   output-file-type: ".html"
9393   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9394   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9395   filter: "'NIC_Intel-XXV710' and
9396            'NF_DENSITY' and
9397            'VHOST' and
9398            'VXLAN' and
9399            'CHAIN' and
9400            'IMIX' and
9401            '4T2C' and
9402            'NDRPDR'"
9403   parameters:
9404   - "throughput"
9405   - "name"
9406   - "tags"
9407   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9408   x-axis: "X = VNFs per Service Chain"
9409   y-axis: "Y = Number of Service Chains"
9410   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9411   layout:
9412     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9413     layout: "plot-service-density"
9414
9415 - type: "plot"
9416   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9417   algorithm: "plot_nf_heatmap"
9418   output-file-type: ".html"
9419   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9420   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9421   filter: "'NIC_Intel-XXV710' and
9422            'NF_DENSITY' and
9423            'VHOST' and
9424            'VXLAN' and
9425            'CHAIN' and
9426            'IMIX' and
9427            '8T4C' and
9428            'NDRPDR'"
9429   parameters:
9430   - "throughput"
9431   - "name"
9432   - "tags"
9433   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9434   x-axis: "X = VNFs per Service Chain"
9435   y-axis: "Y = Number of Service Chains"
9436   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9437   layout:
9438     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9439     layout: "plot-service-density"
9440
9441 # Plots - NF Density - VSC - PDR IMIX
9442 - type: "plot"
9443   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9444   algorithm: "plot_nf_heatmap"
9445   output-file-type: ".html"
9446   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9447   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9448   filter: "'NIC_Intel-XXV710' and
9449            'NF_DENSITY' and
9450            'VHOST' and
9451            'VXLAN' and
9452            'CHAIN' and
9453            'IMIX' and
9454            '2T1C' and
9455            'NDRPDR'"
9456   parameters:
9457   - "throughput"
9458   - "name"
9459   - "tags"
9460   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9461   x-axis: "X = VNFs per Service Chain"
9462   y-axis: "Y = Number of Service Chains"
9463   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9464   layout:
9465     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9466     layout: "plot-service-density"
9467
9468 - type: "plot"
9469   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9470   algorithm: "plot_nf_heatmap"
9471   output-file-type: ".html"
9472   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9473   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9474   filter: "'NIC_Intel-XXV710' and
9475            'NF_DENSITY' and
9476            'VHOST' and
9477            'VXLAN' and
9478            'CHAIN' and
9479            'IMIX' and
9480            '4T2C' and
9481            'NDRPDR'"
9482   parameters:
9483   - "throughput"
9484   - "name"
9485   - "tags"
9486   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9487   x-axis: "X = VNFs per Service Chain"
9488   y-axis: "Y = Number of Service Chains"
9489   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9490   layout:
9491     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9492     layout: "plot-service-density"
9493
9494 - type: "plot"
9495   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9496   algorithm: "plot_nf_heatmap"
9497   output-file-type: ".html"
9498   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9499   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9500   filter: "'NIC_Intel-XXV710' and
9501            'NF_DENSITY' and
9502            'VHOST' and
9503            'VXLAN' and
9504            'CHAIN' and
9505            'IMIX' and
9506            '8T4C' and
9507            'NDRPDR'"
9508   parameters:
9509   - "throughput"
9510   - "name"
9511   - "tags"
9512   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9513   x-axis: "X = VNFs per Service Chain"
9514   y-axis: "Y = Number of Service Chains"
9515   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9516   layout:
9517     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9518     layout: "plot-service-density"
9519
9520 ###############################################################################
9521
9522 # Plots - NF Density - CSC - MRR IMIX
9523 - type: "plot"
9524   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9525   algorithm: "plot_nf_heatmap"
9526   output-file-type: ".html"
9527   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
9528   data: "plot-vpp-nfv-2n-skx-mrr"
9529   filter: "'NIC_Intel-XXV710' and
9530            'NF_DENSITY' and
9531            'DOCKER' and
9532            'CHAIN' and
9533            'NF_VPPIP4' and
9534            'IMIX' and
9535            '2T1C' and
9536            'MRR'"
9537   parameters:
9538   - "result"
9539   - "name"
9540   - "tags"
9541   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9542   x-axis: "X = CNFs per Service Chain"
9543   y-axis: "Y = Number of Service Chains"
9544   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9545   layout:
9546     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9547     layout: "plot-service-density"
9548
9549 - type: "plot"
9550   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9551   algorithm: "plot_nf_heatmap"
9552   output-file-type: ".html"
9553   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
9554   data: "plot-vpp-nfv-2n-skx-mrr"
9555   filter: "'NIC_Intel-XXV710' and
9556            'NF_DENSITY' and
9557            'DOCKER' and
9558            'CHAIN' and
9559            'NF_VPPIP4' and
9560            'IMIX' and
9561            '4T2C' and
9562            'MRR'"
9563   parameters:
9564   - "result"
9565   - "name"
9566   - "tags"
9567   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9568   x-axis: "X = CNFs per Service Chain"
9569   y-axis: "Y = Number of Service Chains"
9570   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9571   layout:
9572     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9573     layout: "plot-service-density"
9574
9575 - type: "plot"
9576   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9577   algorithm: "plot_nf_heatmap"
9578   output-file-type: ".html"
9579   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
9580   data: "plot-vpp-nfv-2n-skx-mrr"
9581   filter: "'NIC_Intel-XXV710' and
9582            'NF_DENSITY' and
9583            'DOCKER' and
9584            'CHAIN' and
9585            'NF_VPPIP4' and
9586            'IMIX' and
9587            '8T4C' and
9588            'MRR'"
9589   parameters:
9590   - "result"
9591   - "name"
9592   - "tags"
9593   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9594   x-axis: "X = CNFs per Service Chain"
9595   y-axis: "Y = Number of Service Chains"
9596   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9597   layout:
9598     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9599     layout: "plot-service-density"
9600
9601 # Plots - NF Density - CSC - NDR IMIX
9602 - type: "plot"
9603   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9604   algorithm: "plot_nf_heatmap"
9605   output-file-type: ".html"
9606   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
9607   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9608   filter: "'NIC_Intel-XXV710' and
9609            'NF_DENSITY' and
9610            'DOCKER' and
9611            'CHAIN' and
9612            'NF_VPPIP4' and
9613            'IMIX' and
9614            '2T1C' and
9615            'NDRPDR'"
9616   parameters:
9617   - "throughput"
9618   - "name"
9619   - "tags"
9620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9621   x-axis: "X = CNFs per Service Chain"
9622   y-axis: "Y = Number of Service Chains"
9623   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9624   layout:
9625     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9626     layout: "plot-service-density"
9627
9628 - type: "plot"
9629   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9630   algorithm: "plot_nf_heatmap"
9631   output-file-type: ".html"
9632   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
9633   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9634   filter: "'NIC_Intel-XXV710' and
9635            'NF_DENSITY' and
9636            'DOCKER' and
9637            'CHAIN' and
9638            'NF_VPPIP4' and
9639            'IMIX' and
9640            '4T2C' and
9641            'NDRPDR'"
9642   parameters:
9643   - "throughput"
9644   - "name"
9645   - "tags"
9646   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9647   x-axis: "X = CNFs per Service Chain"
9648   y-axis: "Y = Number of Service Chains"
9649   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9650   layout:
9651     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9652     layout: "plot-service-density"
9653
9654 - type: "plot"
9655   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9656   algorithm: "plot_nf_heatmap"
9657   output-file-type: ".html"
9658   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
9659   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9660   filter: "'NIC_Intel-XXV710' and
9661            'NF_DENSITY' and
9662            'DOCKER' and
9663            'CHAIN' and
9664            'NF_VPPIP4' and
9665            'IMIX' and
9666            '8T4C' and
9667            'NDRPDR'"
9668   parameters:
9669   - "throughput"
9670   - "name"
9671   - "tags"
9672   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9673   x-axis: "X = CNFs 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}mif-{XY}dcr-vppip4-ndr"
9678     layout: "plot-service-density"
9679
9680 # Plots - NF Density - CSC - PDR IMIX
9681 - type: "plot"
9682   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9683   algorithm: "plot_nf_heatmap"
9684   output-file-type: ".html"
9685   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
9686   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9687   filter: "'NIC_Intel-XXV710' and
9688            'NF_DENSITY' and
9689            'DOCKER' and
9690            'CHAIN' and
9691            'NF_VPPIP4' and
9692            'IMIX' and
9693            '2T1C' and
9694            'NDRPDR'"
9695   parameters:
9696   - "throughput"
9697   - "name"
9698   - "tags"
9699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9700   x-axis: "X = CNFs per Service Chain"
9701   y-axis: "Y = Number of Service Chains"
9702   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9703   layout:
9704     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9705     layout: "plot-service-density"
9706
9707 - type: "plot"
9708   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9709   algorithm: "plot_nf_heatmap"
9710   output-file-type: ".html"
9711   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
9712   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9713   filter: "'NIC_Intel-XXV710' and
9714            'NF_DENSITY' and
9715            'DOCKER' and
9716            'CHAIN' and
9717            'NF_VPPIP4' and
9718            'IMIX' and
9719            '4T2C' and
9720            'NDRPDR'"
9721   parameters:
9722   - "throughput"
9723   - "name"
9724   - "tags"
9725   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9726   x-axis: "X = CNFs per Service Chain"
9727   y-axis: "Y = Number of Service Chains"
9728   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9729   layout:
9730     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9731     layout: "plot-service-density"
9732
9733 - type: "plot"
9734   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9735   algorithm: "plot_nf_heatmap"
9736   output-file-type: ".html"
9737   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
9738   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9739   filter: "'NIC_Intel-XXV710' and
9740            'NF_DENSITY' and
9741            'DOCKER' and
9742            'CHAIN' and
9743            'NF_VPPIP4' and
9744            'IMIX' and
9745            '8T4C' and
9746            'NDRPDR'"
9747   parameters:
9748   - "throughput"
9749   - "name"
9750   - "tags"
9751   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9752   x-axis: "X = CNFs per Service Chain"
9753   y-axis: "Y = Number of Service Chains"
9754   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9755   layout:
9756     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9757     layout: "plot-service-density"
9758
9759 ################################################################################
9760 #
9761 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9762 #- type: "plot"
9763 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9764 #  algorithm: "plot_nf_heatmap"
9765 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9766 #  data: "plot-vpp-nfv-3n-skx-mrr"
9767 #  filter: "'NIC_Intel-XXV710' and
9768 #           'NF_DENSITY' and
9769 #           'DOCKER' and
9770 #           'CHAIN' and
9771 #           'NF_VPPIP4' and
9772 #           'IPSEC' and
9773 #           'TNL_4' and
9774 #           'IMIX' and
9775 #           '2T1C' and
9776 #           'MRR'"
9777 #  parameters:
9778 #  - "result"
9779 #  - "name"
9780 #  - "tags"
9781 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9782 #  x-axis: "X = CNFs per Service Chain"
9783 #  y-axis: "Y = Number of Service Chains"
9784 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9785 #  layout:
9786 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9787 #    layout: "plot-service-density"
9788 #
9789 #- type: "plot"
9790 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9791 #  algorithm: "plot_nf_heatmap"
9792 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9793 #  data: "plot-vpp-nfv-3n-skx-mrr"
9794 #  filter: "'NIC_Intel-XXV710' and
9795 #           'NF_DENSITY' and
9796 #           'DOCKER' and
9797 #           'CHAIN' and
9798 #           'NF_VPPIP4' and
9799 #           'IPSEC' and
9800 #           'TNL_4' and
9801 #           'IMIX' and
9802 #           '4T2C' and
9803 #           'MRR'"
9804 #  parameters:
9805 #  - "result"
9806 #  - "name"
9807 #  - "tags"
9808 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9809 #  x-axis: "X = CNFs per Service Chain"
9810 #  y-axis: "Y = Number of Service Chains"
9811 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9812 #  layout:
9813 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9814 #    layout: "plot-service-density"
9815 #
9816 #- type: "plot"
9817 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9818 #  algorithm: "plot_nf_heatmap"
9819 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9820 #  data: "plot-vpp-nfv-3n-skx-mrr"
9821 #  filter: "'NIC_Intel-XXV710' and
9822 #           'NF_DENSITY' and
9823 #           'DOCKER' and
9824 #           'CHAIN' and
9825 #           'NF_VPPIP4' and
9826 #           'IPSEC' and
9827 #           'TNL_4' and
9828 #           'IMIX' and
9829 #           '8T4C' and
9830 #           'MRR'"
9831 #  parameters:
9832 #  - "result"
9833 #  - "name"
9834 #  - "tags"
9835 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9836 #  x-axis: "X = CNFs per Service Chain"
9837 #  y-axis: "Y = Number of Service Chains"
9838 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9839 #  layout:
9840 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9841 #    layout: "plot-service-density"
9842
9843 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9844 #- type: "plot"
9845 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9846 #  algorithm: "plot_nf_heatmap"
9847 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9848 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9849 #  filter: "'NIC_Intel-XXV710' and
9850 #           'NF_DENSITY' and
9851 #           'DOCKER' and
9852 #           'CHAIN' and
9853 #           'NF_VPPIP4' and
9854 #           'IPSEC' and
9855 #           'TNL_4' and
9856 #           'IMIX' and
9857 #           '2T1C' and
9858 #           'NDRPDR'"
9859 #  parameters:
9860 #  - "throughput"
9861 #  - "name"
9862 #  - "tags"
9863 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9864 #  x-axis: "X = CNFs per Service Chain"
9865 #  y-axis: "Y = Number of Service Chains"
9866 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9867 #  layout:
9868 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9869 #    layout: "plot-service-density"
9870 #
9871 #- type: "plot"
9872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9873 #  algorithm: "plot_nf_heatmap"
9874 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9875 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9876 #  filter: "'NIC_Intel-XXV710' and
9877 #           'NF_DENSITY' and
9878 #           'DOCKER' and
9879 #           'CHAIN' and
9880 #           'NF_VPPIP4' and
9881 #           'IPSEC' and
9882 #           'TNL_4' and
9883 #           'IMIX' and
9884 #           '4T2C' and
9885 #           'NDRPDR'"
9886 #  parameters:
9887 #  - "throughput"
9888 #  - "name"
9889 #  - "tags"
9890 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9891 #  x-axis: "X = CNFs per Service Chain"
9892 #  y-axis: "Y = Number of Service Chains"
9893 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9894 #  layout:
9895 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9896 #    layout: "plot-service-density"
9897 #
9898 #- type: "plot"
9899 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9900 #  algorithm: "plot_nf_heatmap"
9901 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9902 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9903 #  filter: "'NIC_Intel-XXV710' and
9904 #           'NF_DENSITY' and
9905 #           'DOCKER' and
9906 #           'CHAIN' and
9907 #           'NF_VPPIP4' and
9908 #           'IPSEC' and
9909 #           'TNL_4' and
9910 #           'IMIX' and
9911 #           '8T4C' and
9912 #           'NDRPDR'"
9913 #  parameters:
9914 #  - "throughput"
9915 #  - "name"
9916 #  - "tags"
9917 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9918 #  x-axis: "X = CNFs per Service Chain"
9919 #  y-axis: "Y = Number of Service Chains"
9920 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9921 #  layout:
9922 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9923 #    layout: "plot-service-density"
9924 #
9925 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9926 #- type: "plot"
9927 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9928 #  algorithm: "plot_nf_heatmap"
9929 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9930 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9931 #  filter: "'NIC_Intel-XXV710' and
9932 #           'NF_DENSITY' and
9933 #           'DOCKER' and
9934 #           'CHAIN' and
9935 #           'NF_VPPIP4' and
9936 #           'IPSEC' and
9937 #           'TNL_4' and
9938 #           'IMIX' and
9939 #           '2T1C' and
9940 #           'NDRPDR'"
9941 #  parameters:
9942 #  - "throughput"
9943 #  - "name"
9944 #  - "tags"
9945 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9946 #  x-axis: "X = CNFs per Service Chain"
9947 #  y-axis: "Y = Number of Service Chains"
9948 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9949 #  layout:
9950 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9951 #    layout: "plot-service-density"
9952 #
9953 #- type: "plot"
9954 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9955 #  algorithm: "plot_nf_heatmap"
9956 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9957 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9958 #  filter: "'NIC_Intel-XXV710' and
9959 #           'NF_DENSITY' and
9960 #           'DOCKER' and
9961 #           'CHAIN' and
9962 #           'NF_VPPIP4' and
9963 #           'IPSEC' and
9964 #           'TNL_4' and
9965 #           'IMIX' and
9966 #           '4T2C' and
9967 #           'NDRPDR'"
9968 #  parameters:
9969 #  - "throughput"
9970 #  - "name"
9971 #  - "tags"
9972 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9973 #  x-axis: "X = CNFs per Service Chain"
9974 #  y-axis: "Y = Number of Service Chains"
9975 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9976 #  layout:
9977 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9978 #    layout: "plot-service-density"
9979 #
9980 #- type: "plot"
9981 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9982 #  algorithm: "plot_nf_heatmap"
9983 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9984 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9985 #  filter: "'NIC_Intel-XXV710' and
9986 #           'NF_DENSITY' and
9987 #           'DOCKER' and
9988 #           'CHAIN' and
9989 #           'NF_VPPIP4' and
9990 #           'IPSEC' and
9991 #           'TNL_4' and
9992 #           'IMIX' and
9993 #           '8T4C' and
9994 #           'NDRPDR'"
9995 #  parameters:
9996 #  - "throughput"
9997 #  - "name"
9998 #  - "tags"
9999 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10000 #  x-axis: "X = CNFs per Service Chain"
10001 #  y-axis: "Y = Number of Service Chains"
10002 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10003 #  layout:
10004 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10005 #    layout: "plot-service-density"
10006
10007 ###############################################################################
10008
10009 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
10010 #- type: "plot"
10011 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10012 #  algorithm: "plot_nf_heatmap"
10013 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
10014 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10015 #  filter: "'NIC_Intel-XL710' and
10016 #           'NF_DENSITY' and
10017 #           'DOCKER' and
10018 #           'CHAIN' and
10019 #           'NF_VPPIP4' and
10020 #           'IMIX' and
10021 #           'TNL_4' and
10022 #           '1T1C' and
10023 #           'MRR'"
10024 #  parameters:
10025 #  - "result"
10026 #  - "name"
10027 #  - "tags"
10028 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10029 #  x-axis: "X = CNFs per Service Chain"
10030 #  y-axis: "Y = Number of Service Chains"
10031 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10032 #  layout:
10033 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10034 #    layout: "plot-service-density"
10035 #
10036 #- type: "plot"
10037 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10038 #  algorithm: "plot_nf_heatmap"
10039 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
10040 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10041 #  filter: "'NIC_Intel-XL710' and
10042 #           'NF_DENSITY' and
10043 #           'DOCKER' and
10044 #           'CHAIN' and
10045 #           'NF_VPPIP4' and
10046 #           'IPSEC' and
10047 #           'TNL_4' and
10048 #           'IMIX' and
10049 #           '2T2C' and
10050 #           'MRR'"
10051 #  parameters:
10052 #  - "result"
10053 #  - "name"
10054 #  - "tags"
10055 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10056 #  x-axis: "X = CNFs per Service Chain"
10057 #  y-axis: "Y = Number of Service Chains"
10058 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10059 #  layout:
10060 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10061 #    layout: "plot-service-density"
10062 #
10063 #- type: "plot"
10064 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10065 #  algorithm: "plot_nf_heatmap"
10066 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
10067 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10068 #  filter: "'NIC_Intel-XL710' and
10069 #           'NF_DENSITY' and
10070 #           'DOCKER' and
10071 #           'CHAIN' and
10072 #           'NF_VPPIP4' and
10073 #           'IPSEC' and
10074 #           'TNL_4' and
10075 #           'IMIX' and
10076 #           '4T4C' and
10077 #           'MRR'"
10078 #  parameters:
10079 #  - "result"
10080 #  - "name"
10081 #  - "tags"
10082 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10083 #  x-axis: "X = CNFs per Service Chain"
10084 #  y-axis: "Y = Number of Service Chains"
10085 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10086 #  layout:
10087 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10088 #    layout: "plot-service-density"
10089
10090 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
10091 #- type: "plot"
10092 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10093 #  algorithm: "plot_nf_heatmap"
10094 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
10095 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10096 #  filter: "'NIC_Intel-XL710' and
10097 #           'NF_DENSITY' and
10098 #           'DOCKER' and
10099 #           'CHAIN' and
10100 #           'NF_VPPIP4' and
10101 #           'IPSEC' and
10102 #           'TNL_4' and
10103 #           'IMIX' and
10104 #           '1T1C' and
10105 #           'NDRPDR'"
10106 #  parameters:
10107 #  - "throughput"
10108 #  - "name"
10109 #  - "tags"
10110 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10111 #  x-axis: "X = CNFs per Service Chain"
10112 #  y-axis: "Y = Number of Service Chains"
10113 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10114 #  layout:
10115 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10116 #    layout: "plot-service-density"
10117 #
10118 #- type: "plot"
10119 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10120 #  algorithm: "plot_nf_heatmap"
10121 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
10122 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10123 #  filter: "'NIC_Intel-XL710' and
10124 #           'NF_DENSITY' and
10125 #           'DOCKER' and
10126 #           'CHAIN' and
10127 #           'NF_VPPIP4' and
10128 #           'IPSEC' and
10129 #           'TNL_4' and
10130 #           'IMIX' and
10131 #           '2T2C' and
10132 #           'NDRPDR'"
10133 #  parameters:
10134 #  - "throughput"
10135 #  - "name"
10136 #  - "tags"
10137 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10138 #  x-axis: "X = CNFs per Service Chain"
10139 #  y-axis: "Y = Number of Service Chains"
10140 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10141 #  layout:
10142 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10143 #    layout: "plot-service-density"
10144 #
10145 #- type: "plot"
10146 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10147 #  algorithm: "plot_nf_heatmap"
10148 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
10149 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10150 #  filter: "'NIC_Intel-XL710' and
10151 #           'NF_DENSITY' and
10152 #           'DOCKER' and
10153 #           'CHAIN' and
10154 #           'NF_VPPIP4' and
10155 #           'IPSEC' and
10156 #           'TNL_4' and
10157 #           'IMIX' and
10158 #           '4T4C' and
10159 #           'NDRPDR'"
10160 #  parameters:
10161 #  - "throughput"
10162 #  - "name"
10163 #  - "tags"
10164 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10165 #  x-axis: "X = CNFs per Service Chain"
10166 #  y-axis: "Y = Number of Service Chains"
10167 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10168 #  layout:
10169 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10170 #    layout: "plot-service-density"
10171 #
10172 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
10173 #- type: "plot"
10174 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10175 #  algorithm: "plot_nf_heatmap"
10176 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
10177 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10178 #  filter: "'NIC_Intel-XL710' and
10179 #           'NF_DENSITY' and
10180 #           'DOCKER' and
10181 #           'CHAIN' and
10182 #           'NF_VPPIP4' and
10183 #           'IPSEC' and
10184 #           'TNL_4' and
10185 #           'IMIX' and
10186 #           '1T1C' and
10187 #           'NDRPDR'"
10188 #  parameters:
10189 #  - "throughput"
10190 #  - "name"
10191 #  - "tags"
10192 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10193 #  x-axis: "X = CNFs per Service Chain"
10194 #  y-axis: "Y = Number of Service Chains"
10195 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10196 #  layout:
10197 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10198 #    layout: "plot-service-density"
10199 #
10200 #- type: "plot"
10201 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10202 #  algorithm: "plot_nf_heatmap"
10203 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
10204 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10205 #  filter: "'NIC_Intel-XL710' and
10206 #           'NF_DENSITY' and
10207 #           'DOCKER' and
10208 #           'CHAIN' and
10209 #           'NF_VPPIP4' and
10210 #           'IPSEC' and
10211 #           'TNL_4' and
10212 #           'IMIX' and
10213 #           '2T2C' and
10214 #           'NDRPDR'"
10215 #  parameters:
10216 #  - "throughput"
10217 #  - "name"
10218 #  - "tags"
10219 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10220 #  x-axis: "X = CNFs per Service Chain"
10221 #  y-axis: "Y = Number of Service Chains"
10222 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10223 #  layout:
10224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10225 #    layout: "plot-service-density"
10226 #
10227 #- type: "plot"
10228 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10229 #  algorithm: "plot_nf_heatmap"
10230 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
10231 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10232 #  filter: "'NIC_Intel-XL710' and
10233 #           'NF_DENSITY' and
10234 #           'DOCKER' and
10235 #           'CHAIN' and
10236 #           'NF_VPPIP4' and
10237 #           'IPSEC' and
10238 #           'TNL_4' and
10239 #           'IMIX' and
10240 #           '4T4C' and
10241 #           'NDRPDR'"
10242 #  parameters:
10243 #  - "throughput"
10244 #  - "name"
10245 #  - "tags"
10246 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10247 #  x-axis: "X = CNFs per Service Chain"
10248 #  y-axis: "Y = Number of Service Chains"
10249 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10250 #  layout:
10251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10252 #    layout: "plot-service-density"
10253
10254 ###############################################################################
10255
10256 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
10257 #- type: "plot"
10258 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10259 #  algorithm: "plot_nf_heatmap"
10260 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
10261 #  data: "plot-vpp-nfv-3n-skx-mrr"
10262 #  filter: "'NIC_Intel-XXV710' and
10263 #           'NF_DENSITY' and
10264 #           'DOCKER' and
10265 #           'CHAIN' and
10266 #           'NF_VPPIP4' and
10267 #           'IPSEC' and
10268 #           'TNL_1000' and
10269 #           'IMIX' and
10270 #           '2T1C' and
10271 #           'MRR'"
10272 #  parameters:
10273 #  - "result"
10274 #  - "name"
10275 #  - "tags"
10276 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10277 #  x-axis: "X = CNFs per Service Chain"
10278 #  y-axis: "Y = Number of Service Chains"
10279 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10280 #  layout:
10281 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10282 #    layout: "plot-service-density"
10283 #
10284 #- type: "plot"
10285 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10286 #  algorithm: "plot_nf_heatmap"
10287 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
10288 #  data: "plot-vpp-nfv-3n-skx-mrr"
10289 #  filter: "'NIC_Intel-XXV710' and
10290 #           'NF_DENSITY' and
10291 #           'DOCKER' and
10292 #           'CHAIN' and
10293 #           'NF_VPPIP4' and
10294 #           'IPSEC' and
10295 #           'TNL_1000' and
10296 #           'IMIX' and
10297 #           '4T2C' and
10298 #           'MRR'"
10299 #  parameters:
10300 #  - "result"
10301 #  - "name"
10302 #  - "tags"
10303 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10304 #  x-axis: "X = CNFs per Service Chain"
10305 #  y-axis: "Y = Number of Service Chains"
10306 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10307 #  layout:
10308 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10309 #    layout: "plot-service-density"
10310 #
10311 #- type: "plot"
10312 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10313 #  algorithm: "plot_nf_heatmap"
10314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
10315 #  data: "plot-vpp-nfv-3n-skx-mrr"
10316 #  filter: "'NIC_Intel-XXV710' and
10317 #           'NF_DENSITY' and
10318 #           'DOCKER' and
10319 #           'CHAIN' and
10320 #           'NF_VPPIP4' and
10321 #           'IPSEC' and
10322 #           'TNL_1000' and
10323 #           'IMIX' and
10324 #           '8T4C' and
10325 #           'MRR'"
10326 #  parameters:
10327 #  - "result"
10328 #  - "name"
10329 #  - "tags"
10330 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10331 #  x-axis: "X = CNFs per Service Chain"
10332 #  y-axis: "Y = Number of Service Chains"
10333 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10334 #  layout:
10335 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10336 #    layout: "plot-service-density"
10337
10338 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
10339 #- type: "plot"
10340 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10341 #  algorithm: "plot_nf_heatmap"
10342 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
10343 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10344 #  filter: "'NIC_Intel-XXV710' and
10345 #           'NF_DENSITY' and
10346 #           'DOCKER' and
10347 #           'CHAIN' and
10348 #           'NF_VPPIP4' and
10349 #           'IPSEC' and
10350 #           'TNL_1000' and
10351 #           'IMIX' and
10352 #           '2T1C' and
10353 #           'NDRPDR'"
10354 #  parameters:
10355 #  - "throughput"
10356 #  - "name"
10357 #  - "tags"
10358 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10359 #  x-axis: "X = CNFs per Service Chain"
10360 #  y-axis: "Y = Number of Service Chains"
10361 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10362 #  layout:
10363 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10364 #    layout: "plot-service-density"
10365 #
10366 #- type: "plot"
10367 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10368 #  algorithm: "plot_nf_heatmap"
10369 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
10370 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10371 #  filter: "'NIC_Intel-XXV710' and
10372 #           'NF_DENSITY' and
10373 #           'DOCKER' and
10374 #           'CHAIN' and
10375 #           'NF_VPPIP4' and
10376 #           'IPSEC' and
10377 #           'TNL_1000' and
10378 #           'IMIX' and
10379 #           '4T2C' and
10380 #           'NDRPDR'"
10381 #  parameters:
10382 #  - "throughput"
10383 #  - "name"
10384 #  - "tags"
10385 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10386 #  x-axis: "X = CNFs per Service Chain"
10387 #  y-axis: "Y = Number of Service Chains"
10388 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10389 #  layout:
10390 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10391 #    layout: "plot-service-density"
10392 #
10393 #- type: "plot"
10394 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10395 #  algorithm: "plot_nf_heatmap"
10396 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
10397 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10398 #  filter: "'NIC_Intel-XXV710' and
10399 #           'NF_DENSITY' and
10400 #           'DOCKER' and
10401 #           'CHAIN' and
10402 #           'NF_VPPIP4' and
10403 #           'IPSEC' and
10404 #           'TNL_1000' and
10405 #           'IMIX' and
10406 #           '8T4C' and
10407 #           'NDRPDR'"
10408 #  parameters:
10409 #  - "throughput"
10410 #  - "name"
10411 #  - "tags"
10412 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10413 #  x-axis: "X = CNFs per Service Chain"
10414 #  y-axis: "Y = Number of Service Chains"
10415 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10416 #  layout:
10417 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10418 #    layout: "plot-service-density"
10419 #
10420 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10421 #- type: "plot"
10422 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10423 #  algorithm: "plot_nf_heatmap"
10424 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
10425 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10426 #  filter: "'NIC_Intel-XXV710' and
10427 #           'NF_DENSITY' and
10428 #           'DOCKER' and
10429 #           'CHAIN' and
10430 #           'NF_VPPIP4' and
10431 #           'IPSEC' and
10432 #           'TNL_1000' and
10433 #           'IMIX' and
10434 #           '2T1C' and
10435 #           'NDRPDR'"
10436 #  parameters:
10437 #  - "throughput"
10438 #  - "name"
10439 #  - "tags"
10440 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10441 #  x-axis: "X = CNFs per Service Chain"
10442 #  y-axis: "Y = Number of Service Chains"
10443 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10444 #  layout:
10445 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10446 #    layout: "plot-service-density"
10447 #
10448 #- type: "plot"
10449 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10450 #  algorithm: "plot_nf_heatmap"
10451 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
10452 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10453 #  filter: "'NIC_Intel-XXV710' and
10454 #           'NF_DENSITY' and
10455 #           'DOCKER' and
10456 #           'CHAIN' and
10457 #           'NF_VPPIP4' and
10458 #           'IPSEC' and
10459 #           'TNL_1000' and
10460 #           'IMIX' and
10461 #           '4T2C' and
10462 #           'NDRPDR'"
10463 #  parameters:
10464 #  - "throughput"
10465 #  - "name"
10466 #  - "tags"
10467 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10468 #  x-axis: "X = CNFs per Service Chain"
10469 #  y-axis: "Y = Number of Service Chains"
10470 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10471 #  layout:
10472 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10473 #    layout: "plot-service-density"
10474 #
10475 #- type: "plot"
10476 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10477 #  algorithm: "plot_nf_heatmap"
10478 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
10479 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10480 #  filter: "'NIC_Intel-XXV710' and
10481 #           'NF_DENSITY' and
10482 #           'DOCKER' and
10483 #           'CHAIN' and
10484 #           'NF_VPPIP4' and
10485 #           'IPSEC' and
10486 #           'TNL_1000' and
10487 #           'IMIX' and
10488 #           '8T4C' and
10489 #           'NDRPDR'"
10490 #  parameters:
10491 #  - "throughput"
10492 #  - "name"
10493 #  - "tags"
10494 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10495 #  x-axis: "X = CNFs per Service Chain"
10496 #  y-axis: "Y = Number of Service Chains"
10497 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10498 #  layout:
10499 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10500 #    layout: "plot-service-density"
10501
10502 ###############################################################################
10503
10504 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
10505 #- type: "plot"
10506 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10507 #  algorithm: "plot_nf_heatmap"
10508 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
10509 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10510 #  filter: "'NIC_Intel-XL710' and
10511 #           'NF_DENSITY' and
10512 #           'DOCKER' and
10513 #           'CHAIN' and
10514 #           'NF_VPPIP4' and
10515 #           'IMIX' and
10516 #           'TNL_1000' and
10517 #           '1T1C' and
10518 #           'MRR'"
10519 #  parameters:
10520 #  - "result"
10521 #  - "name"
10522 #  - "tags"
10523 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10524 #  x-axis: "X = CNFs per Service Chain"
10525 #  y-axis: "Y = Number of Service Chains"
10526 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10527 #  layout:
10528 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10529 #    layout: "plot-service-density"
10530 #
10531 #- type: "plot"
10532 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10533 #  algorithm: "plot_nf_heatmap"
10534 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
10535 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10536 #  filter: "'NIC_Intel-XL710' and
10537 #           'NF_DENSITY' and
10538 #           'DOCKER' and
10539 #           'CHAIN' and
10540 #           'NF_VPPIP4' and
10541 #           'IPSEC' and
10542 #           'TNL_1000' and
10543 #           'IMIX' and
10544 #           '2T2C' and
10545 #           'MRR'"
10546 #  parameters:
10547 #  - "result"
10548 #  - "name"
10549 #  - "tags"
10550 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10551 #  x-axis: "X = CNFs per Service Chain"
10552 #  y-axis: "Y = Number of Service Chains"
10553 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10554 #  layout:
10555 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10556 #    layout: "plot-service-density"
10557 #
10558 #- type: "plot"
10559 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10560 #  algorithm: "plot_nf_heatmap"
10561 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
10562 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10563 #  filter: "'NIC_Intel-XL710' and
10564 #           'NF_DENSITY' and
10565 #           'DOCKER' and
10566 #           'CHAIN' and
10567 #           'NF_VPPIP4' and
10568 #           'IPSEC' and
10569 #           'TNL_1000' and
10570 #           'IMIX' and
10571 #           '4T4C' and
10572 #           'MRR'"
10573 #  parameters:
10574 #  - "result"
10575 #  - "name"
10576 #  - "tags"
10577 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10578 #  x-axis: "X = CNFs per Service Chain"
10579 #  y-axis: "Y = Number of Service Chains"
10580 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10581 #  layout:
10582 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10583 #    layout: "plot-service-density"
10584
10585 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
10586 #- type: "plot"
10587 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10588 #  algorithm: "plot_nf_heatmap"
10589 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
10590 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10591 #  filter: "'NIC_Intel-XL710' and
10592 #           'NF_DENSITY' and
10593 #           'DOCKER' and
10594 #           'CHAIN' and
10595 #           'NF_VPPIP4' and
10596 #           'IPSEC' and
10597 #           'TNL_1000' and
10598 #           'IMIX' and
10599 #           '1T1C' and
10600 #           'NDRPDR'"
10601 #  parameters:
10602 #  - "throughput"
10603 #  - "name"
10604 #  - "tags"
10605 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10606 #  x-axis: "X = CNFs per Service Chain"
10607 #  y-axis: "Y = Number of Service Chains"
10608 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10609 #  layout:
10610 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10611 #    layout: "plot-service-density"
10612 #
10613 #- type: "plot"
10614 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10615 #  algorithm: "plot_nf_heatmap"
10616 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
10617 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10618 #  filter: "'NIC_Intel-XL710' and
10619 #           'NF_DENSITY' and
10620 #           'DOCKER' and
10621 #           'CHAIN' and
10622 #           'NF_VPPIP4' and
10623 #           'IPSEC' and
10624 #           'TNL_1000' and
10625 #           'IMIX' and
10626 #           '2T2C' and
10627 #           'NDRPDR'"
10628 #  parameters:
10629 #  - "throughput"
10630 #  - "name"
10631 #  - "tags"
10632 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10633 #  x-axis: "X = CNFs per Service Chain"
10634 #  y-axis: "Y = Number of Service Chains"
10635 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10636 #  layout:
10637 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10638 #    layout: "plot-service-density"
10639 #
10640 #- type: "plot"
10641 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10642 #  algorithm: "plot_nf_heatmap"
10643 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
10644 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10645 #  filter: "'NIC_Intel-XL710' and
10646 #           'NF_DENSITY' and
10647 #           'DOCKER' and
10648 #           'CHAIN' and
10649 #           'NF_VPPIP4' and
10650 #           'IPSEC' and
10651 #           'TNL_1000' and
10652 #           'IMIX' and
10653 #           '4T4C' and
10654 #           'NDRPDR'"
10655 #  parameters:
10656 #  - "throughput"
10657 #  - "name"
10658 #  - "tags"
10659 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10660 #  x-axis: "X = CNFs per Service Chain"
10661 #  y-axis: "Y = Number of Service Chains"
10662 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10663 #  layout:
10664 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10665 #    layout: "plot-service-density"
10666 #
10667 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10668 #- type: "plot"
10669 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10670 #  algorithm: "plot_nf_heatmap"
10671 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
10672 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10673 #  filter: "'NIC_Intel-XL710' and
10674 #           'NF_DENSITY' and
10675 #           'DOCKER' and
10676 #           'CHAIN' and
10677 #           'NF_VPPIP4' and
10678 #           'IPSEC' and
10679 #           'TNL_1000' and
10680 #           'IMIX' and
10681 #           '1T1C' and
10682 #           'NDRPDR'"
10683 #  parameters:
10684 #  - "throughput"
10685 #  - "name"
10686 #  - "tags"
10687 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10688 #  x-axis: "X = CNFs per Service Chain"
10689 #  y-axis: "Y = Number of Service Chains"
10690 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10691 #  layout:
10692 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10693 #    layout: "plot-service-density"
10694 #
10695 #- type: "plot"
10696 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10697 #  algorithm: "plot_nf_heatmap"
10698 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
10699 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10700 #  filter: "'NIC_Intel-XL710' and
10701 #           'NF_DENSITY' and
10702 #           'DOCKER' and
10703 #           'CHAIN' and
10704 #           'NF_VPPIP4' and
10705 #           'IPSEC' and
10706 #           'TNL_1000' and
10707 #           'IMIX' and
10708 #           '2T2C' and
10709 #           'NDRPDR'"
10710 #  parameters:
10711 #  - "throughput"
10712 #  - "name"
10713 #  - "tags"
10714 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10715 #  x-axis: "X = CNFs per Service Chain"
10716 #  y-axis: "Y = Number of Service Chains"
10717 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10718 #  layout:
10719 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10720 #    layout: "plot-service-density"
10721 #
10722 #- type: "plot"
10723 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10724 #  algorithm: "plot_nf_heatmap"
10725 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
10726 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10727 #  filter: "'NIC_Intel-XL710' and
10728 #           'NF_DENSITY' and
10729 #           'DOCKER' and
10730 #           'CHAIN' and
10731 #           'NF_VPPIP4' and
10732 #           'IPSEC' and
10733 #           'TNL_1000' and
10734 #           'IMIX' and
10735 #           '4T4C' and
10736 #           'NDRPDR'"
10737 #  parameters:
10738 #  - "throughput"
10739 #  - "name"
10740 #  - "tags"
10741 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10742 #  x-axis: "X = CNFs per Service Chain"
10743 #  y-axis: "Y = Number of Service Chains"
10744 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10745 #  layout:
10746 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10747 #    layout: "plot-service-density"
10748
10749 ###############################################################################
10750
10751 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10752 #- type: "plot"
10753 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10754 #  algorithm: "plot_nf_heatmap"
10755 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10756 #  data: "plot-vpp-nfv-3n-skx-mrr"
10757 #  filter: "'NIC_Intel-XXV710' and
10758 #           'NF_DENSITY' and
10759 #           'DOCKER' and
10760 #           'CHAIN' and
10761 #           'NF_VPPIP4' and
10762 #           'IPSEC' and
10763 #           'TNL_10000' and
10764 #           'IMIX' and
10765 #           '2T1C' and
10766 #           'MRR'"
10767 #  parameters:
10768 #  - "result"
10769 #  - "name"
10770 #  - "tags"
10771 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10772 #  x-axis: "X = CNFs per Service Chain"
10773 #  y-axis: "Y = Number of Service Chains"
10774 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10775 #  layout:
10776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10777 #    layout: "plot-service-density"
10778 #
10779 #- type: "plot"
10780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10781 #  algorithm: "plot_nf_heatmap"
10782 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10783 #  data: "plot-vpp-nfv-3n-skx-mrr"
10784 #  filter: "'NIC_Intel-XXV710' and
10785 #           'NF_DENSITY' and
10786 #           'DOCKER' and
10787 #           'CHAIN' and
10788 #           'NF_VPPIP4' and
10789 #           'IPSEC' and
10790 #           'TNL_10000' and
10791 #           'IMIX' and
10792 #           '4T2C' and
10793 #           'MRR'"
10794 #  parameters:
10795 #  - "result"
10796 #  - "name"
10797 #  - "tags"
10798 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10799 #  x-axis: "X = CNFs per Service Chain"
10800 #  y-axis: "Y = Number of Service Chains"
10801 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10802 #  layout:
10803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10804 #    layout: "plot-service-density"
10805 #
10806 #- type: "plot"
10807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10808 #  algorithm: "plot_nf_heatmap"
10809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10810 #  data: "plot-vpp-nfv-3n-skx-mrr"
10811 #  filter: "'NIC_Intel-XXV710' and
10812 #           'NF_DENSITY' and
10813 #           'DOCKER' and
10814 #           'CHAIN' and
10815 #           'NF_VPPIP4' and
10816 #           'IPSEC' and
10817 #           'TNL_10000' and
10818 #           'IMIX' and
10819 #           '8T4C' and
10820 #           'MRR'"
10821 #  parameters:
10822 #  - "result"
10823 #  - "name"
10824 #  - "tags"
10825 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10826 #  x-axis: "X = CNFs per Service Chain"
10827 #  y-axis: "Y = Number of Service Chains"
10828 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10829 #  layout:
10830 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10831 #    layout: "plot-service-density"
10832
10833 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10834 #- type: "plot"
10835 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10836 #  algorithm: "plot_nf_heatmap"
10837 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10838 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10839 #  filter: "'NIC_Intel-XXV710' and
10840 #           'NF_DENSITY' and
10841 #           'DOCKER' and
10842 #           'CHAIN' and
10843 #           'NF_VPPIP4' and
10844 #           'IPSEC' and
10845 #           'TNL_10000' and
10846 #           'IMIX' and
10847 #           '2T1C' and
10848 #           'NDRPDR'"
10849 #  parameters:
10850 #  - "throughput"
10851 #  - "name"
10852 #  - "tags"
10853 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10854 #  x-axis: "X = CNFs per Service Chain"
10855 #  y-axis: "Y = Number of Service Chains"
10856 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10857 #  layout:
10858 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10859 #    layout: "plot-service-density"
10860 #
10861 #- type: "plot"
10862 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10863 #  algorithm: "plot_nf_heatmap"
10864 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10865 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10866 #  filter: "'NIC_Intel-XXV710' and
10867 #           'NF_DENSITY' and
10868 #           'DOCKER' and
10869 #           'CHAIN' and
10870 #           'NF_VPPIP4' and
10871 #           'IPSEC' and
10872 #           'TNL_10000' and
10873 #           'IMIX' and
10874 #           '4T2C' and
10875 #           'NDRPDR'"
10876 #  parameters:
10877 #  - "throughput"
10878 #  - "name"
10879 #  - "tags"
10880 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10881 #  x-axis: "X = CNFs per Service Chain"
10882 #  y-axis: "Y = Number of Service Chains"
10883 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10884 #  layout:
10885 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10886 #    layout: "plot-service-density"
10887 #
10888 #- type: "plot"
10889 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10890 #  algorithm: "plot_nf_heatmap"
10891 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10892 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10893 #  filter: "'NIC_Intel-XXV710' and
10894 #           'NF_DENSITY' and
10895 #           'DOCKER' and
10896 #           'CHAIN' and
10897 #           'NF_VPPIP4' and
10898 #           'IPSEC' and
10899 #           'TNL_10000' and
10900 #           'IMIX' and
10901 #           '8T4C' and
10902 #           'NDRPDR'"
10903 #  parameters:
10904 #  - "throughput"
10905 #  - "name"
10906 #  - "tags"
10907 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10908 #  x-axis: "X = CNFs per Service Chain"
10909 #  y-axis: "Y = Number of Service Chains"
10910 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10911 #  layout:
10912 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10913 #    layout: "plot-service-density"
10914 #
10915 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10916 #- type: "plot"
10917 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10918 #  algorithm: "plot_nf_heatmap"
10919 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10920 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10921 #  filter: "'NIC_Intel-XXV710' and
10922 #           'NF_DENSITY' and
10923 #           'DOCKER' and
10924 #           'CHAIN' and
10925 #           'NF_VPPIP4' and
10926 #           'IPSEC' and
10927 #           'TNL_10000' and
10928 #           'IMIX' and
10929 #           '2T1C' and
10930 #           'NDRPDR'"
10931 #  parameters:
10932 #  - "throughput"
10933 #  - "name"
10934 #  - "tags"
10935 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10936 #  x-axis: "X = CNFs per Service Chain"
10937 #  y-axis: "Y = Number of Service Chains"
10938 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10939 #  layout:
10940 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10941 #    layout: "plot-service-density"
10942 #
10943 #- type: "plot"
10944 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10945 #  algorithm: "plot_nf_heatmap"
10946 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10947 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10948 #  filter: "'NIC_Intel-XXV710' and
10949 #           'NF_DENSITY' and
10950 #           'DOCKER' and
10951 #           'CHAIN' and
10952 #           'NF_VPPIP4' and
10953 #           'IPSEC' and
10954 #           'TNL_10000' and
10955 #           'IMIX' and
10956 #           '4T2C' and
10957 #           'NDRPDR'"
10958 #  parameters:
10959 #  - "throughput"
10960 #  - "name"
10961 #  - "tags"
10962 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10963 #  x-axis: "X = CNFs per Service Chain"
10964 #  y-axis: "Y = Number of Service Chains"
10965 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10966 #  layout:
10967 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10968 #    layout: "plot-service-density"
10969 #
10970 #- type: "plot"
10971 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10972 #  algorithm: "plot_nf_heatmap"
10973 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10974 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10975 #  filter: "'NIC_Intel-XXV710' and
10976 #           'NF_DENSITY' and
10977 #           'DOCKER' and
10978 #           'CHAIN' and
10979 #           'NF_VPPIP4' and
10980 #           'IPSEC' and
10981 #           'TNL_10000' and
10982 #           'IMIX' and
10983 #           '8T4C' and
10984 #           'NDRPDR'"
10985 #  parameters:
10986 #  - "throughput"
10987 #  - "name"
10988 #  - "tags"
10989 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10990 #  x-axis: "X = CNFs per Service Chain"
10991 #  y-axis: "Y = Number of Service Chains"
10992 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10993 #  layout:
10994 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10995 #    layout: "plot-service-density"
10996
10997 ###############################################################################
10998
10999 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
11000 #- type: "plot"
11001 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11002 #  algorithm: "plot_nf_heatmap"
11003 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
11004 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11005 #  filter: "'NIC_Intel-XL710' and
11006 #           'NF_DENSITY' and
11007 #           'DOCKER' and
11008 #           'CHAIN' and
11009 #           'NF_VPPIP4' and
11010 #           'IMIX' and
11011 #           'TNL_10000' and
11012 #           '1T1C' and
11013 #           'MRR'"
11014 #  parameters:
11015 #  - "result"
11016 #  - "name"
11017 #  - "tags"
11018 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11019 #  x-axis: "X = CNFs per Service Chain"
11020 #  y-axis: "Y = Number of Service Chains"
11021 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11022 #  layout:
11023 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11024 #    layout: "plot-service-density"
11025 #
11026 #- type: "plot"
11027 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11028 #  algorithm: "plot_nf_heatmap"
11029 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
11030 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11031 #  filter: "'NIC_Intel-XL710' and
11032 #           'NF_DENSITY' and
11033 #           'DOCKER' and
11034 #           'CHAIN' and
11035 #           'NF_VPPIP4' and
11036 #           'IPSEC' and
11037 #           'TNL_10000' and
11038 #           'IMIX' and
11039 #           '2T2C' and
11040 #           'MRR'"
11041 #  parameters:
11042 #  - "result"
11043 #  - "name"
11044 #  - "tags"
11045 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11046 #  x-axis: "X = CNFs per Service Chain"
11047 #  y-axis: "Y = Number of Service Chains"
11048 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11049 #  layout:
11050 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11051 #    layout: "plot-service-density"
11052 #
11053 #- type: "plot"
11054 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11055 #  algorithm: "plot_nf_heatmap"
11056 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
11057 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11058 #  filter: "'NIC_Intel-XL710' and
11059 #           'NF_DENSITY' and
11060 #           'DOCKER' and
11061 #           'CHAIN' and
11062 #           'NF_VPPIP4' and
11063 #           'IPSEC' and
11064 #           'TNL_10000' and
11065 #           'IMIX' and
11066 #           '4T4C' and
11067 #           'MRR'"
11068 #  parameters:
11069 #  - "result"
11070 #  - "name"
11071 #  - "tags"
11072 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11073 #  x-axis: "X = CNFs per Service Chain"
11074 #  y-axis: "Y = Number of Service Chains"
11075 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11076 #  layout:
11077 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11078 #    layout: "plot-service-density"
11079
11080 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
11081 #- type: "plot"
11082 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11083 #  algorithm: "plot_nf_heatmap"
11084 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
11085 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11086 #  filter: "'NIC_Intel-XL710' and
11087 #           'NF_DENSITY' and
11088 #           'DOCKER' and
11089 #           'CHAIN' and
11090 #           'NF_VPPIP4' and
11091 #           'IPSEC' and
11092 #           'TNL_10000' and
11093 #           'IMIX' and
11094 #           '1T1C' and
11095 #           'NDRPDR'"
11096 #  parameters:
11097 #  - "throughput"
11098 #  - "name"
11099 #  - "tags"
11100 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11101 #  x-axis: "X = CNFs per Service Chain"
11102 #  y-axis: "Y = Number of Service Chains"
11103 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11104 #  layout:
11105 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11106 #    layout: "plot-service-density"
11107 #
11108 #- type: "plot"
11109 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11110 #  algorithm: "plot_nf_heatmap"
11111 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
11112 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11113 #  filter: "'NIC_Intel-XL710' and
11114 #           'NF_DENSITY' and
11115 #           'DOCKER' and
11116 #           'CHAIN' and
11117 #           'NF_VPPIP4' and
11118 #           'IPSEC' and
11119 #           'TNL_10000' and
11120 #           'IMIX' and
11121 #           '2T2C' and
11122 #           'NDRPDR'"
11123 #  parameters:
11124 #  - "throughput"
11125 #  - "name"
11126 #  - "tags"
11127 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11128 #  x-axis: "X = CNFs per Service Chain"
11129 #  y-axis: "Y = Number of Service Chains"
11130 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11131 #  layout:
11132 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11133 #    layout: "plot-service-density"
11134 #
11135 #- type: "plot"
11136 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11137 #  algorithm: "plot_nf_heatmap"
11138 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
11139 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11140 #  filter: "'NIC_Intel-XL710' and
11141 #           'NF_DENSITY' and
11142 #           'DOCKER' and
11143 #           'CHAIN' and
11144 #           'NF_VPPIP4' and
11145 #           'IPSEC' and
11146 #           'TNL_10000' and
11147 #           'IMIX' and
11148 #           '4T4C' and
11149 #           'NDRPDR'"
11150 #  parameters:
11151 #  - "throughput"
11152 #  - "name"
11153 #  - "tags"
11154 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11155 #  x-axis: "X = CNFs per Service Chain"
11156 #  y-axis: "Y = Number of Service Chains"
11157 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11158 #  layout:
11159 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11160 #    layout: "plot-service-density"
11161 #
11162 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
11163 #- type: "plot"
11164 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11165 #  algorithm: "plot_nf_heatmap"
11166 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
11167 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11168 #  filter: "'NIC_Intel-XL710' and
11169 #           'NF_DENSITY' and
11170 #           'DOCKER' and
11171 #           'CHAIN' and
11172 #           'NF_VPPIP4' and
11173 #           'IPSEC' and
11174 #           'TNL_10000' and
11175 #           'IMIX' and
11176 #           '1T1C' and
11177 #           'NDRPDR'"
11178 #  parameters:
11179 #  - "throughput"
11180 #  - "name"
11181 #  - "tags"
11182 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11183 #  x-axis: "X = CNFs per Service Chain"
11184 #  y-axis: "Y = Number of Service Chains"
11185 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11186 #  layout:
11187 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11188 #    layout: "plot-service-density"
11189 #
11190 #- type: "plot"
11191 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11192 #  algorithm: "plot_nf_heatmap"
11193 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
11194 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11195 #  filter: "'NIC_Intel-XL710' and
11196 #           'NF_DENSITY' and
11197 #           'DOCKER' and
11198 #           'CHAIN' and
11199 #           'NF_VPPIP4' and
11200 #           'IPSEC' and
11201 #           'TNL_10000' and
11202 #           'IMIX' and
11203 #           '2T2C' and
11204 #           'NDRPDR'"
11205 #  parameters:
11206 #  - "throughput"
11207 #  - "name"
11208 #  - "tags"
11209 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11210 #  x-axis: "X = CNFs per Service Chain"
11211 #  y-axis: "Y = Number of Service Chains"
11212 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11213 #  layout:
11214 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11215 #    layout: "plot-service-density"
11216 #
11217 #- type: "plot"
11218 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11219 #  algorithm: "plot_nf_heatmap"
11220 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
11221 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11222 #  filter: "'NIC_Intel-XL710' and
11223 #           'NF_DENSITY' and
11224 #           'DOCKER' and
11225 #           'CHAIN' and
11226 #           'NF_VPPIP4' and
11227 #           'IPSEC' and
11228 #           'TNL_10000' and
11229 #           'IMIX' and
11230 #           '4T4C' and
11231 #           'NDRPDR'"
11232 #  parameters:
11233 #  - "throughput"
11234 #  - "name"
11235 #  - "tags"
11236 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11237 #  x-axis: "X = CNFs per Service Chain"
11238 #  y-axis: "Y = Number of Service Chains"
11239 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11240 #  layout:
11241 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11242 #    layout: "plot-service-density"
11243
11244 ###############################################################################
11245
11246 # Plots - NF Density - CSP - MRR IMIX
11247 - type: "plot"
11248   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11249   algorithm: "plot_nf_heatmap"
11250   output-file-type: ".html"
11251   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
11252   data: "plot-vpp-nfv-2n-skx-mrr"
11253   filter: "'NIC_Intel-XXV710' and
11254            'NF_DENSITY' and
11255            'DOCKER' and
11256            'PIPELINE' and
11257            'NF_VPPIP4' and
11258            'IMIX' and
11259            '2T1C' and
11260            'MRR'"
11261   parameters:
11262   - "result"
11263   - "name"
11264   - "tags"
11265   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11266   x-axis: "X = CNFs per Service Pipeline"
11267   y-axis: "Y = Number of Service Pipelines"
11268   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11269   layout:
11270     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11271     layout: "plot-service-density"
11272
11273 - type: "plot"
11274   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11275   algorithm: "plot_nf_heatmap"
11276   output-file-type: ".html"
11277   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
11278   data: "plot-vpp-nfv-2n-skx-mrr"
11279   filter: "'NIC_Intel-XXV710' and
11280            'NF_DENSITY' and
11281            'DOCKER' and
11282            'PIPELINE' and
11283            'NF_VPPIP4' and
11284            'IMIX' and
11285            '4T2C' and
11286            'MRR'"
11287   parameters:
11288   - "result"
11289   - "name"
11290   - "tags"
11291   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11292   x-axis: "X = CNFs per Service Pipeline"
11293   y-axis: "Y = Number of Service Pipelines"
11294   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11295   layout:
11296     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11297     layout: "plot-service-density"
11298
11299 - type: "plot"
11300   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11301   algorithm: "plot_nf_heatmap"
11302   output-file-type: ".html"
11303   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
11304   data: "plot-vpp-nfv-2n-skx-mrr"
11305   filter: "'NIC_Intel-XXV710' and
11306            'NF_DENSITY' and
11307            'DOCKER' and
11308            'PIPELINE' and
11309            'NF_VPPIP4' and
11310            'IMIX' and
11311            '8T4C' and
11312            'MRR'"
11313   parameters:
11314   - "result"
11315   - "name"
11316   - "tags"
11317   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11318   x-axis: "X = CNFs per Service Pipeline"
11319   y-axis: "Y = Number of Service Pipelines"
11320   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11321   layout:
11322     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11323     layout: "plot-service-density"
11324
11325 # Plots - NF Density - CSP - NDR IMIX
11326 - type: "plot"
11327   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11328   algorithm: "plot_nf_heatmap"
11329   output-file-type: ".html"
11330   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
11331   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11332   filter: "'NIC_Intel-XXV710' and
11333            'NF_DENSITY' and
11334            'DOCKER' and
11335            'PIPELINE' and
11336            'NF_VPPIP4' and
11337            'IMIX' and
11338            '2T1C' and
11339            'NDRPDR'"
11340   parameters:
11341   - "throughput"
11342   - "name"
11343   - "tags"
11344   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11345   x-axis: "X = CNFs per Service Pipeline"
11346   y-axis: "Y = Number of Service Pipelines"
11347   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11348   layout:
11349     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11350     layout: "plot-service-density"
11351
11352 - type: "plot"
11353   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11354   algorithm: "plot_nf_heatmap"
11355   output-file-type: ".html"
11356   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
11357   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11358   filter: "'NIC_Intel-XXV710' and
11359            'NF_DENSITY' and
11360            'DOCKER' and
11361            'PIPELINE' and
11362            'NF_VPPIP4' and
11363            'IMIX' and
11364            '4T2C' and
11365            'NDRPDR'"
11366   parameters:
11367   - "throughput"
11368   - "name"
11369   - "tags"
11370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11371   x-axis: "X = CNFs per Service Pipeline"
11372   y-axis: "Y = Number of Service Pipelines"
11373   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11374   layout:
11375     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11376     layout: "plot-service-density"
11377
11378 - type: "plot"
11379   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11380   algorithm: "plot_nf_heatmap"
11381   output-file-type: ".html"
11382   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
11383   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11384   filter: "'NIC_Intel-XXV710' and
11385            'NF_DENSITY' and
11386            'DOCKER' and
11387            'PIPELINE' and
11388            'NF_VPPIP4' and
11389            'IMIX' and
11390            '8T4C' and
11391            'NDRPDR'"
11392   parameters:
11393   - "throughput"
11394   - "name"
11395   - "tags"
11396   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11397   x-axis: "X = CNFs per Service Pipeline"
11398   y-axis: "Y = Number of Service Pipelines"
11399   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11400   layout:
11401     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11402     layout: "plot-service-density"
11403
11404 # Plots - NF Density - CSP - PDR IMIX
11405 - type: "plot"
11406   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11407   algorithm: "plot_nf_heatmap"
11408   output-file-type: ".html"
11409   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
11410   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11411   filter: "'NIC_Intel-XXV710' and
11412            'NF_DENSITY' and
11413            'DOCKER' and
11414            'PIPELINE' and
11415            'NF_VPPIP4' and
11416            'IMIX' and
11417            '2T1C' and
11418            'NDRPDR'"
11419   parameters:
11420   - "throughput"
11421   - "name"
11422   - "tags"
11423   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11424   x-axis: "X = CNFs per Service Pipeline"
11425   y-axis: "Y = Number of Service Pipelines"
11426   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11427   layout:
11428     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11429     layout: "plot-service-density"
11430
11431 - type: "plot"
11432   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11433   algorithm: "plot_nf_heatmap"
11434   output-file-type: ".html"
11435   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
11436   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11437   filter: "'NIC_Intel-XXV710' and
11438            'NF_DENSITY' and
11439            'DOCKER' and
11440            'PIPELINE' and
11441            'NF_VPPIP4' and
11442            'IMIX' and
11443            '4T2C' and
11444            'NDRPDR'"
11445   parameters:
11446   - "throughput"
11447   - "name"
11448   - "tags"
11449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11450   x-axis: "X = CNFs per Service Pipeline"
11451   y-axis: "Y = Number of Service Pipelines"
11452   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11453   layout:
11454     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11455     layout: "plot-service-density"
11456
11457 - type: "plot"
11458   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11459   algorithm: "plot_nf_heatmap"
11460   output-file-type: ".html"
11461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
11462   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11463   filter: "'NIC_Intel-XXV710' and
11464            'NF_DENSITY' and
11465            'DOCKER' and
11466            'PIPELINE' and
11467            'NF_VPPIP4' and
11468            'IMIX' and
11469            '8T4C' and
11470            'NDRPDR'"
11471   parameters:
11472   - "throughput"
11473   - "name"
11474   - "tags"
11475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11476   x-axis: "X = CNFs per Service Pipeline"
11477   y-axis: "Y = Number of Service Pipelines"
11478   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11479   layout:
11480     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11481     layout: "plot-service-density"
11482
11483 ###############################################################################
11484 # Plots - 2n-clx NF Density - VSC - MRR IMIX
11485
11486 - type: "plot"
11487   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11488   algorithm: "plot_nf_heatmap"
11489   output-file-type: ".html"
11490   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
11491   data: "plot-vpp-nfv-2n-clx-mrr"
11492   filter: "'NIC_Intel-XXV710' and
11493            'NF_DENSITY' and
11494            'VHOST' and
11495            not 'VXLAN' and
11496            'CHAIN' and
11497            'NF_VPPIP4' and
11498            'IMIX' and
11499            '2T1C' and
11500            'MRR'"
11501   parameters:
11502   - "result"
11503   - "name"
11504   - "tags"
11505   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11506   x-axis: "X = VNFs per Service Chain"
11507   y-axis: "Y = Number of Service Chains"
11508   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11509   layout:
11510     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11511     layout: "plot-service-density"
11512
11513 - type: "plot"
11514   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11515   algorithm: "plot_nf_heatmap"
11516   output-file-type: ".html"
11517   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
11518   data: "plot-vpp-nfv-2n-clx-mrr"
11519   filter: "'NIC_Intel-XXV710' and
11520            'NF_DENSITY' and
11521            'VHOST' and
11522            not 'VXLAN' and
11523            'CHAIN' and
11524            'NF_VPPIP4' and
11525            'IMIX' and
11526            '4T2C' and
11527            'MRR'"
11528   parameters:
11529   - "result"
11530   - "name"
11531   - "tags"
11532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11533   x-axis: "X = VNFs per Service Chain"
11534   y-axis: "Y = Number of Service Chains"
11535   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11536   layout:
11537     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11538     layout: "plot-service-density"
11539
11540 - type: "plot"
11541   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11542   algorithm: "plot_nf_heatmap"
11543   output-file-type: ".html"
11544   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
11545   data: "plot-vpp-nfv-2n-clx-mrr"
11546   filter: "'NIC_Intel-XXV710' and
11547            'NF_DENSITY' and
11548            'VHOST' and
11549            not 'VXLAN' and
11550            'CHAIN' and
11551            'NF_VPPIP4' and
11552            'IMIX' and
11553            '8T4C' and
11554            'MRR'"
11555   parameters:
11556   - "result"
11557   - "name"
11558   - "tags"
11559   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11560   x-axis: "X = VNFs per Service Chain"
11561   y-axis: "Y = Number of Service Chains"
11562   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11563   layout:
11564     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11565     layout: "plot-service-density"
11566
11567 # Plots - NF Density - VSC - NDR IMIX
11568 - type: "plot"
11569   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11570   algorithm: "plot_nf_heatmap"
11571   output-file-type: ".html"
11572   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
11573   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11574   filter: "'NIC_Intel-XXV710' and
11575            'NF_DENSITY' and
11576            'VHOST' and
11577            not 'VXLAN' and
11578            'CHAIN' and
11579            'NF_VPPIP4' and
11580            'IMIX' and
11581            '2T1C' and
11582            'NDRPDR'"
11583   parameters:
11584   - "throughput"
11585   - "name"
11586   - "tags"
11587   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11588   x-axis: "X = VNFs per Service Chain"
11589   y-axis: "Y = Number of Service Chains"
11590   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11591   layout:
11592     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11593     layout: "plot-service-density"
11594
11595 - type: "plot"
11596   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11597   algorithm: "plot_nf_heatmap"
11598   output-file-type: ".html"
11599   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
11600   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11601   filter: "'NIC_Intel-XXV710' and
11602            'NF_DENSITY' and
11603            'VHOST' and
11604            not 'VXLAN' and
11605            'CHAIN' and
11606            'NF_VPPIP4' and
11607            'IMIX' and
11608            '4T2C' and
11609            'NDRPDR'"
11610   parameters:
11611   - "throughput"
11612   - "name"
11613   - "tags"
11614   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11615   x-axis: "X = VNFs per Service Chain"
11616   y-axis: "Y = Number of Service Chains"
11617   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11618   layout:
11619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11620     layout: "plot-service-density"
11621
11622 - type: "plot"
11623   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11624   algorithm: "plot_nf_heatmap"
11625   output-file-type: ".html"
11626   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
11627   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11628   filter: "'NIC_Intel-XXV710' and
11629            'NF_DENSITY' and
11630            'VHOST' and
11631            not 'VXLAN' and
11632            'CHAIN' and
11633            'NF_VPPIP4' and
11634            'IMIX' and
11635            '8T4C' and
11636            'NDRPDR'"
11637   parameters:
11638   - "throughput"
11639   - "name"
11640   - "tags"
11641   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11642   x-axis: "X = VNFs per Service Chain"
11643   y-axis: "Y = Number of Service Chains"
11644   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11645   layout:
11646     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11647     layout: "plot-service-density"
11648
11649 # Plots - NF Density - VSC - PDR IMIX
11650 - type: "plot"
11651   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11652   algorithm: "plot_nf_heatmap"
11653   output-file-type: ".html"
11654   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
11655   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11656   filter: "'NIC_Intel-XXV710' and
11657            'NF_DENSITY' and
11658            'VHOST' and
11659            not 'VXLAN' and
11660            'CHAIN' and
11661            'NF_VPPIP4' and
11662            'IMIX' and
11663            '2T1C' and
11664            'NDRPDR'"
11665   parameters:
11666   - "throughput"
11667   - "name"
11668   - "tags"
11669   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11670   x-axis: "X = VNFs per Service Chain"
11671   y-axis: "Y = Number of Service Chains"
11672   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11673   layout:
11674     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11675     layout: "plot-service-density"
11676
11677 - type: "plot"
11678   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11679   algorithm: "plot_nf_heatmap"
11680   output-file-type: ".html"
11681   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
11682   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11683   filter: "'NIC_Intel-XXV710' and
11684            'NF_DENSITY' and
11685            'VHOST' and
11686            not 'VXLAN' and
11687            'CHAIN' and
11688            'NF_VPPIP4' and
11689            'IMIX' and
11690            '4T2C' and
11691            'NDRPDR'"
11692   parameters:
11693   - "throughput"
11694   - "name"
11695   - "tags"
11696   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11697   x-axis: "X = VNFs per Service Chain"
11698   y-axis: "Y = Number of Service Chains"
11699   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11700   layout:
11701     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11702     layout: "plot-service-density"
11703
11704 - type: "plot"
11705   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11706   algorithm: "plot_nf_heatmap"
11707   output-file-type: ".html"
11708   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
11709   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11710   filter: "'NIC_Intel-XXV710' and
11711            'NF_DENSITY' and
11712            'VHOST' and
11713            not 'VXLAN' and
11714            'CHAIN' and
11715            'NF_VPPIP4' and
11716            'IMIX' and
11717            '8T4C' and
11718            'NDRPDR'"
11719   parameters:
11720   - "throughput"
11721   - "name"
11722   - "tags"
11723   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11724   x-axis: "X = VNFs per Service Chain"
11725   y-axis: "Y = Number of Service Chains"
11726   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11727   layout:
11728     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11729     layout: "plot-service-density"
11730
11731 # Plots - NF Density - VSC - MRR IMIX
11732 - type: "plot"
11733   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11734   algorithm: "plot_nf_heatmap"
11735   output-file-type: ".html"
11736   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11737   data: "plot-vpp-nfv-2n-clx-mrr"
11738   filter: "'NIC_Intel-XXV710' and
11739            'NF_DENSITY' and
11740            'VHOST' and
11741            'VXLAN' and
11742            'CHAIN' and
11743            'IMIX' and
11744            '2T1C' and
11745            'MRR'"
11746   parameters:
11747   - "result"
11748   - "name"
11749   - "tags"
11750   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11751   x-axis: "X = VNFs per Service Chain"
11752   y-axis: "Y = Number of Service Chains"
11753   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11754   layout:
11755     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11756     layout: "plot-service-density"
11757
11758 - type: "plot"
11759   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11760   algorithm: "plot_nf_heatmap"
11761   output-file-type: ".html"
11762   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11763   data: "plot-vpp-nfv-2n-clx-mrr"
11764   filter: "'NIC_Intel-XXV710' and
11765            'NF_DENSITY' and
11766            'VHOST' and
11767            'VXLAN' and
11768            'CHAIN' and
11769            'IMIX' and
11770            '4T2C' and
11771            'MRR'"
11772   parameters:
11773   - "result"
11774   - "name"
11775   - "tags"
11776   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11777   x-axis: "X = VNFs per Service Chain"
11778   y-axis: "Y = Number of Service Chains"
11779   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11780   layout:
11781     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11782     layout: "plot-service-density"
11783
11784 - type: "plot"
11785   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11786   algorithm: "plot_nf_heatmap"
11787   output-file-type: ".html"
11788   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11789   data: "plot-vpp-nfv-2n-clx-mrr"
11790   filter: "'NIC_Intel-XXV710' and
11791            'NF_DENSITY' and
11792            'VHOST' and
11793            'VXLAN' and
11794            'CHAIN' and
11795            'IMIX' and
11796            '8T4C' and
11797            'MRR'"
11798   parameters:
11799   - "result"
11800   - "name"
11801   - "tags"
11802   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11803   x-axis: "X = VNFs per Service Chain"
11804   y-axis: "Y = Number of Service Chains"
11805   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11806   layout:
11807     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11808     layout: "plot-service-density"
11809
11810 # Plots - NF Density - VSC - NDR IMIX
11811 - type: "plot"
11812   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11813   algorithm: "plot_nf_heatmap"
11814   output-file-type: ".html"
11815   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11816   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11817   filter: "'NIC_Intel-XXV710' and
11818            'NF_DENSITY' and
11819            'VHOST' and
11820            'VXLAN' and
11821            'CHAIN' and
11822            'IMIX' and
11823            '2T1C' and
11824            'NDRPDR'"
11825   parameters:
11826   - "throughput"
11827   - "name"
11828   - "tags"
11829   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11830   x-axis: "X = VNFs per Service Chain"
11831   y-axis: "Y = Number of Service Chains"
11832   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11833   layout:
11834     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11835     layout: "plot-service-density"
11836
11837 - type: "plot"
11838   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11839   algorithm: "plot_nf_heatmap"
11840   output-file-type: ".html"
11841   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11842   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11843   filter: "'NIC_Intel-XXV710' and
11844            'NF_DENSITY' and
11845            'VHOST' and
11846            'VXLAN' and
11847            'CHAIN' and
11848            'IMIX' and
11849            '4T2C' and
11850            'NDRPDR'"
11851   parameters:
11852   - "throughput"
11853   - "name"
11854   - "tags"
11855   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11856   x-axis: "X = VNFs per Service Chain"
11857   y-axis: "Y = Number of Service Chains"
11858   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11859   layout:
11860     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11861     layout: "plot-service-density"
11862
11863 - type: "plot"
11864   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11865   algorithm: "plot_nf_heatmap"
11866   output-file-type: ".html"
11867   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11868   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11869   filter: "'NIC_Intel-XXV710' and
11870            'NF_DENSITY' and
11871            'VHOST' and
11872            'VXLAN' and
11873            'CHAIN' and
11874            'IMIX' and
11875            '8T4C' and
11876            'NDRPDR'"
11877   parameters:
11878   - "throughput"
11879   - "name"
11880   - "tags"
11881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11882   x-axis: "X = VNFs per Service Chain"
11883   y-axis: "Y = Number of Service Chains"
11884   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11885   layout:
11886     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11887     layout: "plot-service-density"
11888
11889 # Plots - NF Density - VSC - PDR IMIX
11890 - type: "plot"
11891   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11892   algorithm: "plot_nf_heatmap"
11893   output-file-type: ".html"
11894   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11895   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11896   filter: "'NIC_Intel-XXV710' and
11897            'NF_DENSITY' and
11898            'VHOST' and
11899            'VXLAN' and
11900            'CHAIN' and
11901            'IMIX' and
11902            '2T1C' and
11903            'NDRPDR'"
11904   parameters:
11905   - "throughput"
11906   - "name"
11907   - "tags"
11908   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11909   x-axis: "X = VNFs per Service Chain"
11910   y-axis: "Y = Number of Service Chains"
11911   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11912   layout:
11913     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11914     layout: "plot-service-density"
11915
11916 - type: "plot"
11917   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11918   algorithm: "plot_nf_heatmap"
11919   output-file-type: ".html"
11920   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11921   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11922   filter: "'NIC_Intel-XXV710' and
11923            'NF_DENSITY' and
11924            'VHOST' and
11925            'VXLAN' and
11926            'CHAIN' and
11927            'IMIX' and
11928            '4T2C' and
11929            'NDRPDR'"
11930   parameters:
11931   - "throughput"
11932   - "name"
11933   - "tags"
11934   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11935   x-axis: "X = VNFs per Service Chain"
11936   y-axis: "Y = Number of Service Chains"
11937   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11938   layout:
11939     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11940     layout: "plot-service-density"
11941
11942 - type: "plot"
11943   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11944   algorithm: "plot_nf_heatmap"
11945   output-file-type: ".html"
11946   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11947   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11948   filter: "'NIC_Intel-XXV710' and
11949            'NF_DENSITY' and
11950            'VHOST' and
11951            'VXLAN' and
11952            'CHAIN' and
11953            'IMIX' and
11954            '8T4C' and
11955            'NDRPDR'"
11956   parameters:
11957   - "throughput"
11958   - "name"
11959   - "tags"
11960   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11961   x-axis: "X = VNFs per Service Chain"
11962   y-axis: "Y = Number of Service Chains"
11963   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11964   layout:
11965     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11966     layout: "plot-service-density"
11967
11968 # Plots - NF Density - CSC - MRR IMIX
11969 - type: "plot"
11970   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11971   algorithm: "plot_nf_heatmap"
11972   output-file-type: ".html"
11973   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11974   data: "plot-vpp-nfv-2n-clx-mrr"
11975   filter: "'NIC_Intel-XXV710' and
11976            'NF_DENSITY' and
11977            'DOCKER' and
11978            'CHAIN' and
11979            'NF_VPPIP4' and
11980            'IMIX' and
11981            '2T1C' and
11982            'MRR'"
11983   parameters:
11984   - "result"
11985   - "name"
11986   - "tags"
11987   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11988   x-axis: "X = CNFs per Service Chain"
11989   y-axis: "Y = Number of Service Chains"
11990   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11991   layout:
11992     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11993     layout: "plot-service-density"
11994
11995 - type: "plot"
11996   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11997   algorithm: "plot_nf_heatmap"
11998   output-file-type: ".html"
11999   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
12000   data: "plot-vpp-nfv-2n-clx-mrr"
12001   filter: "'NIC_Intel-XXV710' and
12002            'NF_DENSITY' and
12003            'DOCKER' and
12004            'CHAIN' and
12005            'NF_VPPIP4' and
12006            'IMIX' and
12007            '4T2C' and
12008            'MRR'"
12009   parameters:
12010   - "result"
12011   - "name"
12012   - "tags"
12013   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12014   x-axis: "X = CNFs 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}mif-{XY}dcr-vppip4-mrr"
12019     layout: "plot-service-density"
12020
12021 - type: "plot"
12022   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12023   algorithm: "plot_nf_heatmap"
12024   output-file-type: ".html"
12025   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
12026   data: "plot-vpp-nfv-2n-clx-mrr"
12027   filter: "'NIC_Intel-XXV710' and
12028            'NF_DENSITY' and
12029            'DOCKER' and
12030            'CHAIN' and
12031            'NF_VPPIP4' and
12032            'IMIX' and
12033            '8T4C' and
12034            'MRR'"
12035   parameters:
12036   - "result"
12037   - "name"
12038   - "tags"
12039   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12040   x-axis: "X = CNFs per Service Chain"
12041   y-axis: "Y = Number of Service Chains"
12042   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12043   layout:
12044     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12045     layout: "plot-service-density"
12046
12047 # Plots - NF Density - CSC - NDR IMIX
12048 - type: "plot"
12049   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12050   algorithm: "plot_nf_heatmap"
12051   output-file-type: ".html"
12052   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
12053   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12054   filter: "'NIC_Intel-XXV710' and
12055            'NF_DENSITY' and
12056            'DOCKER' and
12057            'CHAIN' and
12058            'NF_VPPIP4' and
12059            'IMIX' and
12060            '2T1C' and
12061            'NDRPDR'"
12062   parameters:
12063   - "throughput"
12064   - "name"
12065   - "tags"
12066   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12067   x-axis: "X = CNFs per Service Chain"
12068   y-axis: "Y = Number of Service Chains"
12069   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12070   layout:
12071     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12072     layout: "plot-service-density"
12073
12074 - type: "plot"
12075   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12076   algorithm: "plot_nf_heatmap"
12077   output-file-type: ".html"
12078   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
12079   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12080   filter: "'NIC_Intel-XXV710' and
12081            'NF_DENSITY' and
12082            'DOCKER' and
12083            'CHAIN' and
12084            'NF_VPPIP4' and
12085            'IMIX' and
12086            '4T2C' and
12087            'NDRPDR'"
12088   parameters:
12089   - "throughput"
12090   - "name"
12091   - "tags"
12092   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12093   x-axis: "X = CNFs per Service Chain"
12094   y-axis: "Y = Number of Service Chains"
12095   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12096   layout:
12097     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12098     layout: "plot-service-density"
12099
12100 - type: "plot"
12101   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12102   algorithm: "plot_nf_heatmap"
12103   output-file-type: ".html"
12104   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
12105   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12106   filter: "'NIC_Intel-XXV710' and
12107            'NF_DENSITY' and
12108            'DOCKER' and
12109            'CHAIN' and
12110            'NF_VPPIP4' and
12111            'IMIX' and
12112            '8T4C' and
12113            'NDRPDR'"
12114   parameters:
12115   - "throughput"
12116   - "name"
12117   - "tags"
12118   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12119   x-axis: "X = CNFs per Service Chain"
12120   y-axis: "Y = Number of Service Chains"
12121   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12122   layout:
12123     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12124     layout: "plot-service-density"
12125
12126 # Plots - NF Density - CSC - PDR IMIX
12127 - type: "plot"
12128   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12129   algorithm: "plot_nf_heatmap"
12130   output-file-type: ".html"
12131   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
12132   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12133   filter: "'NIC_Intel-XXV710' and
12134            'NF_DENSITY' and
12135            'DOCKER' and
12136            'CHAIN' and
12137            'NF_VPPIP4' and
12138            'IMIX' and
12139            '2T1C' and
12140            'NDRPDR'"
12141   parameters:
12142   - "throughput"
12143   - "name"
12144   - "tags"
12145   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12146   x-axis: "X = CNFs per Service Chain"
12147   y-axis: "Y = Number of Service Chains"
12148   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12149   layout:
12150     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12151     layout: "plot-service-density"
12152
12153 - type: "plot"
12154   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12155   algorithm: "plot_nf_heatmap"
12156   output-file-type: ".html"
12157   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
12158   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12159   filter: "'NIC_Intel-XXV710' and
12160            'NF_DENSITY' and
12161            'DOCKER' and
12162            'CHAIN' and
12163            'NF_VPPIP4' and
12164            'IMIX' and
12165            '4T2C' and
12166            'NDRPDR'"
12167   parameters:
12168   - "throughput"
12169   - "name"
12170   - "tags"
12171   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12172   x-axis: "X = CNFs per Service Chain"
12173   y-axis: "Y = Number of Service Chains"
12174   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12175   layout:
12176     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12177     layout: "plot-service-density"
12178
12179 - type: "plot"
12180   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12181   algorithm: "plot_nf_heatmap"
12182   output-file-type: ".html"
12183   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
12184   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12185   filter: "'NIC_Intel-XXV710' and
12186            'NF_DENSITY' and
12187            'DOCKER' and
12188            'CHAIN' and
12189            'NF_VPPIP4' and
12190            'IMIX' and
12191            '8T4C' and
12192            'NDRPDR'"
12193   parameters:
12194   - "throughput"
12195   - "name"
12196   - "tags"
12197   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12198   x-axis: "X = CNFs per Service Chain"
12199   y-axis: "Y = Number of Service Chains"
12200   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12201   layout:
12202     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12203     layout: "plot-service-density"
12204
12205 # Plots - NF Density - CSP - MRR IMIX
12206 - type: "plot"
12207   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12208   algorithm: "plot_nf_heatmap"
12209   output-file-type: ".html"
12210   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
12211   data: "plot-vpp-nfv-2n-clx-mrr"
12212   filter: "'NIC_Intel-XXV710' and
12213            'NF_DENSITY' and
12214            'DOCKER' and
12215            'PIPELINE' and
12216            'NF_VPPIP4' and
12217            'IMIX' and
12218            '2T1C' and
12219            'MRR'"
12220   parameters:
12221   - "result"
12222   - "name"
12223   - "tags"
12224   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12225   x-axis: "X = CNFs per Service Pipeline"
12226   y-axis: "Y = Number of Service Pipelines"
12227   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12228   layout:
12229     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12230     layout: "plot-service-density"
12231
12232 - type: "plot"
12233   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12234   algorithm: "plot_nf_heatmap"
12235   output-file-type: ".html"
12236   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
12237   data: "plot-vpp-nfv-2n-clx-mrr"
12238   filter: "'NIC_Intel-XXV710' and
12239            'NF_DENSITY' and
12240            'DOCKER' and
12241            'PIPELINE' and
12242            'NF_VPPIP4' and
12243            'IMIX' and
12244            '4T2C' and
12245            'MRR'"
12246   parameters:
12247   - "result"
12248   - "name"
12249   - "tags"
12250   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12251   x-axis: "X = CNFs per Service Pipeline"
12252   y-axis: "Y = Number of Service Pipelines"
12253   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12254   layout:
12255     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12256     layout: "plot-service-density"
12257
12258 - type: "plot"
12259   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12260   algorithm: "plot_nf_heatmap"
12261   output-file-type: ".html"
12262   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
12263   data: "plot-vpp-nfv-2n-clx-mrr"
12264   filter: "'NIC_Intel-XXV710' and
12265            'NF_DENSITY' and
12266            'DOCKER' and
12267            'PIPELINE' and
12268            'NF_VPPIP4' and
12269            'IMIX' and
12270            '8T4C' and
12271            'MRR'"
12272   parameters:
12273   - "result"
12274   - "name"
12275   - "tags"
12276   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12277   x-axis: "X = CNFs per Service Pipeline"
12278   y-axis: "Y = Number of Service Pipelines"
12279   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12280   layout:
12281     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12282     layout: "plot-service-density"
12283
12284 # Plots - NF Density - CSP - NDR IMIX
12285 - type: "plot"
12286   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12287   algorithm: "plot_nf_heatmap"
12288   output-file-type: ".html"
12289   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
12290   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12291   filter: "'NIC_Intel-XXV710' and
12292            'NF_DENSITY' and
12293            'DOCKER' and
12294            'PIPELINE' and
12295            'NF_VPPIP4' and
12296            'IMIX' and
12297            '2T1C' and
12298            'NDRPDR'"
12299   parameters:
12300   - "throughput"
12301   - "name"
12302   - "tags"
12303   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12304   x-axis: "X = CNFs per Service Pipeline"
12305   y-axis: "Y = Number of Service Pipelines"
12306   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12307   layout:
12308     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12309     layout: "plot-service-density"
12310
12311 - type: "plot"
12312   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12313   algorithm: "plot_nf_heatmap"
12314   output-file-type: ".html"
12315   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
12316   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12317   filter: "'NIC_Intel-XXV710' and
12318            'NF_DENSITY' and
12319            'DOCKER' and
12320            'PIPELINE' and
12321            'NF_VPPIP4' and
12322            'IMIX' and
12323            '4T2C' and
12324            'NDRPDR'"
12325   parameters:
12326   - "throughput"
12327   - "name"
12328   - "tags"
12329   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12330   x-axis: "X = CNFs per Service Pipeline"
12331   y-axis: "Y = Number of Service Pipelines"
12332   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12333   layout:
12334     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12335     layout: "plot-service-density"
12336
12337 - type: "plot"
12338   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12339   algorithm: "plot_nf_heatmap"
12340   output-file-type: ".html"
12341   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
12342   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12343   filter: "'NIC_Intel-XXV710' and
12344            'NF_DENSITY' and
12345            'DOCKER' and
12346            'PIPELINE' and
12347            'NF_VPPIP4' and
12348            'IMIX' and
12349            '8T4C' and
12350            'NDRPDR'"
12351   parameters:
12352   - "throughput"
12353   - "name"
12354   - "tags"
12355   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12356   x-axis: "X = CNFs per Service Pipeline"
12357   y-axis: "Y = Number of Service Pipelines"
12358   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12359   layout:
12360     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12361     layout: "plot-service-density"
12362
12363 # Plots - NF Density - CSP - PDR IMIX
12364 - type: "plot"
12365   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12366   algorithm: "plot_nf_heatmap"
12367   output-file-type: ".html"
12368   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
12369   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12370   filter: "'NIC_Intel-XXV710' and
12371            'NF_DENSITY' and
12372            'DOCKER' and
12373            'PIPELINE' and
12374            'NF_VPPIP4' and
12375            'IMIX' and
12376            '2T1C' and
12377            'NDRPDR'"
12378   parameters:
12379   - "throughput"
12380   - "name"
12381   - "tags"
12382   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12383   x-axis: "X = CNFs per Service Pipeline"
12384   y-axis: "Y = Number of Service Pipelines"
12385   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12386   layout:
12387     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12388     layout: "plot-service-density"
12389
12390 - type: "plot"
12391   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12392   algorithm: "plot_nf_heatmap"
12393   output-file-type: ".html"
12394   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
12395   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12396   filter: "'NIC_Intel-XXV710' and
12397            'NF_DENSITY' and
12398            'DOCKER' and
12399            'PIPELINE' and
12400            'NF_VPPIP4' and
12401            'IMIX' and
12402            '4T2C' and
12403            'NDRPDR'"
12404   parameters:
12405   - "throughput"
12406   - "name"
12407   - "tags"
12408   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12409   x-axis: "X = CNFs per Service Pipeline"
12410   y-axis: "Y = Number of Service Pipelines"
12411   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12412   layout:
12413     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12414     layout: "plot-service-density"
12415
12416 - type: "plot"
12417   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12418   algorithm: "plot_nf_heatmap"
12419   output-file-type: ".html"
12420   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
12421   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12422   filter: "'NIC_Intel-XXV710' and
12423            'NF_DENSITY' and
12424            'DOCKER' and
12425            'PIPELINE' and
12426            'NF_VPPIP4' and
12427            'IMIX' and
12428            '8T4C' and
12429            'NDRPDR'"
12430   parameters:
12431   - "throughput"
12432   - "name"
12433   - "tags"
12434   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12435   x-axis: "X = CNFs per Service Pipeline"
12436   y-axis: "Y = Number of Service Pipelines"
12437   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12438   layout:
12439     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12440     layout: "plot-service-density"
12441
12442 ################################################################################
12443
12444 # Packet Throughput
12445
12446 - type: "plot"
12447   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12448   algorithm: "plot_perf_box_name"
12449   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12451   include:
12452     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12453     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12454     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12455     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12456   layout:
12457     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12458     layout: "plot-throughput"
12459
12460 - type: "plot"
12461   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12462   algorithm: "plot_perf_box_name"
12463   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12464   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12465   include:
12466     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12467     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12468     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12469     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12470   layout:
12471     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12472     layout: "plot-throughput"
12473
12474 - type: "plot"
12475   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12476   algorithm: "plot_perf_box_name"
12477   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12478   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12479   include:
12480     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12481     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12482     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12483     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12484   layout:
12485     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12486     layout: "plot-throughput"
12487
12488 - type: "plot"
12489   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12490   algorithm: "plot_perf_box_name"
12491   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12492   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12493   include:
12494     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12495     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12496     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12497     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12498   layout:
12499     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12500     layout: "plot-throughput"
12501
12502 - type: "plot"
12503   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12504   algorithm: "plot_perf_box_name"
12505   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12506   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12507   include:
12508     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12509     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12510     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12511     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12512     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12513   layout:
12514     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12515     layout: "plot-throughput"
12516
12517 - type: "plot"
12518   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12519   algorithm: "plot_perf_box_name"
12520   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12522   include:
12523     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12524     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12525     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12526     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12527     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12528   layout:
12529     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12530     layout: "plot-throughput"
12531
12532 - type: "plot"
12533   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12534   algorithm: "plot_perf_box_name"
12535   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12537   include:
12538     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12539     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12540     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12541     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12542     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12543   layout:
12544     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12545     layout: "plot-throughput"
12546
12547 - type: "plot"
12548   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12549   algorithm: "plot_perf_box_name"
12550   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12552   include:
12553     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12554     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12555     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12556     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12557     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12558   layout:
12559     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12560     layout: "plot-throughput"
12561
12562 - type: "plot"
12563   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12564   algorithm: "plot_perf_box_name"
12565   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12566   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12567   include:
12568     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12569     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12570     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12571     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12572     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12573   layout:
12574     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12575     layout: "plot-throughput"
12576
12577 - type: "plot"
12578   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12579   algorithm: "plot_perf_box_name"
12580   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12581   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12582   include:
12583     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12584     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12585     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12586     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12587     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12588   layout:
12589     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12590     layout: "plot-throughput"
12591
12592 - type: "plot"
12593   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
12594   algorithm: "plot_perf_box_name"
12595   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
12596   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12597   include:
12598     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12599     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12600     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12604   layout:
12605     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
12606     layout: "plot-throughput"
12607
12608 - type: "plot"
12609   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
12610   algorithm: "plot_perf_box_name"
12611   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
12612   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12613   include:
12614     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12615     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12616     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12617     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12620   layout:
12621     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
12622     layout: "plot-throughput"
12623
12624 - type: "plot"
12625   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12626   algorithm: "plot_perf_box_name"
12627   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12628   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12629   include:
12630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12635   layout:
12636     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12637     layout: "plot-throughput"
12638
12639 - type: "plot"
12640   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12641   algorithm: "plot_perf_box_name"
12642   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12644   include:
12645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12650   layout:
12651     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12652     layout: "plot-throughput"
12653
12654 - type: "plot"
12655   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12656   algorithm: "plot_perf_box_name"
12657   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12658   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12659   include:
12660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12663   layout:
12664     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12665     layout: "plot-throughput"
12666
12667 - type: "plot"
12668   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12669   algorithm: "plot_perf_box_name"
12670   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12671   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12672   include:
12673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12676   layout:
12677     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12678     layout: "plot-throughput"
12679
12680 - type: "plot"
12681   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12682   algorithm: "plot_perf_box_name"
12683   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12684   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12685   include:
12686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12691   layout:
12692     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12693     layout: "plot-throughput"
12694
12695 - type: "plot"
12696   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12697   algorithm: "plot_perf_box_name"
12698   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12699   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12700   include:
12701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12706   layout:
12707     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12708     layout: "plot-throughput"
12709
12710 - type: "plot"
12711   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12712   algorithm: "plot_perf_box_name"
12713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12715   include:
12716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12719   layout:
12720     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12721     layout: "plot-throughput"
12722
12723 - type: "plot"
12724   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12725   algorithm: "plot_perf_box_name"
12726   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12727   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12728   include:
12729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12732   layout:
12733     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12734     layout: "plot-throughput"
12735
12736 - type: "plot"
12737   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12738   algorithm: "plot_perf_box_name"
12739   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12740   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12741   include:
12742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
12748   layout:
12749     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12750     layout: "plot-throughput"
12751
12752 - type: "plot"
12753   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12754   algorithm: "plot_perf_box_name"
12755   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12757   include:
12758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
12764   layout:
12765     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12766     layout: "plot-throughput"
12767
12768 - type: "plot"
12769   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
12770   algorithm: "plot_perf_box_name"
12771   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
12772   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12773   include:
12774     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
12775     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
12776     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
12777     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
12778     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
12779   layout:
12780     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
12781     layout: "plot-throughput"
12782
12783 - type: "plot"
12784   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
12785   algorithm: "plot_perf_box_name"
12786   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
12787   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12788   include:
12789     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
12790     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
12791     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
12792     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
12793     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
12794   layout:
12795     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
12796     layout: "plot-throughput"
12797
12798 - type: "plot"
12799   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
12800   algorithm: "plot_perf_box_name"
12801   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
12802   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12803   include:
12804     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12805     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12806     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12807     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12808     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12809     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12810     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12811     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12812     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12813     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12814   layout:
12815     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
12816     layout: "plot-cps"
12817
12818 - type: "plot"
12819   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
12820   algorithm: "plot_perf_box_name"
12821   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
12822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12823   include:
12824     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12825     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12826     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12827     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12828     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12829     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12830     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12831     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12832     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12833     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12834   layout:
12835     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
12836     layout: "plot-throughput"
12837
12838 - type: "plot"
12839   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
12840   algorithm: "plot_perf_box_name"
12841   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
12842   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12843   include:
12844     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12845     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12846     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12847     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12848     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12849     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12850     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12851     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12852     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12853     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12854   layout:
12855     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
12856     layout: "plot-cps"
12857
12858 - type: "plot"
12859   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
12860   algorithm: "plot_perf_box_name"
12861   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
12862   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12863   include:
12864     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12865     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12866     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12867     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12868     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12869     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12870     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12871     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12872     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12873     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12874   layout:
12875     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
12876     layout: "plot-throughput"
12877
12878 - type: "plot"
12879   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12880   algorithm: "plot_perf_box_name"
12881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12883   include:
12884     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
12885     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
12886     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
12887     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
12888     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
12889   layout:
12890     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12891     layout: "plot-throughput"
12892
12893 - type: "plot"
12894   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12895   algorithm: "plot_perf_box_name"
12896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12897   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12898   include:
12899     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
12900     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
12901     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
12902     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
12903     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
12904   layout:
12905     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12906     layout: "plot-throughput"
12907
12908 - type: "plot"
12909   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12910   algorithm: "plot_perf_box_name"
12911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12913   include:
12914     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12915     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12916     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12917     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12918     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12919     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12920     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12921     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12922     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12923     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12924   layout:
12925     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12926     layout: "plot-cps"
12927
12928 - type: "plot"
12929   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12930   algorithm: "plot_perf_box_name"
12931   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12933   include:
12934     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12935     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12936     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12937     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12938     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12939     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12940     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12941     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12942     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12943     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12944   layout:
12945     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12946     layout: "plot-throughput"
12947
12948 - type: "plot"
12949   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12950   algorithm: "plot_perf_box_name"
12951   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12952   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12953   include:
12954     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12955     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12956     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12957     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12958     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12959     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12960     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12961     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12962     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12963     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12964   layout:
12965     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12966     layout: "plot-cps"
12967
12968 - type: "plot"
12969   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12970   algorithm: "plot_perf_box_name"
12971   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12973   include:
12974     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12975     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12976     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12977     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12978     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12979     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12980     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12981     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12982     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12983     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12984   layout:
12985     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12986     layout: "plot-throughput"
12987
12988 - type: "plot"
12989   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12990   algorithm: "plot_perf_box_name"
12991   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12992   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12993   include:
12994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13000   layout:
13001     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13002     layout: "plot-throughput"
13003
13004 - type: "plot"
13005   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13006   algorithm: "plot_perf_box_name"
13007   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13009   include:
13010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13016   layout:
13017     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13018     layout: "plot-throughput"
13019
13020 - type: "plot"
13021   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
13022   algorithm: "plot_perf_box_name"
13023   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
13024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13025   include:
13026     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
13027     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
13028     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
13029     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
13030     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
13031   layout:
13032     title: "2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
13033     layout: "plot-throughput"
13034
13035 - type: "plot"
13036   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
13037   algorithm: "plot_perf_box_name"
13038   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
13039   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13040   include:
13041     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
13042     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
13043     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
13044     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
13045     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
13046   layout:
13047     title: "2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
13048     layout: "plot-throughput"
13049
13050 - type: "plot"
13051   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
13052   algorithm: "plot_perf_box_name"
13053   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
13054   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13055   include:
13056     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13057     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13058     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13059     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-rnd-ndrpdr"
13060   layout:
13061     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
13062     layout: "plot-throughput"
13063
13064 - type: "plot"
13065   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
13066   algorithm: "plot_perf_box_name"
13067   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
13068   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13069   include:
13070     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13071     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13072     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13073     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-rnd-ndrpdr"
13074   layout:
13075     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
13076     layout: "plot-throughput"
13077
13078 - type: "plot"
13079   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13080   algorithm: "plot_perf_box_name"
13081   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13083   include:
13084     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13085     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13086 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13087 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13088 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13089   layout:
13090     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13091     layout: "plot-throughput"
13092
13093 - type: "plot"
13094   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13095   algorithm: "plot_perf_box_name"
13096   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13098   include:
13099     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13100     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13101 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13102 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13103 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13104   layout:
13105     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13106     layout: "plot-throughput"
13107
13108 - type: "plot"
13109   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13110   algorithm: "plot_perf_box_name"
13111   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13113   include:
13114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
13117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
13118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13119   layout:
13120     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13121     layout: "plot-throughput"
13122
13123 - type: "plot"
13124   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13125   algorithm: "plot_perf_box_name"
13126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13128   include:
13129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
13132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
13133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13134   layout:
13135     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13136     layout: "plot-throughput"
13137
13138 - type: "plot"
13139   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13140   algorithm: "plot_perf_box_name"
13141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13143   include:
13144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
13147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
13148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13149   layout:
13150     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13151     layout: "plot-throughput"
13152
13153 - type: "plot"
13154   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13155   algorithm: "plot_perf_box_name"
13156   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13158   include:
13159     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13161     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
13162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
13163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13164   layout:
13165     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13166     layout: "plot-throughput"
13167
13168 - type: "plot"
13169   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13170   algorithm: "plot_perf_box_name"
13171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13173   include:
13174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13175     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13176     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13177     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13178   layout:
13179     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13180     layout: "plot-throughput"
13181
13182 - type: "plot"
13183   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13184   algorithm: "plot_perf_box_name"
13185   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13187   include:
13188     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13189     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13190     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13191     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13192   layout:
13193     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13194     layout: "plot-throughput"
13195
13196 - type: "plot"
13197   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13198   algorithm: "plot_perf_box_name"
13199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13201   include:
13202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13207   layout:
13208     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13209     layout: "plot-throughput"
13210
13211 - type: "plot"
13212   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13213   algorithm: "plot_perf_box_name"
13214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13216   include:
13217     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13218     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13219     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13220     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13221     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13222   layout:
13223     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13224     layout: "plot-throughput"
13225
13226 - type: "plot"
13227   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13228   algorithm: "plot_perf_box_name"
13229   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13230   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13231   include:
13232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13237   layout:
13238     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13239     layout: "plot-throughput"
13240
13241 - type: "plot"
13242   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13243   algorithm: "plot_perf_box_name"
13244   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13245   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13246   include:
13247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13252   layout:
13253     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13254     layout: "plot-throughput"
13255
13256 - type: "plot"
13257   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13258   algorithm: "plot_perf_box_name"
13259   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13260   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13261   include:
13262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13266   layout:
13267     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13268     layout: "plot-throughput"
13269
13270 - type: "plot"
13271   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13272   algorithm: "plot_perf_box_name"
13273   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13274   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13275   include:
13276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13278     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13279     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13280   layout:
13281     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13282     layout: "plot-throughput"
13283
13284 - type: "plot"
13285   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13286   algorithm: "plot_perf_box_name"
13287   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13288   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13289   include:
13290     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13291     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13296   layout:
13297     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13298     layout: "plot-throughput"
13299
13300 - type: "plot"
13301   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13302   algorithm: "plot_perf_box_name"
13303   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13304   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13305   include:
13306     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13307     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13312   layout:
13313     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13314     layout: "plot-throughput"
13315
13316 - type: "plot"
13317   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13318   algorithm: "plot_perf_box_name"
13319   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13320   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13321   include:
13322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13328   layout:
13329     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13330     layout: "plot-throughput"
13331
13332 - type: "plot"
13333   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13334   algorithm: "plot_perf_box_name"
13335   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13336   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13337   include:
13338     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13344   layout:
13345     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13346     layout: "plot-throughput"
13347
13348 - type: "plot"
13349   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13350   algorithm: "plot_perf_box_name"
13351   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13352   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13353   include:
13354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13360   layout:
13361     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13362     layout: "plot-throughput"
13363
13364 - type: "plot"
13365   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13366   algorithm: "plot_perf_box_name"
13367   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13368   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13369   include:
13370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13376   layout:
13377     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13378     layout: "plot-throughput"
13379
13380 - type: "plot"
13381   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13382   algorithm: "plot_perf_box_name"
13383   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13384   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13385   include:
13386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13391   layout:
13392     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13393     layout: "plot-throughput"
13394
13395 - type: "plot"
13396   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13397   algorithm: "plot_perf_box_name"
13398   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13399   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13400   include:
13401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13406   layout:
13407     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13408     layout: "plot-throughput"
13409
13410 - type: "plot"
13411   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
13412   algorithm: "plot_perf_box_name"
13413   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
13414   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13415   include:
13416     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13417     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13418   layout:
13419     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
13420     layout: "plot-throughput"
13421
13422 - type: "plot"
13423   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
13424   algorithm: "plot_perf_box_name"
13425   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
13426   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13427   include:
13428     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13429     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13430   layout:
13431     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
13432     layout: "plot-throughput"
13433
13434 - type: "plot"
13435   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
13436   algorithm: "plot_perf_box_name"
13437   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
13438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13439   include:
13440     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13441     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13442     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13443     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13444   layout:
13445     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
13446     layout: "plot-throughput"
13447
13448 - type: "plot"
13449   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
13450   algorithm: "plot_perf_box_name"
13451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
13452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13453   include:
13454     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13455     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13456     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13457     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13458   layout:
13459     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
13460     layout: "plot-throughput"
13461
13462 - type: "plot"
13463   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
13464   algorithm: "plot_perf_box_name"
13465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
13466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13467   include:
13468     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
13469     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13470     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13471     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13472   layout:
13473     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
13474     layout: "plot-throughput"
13475
13476 - type: "plot"
13477   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
13478   algorithm: "plot_perf_box_name"
13479   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
13480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13481   include:
13482     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
13483     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13484     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13485     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13486   layout:
13487     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
13488     layout: "plot-throughput"
13489
13490 - type: "plot"
13491   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13492   algorithm: "plot_perf_box_name"
13493   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13494   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13495   include:
13496     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13497     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13498     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13499     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13500   layout:
13501     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13502     layout: "plot-throughput"
13503
13504 - type: "plot"
13505   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13506   algorithm: "plot_perf_box_name"
13507   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13508   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13509   include:
13510     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13511     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13512     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13513     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13514   layout:
13515     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13516     layout: "plot-throughput"
13517
13518 - type: "plot"
13519   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13520   algorithm: "plot_perf_box_name"
13521   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13522   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13523   include:
13524     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13525     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13526     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13527     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13528   layout:
13529     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13530     layout: "plot-throughput"
13531
13532 - type: "plot"
13533   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13534   algorithm: "plot_perf_box_name"
13535   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13536   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13537   include:
13538     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13539     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13540     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13541     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13542   layout:
13543     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13544     layout: "plot-throughput"
13545
13546 - type: "plot"
13547   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
13548   algorithm: "plot_perf_box_name"
13549   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
13550   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13551   include:
13552     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13553     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13554     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13555     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
13556     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13557     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13558     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13559   layout:
13560     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
13561     layout: "plot-throughput"
13562
13563 - type: "plot"
13564   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
13565   algorithm: "plot_perf_box_name"
13566   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
13567   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13568   include:
13569     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13570     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13571     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13572     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
13573     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13574     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13575     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13576   layout:
13577     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
13578     layout: "plot-throughput"
13579
13580 - type: "plot"
13581   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13582   algorithm: "plot_perf_box_name"
13583   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13584   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13585   include:
13586     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13587     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13588     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13591   layout:
13592     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13593     layout: "plot-throughput"
13594
13595 - type: "plot"
13596   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13597   algorithm: "plot_perf_box_name"
13598   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13599   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13600   include:
13601     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13602     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13603     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13605     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13606   layout:
13607     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13608     layout: "plot-throughput"
13609
13610 - type: "plot"
13611   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
13612   algorithm: "plot_perf_box_name"
13613   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
13614   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13615   include:
13616     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13617     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
13618     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
13619     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
13620   layout:
13621     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
13622     layout: "plot-throughput"
13623
13624 - type: "plot"
13625   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
13626   algorithm: "plot_perf_box_name"
13627   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
13628   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13629   include:
13630     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13631     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
13632     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
13633     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
13634   layout:
13635     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
13636     layout: "plot-throughput"
13637
13638 - type: "plot"
13639   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13640   algorithm: "plot_perf_box_name"
13641   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13643   include:
13644     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13645     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13646     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13647     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13648     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13649   layout:
13650     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13651     layout: "plot-throughput"
13652
13653 - type: "plot"
13654   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13655   algorithm: "plot_perf_box_name"
13656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13658   include:
13659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13660     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13661     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13663     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13664   layout:
13665     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13666     layout: "plot-throughput"
13667
13668 - type: "plot"
13669   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
13670   algorithm: "plot_perf_box_name"
13671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
13672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13673   include:
13674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
13676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
13677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
13678   layout:
13679     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
13680     layout: "plot-throughput"
13681
13682 - type: "plot"
13683   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
13684   algorithm: "plot_perf_box_name"
13685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
13686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13687   include:
13688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
13690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
13691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
13692   layout:
13693     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
13694     layout: "plot-throughput"
13695
13696 - type: "plot"
13697   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
13698   algorithm: "plot_perf_box_name"
13699   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
13700   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13701   include:
13702     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13703     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13704     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13705     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-rnd-ndrpdr"
13706   layout:
13707     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
13708     layout: "plot-throughput"
13709
13710 - type: "plot"
13711   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
13712   algorithm: "plot_perf_box_name"
13713   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
13714   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13715   include:
13716     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13717     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13718     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13719     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-rnd-ndrpdr"
13720   layout:
13721     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
13722     layout: "plot-throughput"
13723
13724 - type: "plot"
13725   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13726   algorithm: "plot_perf_box_name"
13727   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13729   include:
13730     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13731     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13732     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13733   layout:
13734     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13735     layout: "plot-throughput"
13736
13737 - type: "plot"
13738   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13739   algorithm: "plot_perf_box_name"
13740   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13742   include:
13743     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13744     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13745     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13746   layout:
13747     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13748     layout: "plot-throughput"
13749
13750 - type: "plot"
13751   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13752   algorithm: "plot_perf_box_name"
13753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13755   include:
13756     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13757     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13758     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13759     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13760     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13761   layout:
13762     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13763     layout: "plot-throughput"
13764
13765 - type: "plot"
13766   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13767   algorithm: "plot_perf_box_name"
13768   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13770   include:
13771     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13772     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13773     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13774     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13775     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13776   layout:
13777     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13778     layout: "plot-throughput"
13779
13780 - type: "plot"
13781   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13782   algorithm: "plot_perf_box_name"
13783   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13785   include:
13786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13788     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13790     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13791   layout:
13792     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13793     layout: "plot-throughput"
13794
13795 - type: "plot"
13796   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13797   algorithm: "plot_perf_box_name"
13798   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13800   include:
13801     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13805     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13806   layout:
13807     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13808     layout: "plot-throughput"
13809
13810 - type: "plot"
13811   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13812   algorithm: "plot_perf_box_name"
13813   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13814   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13815   include:
13816     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13817     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13818     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13819     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13820     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13821   layout:
13822     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13823     layout: "plot-throughput"
13824
13825 - type: "plot"
13826   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13827   algorithm: "plot_perf_box_name"
13828   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13829   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13830   include:
13831     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13832     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13833     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13834     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13835     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13836   layout:
13837     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13838     layout: "plot-throughput"
13839
13840 - type: "plot"
13841   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13842   algorithm: "plot_perf_box_name"
13843   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13844   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13845   include:
13846     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13847     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13848     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13849     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13850     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13851   layout:
13852     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13853     layout: "plot-throughput"
13854
13855 - type: "plot"
13856   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13857   algorithm: "plot_perf_box_name"
13858   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13859   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13860   include:
13861     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13862     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13863     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13864     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13865     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13866   layout:
13867     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13868     layout: "plot-throughput"
13869
13870 - type: "plot"
13871   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13872   algorithm: "plot_perf_box_name"
13873   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13874   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13875   include:
13876     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13878     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13879     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13880     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13881   layout:
13882     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13883     layout: "plot-throughput"
13884
13885 - type: "plot"
13886   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13887   algorithm: "plot_perf_box_name"
13888   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13889   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13890   include:
13891     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13892     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13893     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13894     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13895     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13896   layout:
13897     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13898     layout: "plot-throughput"
13899
13900 - type: "plot"
13901   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13902   algorithm: "plot_perf_box_name"
13903   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13905   include:
13906     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13907     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13908     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13909     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13911     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13912   layout:
13913     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13914     layout: "plot-throughput"
13915
13916 - type: "plot"
13917   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13918   algorithm: "plot_perf_box_name"
13919   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13920   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13921   include:
13922     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13923     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13924     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13925     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13926     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13927     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13928   layout:
13929     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13930     layout: "plot-throughput"
13931
13932 - type: "plot"
13933   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13934   algorithm: "plot_perf_box_name"
13935   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13936   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13937   include:
13938     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13939     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13940     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13941     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13942   layout:
13943     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13944     layout: "plot-throughput"
13945
13946 - type: "plot"
13947   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13948   algorithm: "plot_perf_box_name"
13949   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13950   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13951   include:
13952     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13953     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13954     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13955     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13956   layout:
13957     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13958     layout: "plot-throughput"
13959
13960 - type: "plot"
13961   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13962   algorithm: "plot_perf_box_name"
13963   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13964   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13965   include:
13966     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13967     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13968     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13969     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13972   layout:
13973     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13974     layout: "plot-throughput"
13975
13976 - type: "plot"
13977   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13978   algorithm: "plot_perf_box_name"
13979   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13981   include:
13982     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13983     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13984     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13985     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13986     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13987     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13988   layout:
13989     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13990     layout: "plot-throughput"
13991
13992 - type: "plot"
13993   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13994   algorithm: "plot_perf_box_name"
13995   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13997   include:
13998     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13999     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14001     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14002     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14003     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14004   layout:
14005     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14006     layout: "plot-throughput"
14007
14008 - type: "plot"
14009   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14010   algorithm: "plot_perf_box_name"
14011   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14013   include:
14014     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14015     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14017     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14018     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14019     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14020   layout:
14021     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14022     layout: "plot-throughput"
14023
14024 - type: "plot"
14025   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14026   algorithm: "plot_perf_box_name"
14027   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14029   include:
14030     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14031     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14032     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14033     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14034     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14035     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14036   layout:
14037     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14038     layout: "plot-throughput"
14039
14040 - type: "plot"
14041   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14042   algorithm: "plot_perf_box_name"
14043   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14044   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14045   include:
14046     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14047     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14048     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14049     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14050     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14051     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14052   layout:
14053     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14054     layout: "plot-throughput"
14055
14056 - type: "plot"
14057   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14058   algorithm: "plot_perf_box_name"
14059   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14060   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14061   include:
14062     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14063     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14064     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14065     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14066     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14067     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14068   layout:
14069     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14070     layout: "plot-throughput"
14071
14072 - type: "plot"
14073   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14074   algorithm: "plot_perf_box_name"
14075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14077   include:
14078     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14079     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14080     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14081     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14082     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14083     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14084   layout:
14085     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14086     layout: "plot-throughput"
14087
14088 - type: "plot"
14089   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14090   algorithm: "plot_perf_box_name"
14091   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14092   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14093   include:
14094     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14095     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14096     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14097     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14098     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14099     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14100   layout:
14101     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14102     layout: "plot-throughput"
14103
14104 - type: "plot"
14105   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14106   algorithm: "plot_perf_box_name"
14107   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14108   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14109   include:
14110     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14111     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14112     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14113     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14114     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14115     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14116   layout:
14117     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14118     layout: "plot-throughput"
14119
14120 - type: "plot"
14121   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
14122   algorithm: "plot_perf_box_name"
14123   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
14124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14125   include:
14126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14132   layout:
14133     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
14134     layout: "plot-throughput"
14135
14136 - type: "plot"
14137   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
14138   algorithm: "plot_perf_box_name"
14139   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
14140   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14141   include:
14142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14148   layout:
14149     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
14150     layout: "plot-throughput"
14151
14152 - type: "plot"
14153   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14154   algorithm: "plot_perf_box_name"
14155   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14156   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14157   include:
14158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14163   layout:
14164     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14165     layout: "plot-throughput"
14166
14167 - type: "plot"
14168   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14169   algorithm: "plot_perf_box_name"
14170   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14171   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14172   include:
14173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14178   layout:
14179     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14180     layout: "plot-throughput"
14181
14182 - type: "plot"
14183   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14184   algorithm: "plot_perf_box_name"
14185   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14187   include:
14188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14193   layout:
14194     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14195     layout: "plot-throughput"
14196
14197 - type: "plot"
14198   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14199   algorithm: "plot_perf_box_name"
14200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14202   include:
14203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14208   layout:
14209     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14210     layout: "plot-throughput"
14211
14212 - type: "plot"
14213   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14214   algorithm: "plot_perf_box_name"
14215   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14216   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14217   include:
14218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14222   layout:
14223     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14224     layout: "plot-throughput"
14225
14226 - type: "plot"
14227   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14228   algorithm: "plot_perf_box_name"
14229   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14230   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14231   include:
14232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14236   layout:
14237     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14238     layout: "plot-throughput"
14239
14240 - type: "plot"
14241   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14242   algorithm: "plot_perf_box_name"
14243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14245   include:
14246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14250   layout:
14251     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14252     layout: "plot-throughput"
14253
14254 - type: "plot"
14255   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14256   algorithm: "plot_perf_box_name"
14257   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14258   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14259   include:
14260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14264   layout:
14265     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14266     layout: "plot-throughput"
14267
14268 - type: "plot"
14269   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
14270   algorithm: "plot_perf_box_name"
14271   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
14272   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14273   include:
14274     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14275     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14276     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14277     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14278     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14279     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14280   layout:
14281     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
14282     layout: "plot-throughput"
14283
14284 - type: "plot"
14285   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
14286   algorithm: "plot_perf_box_name"
14287   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
14288   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14289   include:
14290     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14291     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14292     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14293     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14294     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14295     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14296   layout:
14297     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
14298     layout: "plot-throughput"
14299
14300 - type: "plot"
14301   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
14302   algorithm: "plot_perf_box_name"
14303   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
14304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14305   include:
14306     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14307     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14308     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14309     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14310     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14311   layout:
14312     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
14313     layout: "plot-throughput"
14314
14315 - type: "plot"
14316   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
14317   algorithm: "plot_perf_box_name"
14318   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
14319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14320   include:
14321     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14322     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14323     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14324     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14325     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14326   layout:
14327     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
14328     layout: "plot-throughput"
14329
14330 - type: "plot"
14331   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14332   algorithm: "plot_perf_box_name"
14333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14335   include:
14336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14337     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14338     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14339     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14341   layout:
14342     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14343     layout: "plot-throughput"
14344
14345 - type: "plot"
14346   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14347   algorithm: "plot_perf_box_name"
14348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14350   include:
14351     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14352     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14353     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14356   layout:
14357     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14358     layout: "plot-throughput"
14359
14360 - type: "plot"
14361   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14362   algorithm: "plot_perf_box_name"
14363   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14365   include:
14366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14370   layout:
14371     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14372     layout: "plot-throughput"
14373
14374 - type: "plot"
14375   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14376   algorithm: "plot_perf_box_name"
14377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14379   include:
14380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14384   layout:
14385     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14386     layout: "plot-throughput"
14387
14388 - type: "plot"
14389   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14390   algorithm: "plot_perf_box_name"
14391   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14393   include:
14394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14400   layout:
14401     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14402     layout: "plot-throughput"
14403
14404 - type: "plot"
14405   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14406   algorithm: "plot_perf_box_name"
14407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14409   include:
14410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14416   layout:
14417     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14418     layout: "plot-throughput"
14419
14420 - type: "plot"
14421   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14422   algorithm: "plot_perf_box_name"
14423   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14424   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14425   include:
14426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14432   layout:
14433     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14434     layout: "plot-throughput"
14435
14436 - type: "plot"
14437   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14438   algorithm: "plot_perf_box_name"
14439   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14441   include:
14442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14448   layout:
14449     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14450     layout: "plot-throughput"
14451
14452 - type: "plot"
14453   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
14454   algorithm: "plot_perf_box_name"
14455   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
14456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14457   include:
14458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14464   layout:
14465     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
14466     layout: "plot-throughput"
14467
14468 - type: "plot"
14469   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
14470   algorithm: "plot_perf_box_name"
14471   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
14472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14473   include:
14474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14480   layout:
14481     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
14482     layout: "plot-throughput"
14483
14484 - type: "plot"
14485   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
14486   algorithm: "plot_perf_box_name"
14487   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
14488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14489   include:
14490     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14496   layout:
14497     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
14498     layout: "plot-throughput"
14499
14500 - type: "plot"
14501   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
14502   algorithm: "plot_perf_box_name"
14503   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
14504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14505   include:
14506     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14512   layout:
14513     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
14514     layout: "plot-throughput"
14515
14516 - type: "plot"
14517   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
14518   algorithm: "plot_perf_box_name"
14519   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
14520   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14521   include:
14522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14526   layout:
14527     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
14528     layout: "plot-throughput"
14529
14530 - type: "plot"
14531   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
14532   algorithm: "plot_perf_box_name"
14533   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
14534   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14535   include:
14536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14540   layout:
14541     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
14542     layout: "plot-throughput"
14543
14544 - type: "plot"
14545   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14546   algorithm: "plot_perf_box_name"
14547   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14548   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14549   include:
14550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14556   layout:
14557     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14558     layout: "plot-throughput"
14559
14560 - type: "plot"
14561   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14562   algorithm: "plot_perf_box_name"
14563   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14564   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14565   include:
14566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14572   layout:
14573     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14574     layout: "plot-throughput"
14575
14576 - type: "plot"
14577   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14578   algorithm: "plot_perf_box_name"
14579   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14580   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14581   include:
14582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14588   layout:
14589     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14590     layout: "plot-throughput"
14591
14592 - type: "plot"
14593   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14594   algorithm: "plot_perf_box_name"
14595   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14596   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14597   include:
14598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14604   layout:
14605     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14606     layout: "plot-throughput"
14607
14608 - type: "plot"
14609   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14610   algorithm: "plot_perf_box_name"
14611   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14612   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14613   include:
14614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14618   layout:
14619     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14620     layout: "plot-throughput"
14621
14622 - type: "plot"
14623   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14624   algorithm: "plot_perf_box_name"
14625   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14626   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14627   include:
14628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14632   layout:
14633     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14634     layout: "plot-throughput"
14635
14636 - type: "plot"
14637   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14638   algorithm: "plot_perf_box_name"
14639   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14640   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14641   include:
14642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14648   layout:
14649     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14650     layout: "plot-throughput"
14651
14652 - type: "plot"
14653   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14654   algorithm: "plot_perf_box_name"
14655   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14656   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14657   include:
14658     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14659     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14660     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14661     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14662     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14663     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14664   layout:
14665     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14666     layout: "plot-throughput"
14667
14668 - type: "plot"
14669   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14670   algorithm: "plot_perf_box_name"
14671   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14672   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14673   include:
14674     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14675     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14676     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14677     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14678   layout:
14679     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14680     layout: "plot-throughput"
14681
14682 - type: "plot"
14683   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14684   algorithm: "plot_perf_box_name"
14685   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14686   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14687   include:
14688     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14689     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14690     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14691     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14692   layout:
14693     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14694     layout: "plot-throughput"
14695
14696 - type: "plot"
14697   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14698   algorithm: "plot_perf_box_name"
14699   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14700   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14701   include:
14702     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14703     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14704     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14705     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14706     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14707     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14708   layout:
14709     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14710     layout: "plot-throughput"
14711
14712 - type: "plot"
14713   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14714   algorithm: "plot_perf_box_name"
14715   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14716   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14717   include:
14718     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14719     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14720     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14721     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14722     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14723     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14724   layout:
14725     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14726     layout: "plot-throughput"
14727
14728 - type: "plot"
14729   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14730   algorithm: "plot_perf_box_name"
14731   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14732   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14733   include:
14734     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14735     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14736     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14737     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14738     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14739     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14740   layout:
14741     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14742     layout: "plot-throughput"
14743
14744 - type: "plot"
14745   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14746   algorithm: "plot_perf_box_name"
14747   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14748   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14749   include:
14750     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14751     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14752     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14753     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14754     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14755     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14756   layout:
14757     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14758     layout: "plot-throughput"
14759
14760 - type: "plot"
14761   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
14762   algorithm: "plot_perf_box_name"
14763   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
14764   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14765   include:
14766     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14767     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14768     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14769     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14770     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14771     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14772   layout:
14773     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
14774     layout: "plot-throughput"
14775
14776 - type: "plot"
14777   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
14778   algorithm: "plot_perf_box_name"
14779   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
14780   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14781   include:
14782     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14783     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14784     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14785     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14786     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14787     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14788   layout:
14789     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
14790     layout: "plot-throughput"
14791
14792 - type: "plot"
14793   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
14794   algorithm: "plot_perf_box_name"
14795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
14796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14797   include:
14798     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14799     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14800     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14801 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14802 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14803 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14804   layout:
14805     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
14806     layout: "plot-throughput"
14807
14808 - type: "plot"
14809   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
14810   algorithm: "plot_perf_box_name"
14811   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
14812   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14813   include:
14814     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14815     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14816     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14817 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14818 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14819 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14820   layout:
14821     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
14822     layout: "plot-throughput"
14823
14824 - type: "plot"
14825   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
14826   algorithm: "plot_perf_box_name"
14827   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
14828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14829   include:
14830     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14831     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14832     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14833     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14834     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14835     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14836   layout:
14837     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
14838     layout: "plot-throughput"
14839
14840 - type: "plot"
14841   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
14842   algorithm: "plot_perf_box_name"
14843   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
14844   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14845   include:
14846     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14847     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14848     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14849     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14850     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14851     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14852   layout:
14853     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
14854     layout: "plot-throughput"
14855
14856 - type: "plot"
14857   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14858   algorithm: "plot_perf_box_name"
14859   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14860   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14861   include:
14862     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14863     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14864     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14865     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14866     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14867     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14868   layout:
14869     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14870     layout: "plot-throughput"
14871
14872 - type: "plot"
14873   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14874   algorithm: "plot_perf_box_name"
14875   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14876   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14877   include:
14878     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14879     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14880     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14881     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14882     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14883     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14884   layout:
14885     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14886     layout: "plot-throughput"
14887
14888 #- type: "plot"
14889 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14890 #  algorithm: "plot_perf_box_name"
14891 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14892 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14893 #  include:
14894 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14895 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14896 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14897 #  layout:
14898 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14899 #    layout: "plot-throughput"
14900 #
14901 #- type: "plot"
14902 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14903 #  algorithm: "plot_perf_box_name"
14904 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14905 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14906 #  include:
14907 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14908 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14909 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14910 #  layout:
14911 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14912 #    layout: "plot-throughput"
14913
14914 - type: "plot"
14915   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14916   algorithm: "plot_perf_box_name"
14917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14919   include:
14920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14925   layout:
14926     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14927     layout: "plot-throughput"
14928
14929 - type: "plot"
14930   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14931   algorithm: "plot_perf_box_name"
14932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14934   include:
14935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14940   layout:
14941     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14942     layout: "plot-throughput"
14943
14944 - type: "plot"
14945   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14946   algorithm: "plot_perf_box_name"
14947   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14949   include:
14950     - "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"
14951     - "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"
14952     - "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"
14953     - "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"
14954     - "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"
14955   layout:
14956     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14957     layout: "plot-throughput"
14958
14959 - type: "plot"
14960   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14961   algorithm: "plot_perf_box_name"
14962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14964   include:
14965     - "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"
14966     - "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"
14967     - "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"
14968     - "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"
14969     - "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"
14970   layout:
14971     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14972     layout: "plot-throughput"
14973
14974 - type: "plot"
14975   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14976   algorithm: "plot_perf_box_name"
14977   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14979   include:
14980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14985   layout:
14986     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14987     layout: "plot-throughput"
14988
14989 - type: "plot"
14990   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14991   algorithm: "plot_perf_box_name"
14992   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14993   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14994   include:
14995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15000   layout:
15001     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15002     layout: "plot-throughput"
15003
15004 - type: "plot"
15005   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15006   algorithm: "plot_perf_box_name"
15007   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15009   include:
15010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15015   layout:
15016     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15017     layout: "plot-throughput"
15018
15019 - type: "plot"
15020   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15021   algorithm: "plot_perf_box_name"
15022   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15024   include:
15025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15030   layout:
15031     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15032     layout: "plot-throughput"
15033
15034 - type: "plot"
15035   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
15036   algorithm: "plot_perf_box_name"
15037   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
15038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15039   include:
15040     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15041     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15042     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15043     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15044     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15045   layout:
15046     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
15047     layout: "plot-throughput"
15048
15049 - type: "plot"
15050   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
15051   algorithm: "plot_perf_box_name"
15052   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
15053   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15054   include:
15055     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15056     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15057     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15058     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15060   layout:
15061     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
15062     layout: "plot-throughput"
15063
15064 - type: "plot"
15065   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
15066   algorithm: "plot_perf_box_name"
15067   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
15068   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15069   include:
15070     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15071     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15072     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15073     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15074     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15075   layout:
15076     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
15077     layout: "plot-throughput"
15078
15079 - type: "plot"
15080   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
15081   algorithm: "plot_perf_box_name"
15082   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
15083   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15084   include:
15085     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15086     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15087     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15088     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15089     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15090   layout:
15091     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
15092     layout: "plot-throughput"
15093
15094 - type: "plot"
15095   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15096   algorithm: "plot_perf_box_name"
15097   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15099   include:
15100     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15101     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15102     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15103     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15104   layout:
15105     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15106     layout: "plot-throughput"
15107
15108 - type: "plot"
15109   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15110   algorithm: "plot_perf_box_name"
15111   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15113   include:
15114     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15115     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15116     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15117     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15118   layout:
15119     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15120     layout: "plot-throughput"
15121
15122 - type: "plot"
15123   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15124   algorithm: "plot_perf_box_name"
15125   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15127   include:
15128     - "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"
15129     - "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"
15130     - "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"
15131     - "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"
15132   layout:
15133     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15134     layout: "plot-throughput"
15135
15136 - type: "plot"
15137   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15138   algorithm: "plot_perf_box_name"
15139   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15141   include:
15142     - "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"
15143     - "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"
15144     - "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"
15145     - "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"
15146   layout:
15147     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15148     layout: "plot-throughput"
15149
15150 - type: "plot"
15151   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15152   algorithm: "plot_perf_box_name"
15153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15155   include:
15156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15162   layout:
15163     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15164     layout: "plot-throughput"
15165
15166 - type: "plot"
15167   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15168   algorithm: "plot_perf_box_name"
15169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15171   include:
15172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15178   layout:
15179     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15180     layout: "plot-throughput"
15181
15182 - type: "plot"
15183   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15184   algorithm: "plot_perf_box_name"
15185   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15187   include:
15188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15194   layout:
15195     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15196     layout: "plot-throughput"
15197
15198 - type: "plot"
15199   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15200   algorithm: "plot_perf_box_name"
15201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15203   include:
15204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15210   layout:
15211     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15212     layout: "plot-throughput"
15213
15214 - type: "plot"
15215   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15216   algorithm: "plot_perf_box_name"
15217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15219   include:
15220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15226   layout:
15227     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15228     layout: "plot-throughput"
15229
15230 - type: "plot"
15231   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15232   algorithm: "plot_perf_box_name"
15233   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15235   include:
15236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15242   layout:
15243     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15244     layout: "plot-throughput"
15245
15246 - type: "plot"
15247   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15248   algorithm: "plot_perf_box_name"
15249   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15250   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15251   include:
15252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15257   layout:
15258     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15259     layout: "plot-throughput"
15260
15261 - type: "plot"
15262   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15263   algorithm: "plot_perf_box_name"
15264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15266   include:
15267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15272   layout:
15273     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15274     layout: "plot-throughput"
15275
15276 - type: "plot"
15277   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15278   algorithm: "plot_perf_box_name"
15279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15281   include:
15282     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15283     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15284   layout:
15285     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15286     layout: "plot-throughput"
15287
15288 - type: "plot"
15289   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15290   algorithm: "plot_perf_box_name"
15291   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15293   include:
15294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15296   layout:
15297     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15298     layout: "plot-throughput"
15299
15300 - type: "plot"
15301   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15302   algorithm: "plot_perf_box_name"
15303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15305   include:
15306     - "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"
15307     - "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"
15308   layout:
15309     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15310     layout: "plot-throughput"
15311
15312 - type: "plot"
15313   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15314   algorithm: "plot_perf_box_name"
15315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15317   include:
15318     - "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"
15319     - "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"
15320   layout:
15321     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15322     layout: "plot-throughput"
15323
15324 - type: "plot"
15325   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
15326   algorithm: "plot_perf_box_name"
15327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
15328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15329   include:
15330     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15331     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15332   layout:
15333     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
15334     layout: "plot-throughput"
15335
15336 - type: "plot"
15337   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
15338   algorithm: "plot_perf_box_name"
15339   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
15340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15341   include:
15342     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15343     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15344   layout:
15345     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
15346     layout: "plot-throughput"
15347
15348 - type: "plot"
15349   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
15350   algorithm: "plot_perf_box_name"
15351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
15352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15353   include:
15354     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15356   layout:
15357     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
15358     layout: "plot-throughput"
15359
15360 - type: "plot"
15361   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
15362   algorithm: "plot_perf_box_name"
15363   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
15364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15365   include:
15366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15368   layout:
15369     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
15370     layout: "plot-throughput"
15371
15372 - type: "plot"
15373   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
15374   algorithm: "plot_perf_box_name"
15375   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
15376   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15377   include:
15378     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15379     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15380     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15381     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15382     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15383     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15384   layout:
15385     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
15386     layout: "plot-throughput"
15387
15388 - type: "plot"
15389   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
15390   algorithm: "plot_perf_box_name"
15391   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
15392   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15393   include:
15394     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15395     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15396     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15397     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15398     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15399     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15400   layout:
15401     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
15402     layout: "plot-throughput"
15403
15404 - type: "plot"
15405   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
15406   algorithm: "plot_perf_box_name"
15407   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
15408   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15409   include:
15410     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15411     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15412     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15413     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15414     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15415     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15416   layout:
15417     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
15418     layout: "plot-throughput"
15419
15420 - type: "plot"
15421   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
15422   algorithm: "plot_perf_box_name"
15423   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
15424   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15425   include:
15426     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15427     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15428     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15429     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15430     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15431     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15432   layout:
15433     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
15434     layout: "plot-throughput"
15435
15436 - type: "plot"
15437   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
15438   algorithm: "plot_perf_box_name"
15439   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
15440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15441   include:
15442     - "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"
15443     - "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"
15444     - "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"
15445     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15446     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15447     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15448   layout:
15449     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
15450     layout: "plot-throughput"
15451
15452 - type: "plot"
15453   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
15454   algorithm: "plot_perf_box_name"
15455   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
15456   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15457   include:
15458     - "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"
15459     - "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"
15460     - "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"
15461     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15462     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15463     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15464   layout:
15465     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
15466     layout: "plot-throughput"
15467
15468 - type: "plot"
15469   title: "Throughput: 2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
15470   algorithm: "plot_perf_box_name"
15471   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
15472   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15473   include:
15474     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
15475     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
15476     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
15477     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
15478     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
15479   layout:
15480     title: "2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
15481     layout: "plot-throughput"
15482
15483 - type: "plot"
15484   title: "Throughput: 2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
15485   algorithm: "plot_perf_box_name"
15486   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
15487   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15488   include:
15489     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
15490     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
15491     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
15492     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
15493     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
15494   layout:
15495     title: "2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
15496     layout: "plot-throughput"
15497
15498 - type: "plot"
15499   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-ndr"
15500   algorithm: "plot_perf_box_name"
15501   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-ndr"
15502   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15503   include:
15504     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-1t1c-ethip4-ip4base-iacldstbase-ndrpdr"
15505     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15506     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15507     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15508     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15509   layout:
15510     title: "2n-tx2-xl710-64b-1t1c-ip4routing-features-base-scale-dpdk-ndr"
15511     layout: "plot-throughput"
15512
15513 - type: "plot"
15514   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-pdr"
15515   algorithm: "plot_perf_box_name"
15516   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-pdr"
15517   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15518   include:
15519     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-1t1c-ethip4-ip4base-iacldstbase-ndrpdr"
15520     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15521     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15522     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15523     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15524   layout:
15525     title: "2n-tx2-xl710-64b-1t1c-ip4routing-features-base-scale-dpdk-pdr"
15526     layout: "plot-throughput"
15527
15528 - type: "plot"
15529   title: "Throughput: 2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
15530   algorithm: "plot_perf_box_name"
15531   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
15532   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15533   include:
15534     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
15535     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
15536     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
15537     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
15538     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
15539     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-1t1c-ethip6-ip6base-iacldstbase-ndrpdr"
15540   layout:
15541     title: "2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
15542     layout: "plot-throughput"
15543
15544 - type: "plot"
15545   title: "Throughput: 2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
15546   algorithm: "plot_perf_box_name"
15547   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
15548   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15549   include:
15550     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
15551     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
15552     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
15553     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
15554     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
15555     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-1t1c-ethip6-ip6base-iacldstbase-ndrpdr"
15556   layout:
15557     title: "2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
15558     layout: "plot-throughput"
15559
15560 - type: "plot"
15561   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-ndr"
15562   algorithm: "plot_perf_box_name"
15563   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-ndr"
15564   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15565   include:
15566     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15568     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15571   layout:
15572     title: "2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-ndr"
15573     layout: "plot-throughput"
15574
15575 - type: "plot"
15576   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-pdr"
15577   algorithm: "plot_perf_box_name"
15578   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-pdr"
15579   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15580   include:
15581     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15582     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15583     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15585     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15586   layout:
15587     title: "2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-pdr"
15588     layout: "plot-throughput"
15589
15590 - type: "plot"
15591   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-ndr"
15592   algorithm: "plot_perf_box_name"
15593   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-ndr"
15594   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15595   include:
15596     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15597     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15598     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15600   layout:
15601     title: "2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-ndr"
15602     layout: "plot-throughput"
15603
15604 - type: "plot"
15605   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-pdr"
15606   algorithm: "plot_perf_box_name"
15607   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-pdr"
15608   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15609   include:
15610     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15611     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15612     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15613     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15614   layout:
15615     title: "2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-pdr"
15616     layout: "plot-throughput"
15617
15618 - type: "plot"
15619   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-ndr"
15620   algorithm: "plot_perf_box_name"
15621   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-ndr"
15622   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15623   include:
15624     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15625     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15626     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15627     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15629   layout:
15630     title: "2n-tx2-xl710-64b-1t1c-features-l2switching-base-ndr"
15631     layout: "plot-throughput"
15632
15633 - type: "plot"
15634   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-pdr"
15635   algorithm: "plot_perf_box_name"
15636   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-pdr"
15637   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15638   include:
15639     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15640     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15644   layout:
15645     title: "2n-tx2-xl710-64b-1t1c-features-l2switching-base-pdr"
15646     layout: "plot-throughput"
15647
15648 ################################################################################
15649
15650 # Packet Speedup
15651
15652 - type: "plot"
15653   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
15654   algorithm: "plot_tsa_name"
15655   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
15656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15657   include:
15658     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15659     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15660     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15661     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15662   layout:
15663     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
15664     layout: "plot-throughput-speedup-analysis"
15665
15666 - type: "plot"
15667   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
15668   algorithm: "plot_tsa_name"
15669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
15670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15671   include:
15672     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15673     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15674     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15675     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15676   layout:
15677     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
15678     layout: "plot-throughput-speedup-analysis"
15679
15680 - type: "plot"
15681   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15682   algorithm: "plot_tsa_name"
15683   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15684   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15685   include:
15686     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15687     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15688     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15689     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15690   layout:
15691     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
15692     layout: "plot-throughput-speedup-analysis"
15693
15694 - type: "plot"
15695   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15696   algorithm: "plot_tsa_name"
15697   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15699   include:
15700     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15701     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15702     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15703     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15704   layout:
15705     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
15706     layout: "plot-throughput-speedup-analysis"
15707
15708 - type: "plot"
15709   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
15710   algorithm: "plot_tsa_name"
15711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
15712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15713   include:
15714     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15715     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15716     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15717     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15718     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15719   layout:
15720     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
15721     layout: "plot-throughput-speedup-analysis"
15722
15723 - type: "plot"
15724   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
15725   algorithm: "plot_tsa_name"
15726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
15727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15728   include:
15729     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15730     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15731     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15732     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15733     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15734   layout:
15735     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
15736     layout: "plot-throughput-speedup-analysis"
15737
15738 - type: "plot"
15739   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15740   algorithm: "plot_tsa_name"
15741   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15743   include:
15744     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15745     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15746     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15747     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15748     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15749   layout:
15750     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
15751     layout: "plot-throughput-speedup-analysis"
15752
15753 - type: "plot"
15754   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15755   algorithm: "plot_tsa_name"
15756   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15757   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15758   include:
15759     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15760     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15761     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15762     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15763     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15764   layout:
15765     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
15766     layout: "plot-throughput-speedup-analysis"
15767
15768 - type: "plot"
15769   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15770   algorithm: "plot_tsa_name"
15771   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15772   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15773   include:
15774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15780   layout:
15781     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15782     layout: "plot-throughput-speedup-analysis"
15783
15784 - type: "plot"
15785   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15786   algorithm: "plot_tsa_name"
15787   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15788   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15789   include:
15790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15796   layout:
15797     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15798     layout: "plot-throughput-speedup-analysis"
15799
15800 - type: "plot"
15801   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15802   algorithm: "plot_tsa_name"
15803   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15804   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15805   include:
15806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15811   layout:
15812     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15813     layout: "plot-throughput-speedup-analysis"
15814
15815 - type: "plot"
15816   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15817   algorithm: "plot_tsa_name"
15818   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15820   include:
15821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15826   layout:
15827     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15828     layout: "plot-throughput-speedup-analysis"
15829
15830 - type: "plot"
15831   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
15832   algorithm: "plot_tsa_name"
15833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
15834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15835   include:
15836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15839   layout:
15840     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
15841     layout: "plot-throughput-speedup-analysis"
15842
15843 - type: "plot"
15844   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
15845   algorithm: "plot_tsa_name"
15846   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
15847   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15848   include:
15849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15852   layout:
15853     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
15854     layout: "plot-throughput-speedup-analysis"
15855
15856 - type: "plot"
15857   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15858   algorithm: "plot_tsa_name"
15859   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15860   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15861   include:
15862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15867   layout:
15868     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15869     layout: "plot-throughput-speedup-analysis"
15870
15871 - type: "plot"
15872   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15873   algorithm: "plot_tsa_name"
15874   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15875   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15876   include:
15877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15882   layout:
15883     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15884     layout: "plot-throughput-speedup-analysis"
15885
15886 - type: "plot"
15887   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
15888   algorithm: "plot_tsa_name"
15889   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
15890   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15891   include:
15892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
15893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
15894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
15895   layout:
15896     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
15897     layout: "plot-throughput-speedup-analysis"
15898
15899 - type: "plot"
15900   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
15901   algorithm: "plot_tsa_name"
15902   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
15903   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15904   include:
15905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
15906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
15907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
15908   layout:
15909     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
15910     layout: "plot-throughput-speedup-analysis"
15911
15912 - type: "plot"
15913   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15914   algorithm: "plot_tsa_name"
15915   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15916   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15917   include:
15918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15924   layout:
15925     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15926     layout: "plot-throughput-speedup-analysis"
15927
15928 - type: "plot"
15929   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15930   algorithm: "plot_tsa_name"
15931   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15933   include:
15934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15940   layout:
15941     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15942     layout: "plot-throughput-speedup-analysis"
15943
15944 - type: "plot"
15945   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
15946   algorithm: "plot_tsa_name"
15947   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
15948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15949   include:
15950     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15951     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
15952     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
15953     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
15954     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
15955   layout:
15956     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
15957     layout: "plot-throughput-speedup-analysis"
15958
15959 - type: "plot"
15960   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
15961   algorithm: "plot_tsa_name"
15962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
15963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15964   include:
15965     - "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"
15966     - "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"
15967     - "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"
15968     - "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"
15969     - "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"
15970   layout:
15971     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
15972     layout: "plot-throughput-speedup-analysis"
15973
15974 - type: "plot"
15975   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
15976   algorithm: "plot_tsa_name"
15977   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
15978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15979   include:
15980     - "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"
15981     - "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"
15982     - "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"
15983     - "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"
15984     - "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"
15985     - "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"
15986     - "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"
15987     - "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"
15988     - "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"
15989     - "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"
15990   layout:
15991     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
15992     layout: "plot-throughput-speedup-analysis-cps"
15993
15994 - type: "plot"
15995   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
15996   algorithm: "plot_tsa_name"
15997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
15998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15999   include:
16000     - "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"
16001     - "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"
16002     - "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"
16003     - "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"
16004     - "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"
16005     - "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"
16006     - "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"
16007     - "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"
16008     - "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"
16009     - "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"
16010   layout:
16011     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
16012     layout: "plot-throughput-speedup-analysis"
16013
16014 - type: "plot"
16015   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
16016   algorithm: "plot_tsa_name"
16017   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
16018   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16019   include:
16020     - "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"
16021     - "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"
16022     - "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"
16023     - "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"
16024     - "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"
16025     - "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"
16026     - "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"
16027     - "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"
16028     - "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"
16029     - "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"
16030   layout:
16031     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
16032     layout: "plot-throughput-speedup-analysis-cps"
16033
16034 - type: "plot"
16035   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
16036   algorithm: "plot_tsa_name"
16037   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
16038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16039   include:
16040     - "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"
16041     - "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"
16042     - "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"
16043     - "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"
16044     - "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"
16045     - "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"
16046     - "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"
16047     - "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"
16048     - "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"
16049     - "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"
16050   layout:
16051     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
16052     layout: "plot-throughput-speedup-analysis"
16053
16054 - type: "plot"
16055   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
16056   algorithm: "plot_tsa_name"
16057   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
16058   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16059   include:
16060     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16061     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
16062     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16063     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16064     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16065   layout:
16066     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
16067     layout: "plot-throughput-speedup-analysis"
16068
16069 - type: "plot"
16070   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
16071   algorithm: "plot_tsa_name"
16072   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
16073   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16074   include:
16075     - "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"
16076     - "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"
16077     - "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"
16078     - "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"
16079     - "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"
16080   layout:
16081     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
16082     layout: "plot-throughput-speedup-analysis"
16083
16084 - type: "plot"
16085   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
16086   algorithm: "plot_tsa_name"
16087   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
16088   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16089   include:
16090     - "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"
16091     - "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"
16092     - "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"
16093     - "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"
16094     - "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"
16095     - "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"
16096     - "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"
16097     - "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"
16098     - "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"
16099     - "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"
16100   layout:
16101     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
16102     layout: "plot-throughput-speedup-analysis-cps"
16103
16104 - type: "plot"
16105   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
16106   algorithm: "plot_tsa_name"
16107   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
16108   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16109   include:
16110     - "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"
16111     - "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"
16112     - "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"
16113     - "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"
16114     - "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"
16115     - "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"
16116     - "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"
16117     - "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"
16118     - "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"
16119     - "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"
16120   layout:
16121     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
16122     layout: "plot-throughput-speedup-analysis"
16123
16124 - type: "plot"
16125   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
16126   algorithm: "plot_tsa_name"
16127   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
16128   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16129   include:
16130     - "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"
16131     - "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"
16132     - "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"
16133     - "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"
16134     - "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"
16135     - "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"
16136     - "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"
16137     - "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"
16138     - "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"
16139     - "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"
16140   layout:
16141     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
16142     layout: "plot-throughput-speedup-analysis-cps"
16143
16144 - type: "plot"
16145   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
16146   algorithm: "plot_tsa_name"
16147   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
16148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16149   include:
16150     - "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"
16151     - "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"
16152     - "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"
16153     - "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"
16154     - "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"
16155     - "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"
16156     - "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"
16157     - "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"
16158     - "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"
16159     - "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"
16160   layout:
16161     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
16162     layout: "plot-throughput-speedup-analysis"
16163
16164 - type: "plot"
16165   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16166   algorithm: "plot_tsa_name"
16167   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16169   include:
16170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16176   layout:
16177     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
16178     layout: "plot-throughput-speedup-analysis"
16179
16180 - type: "plot"
16181   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16182   algorithm: "plot_tsa_name"
16183   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16185   include:
16186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16192   layout:
16193     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16194     layout: "plot-throughput-speedup-analysis"
16195
16196 - type: "plot"
16197   title: "Speedup: 2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
16198   algorithm: "plot_tsa_name"
16199   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
16200   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16201   include:
16202     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
16203     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
16204     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
16205     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
16206     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
16207   layout:
16208     title: "2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
16209     layout: "plot-throughput-speedup-analysis"
16210
16211 - type: "plot"
16212   title: "Speedup: 2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
16213   algorithm: "plot_tsa_name"
16214   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
16215   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16216   include:
16217     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
16218     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
16219     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
16220     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
16221     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
16222   layout:
16223     title: "2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
16224     layout: "plot-throughput-speedup-analysis"
16225
16226 - type: "plot"
16227   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16228   algorithm: "plot_tsa_name"
16229   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16230   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16231   include:
16232     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16233     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16234     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16235     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16236   layout:
16237     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
16238     layout: "plot-throughput-speedup-analysis"
16239
16240 - type: "plot"
16241   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16242   algorithm: "plot_tsa_name"
16243   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16245   include:
16246     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16247     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16248     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16249     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16250   layout:
16251     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
16252     layout: "plot-throughput-speedup-analysis"
16253
16254 - type: "plot"
16255   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
16256   algorithm: "plot_tsa_name"
16257   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
16258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16259   include:
16260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16263 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16264 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16265   layout:
16266     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
16267     layout: "plot-throughput-speedup-analysis"
16268
16269 - type: "plot"
16270   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
16271   algorithm: "plot_tsa_name"
16272   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
16273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16274   include:
16275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16278 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16279 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16280   layout:
16281     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
16282     layout: "plot-throughput-speedup-analysis"
16283
16284 - type: "plot"
16285   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16286   algorithm: "plot_tsa_name"
16287   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16289   include:
16290     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
16292     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16294     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16295   layout:
16296     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16297     layout: "plot-throughput-speedup-analysis"
16298
16299 - type: "plot"
16300   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16301   algorithm: "plot_tsa_name"
16302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16304   include:
16305     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
16307     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16308     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16309     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16310   layout:
16311     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16312     layout: "plot-throughput-speedup-analysis"
16313
16314 - type: "plot"
16315   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16316   algorithm: "plot_tsa_name"
16317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16319   include:
16320     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16321     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16322     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16323     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16324     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16325   layout:
16326     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
16327     layout: "plot-throughput-speedup-analysis"
16328
16329 - type: "plot"
16330   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16331   algorithm: "plot_tsa_name"
16332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16334   include:
16335     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16336     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16337     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16338     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16339     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16340   layout:
16341     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
16342     layout: "plot-throughput-speedup-analysis"
16343
16344 - type: "plot"
16345   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
16346   algorithm: "plot_tsa_name"
16347   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
16348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16349   include:
16350     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16351     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16352     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16353     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16354   layout:
16355     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
16356     layout: "plot-throughput-speedup-analysis"
16357
16358 - type: "plot"
16359   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
16360   algorithm: "plot_tsa_name"
16361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
16362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16363   include:
16364     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16367     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16368   layout:
16369     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
16370     layout: "plot-throughput-speedup-analysis"
16371
16372 - type: "plot"
16373   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16374   algorithm: "plot_tsa_name"
16375   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16376   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16377   include:
16378     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16382     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16383   layout:
16384     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
16385     layout: "plot-throughput-speedup-analysis"
16386
16387 - type: "plot"
16388   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16389   algorithm: "plot_tsa_name"
16390   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16392   include:
16393     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16397     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16398   layout:
16399     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16400     layout: "plot-throughput-speedup-analysis"
16401
16402 - type: "plot"
16403   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
16404   algorithm: "plot_tsa_name"
16405   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
16406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16407   include:
16408     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16410   layout:
16411     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
16412     layout: "plot-throughput-speedup-analysis"
16413
16414 - type: "plot"
16415   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
16416   algorithm: "plot_tsa_name"
16417   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
16418   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16419   include:
16420     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16422   layout:
16423     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
16424     layout: "plot-throughput-speedup-analysis"
16425
16426 - type: "plot"
16427   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
16428   algorithm: "plot_tsa_name"
16429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
16430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16431   include:
16432     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16436   layout:
16437     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
16438     layout: "plot-throughput-speedup-analysis"
16439
16440 - type: "plot"
16441   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
16442   algorithm: "plot_tsa_name"
16443   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
16444   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16445   include:
16446     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16450   layout:
16451     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
16452     layout: "plot-throughput-speedup-analysis"
16453
16454 - type: "plot"
16455   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
16456   algorithm: "plot_tsa_name"
16457   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
16458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16459   include:
16460     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16462     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16464   layout:
16465     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
16466     layout: "plot-throughput-speedup-analysis"
16467
16468 - type: "plot"
16469   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
16470   algorithm: "plot_tsa_name"
16471   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
16472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16473   include:
16474     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16475     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16476     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16477     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16478   layout:
16479     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
16480     layout: "plot-throughput-speedup-analysis"
16481
16482 - type: "plot"
16483   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
16484   algorithm: "plot_tsa_name"
16485   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
16486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16487   include:
16488     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16489     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16491     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
16492     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16493     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16494     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16495   layout:
16496     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
16497     layout: "plot-throughput-speedup-analysis"
16498
16499 - type: "plot"
16500   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
16501   algorithm: "plot_tsa_name"
16502   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
16503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16504   include:
16505     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16506     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16507     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16508     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
16509     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16510     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16511     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16512   layout:
16513     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
16514     layout: "plot-throughput-speedup-analysis"
16515
16516 - type: "plot"
16517   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16518   algorithm: "plot_tsa_name"
16519   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16521   include:
16522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16523     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16524     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16525     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16526     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16527   layout:
16528     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16529     layout: "plot-throughput-speedup-analysis"
16530
16531 - type: "plot"
16532   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16533   algorithm: "plot_tsa_name"
16534   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16536   include:
16537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16538     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16542   layout:
16543     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16544     layout: "plot-throughput-speedup-analysis"
16545
16546 - type: "plot"
16547   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
16548   algorithm: "plot_tsa_name"
16549   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
16550   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16551   include:
16552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
16554     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
16555     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
16556   layout:
16557     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr"
16558     layout: "plot-throughput-speedup-analysis"
16559
16560 - type: "plot"
16561   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
16562   algorithm: "plot_tsa_name"
16563   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
16564   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16565   include:
16566     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
16568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
16569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
16570   layout:
16571     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr"
16572     layout: "plot-throughput-speedup-analysis"
16573
16574 - type: "plot"
16575   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
16576   algorithm: "plot_tsa_name"
16577   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
16578   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16579   include:
16580     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16581     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
16583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
16584     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16585   layout:
16586     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
16587     layout: "plot-throughput-speedup-analysis"
16588
16589 - type: "plot"
16590   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
16591   algorithm: "plot_tsa_name"
16592   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
16593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16594   include:
16595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
16598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
16599     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16600   layout:
16601     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
16602     layout: "plot-throughput-speedup-analysis"
16603
16604 - type: "plot"
16605   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
16606   algorithm: "plot_tsa_name"
16607   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
16608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16609   include:
16610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
16612     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
16613     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
16614   layout:
16615     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr"
16616     layout: "plot-throughput-speedup-analysis"
16617
16618 - type: "plot"
16619   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
16620   algorithm: "plot_tsa_name"
16621   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
16622   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16623   include:
16624     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16625     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
16626     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
16627     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
16628   layout:
16629     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr"
16630     layout: "plot-throughput-speedup-analysis"
16631
16632 - type: "plot"
16633   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16634   algorithm: "plot_tsa_name"
16635   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16637   include:
16638     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16639     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16640     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16641     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
16642   layout:
16643     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
16644     layout: "plot-throughput-speedup-analysis"
16645
16646 - type: "plot"
16647   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16648   algorithm: "plot_tsa_name"
16649   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16650   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16651   include:
16652     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16653     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16654     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16655     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
16656   layout:
16657     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
16658     layout: "plot-throughput-speedup-analysis"
16659
16660 - type: "plot"
16661   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
16662   algorithm: "plot_tsa_name"
16663   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
16664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16665   include:
16666     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16667     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16668     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16669   layout:
16670     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
16671     layout: "plot-throughput-speedup-analysis"
16672
16673 - type: "plot"
16674   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
16675   algorithm: "plot_tsa_name"
16676   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
16677   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16678   include:
16679     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16680     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16681     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16682   layout:
16683     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
16684     layout: "plot-throughput-speedup-analysis"
16685
16686 - type: "plot"
16687   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16688   algorithm: "plot_tsa_name"
16689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16691   include:
16692     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16693     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16694     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16695     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16696     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16697   layout:
16698     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16699     layout: "plot-throughput-speedup-analysis"
16700
16701 - type: "plot"
16702   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16703   algorithm: "plot_tsa_name"
16704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16706   include:
16707     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16708     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16709     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16710     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16711     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16712   layout:
16713     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16714     layout: "plot-throughput-speedup-analysis"
16715
16716 - type: "plot"
16717   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
16718   algorithm: "plot_tsa_name"
16719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
16720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16721   include:
16722     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16724     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
16725     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
16726     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16727   layout:
16728     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
16729     layout: "plot-throughput-speedup-analysis"
16730
16731 - type: "plot"
16732   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
16733   algorithm: "plot_tsa_name"
16734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
16735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16736   include:
16737     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16738     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16739     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
16740     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
16741     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16742   layout:
16743     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
16744     layout: "plot-throughput-speedup-analysis"
16745
16746 - type: "plot"
16747   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
16748   algorithm: "plot_tsa_name"
16749   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
16750   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16751   include:
16752     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16753     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16754     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16755     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16756     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16757     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16758   layout:
16759     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
16760     layout: "plot-throughput-speedup-analysis"
16761
16762 - type: "plot"
16763   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
16764   algorithm: "plot_tsa_name"
16765   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
16766   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16767   include:
16768     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16769     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16770     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16771     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16772     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
16773     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16774   layout:
16775     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
16776     layout: "plot-throughput-speedup-analysis"
16777
16778 - type: "plot"
16779   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
16780   algorithm: "plot_tsa_name"
16781   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
16782   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16783   include:
16784     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
16785     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16786     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
16787     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16788   layout:
16789     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
16790     layout: "plot-throughput-speedup-analysis"
16791
16792 - type: "plot"
16793   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
16794   algorithm: "plot_tsa_name"
16795   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
16796   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16797   include:
16798     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
16799     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16800     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16801     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16802   layout:
16803     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
16804     layout: "plot-throughput-speedup-analysis"
16805
16806 - type: "plot"
16807   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
16808   algorithm: "plot_tsa_name"
16809   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
16810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16811   include:
16812     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16813     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16814     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16815     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16816     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16817     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16818   layout:
16819     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
16820     layout: "plot-throughput-speedup-analysis"
16821
16822 - type: "plot"
16823   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
16824   algorithm: "plot_tsa_name"
16825   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
16826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16827   include:
16828     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16829     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16830     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16831     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16832     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16833     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16834   layout:
16835     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
16836     layout: "plot-throughput-speedup-analysis"
16837
16838 - type: "plot"
16839   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
16840   algorithm: "plot_tsa_name"
16841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
16842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16843   include:
16844     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16845     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16846     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16847     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16848     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16849     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16850   layout:
16851     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
16852     layout: "plot-throughput-speedup-analysis"
16853
16854 - type: "plot"
16855   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
16856   algorithm: "plot_tsa_name"
16857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
16858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16859   include:
16860     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16861     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16862     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16863     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16864     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16865     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16866   layout:
16867     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
16868     layout: "plot-throughput-speedup-analysis"
16869
16870 - type: "plot"
16871   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16872   algorithm: "plot_tsa_name"
16873   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16874   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16875   include:
16876     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16877     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16878     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16879     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16882   layout:
16883     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16884     layout: "plot-throughput-speedup-analysis"
16885
16886 - type: "plot"
16887   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16888   algorithm: "plot_tsa_name"
16889   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16890   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16891   include:
16892     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16893     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16894     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16895     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16896     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16897     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16898   layout:
16899     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16900     layout: "plot-throughput-speedup-analysis"
16901
16902 - type: "plot"
16903   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16904   algorithm: "plot_tsa_name"
16905   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16906   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16907   include:
16908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
16909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16913   layout:
16914     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
16915     layout: "plot-throughput-speedup-analysis"
16916
16917 - type: "plot"
16918   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16919   algorithm: "plot_tsa_name"
16920   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16922   include:
16923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
16924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16928   layout:
16929     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
16930     layout: "plot-throughput-speedup-analysis"
16931
16932 - type: "plot"
16933   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16934   algorithm: "plot_tsa_name"
16935   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16936   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16937   include:
16938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16943   layout:
16944     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
16945     layout: "plot-throughput-speedup-analysis"
16946
16947 - type: "plot"
16948   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16949   algorithm: "plot_tsa_name"
16950   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16952   include:
16953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16958   layout:
16959     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
16960     layout: "plot-throughput-speedup-analysis"
16961
16962 - type: "plot"
16963   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16964   algorithm: "plot_tsa_name"
16965   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16967   include:
16968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16972   layout:
16973     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
16974     layout: "plot-throughput-speedup-analysis"
16975
16976 - type: "plot"
16977   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16978   algorithm: "plot_tsa_name"
16979   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16981   include:
16982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16986   layout:
16987     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
16988     layout: "plot-throughput-speedup-analysis"
16989
16990 - type: "plot"
16991   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16992   algorithm: "plot_tsa_name"
16993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16995   include:
16996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17000   layout:
17001     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17002     layout: "plot-throughput-speedup-analysis"
17003
17004 - type: "plot"
17005   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17006   algorithm: "plot_tsa_name"
17007   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17009   include:
17010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17014   layout:
17015     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17016     layout: "plot-throughput-speedup-analysis"
17017
17018 - type: "plot"
17019   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17020   algorithm: "plot_tsa_name"
17021   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17022   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17023   include:
17024     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17025     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17026     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17027     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17028     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17029     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17030   layout:
17031     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
17032     layout: "plot-throughput-speedup-analysis"
17033
17034 - type: "plot"
17035   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17036   algorithm: "plot_tsa_name"
17037   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17039   include:
17040     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17041     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17042     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17043     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17044     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17045     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17046   layout:
17047     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
17048     layout: "plot-throughput-speedup-analysis"
17049
17050 - type: "plot"
17051   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17052   algorithm: "plot_tsa_name"
17053   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17055   include:
17056     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17057     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17058     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17059     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17060     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17061   layout:
17062     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
17063     layout: "plot-throughput-speedup-analysis"
17064
17065 - type: "plot"
17066   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17067   algorithm: "plot_tsa_name"
17068   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17070   include:
17071     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17072     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17073     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17074     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17075     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17076   layout:
17077     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
17078     layout: "plot-throughput-speedup-analysis"
17079
17080 - type: "plot"
17081   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17082   algorithm: "plot_tsa_name"
17083   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17085   include:
17086     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17087     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17088     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17089     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17090     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17091   layout:
17092     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
17093     layout: "plot-throughput-speedup-analysis"
17094
17095 - type: "plot"
17096   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17097   algorithm: "plot_tsa_name"
17098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17100   include:
17101     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17102     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17103     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17104     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17105     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17106   layout:
17107     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
17108     layout: "plot-throughput-speedup-analysis"
17109
17110 - type: "plot"
17111   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17112   algorithm: "plot_tsa_name"
17113   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17115   include:
17116     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17117     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17118     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17119     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17120   layout:
17121     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
17122     layout: "plot-throughput-speedup-analysis"
17123
17124 - type: "plot"
17125   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17126   algorithm: "plot_tsa_name"
17127   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17129   include:
17130     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17131     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17132     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17133     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17134   layout:
17135     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
17136     layout: "plot-throughput-speedup-analysis"
17137
17138 - type: "plot"
17139   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17140   algorithm: "plot_tsa_name"
17141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17143   include:
17144     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17145     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17146     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17147     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17148     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17149     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17150   layout:
17151     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
17152     layout: "plot-throughput-speedup-analysis"
17153
17154 - type: "plot"
17155   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17156   algorithm: "plot_tsa_name"
17157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17159   include:
17160     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17162     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17163     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17164     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17166   layout:
17167     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
17168     layout: "plot-throughput-speedup-analysis"
17169
17170 - type: "plot"
17171   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17172   algorithm: "plot_tsa_name"
17173   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17175   include:
17176     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17177     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17182   layout:
17183     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17184     layout: "plot-throughput-speedup-analysis"
17185
17186 - type: "plot"
17187   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17188   algorithm: "plot_tsa_name"
17189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17191   include:
17192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17197     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17198   layout:
17199     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17200     layout: "plot-throughput-speedup-analysis"
17201
17202 - type: "plot"
17203   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
17204   algorithm: "plot_tsa_name"
17205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
17206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17207   include:
17208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17212     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17213     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17214   layout:
17215     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
17216     layout: "plot-throughput-speedup-analysis"
17217
17218 - type: "plot"
17219   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
17220   algorithm: "plot_tsa_name"
17221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
17222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17223   include:
17224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17230   layout:
17231     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
17232     layout: "plot-throughput-speedup-analysis"
17233
17234 - type: "plot"
17235   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
17236   algorithm: "plot_tsa_name"
17237   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
17238   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17239   include:
17240     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17241     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17242     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17243     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17244     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17245     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17246   layout:
17247     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
17248     layout: "plot-throughput-speedup-analysis"
17249
17250 - type: "plot"
17251   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
17252   algorithm: "plot_tsa_name"
17253   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
17254   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17255   include:
17256     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17257     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17258     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17259     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17260     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17261     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17262   layout:
17263     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
17264     layout: "plot-throughput-speedup-analysis"
17265
17266 - type: "plot"
17267   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
17268   algorithm: "plot_tsa_name"
17269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
17270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17271   include:
17272     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17273     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17274     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17275     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17276     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17277     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17278   layout:
17279     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
17280     layout: "plot-throughput-speedup-analysis"
17281
17282 - type: "plot"
17283   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
17284   algorithm: "plot_tsa_name"
17285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
17286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17287   include:
17288     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17289     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17290     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17291     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17292     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17293     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17294   layout:
17295     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
17296     layout: "plot-throughput-speedup-analysis"
17297
17298 - type: "plot"
17299   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
17300   algorithm: "plot_tsa_name"
17301   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
17302   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17303   include:
17304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17309   layout:
17310     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
17311     layout: "plot-throughput-speedup-analysis"
17312
17313 - type: "plot"
17314   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
17315   algorithm: "plot_tsa_name"
17316   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
17317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17318   include:
17319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17324   layout:
17325     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
17326     layout: "plot-throughput-speedup-analysis"
17327
17328 - type: "plot"
17329   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
17330   algorithm: "plot_tsa_name"
17331   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
17332   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17333   include:
17334     - "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"
17335     - "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"
17336     - "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"
17337     - "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"
17338     - "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"
17339   layout:
17340     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
17341     layout: "plot-throughput-speedup-analysis"
17342
17343 - type: "plot"
17344   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
17345   algorithm: "plot_tsa_name"
17346   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
17347   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17348   include:
17349     - "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"
17350     - "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"
17351     - "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"
17352     - "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"
17353     - "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"
17354   layout:
17355     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
17356     layout: "plot-throughput-speedup-analysis"
17357
17358 - type: "plot"
17359   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
17360   algorithm: "plot_tsa_name"
17361   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
17362   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17363   include:
17364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17369   layout:
17370     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
17371     layout: "plot-throughput-speedup-analysis"
17372
17373 - type: "plot"
17374   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
17375   algorithm: "plot_tsa_name"
17376   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
17377   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17378   include:
17379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17384   layout:
17385     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
17386     layout: "plot-throughput-speedup-analysis"
17387
17388 - type: "plot"
17389   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17390   algorithm: "plot_tsa_name"
17391   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
17392   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17393   include:
17394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17399   layout:
17400     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17401     layout: "plot-throughput-speedup-analysis"
17402
17403 - type: "plot"
17404   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17405   algorithm: "plot_tsa_name"
17406   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
17407   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17408   include:
17409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17414   layout:
17415     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17416     layout: "plot-throughput-speedup-analysis"
17417
17418 - type: "plot"
17419   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
17420   algorithm: "plot_tsa_name"
17421   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
17422   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17423   include:
17424     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17425     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17426     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17427     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17428     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17429   layout:
17430     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
17431     layout: "plot-throughput-speedup-analysis"
17432
17433 - type: "plot"
17434   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
17435   algorithm: "plot_tsa_name"
17436   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
17437   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17438   include:
17439     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17440     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17441     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17442     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17443     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17444   layout:
17445     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
17446     layout: "plot-throughput-speedup-analysis"
17447
17448 - type: "plot"
17449   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
17450   algorithm: "plot_tsa_name"
17451   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
17452   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17453   include:
17454     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17455     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17456     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17457     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17458     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17459   layout:
17460     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
17461     layout: "plot-throughput-speedup-analysis"
17462
17463 - type: "plot"
17464   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
17465   algorithm: "plot_tsa_name"
17466   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
17467   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17468   include:
17469     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17470     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17471     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17472     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17473     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17474   layout:
17475     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
17476     layout: "plot-throughput-speedup-analysis"
17477
17478 - type: "plot"
17479   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
17480   algorithm: "plot_tsa_name"
17481   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
17482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17483   include:
17484     - "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"
17485     - "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"
17486     - "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"
17487     - "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"
17488   layout:
17489     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
17490     layout: "plot-throughput-speedup-analysis"
17491
17492 - type: "plot"
17493   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
17494   algorithm: "plot_tsa_name"
17495   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
17496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17497   include:
17498     - "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"
17499     - "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"
17500     - "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"
17501     - "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"
17502   layout:
17503     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
17504     layout: "plot-throughput-speedup-analysis"
17505
17506 - type: "plot"
17507   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
17508   algorithm: "plot_tsa_name"
17509   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
17510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17511   include:
17512     - "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"
17513     - "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"
17514     - "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"
17515     - "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"
17516   layout:
17517     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
17518     layout: "plot-throughput-speedup-analysis"
17519
17520 - type: "plot"
17521   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
17522   algorithm: "plot_tsa_name"
17523   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
17524   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17525   include:
17526     - "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"
17527     - "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"
17528     - "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"
17529     - "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"
17530   layout:
17531     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
17532     layout: "plot-throughput-speedup-analysis"
17533
17534 - type: "plot"
17535   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
17536   algorithm: "plot_tsa_name"
17537   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
17538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17539   include:
17540     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17541     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17542     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17543     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17544     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17545     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17546   layout:
17547     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
17548     layout: "plot-throughput-speedup-analysis"
17549
17550 - type: "plot"
17551   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
17552   algorithm: "plot_tsa_name"
17553   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
17554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17555   include:
17556     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17557     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17558     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17559     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17560     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17561     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17562   layout:
17563     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
17564     layout: "plot-throughput-speedup-analysis"
17565
17566 - type: "plot"
17567   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
17568   algorithm: "plot_tsa_name"
17569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
17570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17571   include:
17572     - "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"
17573     - "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"
17574     - "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"
17575     - "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"
17576     - "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"
17577     - "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"
17578   layout:
17579     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
17580     layout: "plot-throughput-speedup-analysis"
17581
17582 - type: "plot"
17583   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
17584   algorithm: "plot_tsa_name"
17585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
17586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17587   include:
17588     - "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"
17589     - "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"
17590     - "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"
17591     - "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"
17592     - "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"
17593     - "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"
17594   layout:
17595     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
17596     layout: "plot-throughput-speedup-analysis"
17597
17598 - type: "plot"
17599   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
17600   algorithm: "plot_tsa_name"
17601   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
17602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17603   include:
17604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17608     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17610   layout:
17611     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
17612     layout: "plot-throughput-speedup-analysis"
17613
17614 - type: "plot"
17615   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
17616   algorithm: "plot_tsa_name"
17617   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
17618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17619   include:
17620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17624     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17626   layout:
17627     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
17628     layout: "plot-throughput-speedup-analysis"
17629
17630 - type: "plot"
17631   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17632   algorithm: "plot_tsa_name"
17633   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
17634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17635   include:
17636     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17637     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17638     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17639     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17640     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17641   layout:
17642     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17643     layout: "plot-throughput-speedup-analysis"
17644
17645 - type: "plot"
17646   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17647   algorithm: "plot_tsa_name"
17648   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
17649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17650   include:
17651     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17652     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17653     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17654     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17655     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17656   layout:
17657     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17658     layout: "plot-throughput-speedup-analysis"
17659
17660 - type: "plot"
17661   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
17662   algorithm: "plot_tsa_name"
17663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
17664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17665   include:
17666     - "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"
17667     - "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"
17668   layout:
17669     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
17670     layout: "plot-throughput-speedup-analysis"
17671
17672 - type: "plot"
17673   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
17674   algorithm: "plot_tsa_name"
17675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
17676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17677   include:
17678     - "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"
17679     - "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"
17680   layout:
17681     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
17682     layout: "plot-throughput-speedup-analysis"
17683
17684 - type: "plot"
17685   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
17686   algorithm: "plot_tsa_name"
17687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
17688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17689   include:
17690     - "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"
17691     - "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"
17692   layout:
17693     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
17694     layout: "plot-throughput-speedup-analysis"
17695
17696 - type: "plot"
17697   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
17698   algorithm: "plot_tsa_name"
17699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
17700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17701   include:
17702     - "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"
17703     - "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"
17704   layout:
17705     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
17706     layout: "plot-throughput-speedup-analysis"
17707
17708 - type: "plot"
17709   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
17710   algorithm: "plot_tsa_name"
17711   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
17712   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17713   include:
17714     - "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"
17715     - "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"
17716     - "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"
17717     - "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"
17718     - "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"
17719     - "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"
17720   layout:
17721     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
17722     layout: "plot-throughput-speedup-analysis"
17723
17724 - type: "plot"
17725   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
17726   algorithm: "plot_tsa_name"
17727   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
17728   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17729   include:
17730     - "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"
17731     - "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"
17732     - "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"
17733     - "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"
17734     - "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"
17735     - "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"
17736   layout:
17737     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
17738     layout: "plot-throughput-speedup-analysis"
17739
17740 - type: "plot"
17741   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
17742   algorithm: "plot_tsa_name"
17743   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
17744   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17745   include:
17746     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
17747     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17748     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17749     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
17750     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17751   layout:
17752     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
17753     layout: "plot-throughput-speedup-analysis"
17754
17755 - type: "plot"
17756   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
17757   algorithm: "plot_tsa_name"
17758   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
17759   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17760   include:
17761     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
17762     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17763     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17764     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
17765     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17766   layout:
17767     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
17768     layout: "plot-throughput-speedup-analysis"
17769
17770 - type: "plot"
17771   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17772   algorithm: "plot_tsa_name"
17773   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17774   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17775   include:
17776     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17780     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17781   layout:
17782     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
17783     layout: "plot-throughput-speedup-analysis"
17784
17785 - type: "plot"
17786   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17787   algorithm: "plot_tsa_name"
17788   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17789   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17790   include:
17791     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17795     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17796   layout:
17797     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
17798     layout: "plot-throughput-speedup-analysis"
17799
17800 - type: "plot"
17801   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17802   algorithm: "plot_tsa_name"
17803   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17804   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17805   include:
17806     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17807     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17808     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17809     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17810   layout:
17811     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
17812     layout: "plot-throughput-speedup-analysis"
17813
17814 - type: "plot"
17815   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17816   algorithm: "plot_tsa_name"
17817   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17818   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17819   include:
17820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17824   layout:
17825     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
17826     layout: "plot-throughput-speedup-analysis"
17827
17828 - type: "plot"
17829   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17830   algorithm: "plot_tsa_name"
17831   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17832   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17833   include:
17834     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17835     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17836     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17837     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17838   layout:
17839     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
17840     layout: "plot-throughput-speedup-analysis"
17841
17842 - type: "plot"
17843   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17844   algorithm: "plot_tsa_name"
17845   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17846   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17847   include:
17848     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17852   layout:
17853     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
17854     layout: "plot-throughput-speedup-analysis"
17855
17856 - type: "plot"
17857   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17858   algorithm: "plot_tsa_name"
17859   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17860   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17861   include:
17862     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17867   layout:
17868     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
17869     layout: "plot-throughput-speedup-analysis"
17870
17871 - type: "plot"
17872   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17873   algorithm: "plot_tsa_name"
17874   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17875   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17876   include:
17877     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17879     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17882   layout:
17883     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
17884     layout: "plot-throughput-speedup-analysis"
17885
17886 - type: "plot"
17887   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17888   algorithm: "plot_tsa_name"
17889   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17890   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17891   include:
17892     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17893     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17894     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17895     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17896     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17897     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17898   layout:
17899     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
17900     layout: "plot-throughput-speedup-analysis"
17901
17902 - type: "plot"
17903   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17904   algorithm: "plot_tsa_name"
17905   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17906   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17907   include:
17908     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17909     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17910     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17911     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17912     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17913     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17914   layout:
17915     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
17916     layout: "plot-throughput-speedup-analysis"
17917
17918 - type: "plot"
17919   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
17920   algorithm: "plot_tsa_name"
17921   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
17922   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17923   include:
17924     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17925     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17926     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17927     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17928   layout:
17929     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
17930     layout: "plot-throughput-speedup-analysis"
17931
17932 - type: "plot"
17933   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
17934   algorithm: "plot_tsa_name"
17935   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
17936   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17937   include:
17938     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17939     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17940     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17941     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17942   layout:
17943     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
17944     layout: "plot-throughput-speedup-analysis"
17945
17946 - type: "plot"
17947   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17948   algorithm: "plot_tsa_name"
17949   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17950   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17951   include:
17952     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17953     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17954     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17955     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17956     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17957     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17958   layout:
17959     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
17960     layout: "plot-throughput-speedup-analysis"
17961
17962 - type: "plot"
17963   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17964   algorithm: "plot_tsa_name"
17965   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17966   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17967   include:
17968     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17969     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17970     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17971     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17972     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17973     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17974   layout:
17975     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
17976     layout: "plot-throughput-speedup-analysis"
17977
17978 - type: "plot"
17979   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
17980   algorithm: "plot_tsa_name"
17981   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
17982   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17983   include:
17984     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17985     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17986     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17987     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17988     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17989     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17990   layout:
17991     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
17992     layout: "plot-throughput-speedup-analysis"
17993
17994 - type: "plot"
17995   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
17996   algorithm: "plot_tsa_name"
17997   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
17998   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17999   include:
18000     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18001     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18002     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18003     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18004     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18006   layout:
18007     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
18008     layout: "plot-throughput-speedup-analysis"
18009
18010 - type: "plot"
18011   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18012   algorithm: "plot_tsa_name"
18013   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18014   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18015   include:
18016     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18017     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18018     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18019     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18020     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18021     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18022   layout:
18023     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
18024     layout: "plot-throughput-speedup-analysis"
18025
18026 - type: "plot"
18027   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18028   algorithm: "plot_tsa_name"
18029   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18030   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18031   include:
18032     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18033     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18034     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18035     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18036     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18037     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18038   layout:
18039     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
18040     layout: "plot-throughput-speedup-analysis"
18041
18042 - type: "plot"
18043   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
18044   algorithm: "plot_tsa_name"
18045   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
18046   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18047   include:
18048     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18049     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18050     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18051     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18052     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18053     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18054   layout:
18055     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
18056     layout: "plot-throughput-speedup-analysis"
18057
18058 - type: "plot"
18059   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
18060   algorithm: "plot_tsa_name"
18061   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
18062   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18063   include:
18064     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18065     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18066     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18067     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18068     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18069     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18070   layout:
18071     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
18072     layout: "plot-throughput-speedup-analysis"
18073
18074 - type: "plot"
18075   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
18076   algorithm: "plot_tsa_name"
18077   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
18078   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18079   include:
18080     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18081     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18082     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18083     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18084     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18085     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18086   layout:
18087     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
18088     layout: "plot-throughput-speedup-analysis"
18089
18090 - type: "plot"
18091   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
18092   algorithm: "plot_tsa_name"
18093   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
18094   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18095   include:
18096     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18097     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18098     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18099     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18100     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18101     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18102   layout:
18103     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
18104     layout: "plot-throughput-speedup-analysis"
18105
18106 #- type: "plot"
18107 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
18108 #  algorithm: "plot_tsa_name"
18109 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
18110 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18111 #  include:
18112 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18113 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18114 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18115 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18116 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18117 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18118 #  layout:
18119 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
18120 #    layout: "plot-throughput-speedup-analysis"
18121 #
18122 #- type: "plot"
18123 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
18124 #  algorithm: "plot_tsa_name"
18125 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
18126 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18127 #  include:
18128 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18129 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18130 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18131 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18132 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18133 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18134 #  layout:
18135 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
18136 #    layout: "plot-throughput-speedup-analysis"
18137
18138 - type: "plot"
18139   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18140   algorithm: "plot_tsa_name"
18141   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18142   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18143   include:
18144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18150   layout:
18151     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18152     layout: "plot-throughput-speedup-analysis"
18153
18154 - type: "plot"
18155   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18156   algorithm: "plot_tsa_name"
18157   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18158   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18159   include:
18160     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18161     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18162     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18163     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18164     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18165     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18166   layout:
18167     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18168     layout: "plot-throughput-speedup-analysis"
18169
18170 - type: "plot"
18171   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18172   algorithm: "plot_tsa_name"
18173   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18174   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18175   include:
18176     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18178     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18179     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18182   layout:
18183     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18184     layout: "plot-throughput-speedup-analysis"
18185
18186 - type: "plot"
18187   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18188   algorithm: "plot_tsa_name"
18189   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18190   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18191   include:
18192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18193     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18194     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18198   layout:
18199     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18200     layout: "plot-throughput-speedup-analysis"
18201
18202 - type: "plot"
18203   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18204   algorithm: "plot_tsa_name"
18205   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18206   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18207   include:
18208     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18209     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18210     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18211     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18212     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18213   layout:
18214     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18215     layout: "plot-throughput-speedup-analysis"
18216
18217 - type: "plot"
18218   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18219   algorithm: "plot_tsa_name"
18220   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18221   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18222   include:
18223     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18224     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18225     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18226     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18227     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18228   layout:
18229     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18230     layout: "plot-throughput-speedup-analysis"
18231
18232 - type: "plot"
18233   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18234   algorithm: "plot_tsa_name"
18235   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18236   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18237   include:
18238     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18240     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18241     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18242   layout:
18243     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18244     layout: "plot-throughput-speedup-analysis"
18245
18246 - type: "plot"
18247   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18248   algorithm: "plot_tsa_name"
18249   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18250   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18251   include:
18252     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18253     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18254     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18255     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18256   layout:
18257     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18258     layout: "plot-throughput-speedup-analysis"
18259
18260 - type: "plot"
18261   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18262   algorithm: "plot_tsa_name"
18263   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18264   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18265   include:
18266     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18267     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18268     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18269     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18270     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18271     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18272   layout:
18273     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18274     layout: "plot-throughput-speedup-analysis"
18275
18276 - type: "plot"
18277   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18278   algorithm: "plot_tsa_name"
18279   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18280   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18281   include:
18282     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18283     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18284     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18285     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18286     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18287     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18288   layout:
18289     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18290     layout: "plot-throughput-speedup-analysis"
18291
18292 - type: "plot"
18293   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18294   algorithm: "plot_tsa_name"
18295   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18296   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18297   include:
18298     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18299     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18300     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18304   layout:
18305     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18306     layout: "plot-throughput-speedup-analysis"
18307
18308 - type: "plot"
18309   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18310   algorithm: "plot_tsa_name"
18311   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18312   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18313   include:
18314     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18320   layout:
18321     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18322     layout: "plot-throughput-speedup-analysis"
18323
18324 - type: "plot"
18325   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18326   algorithm: "plot_tsa_name"
18327   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18328   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18329   include:
18330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18335   layout:
18336     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18337     layout: "plot-throughput-speedup-analysis"
18338
18339 - type: "plot"
18340   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18341   algorithm: "plot_tsa_name"
18342   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18343   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18344   include:
18345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18350   layout:
18351     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18352     layout: "plot-throughput-speedup-analysis"
18353
18354 - type: "plot"
18355   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18356   algorithm: "plot_tsa_name"
18357   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18358   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18359   include:
18360     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18363     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18364   layout:
18365     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18366     layout: "plot-throughput-speedup-analysis"
18367
18368 - type: "plot"
18369   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18370   algorithm: "plot_tsa_name"
18371   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18372   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18373   include:
18374     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18375     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18378   layout:
18379     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18380     layout: "plot-throughput-speedup-analysis"
18381
18382 - type: "plot"
18383   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18384   algorithm: "plot_tsa_name"
18385   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18386   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18387   include:
18388     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18389     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18390     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18391     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18393   layout:
18394     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18395     layout: "plot-throughput-speedup-analysis"
18396
18397 - type: "plot"
18398   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18399   algorithm: "plot_tsa_name"
18400   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18401   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18402   include:
18403     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18404     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18405     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18406     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18407     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18408   layout:
18409     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18410     layout: "plot-throughput-speedup-analysis"
18411
18412 - type: "plot"
18413   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18414   algorithm: "plot_tsa_name"
18415   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18416   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18417   include:
18418     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18419     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18420     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18421     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18422     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18423     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18424   layout:
18425     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18426     layout: "plot-throughput-speedup-analysis"
18427
18428 - type: "plot"
18429   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18430   algorithm: "plot_tsa_name"
18431   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18432   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18433   include:
18434     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18435     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18436     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18438     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18439     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18440   layout:
18441     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18442     layout: "plot-throughput-speedup-analysis"
18443
18444 - type: "plot"
18445   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18446   algorithm: "plot_tsa_name"
18447   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18448   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18449   include:
18450     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18451     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18452     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18453     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18454   layout:
18455     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18456     layout: "plot-throughput-speedup-analysis"
18457
18458 - type: "plot"
18459   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18460   algorithm: "plot_tsa_name"
18461   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18462   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18463   include:
18464     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18465     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18466     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18467     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18468   layout:
18469     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18470     layout: "plot-throughput-speedup-analysis"
18471
18472 - type: "plot"
18473   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18474   algorithm: "plot_tsa_name"
18475   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18476   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18477   include:
18478     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18479     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18480     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18481     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18482     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18483     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18484   layout:
18485     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18486     layout: "plot-throughput-speedup-analysis"
18487
18488 - type: "plot"
18489   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18490   algorithm: "plot_tsa_name"
18491   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18492   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18493   include:
18494     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18495     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18496     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18497     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18498     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18499     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18500   layout:
18501     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18502     layout: "plot-throughput-speedup-analysis"
18503
18504 - type: "plot"
18505   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
18506   algorithm: "plot_tsa_name"
18507   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
18508   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18509   include:
18510     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18511     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18512     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18513     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18514     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18515     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18516   layout:
18517     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
18518     layout: "plot-throughput-speedup-analysis"
18519
18520 - type: "plot"
18521   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
18522   algorithm: "plot_tsa_name"
18523   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
18524   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18525   include:
18526     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18527     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18528     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18529     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18530     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18531     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18532   layout:
18533     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
18534     layout: "plot-throughput-speedup-analysis"
18535
18536 #- type: "plot"
18537 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18538 #  algorithm: "plot_tsa_name"
18539 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18540 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18541 #  include:
18542 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18543 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18544 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18545 #  layout:
18546 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18547 #    layout: "plot-throughput-speedup-analysis"
18548 #
18549 #- type: "plot"
18550 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18551 #  algorithm: "plot_tsa_name"
18552 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18553 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18554 #  include:
18555 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18556 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18557 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18558 #  layout:
18559 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18560 #    layout: "plot-throughput-speedup-analysis"
18561
18562 - type: "plot"
18563   title: "Speedup: 2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18564   algorithm: "plot_tsa_name"
18565   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18566   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18567   include:
18568     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18569     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18570     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18571     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18572     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18573   layout:
18574     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18575     layout: "plot-throughput-speedup-analysis"
18576
18577 - type: "plot"
18578   title: "Speedup: 2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18579   algorithm: "plot_tsa_name"
18580   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18581   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18582   include:
18583     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18584     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18585     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18586     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18587     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18588   layout:
18589     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18590     layout: "plot-throughput-speedup-analysis"
18591
18592 - type: "plot"
18593   title: "Speedup: 2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-ndr-tsa"
18594   algorithm: "plot_tsa_name"
18595   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-ndr-tsa"
18596   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18597   include:
18598     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-.t.c-ethip4-ip4base-iacldstbase-ndrpdr"
18599     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18600     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18601     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18602     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18603   layout:
18604     title: "2n-tx2-xl710-64b-ip4routing-features-base-scale-dpdk-ndr-tsa"
18605     layout: "plot-throughput-speedup-analysis"
18606
18607 - type: "plot"
18608   title: "Speedup: 2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-pdr-tsa"
18609   algorithm: "plot_tsa_name"
18610   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-pdr-tsa"
18611   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18612   include:
18613     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-.t.c-ethip4-ip4base-iacldstbase-ndrpdr"
18614     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18615     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18616     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18617     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18618   layout:
18619     title: "2n-tx2-xl710-64b-ip4routing-features-base-scale-dpdk-pdr-tsa"
18620     layout: "plot-throughput-speedup-analysis"
18621
18622 - type: "plot"
18623   title: "Speedup: 2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18624   algorithm: "plot_tsa_name"
18625   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18626   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18627   include:
18628     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18629     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18630     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18631     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18632     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18633     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-.t.c-ethip6-ip6base-iacldstbase-ndrpdr"
18634   layout:
18635     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18636     layout: "plot-throughput-speedup-analysis"
18637
18638 - type: "plot"
18639   title: "Speedup: 2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18640   algorithm: "plot_tsa_name"
18641   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18642   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18643   include:
18644     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18645     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18646     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18647     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18648     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18649     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-.t.c-ethip6-ip6base-iacldstbase-ndrpdr"
18650   layout:
18651     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18652     layout: "plot-throughput-speedup-analysis"
18653
18654 - type: "plot"
18655   title: "Speedup: 2n-tx2-xl710-64b-l2switching-base-dpdk-ndr-tsa"
18656   algorithm: "plot_tsa_name"
18657   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-base-dpdk-ndr-tsa"
18658   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18659   include:
18660     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18661     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18662     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18663     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18664     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18665   layout:
18666     title: "2n-tx2-xl710-64b-l2switching-base-dpdk-ndr-tsa"
18667     layout: "plot-throughput-speedup-analysis"
18668
18669 - type: "plot"
18670   title: "Speedup: 2n-tx2-xl710-64b-l2switching-base-dpdk-pdr-tsa"
18671   algorithm: "plot_tsa_name"
18672   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-base-dpdk-pdr-tsa"
18673   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18674   include:
18675     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18676     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18677     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18678     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18679     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18680   layout:
18681     title: "2n-tx2-xl710-64b-l2switching-base-dpdk-pdr-tsa"
18682     layout: "plot-throughput-speedup-analysis"
18683
18684 - type: "plot"
18685   title: "Speedup: 2n-tx2-xl710-64b-l2switching-scale-dpdk-ndr-tsa"
18686   algorithm: "plot_tsa_name"
18687   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-scale-dpdk-ndr-tsa"
18688   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18689   include:
18690     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18691     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18692     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18693     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18694   layout:
18695     title: "2n-tx2-xl710-64b-l2switching-scale-dpdk-ndr-tsa"
18696     layout: "plot-throughput-speedup-analysis"
18697
18698 - type: "plot"
18699   title: "Speedup: 2n-tx2-xl710-64b-l2switching-scale-dpdk-pdr-tsa"
18700   algorithm: "plot_tsa_name"
18701   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-scale-dpdk-pdr-tsa"
18702   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18703   include:
18704     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18705     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18706     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18707     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18708   layout:
18709     title: "2n-tx2-xl710-64b-l2switching-scale-dpdk-pdr-tsa"
18710     layout: "plot-throughput-speedup-analysis"
18711
18712 - type: "plot"
18713   title: "Speedup: 2n-tx2-xl710-64b-features-l2switching-base-dpdk-ndr-tsa"
18714   algorithm: "plot_tsa_name"
18715   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-l2switching-base-dpdk-ndr-tsa"
18716   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18717   include:
18718     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18719     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18720     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18721     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18722     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18723   layout:
18724     title: "2n-tx2-xl710-64b-features-l2switching-base-ndr-tsa"
18725     layout: "plot-throughput-speedup-analysis"
18726
18727 - type: "plot"
18728   title: "Speedup: 2n-tx2-xl710-64b-features-l2switching-base-dpdk-pdr-tsa"
18729   algorithm: "plot_tsa_name"
18730   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-l2switching-base-dpdk-pdr-tsa"
18731   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18732   include:
18733     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18734     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18735     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18736     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18737     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18738   layout:
18739     title: "2n-tx2-xl710-64b-features-l2switching-base-pdr-tsa"
18740     layout: "plot-throughput-speedup-analysis"
18741
18742 ################################################################################
18743
18744 # Packet Throughput - DPDK
18745
18746 # 2n-skx-xxv710
18747
18748 - type: "plot"
18749   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
18750   algorithm: "plot_perf_box_name"
18751   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
18752   data: "plot-dpdk-throughput-latency-2n-skx"
18753   include:
18754     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18755     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18756   layout:
18757     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
18758     layout: "plot-throughput"
18759
18760 - type: "plot"
18761   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
18762   algorithm: "plot_perf_box_name"
18763   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
18764   data: "plot-dpdk-throughput-latency-2n-skx"
18765   include:
18766     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18767     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18768   layout:
18769     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
18770     layout: "plot-throughput"
18771
18772 - type: "plot"
18773   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
18774   algorithm: "plot_perf_box_name"
18775   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
18776   data: "plot-dpdk-throughput-latency-2n-skx"
18777   include:
18778     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18779     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18780   layout:
18781     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
18782     layout: "plot-throughput"
18783
18784 - type: "plot"
18785   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
18786   algorithm: "plot_perf_box_name"
18787   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
18788   data: "plot-dpdk-throughput-latency-2n-skx"
18789   include:
18790     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18791     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18792   layout:
18793     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
18794     layout: "plot-throughput"
18795
18796 # 2n-skx-x710
18797
18798 - type: "plot"
18799   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
18800   algorithm: "plot_perf_box_name"
18801   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
18802   data: "plot-dpdk-throughput-latency-2n-skx"
18803   include:
18804     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18805     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18806   layout:
18807     title: "2n-skx-x710-64b-2t1c-base-ndr"
18808     layout: "plot-throughput"
18809
18810 - type: "plot"
18811   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
18812   algorithm: "plot_perf_box_name"
18813   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
18814   data: "plot-dpdk-throughput-latency-2n-skx"
18815   include:
18816     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18817     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18818   layout:
18819     title: "2n-skx-x710-64b-4t2c-base-ndr"
18820     layout: "plot-throughput"
18821
18822 - type: "plot"
18823   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
18824   algorithm: "plot_perf_box_name"
18825   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
18826   data: "plot-dpdk-throughput-latency-2n-skx"
18827   include:
18828     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18829     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18830   layout:
18831     title: "2n-skx-x710-64b-2t1c-base-pdr"
18832     layout: "plot-throughput"
18833
18834 - type: "plot"
18835   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
18836   algorithm: "plot_perf_box_name"
18837   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
18838   data: "plot-dpdk-throughput-latency-2n-skx"
18839   include:
18840     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18841     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18842   layout:
18843     title: "2n-skx-x710-64b-4t2c-base-pdr"
18844     layout: "plot-throughput"
18845
18846 # 3n-skx-xxv710
18847
18848 - type: "plot"
18849   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
18850   algorithm: "plot_perf_box_name"
18851   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
18852   data: "plot-dpdk-throughput-latency-3n-skx"
18853   include:
18854     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18855     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18856   layout:
18857     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
18858     layout: "plot-throughput"
18859
18860 - type: "plot"
18861   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
18862   algorithm: "plot_perf_box_name"
18863   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
18864   data: "plot-dpdk-throughput-latency-3n-skx"
18865   include:
18866     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18867     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18868   layout:
18869     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
18870     layout: "plot-throughput"
18871
18872 - type: "plot"
18873   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
18874   algorithm: "plot_perf_box_name"
18875   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
18876   data: "plot-dpdk-throughput-latency-3n-skx"
18877   include:
18878     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18879     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18880   layout:
18881     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
18882     layout: "plot-throughput"
18883
18884 - type: "plot"
18885   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
18886   algorithm: "plot_perf_box_name"
18887   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
18888   data: "plot-dpdk-throughput-latency-3n-skx"
18889   include:
18890     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18891     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18892   layout:
18893     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
18894     layout: "plot-throughput"
18895
18896 # 3n-skx-x710
18897
18898 - type: "plot"
18899   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
18900   algorithm: "plot_perf_box_name"
18901   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
18902   data: "plot-dpdk-throughput-latency-3n-skx"
18903   include:
18904     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18905     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18906   layout:
18907     title: "3n-skx-x710-64b-2t1c-base-ndr"
18908     layout: "plot-throughput"
18909
18910 - type: "plot"
18911   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
18912   algorithm: "plot_perf_box_name"
18913   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
18914   data: "plot-dpdk-throughput-latency-3n-skx"
18915   include:
18916     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18917     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18918   layout:
18919     title: "3n-skx-x710-64b-4t2c-base-ndr"
18920     layout: "plot-throughput"
18921
18922 - type: "plot"
18923   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
18924   algorithm: "plot_perf_box_name"
18925   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
18926   data: "plot-dpdk-throughput-latency-3n-skx"
18927   include:
18928     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18929     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18930   layout:
18931     title: "3n-skx-x710-64b-2t1c-base-pdr"
18932     layout: "plot-throughput"
18933
18934 - type: "plot"
18935   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
18936   algorithm: "plot_perf_box_name"
18937   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
18938   data: "plot-dpdk-throughput-latency-3n-skx"
18939   include:
18940     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18941     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18942   layout:
18943     title: "3n-skx-x710-64b-4t2c-base-pdr"
18944     layout: "plot-throughput"
18945
18946 # 3n-hsw-xl710
18947
18948 - type: "plot"
18949   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
18950   algorithm: "plot_perf_box_name"
18951   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
18952   data: "plot-dpdk-throughput-latency-3n-hsw"
18953   include:
18954     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
18955     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
18956   layout:
18957     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
18958     layout: "plot-throughput"
18959
18960 - type: "plot"
18961   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
18962   algorithm: "plot_perf_box_name"
18963   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
18964   data: "plot-dpdk-throughput-latency-3n-hsw"
18965   include:
18966     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
18967     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
18968   layout:
18969     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
18970     layout: "plot-throughput"
18971
18972 - type: "plot"
18973   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
18974   algorithm: "plot_perf_box_name"
18975   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
18976   data: "plot-dpdk-throughput-latency-3n-hsw"
18977   include:
18978     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
18979     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
18980   layout:
18981     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
18982     layout: "plot-throughput"
18983
18984 - type: "plot"
18985   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
18986   algorithm: "plot_perf_box_name"
18987   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
18988   data: "plot-dpdk-throughput-latency-3n-hsw"
18989   include:
18990     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
18991     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
18992   layout:
18993     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
18994     layout: "plot-throughput"
18995
18996 # 3n-hsw-x710
18997
18998 - type: "plot"
18999   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
19000   algorithm: "plot_perf_box_name"
19001   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
19002   data: "plot-dpdk-throughput-latency-3n-hsw"
19003   include:
19004     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19005     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19006   layout:
19007     title: "3n-hsw-x710-64b-1t1c-base-ndr"
19008     layout: "plot-throughput"
19009
19010 - type: "plot"
19011   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
19012   algorithm: "plot_perf_box_name"
19013   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
19014   data: "plot-dpdk-throughput-latency-3n-hsw"
19015   include:
19016     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19017     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19018   layout:
19019     title: "3n-hsw-x710-64b-2t2c-base-ndr"
19020     layout: "plot-throughput"
19021
19022 - type: "plot"
19023   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
19024   algorithm: "plot_perf_box_name"
19025   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
19026   data: "plot-dpdk-throughput-latency-3n-hsw"
19027   include:
19028     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19029     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19030   layout:
19031     title: "3n-hsw-x710-64b-1t1c-base-pdr"
19032     layout: "plot-throughput"
19033
19034 - type: "plot"
19035   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
19036   algorithm: "plot_perf_box_name"
19037   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
19038   data: "plot-dpdk-throughput-latency-3n-hsw"
19039   include:
19040     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19041     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19042   layout:
19043     title: "3n-hsw-x710-64b-2t2c-base-pdr"
19044     layout: "plot-throughput"
19045
19046 ## 2n-dnv-x553
19047 #
19048 #- type: "plot"
19049 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
19050 #  algorithm: "plot_perf_box_name"
19051 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
19052 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19053 #  include:
19054 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19055 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19056 #  layout:
19057 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
19058 #    layout: "plot-throughput"
19059 #
19060 #- type: "plot"
19061 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
19062 #  algorithm: "plot_perf_box_name"
19063 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
19064 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19065 #  include:
19066 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19067 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19068 #  layout:
19069 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
19070 #    layout: "plot-throughput"
19071 #
19072 #- type: "plot"
19073 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
19074 #  algorithm: "plot_perf_box_name"
19075 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
19076 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19077 #  include:
19078 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19079 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19080 #  layout:
19081 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
19082 #    layout: "plot-throughput"
19083 #
19084 #- type: "plot"
19085 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
19086 #  algorithm: "plot_perf_box_name"
19087 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
19088 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19089 #  include:
19090 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19091 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19092 #  layout:
19093 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
19094 #    layout: "plot-throughput"
19095 #
19096 ## 3n-dnv-x553
19097 #
19098 #- type: "plot"
19099 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
19100 #  algorithm: "plot_perf_box_name"
19101 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
19102 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19103 #  include:
19104 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19105 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19106 #  layout:
19107 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
19108 #    layout: "plot-throughput"
19109 #
19110 #- type: "plot"
19111 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
19112 #  algorithm: "plot_perf_box_name"
19113 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
19114 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19115 #  include:
19116 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19117 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19118 #  layout:
19119 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
19120 #    layout: "plot-throughput"
19121 #
19122 #- type: "plot"
19123 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
19124 #  algorithm: "plot_perf_box_name"
19125 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
19126 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19127 #  include:
19128 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19129 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19130 #  layout:
19131 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
19132 #    layout: "plot-throughput"
19133 #
19134 #- type: "plot"
19135 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
19136 #  algorithm: "plot_perf_box_name"
19137 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
19138 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19139 #  include:
19140 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19141 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19142 #  layout:
19143 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
19144 #    layout: "plot-throughput"
19145
19146 # 3n-tsh-x520
19147
19148 - type: "plot"
19149   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
19150   algorithm: "plot_perf_box_name"
19151   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
19152   data: "plot-dpdk-throughput-latency-3n-tsh"
19153   include:
19154     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19155     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19156   layout:
19157     title: "3n-tsh-x520-64b-1t1c-base-ndr"
19158     layout: "plot-throughput"
19159
19160 - type: "plot"
19161   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
19162   algorithm: "plot_perf_box_name"
19163   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
19164   data: "plot-dpdk-throughput-latency-3n-tsh"
19165   include:
19166     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19167     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19168   layout:
19169     title: "3n-tsh-x520-64b-2t2c-base-ndr"
19170     layout: "plot-throughput"
19171
19172 - type: "plot"
19173   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
19174   algorithm: "plot_perf_box_name"
19175   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
19176   data: "plot-dpdk-throughput-latency-3n-tsh"
19177   include:
19178     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19179     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19180   layout:
19181     title: "3n-tsh-x520-64b-1t1c-base-pdr"
19182     layout: "plot-throughput"
19183
19184 - type: "plot"
19185   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
19186   algorithm: "plot_perf_box_name"
19187   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
19188   data: "plot-dpdk-throughput-latency-3n-tsh"
19189   include:
19190     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19191     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19192   layout:
19193     title: "3n-tsh-x520-64b-2t2c-base-pdr"
19194     layout: "plot-throughput"
19195
19196 # 2n-tx2-xl710
19197
19198 - type: "plot"
19199   title: "DPDK Throughput: 2n-tx2-xl710-64b-1t1c-base-ndr"
19200   algorithm: "plot_perf_box_name"
19201   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-1t1c-base-ndr"
19202   data: "plot-dpdk-throughput-latency-2n-tx2"
19203   include:
19204     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19205     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19206   layout:
19207     title: "2n-tx2-xl710-64b-1t1c-base-ndr"
19208     layout: "plot-throughput"
19209
19210 - type: "plot"
19211   title: "DPDK Throughput: 2n-tx2-xl710-64b-2t2c-base-ndr"
19212   algorithm: "plot_perf_box_name"
19213   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-2t2c-base-ndr"
19214   data: "plot-dpdk-throughput-latency-2n-tx2"
19215   include:
19216     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19217     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19218   layout:
19219     title: "2n-tx2-xl710-64b-2t2c-base-ndr"
19220     layout: "plot-throughput"
19221
19222 - type: "plot"
19223   title: "DPDK Throughput: 2n-tx2-xl710-64b-1t1c-base-pdr"
19224   algorithm: "plot_perf_box_name"
19225   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-1t1c-base-pdr"
19226   data: "plot-dpdk-throughput-latency-2n-tx2"
19227   include:
19228     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19229     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19230   layout:
19231     title: "2n-tx2-xl710-64b-1t1c-base-pdr"
19232     layout: "plot-throughput"
19233
19234 - type: "plot"
19235   title: "DPDK Throughput: 2n-tx2-xl710-64b-2t2c-base-pdr"
19236   algorithm: "plot_perf_box_name"
19237   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-2t2c-base-pdr"
19238   data: "plot-dpdk-throughput-latency-2n-tx2"
19239   include:
19240     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19241     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19242   layout:
19243     title: "2n-tx2-xl710-64b-2t2c-base-pdr"
19244     layout: "plot-throughput"
19245
19246 ################################################################################
19247 ###   2n-clx                                                                 ###
19248 ################################################################################
19249
19250 # Packet Throughput
19251
19252 - type: "plot"
19253   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
19254   algorithm: "plot_perf_box_name"
19255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
19256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19257   include:
19258     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19259     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19260     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19261     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19262   layout:
19263     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
19264     layout: "plot-throughput"
19265
19266 - type: "plot"
19267   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
19268   algorithm: "plot_perf_box_name"
19269   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
19270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19271   include:
19272     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19273     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19274     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19275     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19276   layout:
19277     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
19278     layout: "plot-throughput"
19279
19280 - type: "plot"
19281   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
19282   algorithm: "plot_perf_box_name"
19283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
19284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19285   include:
19286     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19287     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19288     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19289     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19290   layout:
19291     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
19292     layout: "plot-throughput"
19293
19294 - type: "plot"
19295   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
19296   algorithm: "plot_perf_box_name"
19297   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
19298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19299   include:
19300     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19301     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19302     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19303     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19304   layout:
19305     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
19306     layout: "plot-throughput"
19307
19308 - type: "plot"
19309   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19310   algorithm: "plot_perf_box_name"
19311   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19312   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19313   include:
19314     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19315     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19316     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19317     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19318   layout:
19319     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19320     layout: "plot-throughput"
19321
19322 - type: "plot"
19323   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19324   algorithm: "plot_perf_box_name"
19325   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19327   include:
19328     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19329     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19330     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19331     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19332   layout:
19333     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19334     layout: "plot-throughput"
19335
19336 - type: "plot"
19337   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
19338   algorithm: "plot_perf_box_name"
19339   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
19340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19341   include:
19342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
19343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19344     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19345     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19346     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19347     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19348   layout:
19349     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
19350     layout: "plot-throughput"
19351
19352 - type: "plot"
19353   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
19354   algorithm: "plot_perf_box_name"
19355   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
19356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19357   include:
19358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
19359     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19361     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19362     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19363     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19364   layout:
19365     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
19366     layout: "plot-throughput"
19367
19368 - type: "plot"
19369   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
19370   algorithm: "plot_perf_box_name"
19371   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
19372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19373   include:
19374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
19376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
19377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19378   layout:
19379     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
19380     layout: "plot-throughput"
19381
19382 - type: "plot"
19383   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
19384   algorithm: "plot_perf_box_name"
19385   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
19386   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19387   include:
19388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
19390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
19391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19392   layout:
19393     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
19394     layout: "plot-throughput"
19395
19396 - type: "plot"
19397   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
19398   algorithm: "plot_perf_box_name"
19399   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
19400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19401   include:
19402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19405   layout:
19406     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
19407     layout: "plot-throughput"
19408
19409 - type: "plot"
19410   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
19411   algorithm: "plot_perf_box_name"
19412   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
19413   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19414   include:
19415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19418   layout:
19419     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
19420     layout: "plot-throughput"
19421
19422 - type: "plot"
19423   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
19424   algorithm: "plot_perf_box_name"
19425   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
19426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19427   include:
19428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
19431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
19432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
19433   layout:
19434     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
19435     layout: "plot-throughput"
19436
19437 - type: "plot"
19438   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
19439   algorithm: "plot_perf_box_name"
19440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
19441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19442   include:
19443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
19446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
19447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
19448   layout:
19449     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
19450     layout: "plot-throughput"
19451
19452 - type: "plot"
19453   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
19454   algorithm: "plot_perf_box_name"
19455   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
19456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19457   include:
19458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
19459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
19460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
19461   layout:
19462     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
19463     layout: "plot-throughput"
19464
19465 - type: "plot"
19466   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
19467   algorithm: "plot_perf_box_name"
19468   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
19469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19470   include:
19471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
19472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
19473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
19474   layout:
19475     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
19476     layout: "plot-throughput"
19477
19478 - type: "plot"
19479   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
19480   algorithm: "plot_perf_box_name"
19481   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
19482   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19483   include:
19484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19490   layout:
19491     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
19492     layout: "plot-throughput"
19493
19494 - type: "plot"
19495   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
19496   algorithm: "plot_perf_box_name"
19497   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
19498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19499   include:
19500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19506   layout:
19507     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
19508     layout: "plot-throughput"
19509
19510 - type: "plot"
19511   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
19512   algorithm: "plot_perf_box_name"
19513   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
19514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19515   include:
19516     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19517     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19518     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19519     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19520     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19521   layout:
19522     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
19523     layout: "plot-throughput"
19524
19525 - type: "plot"
19526   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
19527   algorithm: "plot_perf_box_name"
19528   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
19529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19530   include:
19531     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
19532     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
19533     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
19534     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
19535     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
19536   layout:
19537     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
19538     layout: "plot-throughput"
19539
19540 - type: "plot"
19541   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19542   algorithm: "plot_perf_box_name"
19543   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19545   include:
19546     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19547     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19548     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19549     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19550     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19551     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19552     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19553     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19554     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19555     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19556   layout:
19557     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19558     layout: "plot-cps"
19559
19560 - type: "plot"
19561   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19562   algorithm: "plot_perf_box_name"
19563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19565   include:
19566     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19567     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19568     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19569     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19570     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19571     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19572     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19573     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19574     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19575     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19576   layout:
19577     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19578     layout: "plot-throughput"
19579
19580 - type: "plot"
19581   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19582   algorithm: "plot_perf_box_name"
19583   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19584   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19585   include:
19586     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19587     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19588     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19589     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19590     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19591     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19592     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19593     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19594     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19595     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19596   layout:
19597     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19598     layout: "plot-cps"
19599
19600 - type: "plot"
19601   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19602   algorithm: "plot_perf_box_name"
19603   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19605   include:
19606     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19607     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19608     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19609     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19610     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19611     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19612     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19613     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19614     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19615     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19616   layout:
19617     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19618     layout: "plot-throughput"
19619
19620 - type: "plot"
19621   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
19622   algorithm: "plot_perf_box_name"
19623   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
19624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19625   include:
19626     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19627     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19628     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19629     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19630     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19631   layout:
19632     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
19633     layout: "plot-throughput"
19634
19635 - type: "plot"
19636   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
19637   algorithm: "plot_perf_box_name"
19638   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
19639   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19640   include:
19641     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
19642     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
19643     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
19644     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
19645     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
19646   layout:
19647     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
19648     layout: "plot-throughput"
19649
19650 - type: "plot"
19651   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19652   algorithm: "plot_perf_box_name"
19653   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19655   include:
19656     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19657     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19658     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19659     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19660     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19661     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19662     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19663     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19664     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19665     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19666   layout:
19667     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19668     layout: "plot-cps"
19669
19670 - type: "plot"
19671   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19672   algorithm: "plot_perf_box_name"
19673   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19675   include:
19676     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19677     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19678     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19679     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19680     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19681     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19682     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19683     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19684     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19685     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19686   layout:
19687     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19688     layout: "plot-throughput"
19689
19690 - type: "plot"
19691   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19692   algorithm: "plot_perf_box_name"
19693   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19695   include:
19696     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19697     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19698     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19699     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19700     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19701     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19702     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19703     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19704     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19705     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19706   layout:
19707     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19708     layout: "plot-cps"
19709
19710 - type: "plot"
19711   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19712   algorithm: "plot_perf_box_name"
19713   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19714   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19715   include:
19716     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19717     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19718     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19719     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19720     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19721     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19722     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19723     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19724     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19725     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19726   layout:
19727     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19728     layout: "plot-throughput"
19729
19730 - type: "plot"
19731   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
19732   algorithm: "plot_perf_box_name"
19733   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
19734   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19735   include:
19736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19742   layout:
19743     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
19744     layout: "plot-throughput"
19745
19746 - type: "plot"
19747   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
19748   algorithm: "plot_perf_box_name"
19749   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
19750   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19751   include:
19752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19758   layout:
19759     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
19760     layout: "plot-throughput"
19761
19762 - type: "plot"
19763   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
19764   algorithm: "plot_perf_box_name"
19765   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
19766   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19767   include:
19768     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
19769     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
19770   layout:
19771     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
19772     layout: "plot-throughput"
19773
19774 - type: "plot"
19775   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
19776   algorithm: "plot_perf_box_name"
19777   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
19778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19779   include:
19780     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
19781     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
19782   layout:
19783     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
19784     layout: "plot-throughput"
19785
19786 - type: "plot"
19787   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
19788   algorithm: "plot_perf_box_name"
19789   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
19790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19791   include:
19792     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
19793     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19794     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
19795     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19796     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
19797     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19798   layout:
19799     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
19800     layout: "plot-throughput"
19801
19802 - type: "plot"
19803   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
19804   algorithm: "plot_perf_box_name"
19805   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
19806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19807   include:
19808     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
19809     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19810     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
19811     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19812     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
19813     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19814   layout:
19815     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
19816     layout: "plot-throughput"
19817
19818 - type: "plot"
19819   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
19820   algorithm: "plot_perf_box_name"
19821   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
19822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19823   include:
19824     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19825     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19826     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19827     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19828     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19829     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19830   layout:
19831     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
19832     layout: "plot-throughput"
19833
19834 - type: "plot"
19835   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
19836   algorithm: "plot_perf_box_name"
19837   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
19838   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19839   include:
19840     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19841     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19842     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19843     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19844     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19845     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19846   layout:
19847     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
19848     layout: "plot-throughput"
19849
19850 - type: "plot"
19851   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
19852   algorithm: "plot_perf_box_name"
19853   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
19854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19855   include:
19856     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
19857     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
19858     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
19859     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
19860     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
19861   layout:
19862     title: "2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
19863     layout: "plot-throughput"
19864
19865 - type: "plot"
19866   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
19867   algorithm: "plot_perf_box_name"
19868   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
19869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19870   include:
19871     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
19872     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
19873     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
19874     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
19875     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
19876   layout:
19877     title: "2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
19878     layout: "plot-throughput"
19879
19880 - type: "plot"
19881   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
19882   algorithm: "plot_perf_box_name"
19883   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
19884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19885   include:
19886     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
19887     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
19888     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
19889     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
19890     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
19891     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
19892     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
19893   layout:
19894     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
19895     layout: "plot-throughput"
19896
19897 - type: "plot"
19898   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
19899   algorithm: "plot_perf_box_name"
19900   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
19901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19902   include:
19903     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
19904     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
19905     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
19906     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
19907     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
19908     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
19909     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
19910   layout:
19911     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
19912     layout: "plot-throughput"
19913
19914 - type: "plot"
19915   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
19916   algorithm: "plot_perf_box_name"
19917   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
19918   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19919   include:
19920     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
19921     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
19922     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
19923     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
19924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
19925   layout:
19926     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
19927     layout: "plot-throughput"
19928
19929 - type: "plot"
19930   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
19931   algorithm: "plot_perf_box_name"
19932   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
19933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19934   include:
19935     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
19936     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
19937     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
19938     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
19939     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
19940   layout:
19941     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
19942     layout: "plot-throughput"
19943
19944 - type: "plot"
19945   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
19946   algorithm: "plot_perf_box_name"
19947   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
19948   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19949   include:
19950     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
19951     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
19952     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
19953     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
19954   layout:
19955     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
19956     layout: "plot-throughput"
19957
19958 - type: "plot"
19959   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
19960   algorithm: "plot_perf_box_name"
19961   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
19962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19963   include:
19964     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
19965     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
19966     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
19967     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
19968   layout:
19969     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
19970     layout: "plot-throughput"
19971
19972 - type: "plot"
19973   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
19974   algorithm: "plot_perf_box_name"
19975   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
19976   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19977   include:
19978     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
19979     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
19980     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
19981     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
19982     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
19983   layout:
19984     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
19985     layout: "plot-throughput"
19986
19987 - type: "plot"
19988   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
19989   algorithm: "plot_perf_box_name"
19990   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
19991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19992   include:
19993     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
19994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
19995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
19996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
19997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
19998   layout:
19999     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20000     layout: "plot-throughput"
20001
20002 - type: "plot"
20003   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
20004   algorithm: "plot_perf_box_name"
20005   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
20006   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20007   include:
20008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
20010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
20011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
20012   layout:
20013     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
20014     layout: "plot-throughput"
20015
20016 - type: "plot"
20017   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
20018   algorithm: "plot_perf_box_name"
20019   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
20020   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20021   include:
20022     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20023     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
20024     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
20025     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
20026   layout:
20027     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
20028     layout: "plot-throughput"
20029
20030 - type: "plot"
20031   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20032   algorithm: "plot_perf_box_name"
20033   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20035   include:
20036     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20037     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20038     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20039     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20040     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20041   layout:
20042     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20043     layout: "plot-throughput"
20044
20045 - type: "plot"
20046   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20047   algorithm: "plot_perf_box_name"
20048   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20050   include:
20051     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20052     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20053     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20054     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20055     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20056   layout:
20057     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20058     layout: "plot-throughput"
20059
20060 - type: "plot"
20061   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20062   algorithm: "plot_perf_box_name"
20063   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20064   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20065   include:
20066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20071   layout:
20072     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20073     layout: "plot-throughput"
20074
20075 - type: "plot"
20076   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20077   algorithm: "plot_perf_box_name"
20078   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20080   include:
20081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20086   layout:
20087     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20088     layout: "plot-throughput"
20089
20090 - type: "plot"
20091   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20092   algorithm: "plot_perf_box_name"
20093   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20094   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20095   include:
20096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20097     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20098     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20101   layout:
20102     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20103     layout: "plot-throughput"
20104
20105 - type: "plot"
20106   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20107   algorithm: "plot_perf_box_name"
20108   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20110   include:
20111     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20112     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20113     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20114     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20115     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20116   layout:
20117     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20118     layout: "plot-throughput"
20119
20120 - type: "plot"
20121   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20122   algorithm: "plot_perf_box_name"
20123   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20125   include:
20126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
20127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20131   layout:
20132     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20133     layout: "plot-throughput"
20134
20135 - type: "plot"
20136   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20137   algorithm: "plot_perf_box_name"
20138   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20140   include:
20141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
20142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20146   layout:
20147     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20148     layout: "plot-throughput"
20149
20150 - type: "plot"
20151   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20152   algorithm: "plot_perf_box_name"
20153   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20155   include:
20156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
20158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
20159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20160   layout:
20161     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20162     layout: "plot-throughput"
20163
20164 - type: "plot"
20165   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20166   algorithm: "plot_perf_box_name"
20167   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20169   include:
20170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
20172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
20173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20174   layout:
20175     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20176     layout: "plot-throughput"
20177
20178 - type: "plot"
20179   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20180   algorithm: "plot_perf_box_name"
20181   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20183   include:
20184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20189   layout:
20190     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20191     layout: "plot-throughput"
20192
20193 - type: "plot"
20194   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20195   algorithm: "plot_perf_box_name"
20196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20198   include:
20199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20204   layout:
20205     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20206     layout: "plot-throughput"
20207
20208 - type: "plot"
20209   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20210   algorithm: "plot_perf_box_name"
20211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20213   include:
20214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20218   layout:
20219     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20220     layout: "plot-throughput"
20221
20222 - type: "plot"
20223   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20224   algorithm: "plot_perf_box_name"
20225   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20227   include:
20228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20232   layout:
20233     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20234     layout: "plot-throughput"
20235
20236 - type: "plot"
20237   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20238   algorithm: "plot_perf_box_name"
20239   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20241   include:
20242     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
20243     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
20244     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
20245     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
20246     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20247   layout:
20248     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20249     layout: "plot-throughput"
20250
20251 - type: "plot"
20252   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20253   algorithm: "plot_perf_box_name"
20254   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20256   include:
20257     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
20258     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
20259     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
20260     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
20261     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20262   layout:
20263     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20264     layout: "plot-throughput"
20265
20266 - type: "plot"
20267   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20268   algorithm: "plot_perf_box_name"
20269   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20271   include:
20272     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20273     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20274     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20275     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20276   layout:
20277     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20278     layout: "plot-throughput"
20279
20280 - type: "plot"
20281   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20282   algorithm: "plot_perf_box_name"
20283   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20285   include:
20286     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20287     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20288     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20289     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20290   layout:
20291     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20292     layout: "plot-throughput"
20293
20294 - type: "plot"
20295   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
20296   algorithm: "plot_perf_box_name"
20297   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
20298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20299   include:
20300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20305   layout:
20306     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
20307     layout: "plot-throughput"
20308
20309 - type: "plot"
20310   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
20311   algorithm: "plot_perf_box_name"
20312   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
20313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20314   include:
20315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20320   layout:
20321     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
20322     layout: "plot-throughput"
20323
20324 - type: "plot"
20325   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
20326   algorithm: "plot_perf_box_name"
20327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
20328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20329   include:
20330     - "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"
20331     - "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"
20332     - "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"
20333     - "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"
20334     - "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"
20335   layout:
20336     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
20337     layout: "plot-throughput"
20338
20339 - type: "plot"
20340   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
20341   algorithm: "plot_perf_box_name"
20342   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
20343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20344   include:
20345     - "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"
20346     - "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"
20347     - "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"
20348     - "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"
20349     - "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"
20350   layout:
20351     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
20352     layout: "plot-throughput"
20353
20354 - type: "plot"
20355   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
20356   algorithm: "plot_perf_box_name"
20357   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
20358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20359   include:
20360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20365   layout:
20366     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
20367     layout: "plot-throughput"
20368
20369 - type: "plot"
20370   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
20371   algorithm: "plot_perf_box_name"
20372   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
20373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20374   include:
20375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20380   layout:
20381     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
20382     layout: "plot-throughput"
20383
20384 - type: "plot"
20385   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
20386   algorithm: "plot_perf_box_name"
20387   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
20388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20389   include:
20390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20395   layout:
20396     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
20397     layout: "plot-throughput"
20398
20399 - type: "plot"
20400   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
20401   algorithm: "plot_perf_box_name"
20402   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
20403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20404   include:
20405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20410   layout:
20411     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
20412     layout: "plot-throughput"
20413
20414 - type: "plot"
20415   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20416   algorithm: "plot_perf_box_name"
20417   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20419   include:
20420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20424   layout:
20425     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20426     layout: "plot-throughput"
20427
20428 - type: "plot"
20429   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
20430   algorithm: "plot_perf_box_name"
20431   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
20432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20433   include:
20434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20438   layout:
20439     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
20440     layout: "plot-throughput"
20441
20442 - type: "plot"
20443   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20444   algorithm: "plot_perf_box_name"
20445   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20447   include:
20448     - "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"
20449     - "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"
20450     - "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"
20451     - "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"
20452   layout:
20453     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20454     layout: "plot-throughput"
20455
20456 - type: "plot"
20457   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
20458   algorithm: "plot_perf_box_name"
20459   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
20460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20461   include:
20462     - "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"
20463     - "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"
20464     - "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"
20465     - "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"
20466   layout:
20467     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
20468     layout: "plot-throughput"
20469
20470 - type: "plot"
20471   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
20472   algorithm: "plot_perf_box_name"
20473   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
20474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20475   include:
20476     - "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"
20477     - "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"
20478     - "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"
20479     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
20480     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
20481     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
20482   layout:
20483     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
20484     layout: "plot-throughput"
20485
20486 - type: "plot"
20487   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
20488   algorithm: "plot_perf_box_name"
20489   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
20490   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20491   include:
20492     - "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"
20493     - "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"
20494     - "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"
20495     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
20496     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
20497     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
20498   layout:
20499     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
20500     layout: "plot-throughput"
20501
20502 ################################################################################
20503
20504 # Packet Speedup
20505
20506 - type: "plot"
20507   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
20508   algorithm: "plot_tsa_name"
20509   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
20510   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20511   include:
20512     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20516   layout:
20517     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
20518     layout: "plot-throughput-speedup-analysis"
20519
20520 - type: "plot"
20521   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
20522   algorithm: "plot_tsa_name"
20523   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
20524   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20525   include:
20526     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20527     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20528     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20529     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20530   layout:
20531     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
20532     layout: "plot-throughput-speedup-analysis"
20533
20534 - type: "plot"
20535   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
20536   algorithm: "plot_tsa_name"
20537   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
20538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20539   include:
20540     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20542     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20543     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20544   layout:
20545     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
20546     layout: "plot-throughput-speedup-analysis"
20547
20548 - type: "plot"
20549   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
20550   algorithm: "plot_tsa_name"
20551   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
20552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20553   include:
20554     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20555     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20556     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20557     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20558   layout:
20559     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
20560     layout: "plot-throughput-speedup-analysis"
20561
20562 - type: "plot"
20563   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
20564   algorithm: "plot_tsa_name"
20565   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
20566   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20567   include:
20568     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20569     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20570     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20571     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20572   layout:
20573     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
20574     layout: "plot-throughput-speedup-analysis"
20575
20576 - type: "plot"
20577   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
20578   algorithm: "plot_tsa_name"
20579   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
20580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20581   include:
20582     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20583     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20584     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20585     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20586   layout:
20587     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
20588     layout: "plot-throughput-speedup-analysis"
20589
20590 - type: "plot"
20591   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
20592   algorithm: "plot_tsa_name"
20593   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
20594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20595   include:
20596     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
20597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
20598     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
20599     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20600     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
20601     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20602   layout:
20603     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
20604     layout: "plot-throughput-speedup-analysis"
20605
20606 - type: "plot"
20607   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
20608   algorithm: "plot_tsa_name"
20609   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
20610   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20611   include:
20612     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
20613     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
20614     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
20615     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20616     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
20617     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20618   layout:
20619     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
20620     layout: "plot-throughput-speedup-analysis"
20621
20622 - type: "plot"
20623   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
20624   algorithm: "plot_tsa_name"
20625   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
20626   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20627   include:
20628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
20629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
20630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
20631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
20632   layout:
20633     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
20634     layout: "plot-throughput-speedup-analysis"
20635
20636 - type: "plot"
20637   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
20638   algorithm: "plot_tsa_name"
20639   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
20640   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20641   include:
20642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
20643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
20644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
20645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
20646   layout:
20647     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
20648     layout: "plot-throughput-speedup-analysis"
20649
20650 - type: "plot"
20651   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
20652   algorithm: "plot_tsa_name"
20653   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
20654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20655   include:
20656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20659   layout:
20660     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
20661     layout: "plot-throughput-speedup-analysis"
20662
20663 - type: "plot"
20664   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
20665   algorithm: "plot_tsa_name"
20666   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
20667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20668   include:
20669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20672   layout:
20673     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
20674     layout: "plot-throughput-speedup-analysis"
20675
20676 - type: "plot"
20677   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
20678   algorithm: "plot_tsa_name"
20679   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
20680   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20681   include:
20682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
20683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
20685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
20686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
20687   layout:
20688     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
20689     layout: "plot-throughput-speedup-analysis"
20690
20691 - type: "plot"
20692   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
20693   algorithm: "plot_tsa_name"
20694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
20695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20696   include:
20697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
20698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
20700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
20701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
20702   layout:
20703     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
20704     layout: "plot-throughput-speedup-analysis"
20705
20706 - type: "plot"
20707   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
20708   algorithm: "plot_tsa_name"
20709   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
20710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20711   include:
20712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
20713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
20714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
20715   layout:
20716     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
20717     layout: "plot-throughput-speedup-analysis"
20718
20719 - type: "plot"
20720   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
20721   algorithm: "plot_tsa_name"
20722   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
20723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20724   include:
20725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
20726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
20727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
20728   layout:
20729     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
20730     layout: "plot-throughput-speedup-analysis"
20731
20732 - type: "plot"
20733   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
20734   algorithm: "plot_tsa_name"
20735   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
20736   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20737   include:
20738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20744   layout:
20745     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
20746     layout: "plot-throughput-speedup-analysis"
20747
20748 - type: "plot"
20749   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
20750   algorithm: "plot_tsa_name"
20751   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
20752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20753   include:
20754     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20755     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20756     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20757     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20758     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20759   layout:
20760     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
20761     layout: "plot-throughput-speedup-analysis"
20762
20763 - type: "plot"
20764   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
20765   algorithm: "plot_tsa_name"
20766   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
20767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20768   include:
20769     - "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"
20770     - "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"
20771     - "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"
20772     - "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"
20773     - "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"
20774   layout:
20775     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
20776     layout: "plot-throughput-speedup-analysis"
20777
20778 - type: "plot"
20779   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
20780   algorithm: "plot_tsa_name"
20781   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
20782   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20783   include:
20784     - "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"
20785     - "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"
20786     - "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"
20787     - "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"
20788     - "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"
20789     - "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"
20790     - "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"
20791     - "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"
20792     - "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"
20793     - "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"
20794   layout:
20795     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20796     layout: "plot-throughput-speedup-analysis-cps"
20797
20798 - type: "plot"
20799   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
20800   algorithm: "plot_tsa_name"
20801   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
20802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20803   include:
20804     - "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"
20805     - "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"
20806     - "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"
20807     - "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"
20808     - "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"
20809     - "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"
20810     - "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"
20811     - "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"
20812     - "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"
20813     - "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"
20814   layout:
20815     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20816     layout: "plot-throughput-speedup-analysis"
20817
20818 - type: "plot"
20819   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
20820   algorithm: "plot_tsa_name"
20821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
20822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20823   include:
20824     - "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"
20825     - "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"
20826     - "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"
20827     - "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"
20828     - "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"
20829     - "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"
20830     - "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"
20831     - "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"
20832     - "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"
20833     - "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"
20834   layout:
20835     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20836     layout: "plot-throughput-speedup-analysis-cps"
20837
20838 - type: "plot"
20839   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
20840   algorithm: "plot_tsa_name"
20841   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
20842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20843   include:
20844     - "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"
20845     - "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"
20846     - "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"
20847     - "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"
20848     - "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"
20849     - "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"
20850     - "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"
20851     - "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"
20852     - "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"
20853     - "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"
20854   layout:
20855     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20856     layout: "plot-throughput-speedup-analysis"
20857
20858 - type: "plot"
20859   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
20860   algorithm: "plot_tsa_name"
20861   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
20862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20863   include:
20864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20870   layout:
20871     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
20872     layout: "plot-throughput-speedup-analysis"
20873
20874 - type: "plot"
20875   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
20876   algorithm: "plot_tsa_name"
20877   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
20878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20879   include:
20880     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20881     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20882     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20883     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20884     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20885   layout:
20886     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
20887     layout: "plot-throughput-speedup-analysis"
20888
20889 - type: "plot"
20890   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
20891   algorithm: "plot_tsa_name"
20892   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
20893   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20894   include:
20895     - "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"
20896     - "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"
20897     - "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"
20898     - "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"
20899     - "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"
20900   layout:
20901     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
20902     layout: "plot-throughput-speedup-analysis"
20903
20904 - type: "plot"
20905   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
20906   algorithm: "plot_tsa_name"
20907   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
20908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20909   include:
20910     - "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"
20911     - "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"
20912     - "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"
20913     - "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"
20914     - "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"
20915     - "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"
20916     - "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"
20917     - "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"
20918     - "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"
20919     - "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"
20920   layout:
20921     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20922     layout: "plot-throughput-speedup-analysis-cps"
20923
20924 - type: "plot"
20925   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
20926   algorithm: "plot_tsa_name"
20927   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
20928   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20929   include:
20930     - "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"
20931     - "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"
20932     - "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"
20933     - "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"
20934     - "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"
20935     - "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"
20936     - "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"
20937     - "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"
20938     - "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"
20939     - "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"
20940   layout:
20941     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20942     layout: "plot-throughput-speedup-analysis"
20943
20944 - type: "plot"
20945   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
20946   algorithm: "plot_tsa_name"
20947   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
20948   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20949   include:
20950     - "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"
20951     - "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"
20952     - "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"
20953     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20954     - "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"
20955     - "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"
20956     - "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"
20957     - "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"
20958     - "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"
20959     - "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"
20960   layout:
20961     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20962     layout: "plot-throughput-speedup-analysis-cps"
20963
20964 - type: "plot"
20965   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
20966   algorithm: "plot_tsa_name"
20967   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
20968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20969   include:
20970     - "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"
20971     - "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"
20972     - "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"
20973     - "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"
20974     - "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"
20975     - "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"
20976     - "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"
20977     - "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"
20978     - "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"
20979     - "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"
20980   layout:
20981     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20982     layout: "plot-throughput-speedup-analysis"
20983
20984 - type: "plot"
20985   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
20986   algorithm: "plot_tsa_name"
20987   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
20988   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20989   include:
20990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20996   layout:
20997     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
20998     layout: "plot-throughput-speedup-analysis"
20999
21000 - type: "plot"
21001   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21002   algorithm: "plot_tsa_name"
21003   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21004   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21005   include:
21006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21012   layout:
21013     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
21014     layout: "plot-throughput-speedup-analysis"
21015
21016 - type: "plot"
21017   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
21018   algorithm: "plot_tsa_name"
21019   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
21020   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21021   include:
21022     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21023     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21024   layout:
21025     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
21026     layout: "plot-throughput-speedup-analysis"
21027
21028 - type: "plot"
21029   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
21030   algorithm: "plot_tsa_name"
21031   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
21032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21033   include:
21034     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21035     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21036   layout:
21037     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
21038     layout: "plot-throughput-speedup-analysis"
21039
21040 - type: "plot"
21041   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21042   algorithm: "plot_tsa_name"
21043   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21044   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21045   include:
21046     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21047     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21048     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21049     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21050     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21051     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21052   layout:
21053     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
21054     layout: "plot-throughput-speedup-analysis"
21055
21056 - type: "plot"
21057   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21058   algorithm: "plot_tsa_name"
21059   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21061   include:
21062     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21063     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21064     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21065     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21066     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21067     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21068   layout:
21069     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
21070     layout: "plot-throughput-speedup-analysis"
21071
21072 - type: "plot"
21073   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21074   algorithm: "plot_tsa_name"
21075   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21077   include:
21078     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21079     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21080     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21081     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21082     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21083     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21084   layout:
21085     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
21086     layout: "plot-throughput-speedup-analysis"
21087
21088 - type: "plot"
21089   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21090   algorithm: "plot_tsa_name"
21091   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21092   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21093   include:
21094     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21095     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21096     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21097     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21098     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21099     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21100   layout:
21101     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
21102     layout: "plot-throughput-speedup-analysis"
21103
21104 - type: "plot"
21105   title: "Speedup: 2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
21106   algorithm: "plot_tsa_name"
21107   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
21108   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21109   include:
21110     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
21111     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
21112     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
21113     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
21114     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
21115   layout:
21116     title: "2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
21117     layout: "plot-throughput-speedup-analysis"
21118
21119 - type: "plot"
21120   title: "Speedup: 2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
21121   algorithm: "plot_tsa_name"
21122   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
21123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21124   include:
21125     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
21126     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
21127     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
21128     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
21129     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
21130   layout:
21131     title: "2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
21132     layout: "plot-throughput-speedup-analysis"
21133
21134 - type: "plot"
21135   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21136   algorithm: "plot_tsa_name"
21137   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21138   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21139   include:
21140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21144     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21145     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21146     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21147   layout:
21148     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
21149     layout: "plot-throughput-speedup-analysis"
21150
21151 - type: "plot"
21152   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
21153   algorithm: "plot_tsa_name"
21154   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
21155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21156   include:
21157     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21158     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21159     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21160     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21161     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21162     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21163     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21164   layout:
21165     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
21166     layout: "plot-throughput-speedup-analysis"
21167
21168 - type: "plot"
21169   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
21170   algorithm: "plot_tsa_name"
21171   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
21172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21173   include:
21174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21175     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
21177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
21178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21179   layout:
21180     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
21181     layout: "plot-throughput-speedup-analysis"
21182
21183 - type: "plot"
21184   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
21185   algorithm: "plot_tsa_name"
21186   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
21187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21188   include:
21189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
21192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
21193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21194   layout:
21195     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
21196     layout: "plot-throughput-speedup-analysis"
21197
21198 - type: "plot"
21199   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
21200   algorithm: "plot_tsa_name"
21201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
21202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21203   include:
21204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
21206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
21207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21208   layout:
21209     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr"
21210     layout: "plot-throughput-speedup-analysis"
21211
21212 - type: "plot"
21213   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
21214   algorithm: "plot_tsa_name"
21215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
21216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21217   include:
21218     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21219     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
21220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
21221     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21222   layout:
21223     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr"
21224     layout: "plot-throughput-speedup-analysis"
21225
21226 - type: "plot"
21227   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
21228   algorithm: "plot_tsa_name"
21229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
21230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21231   include:
21232     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21233     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21234     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
21235     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
21236     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21237   layout:
21238     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
21239     layout: "plot-throughput-speedup-analysis"
21240
21241 - type: "plot"
21242   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
21243   algorithm: "plot_tsa_name"
21244   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
21245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21246   include:
21247     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21248     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21249     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
21250     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
21251     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21252   layout:
21253     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
21254     layout: "plot-throughput-speedup-analysis"
21255
21256 - type: "plot"
21257   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
21258   algorithm: "plot_tsa_name"
21259   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
21260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21261   include:
21262     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21263     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
21264     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
21265     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
21266   layout:
21267     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr"
21268     layout: "plot-throughput-speedup-analysis"
21269
21270 - type: "plot"
21271   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
21272   algorithm: "plot_tsa_name"
21273   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
21274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21275   include:
21276     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21277     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
21278     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
21279     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
21280   layout:
21281     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr"
21282     layout: "plot-throughput-speedup-analysis"
21283
21284 - type: "plot"
21285   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
21286   algorithm: "plot_tsa_name"
21287   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
21288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21289   include:
21290     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
21291     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
21292     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
21293     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
21294     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
21295   layout:
21296     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
21297     layout: "plot-throughput-speedup-analysis"
21298
21299 - type: "plot"
21300   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
21301   algorithm: "plot_tsa_name"
21302   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
21303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21304   include:
21305     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
21306     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
21307     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
21308     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
21309     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
21310   layout:
21311     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
21312     layout: "plot-throughput-speedup-analysis"
21313
21314 - type: "plot"
21315   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
21316   algorithm: "plot_tsa_name"
21317   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
21318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21319   include:
21320     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21321     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
21322     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
21323     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21324     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21325   layout:
21326     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
21327     layout: "plot-throughput-speedup-analysis"
21328
21329 - type: "plot"
21330   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
21331   algorithm: "plot_tsa_name"
21332   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
21333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21334   include:
21335     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21336     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
21337     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
21338     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21339     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21340   layout:
21341     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
21342     layout: "plot-throughput-speedup-analysis"
21343
21344 - type: "plot"
21345   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
21346   algorithm: "plot_tsa_name"
21347   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
21348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21349   include:
21350     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
21351     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
21352     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
21353     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
21354     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
21355   layout:
21356     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
21357     layout: "plot-throughput-speedup-analysis"
21358
21359 - type: "plot"
21360   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
21361   algorithm: "plot_tsa_name"
21362   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
21363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21364   include:
21365     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
21366     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
21367     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
21368     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
21369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
21370   layout:
21371     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
21372     layout: "plot-throughput-speedup-analysis"
21373
21374 - type: "plot"
21375   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
21376   algorithm: "plot_tsa_name"
21377   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
21378   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21379   include:
21380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
21381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
21383     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
21384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21385   layout:
21386     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
21387     layout: "plot-throughput-speedup-analysis"
21388
21389 - type: "plot"
21390   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
21391   algorithm: "plot_tsa_name"
21392   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
21393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21394   include:
21395     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
21396     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
21398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
21399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21400   layout:
21401     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
21402     layout: "plot-throughput-speedup-analysis"
21403
21404 - type: "plot"
21405   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
21406   algorithm: "plot_tsa_name"
21407   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
21408   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21409   include:
21410     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21411     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21412     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21413     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21414   layout:
21415     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
21416     layout: "plot-throughput-speedup-analysis"
21417
21418 - type: "plot"
21419   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
21420   algorithm: "plot_tsa_name"
21421   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
21422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21423   include:
21424     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21425     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21428   layout:
21429     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
21430     layout: "plot-throughput-speedup-analysis"
21431
21432 - type: "plot"
21433   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
21434   algorithm: "plot_tsa_name"
21435   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
21436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21437   include:
21438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
21439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
21440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
21441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
21442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
21443   layout:
21444     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
21445     layout: "plot-throughput-speedup-analysis"
21446
21447 - type: "plot"
21448   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
21449   algorithm: "plot_tsa_name"
21450   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
21451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21452   include:
21453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
21454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
21455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
21456     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
21457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
21458   layout:
21459     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
21460     layout: "plot-throughput-speedup-analysis"
21461
21462 - type: "plot"
21463   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
21464   algorithm: "plot_tsa_name"
21465   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
21466   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21467   include:
21468     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
21469     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
21470     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
21471     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
21472   layout:
21473     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
21474     layout: "plot-throughput-speedup-analysis"
21475
21476 - type: "plot"
21477   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
21478   algorithm: "plot_tsa_name"
21479   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
21480   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21481   include:
21482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
21483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
21484     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
21485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
21486   layout:
21487     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
21488     layout: "plot-throughput-speedup-analysis"
21489
21490 - type: "plot"
21491   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
21492   algorithm: "plot_tsa_name"
21493   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
21494   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21495   include:
21496     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
21497     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21498     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
21499     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
21500     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21501   layout:
21502     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
21503     layout: "plot-throughput-speedup-analysis"
21504
21505 - type: "plot"
21506   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
21507   algorithm: "plot_tsa_name"
21508   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
21509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21510   include:
21511     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
21512     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21513     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
21514     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
21515     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21516   layout:
21517     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
21518     layout: "plot-throughput-speedup-analysis"
21519
21520 - type: "plot"
21521   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
21522   algorithm: "plot_tsa_name"
21523   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
21524   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21525   include:
21526     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21527     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21528     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21529     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21530   layout:
21531     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
21532     layout: "plot-throughput-speedup-analysis"
21533
21534 - type: "plot"
21535   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
21536   algorithm: "plot_tsa_name"
21537   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
21538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21539   include:
21540     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21541     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21542     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21543     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21544   layout:
21545     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
21546     layout: "plot-throughput-speedup-analysis"
21547
21548 - type: "plot"
21549   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
21550   algorithm: "plot_tsa_name"
21551   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
21552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21553   include:
21554     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21555     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21556     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21557     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21559   layout:
21560     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
21561     layout: "plot-throughput-speedup-analysis"
21562
21563 - type: "plot"
21564   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
21565   algorithm: "plot_tsa_name"
21566   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
21567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21568   include:
21569     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21570     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21571     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21574   layout:
21575     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
21576     layout: "plot-throughput-speedup-analysis"
21577
21578 - type: "plot"
21579   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
21580   algorithm: "plot_tsa_name"
21581   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
21582   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21583   include:
21584     - "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"
21585     - "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"
21586     - "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"
21587     - "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"
21588     - "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"
21589   layout:
21590     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
21591     layout: "plot-throughput-speedup-analysis"
21592
21593 - type: "plot"
21594   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
21595   algorithm: "plot_tsa_name"
21596   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
21597   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21598   include:
21599     - "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"
21600     - "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"
21601     - "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"
21602     - "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"
21603     - "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"
21604   layout:
21605     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
21606     layout: "plot-throughput-speedup-analysis"
21607
21608 - type: "plot"
21609   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
21610   algorithm: "plot_tsa_name"
21611   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
21612   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21613   include:
21614     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21615     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21616     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21617     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21618     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21619   layout:
21620     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
21621     layout: "plot-throughput-speedup-analysis"
21622
21623 - type: "plot"
21624   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
21625   algorithm: "plot_tsa_name"
21626   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
21627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21628   include:
21629     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21630     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21631     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21632     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21633     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21634   layout:
21635     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
21636     layout: "plot-throughput-speedup-analysis"
21637
21638 - type: "plot"
21639   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
21640   algorithm: "plot_tsa_name"
21641   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
21642   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21643   include:
21644     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21645     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21646     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21647     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21648     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21649   layout:
21650     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
21651     layout: "plot-throughput-speedup-analysis"
21652
21653 - type: "plot"
21654   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
21655   algorithm: "plot_tsa_name"
21656   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
21657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21658   include:
21659     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21660     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21661     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21662     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21663     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21664   layout:
21665     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
21666     layout: "plot-throughput-speedup-analysis"
21667
21668 - type: "plot"
21669   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
21670   algorithm: "plot_tsa_name"
21671   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
21672   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21673   include:
21674     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21675     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21676     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21677     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21678   layout:
21679     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
21680     layout: "plot-throughput-speedup-analysis"
21681
21682 - type: "plot"
21683   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
21684   algorithm: "plot_tsa_name"
21685   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
21686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21687   include:
21688     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21689     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21690     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21691     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21692   layout:
21693     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
21694     layout: "plot-throughput-speedup-analysis"
21695
21696 - type: "plot"
21697   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
21698   algorithm: "plot_tsa_name"
21699   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
21700   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21701   include:
21702     - "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"
21703     - "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"
21704     - "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"
21705     - "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"
21706   layout:
21707     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
21708     layout: "plot-throughput-speedup-analysis"
21709
21710 - type: "plot"
21711   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
21712   algorithm: "plot_tsa_name"
21713   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
21714   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21715   include:
21716     - "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"
21717     - "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"
21718     - "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"
21719     - "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"
21720   layout:
21721     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
21722     layout: "plot-throughput-speedup-analysis"
21723
21724 - type: "plot"
21725   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
21726   algorithm: "plot_tsa_name"
21727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
21728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21729   include:
21730     - "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"
21731     - "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"
21732     - "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"
21733     - "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"
21734     - "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"
21735     - "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"
21736   layout:
21737     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
21738     layout: "plot-throughput-speedup-analysis"
21739
21740 - type: "plot"
21741   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
21742   algorithm: "plot_tsa_name"
21743   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
21744   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21745   include:
21746     - "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"
21747     - "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"
21748     - "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"
21749     - "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"
21750     - "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"
21751     - "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"
21752   layout:
21753     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
21754     layout: "plot-throughput-speedup-analysis"
21755
21756 # Packet Throughput - DPDK
21757
21758 # 2n-clx-xxv710
21759
21760 - type: "plot"
21761   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
21762   algorithm: "plot_perf_box_name"
21763   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
21764   data: "plot-dpdk-throughput-latency-2n-clx"
21765   include:
21766     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
21767     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
21768   layout:
21769     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
21770     layout: "plot-throughput"
21771
21772 - type: "plot"
21773   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
21774   algorithm: "plot_perf_box_name"
21775   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
21776   data: "plot-dpdk-throughput-latency-2n-clx"
21777   include:
21778     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
21779     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
21780   layout:
21781     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
21782     layout: "plot-throughput"
21783
21784 - type: "plot"
21785   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
21786   algorithm: "plot_perf_box_name"
21787   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
21788   data: "plot-dpdk-throughput-latency-2n-clx"
21789   include:
21790     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
21791     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
21792   layout:
21793     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
21794     layout: "plot-throughput"
21795
21796 - type: "plot"
21797   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
21798   algorithm: "plot_perf_box_name"
21799   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
21800   data: "plot-dpdk-throughput-latency-2n-clx"
21801   include:
21802     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
21803     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
21804   layout:
21805     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
21806     layout: "plot-throughput"
21807
21808 # 2n-clx-x710
21809
21810 - type: "plot"
21811   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
21812   algorithm: "plot_perf_box_name"
21813   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
21814   data: "plot-dpdk-throughput-latency-2n-clx"
21815   include:
21816     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
21817     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
21818   layout:
21819     title: "2n-clx-x710-64b-2t1c-base-ndr"
21820     layout: "plot-throughput"
21821
21822 - type: "plot"
21823   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
21824   algorithm: "plot_perf_box_name"
21825   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
21826   data: "plot-dpdk-throughput-latency-2n-clx"
21827   include:
21828     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
21829     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
21830   layout:
21831     title: "2n-clx-x710-64b-4t2c-base-ndr"
21832     layout: "plot-throughput"
21833
21834 - type: "plot"
21835   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
21836   algorithm: "plot_perf_box_name"
21837   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
21838   data: "plot-dpdk-throughput-latency-2n-clx"
21839   include:
21840     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
21841     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
21842   layout:
21843     title: "2n-clx-x710-64b-2t1c-base-pdr"
21844     layout: "plot-throughput"
21845
21846 - type: "plot"
21847   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
21848   algorithm: "plot_perf_box_name"
21849   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
21850   data: "plot-dpdk-throughput-latency-2n-clx"
21851   include:
21852     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
21853     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
21854   layout:
21855     title: "2n-clx-x710-64b-4t2c-base-pdr"
21856     layout: "plot-throughput"
21857
21858 ###############################################################################
21859
21860 # 2n-zn2
21861
21862 # Packet Throughput
21863
21864 - type: "plot"
21865   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
21866   algorithm: "plot_perf_box_name"
21867   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
21868   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21869   include:
21870     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21871     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21872     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21873     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21874   layout:
21875     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
21876     layout: "plot-throughput"
21877
21878 - type: "plot"
21879   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
21880   algorithm: "plot_perf_box_name"
21881   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
21882   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21883   include:
21884     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21885     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21886     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21887     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21888   layout:
21889     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
21890     layout: "plot-throughput"
21891
21892 - type: "plot"
21893   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
21894   algorithm: "plot_perf_box_name"
21895   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
21896   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21897   include:
21898     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21899     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21900     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21901     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21902   layout:
21903     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
21904     layout: "plot-throughput"
21905
21906 - type: "plot"
21907   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
21908   algorithm: "plot_perf_box_name"
21909   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
21910   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21911   include:
21912     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21913     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21914     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21915     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21916   layout:
21917     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
21918     layout: "plot-throughput"
21919
21920 - type: "plot"
21921   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
21922   algorithm: "plot_perf_box_name"
21923   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
21924   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21925   include:
21926     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21927     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21928     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21929     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21930   layout:
21931     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
21932     layout: "plot-throughput"
21933
21934 - type: "plot"
21935   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
21936   algorithm: "plot_perf_box_name"
21937   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
21938   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21939   include:
21940     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21941     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21942     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21943     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21944   layout:
21945     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
21946     layout: "plot-throughput"
21947
21948 - type: "plot"
21949   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
21950   algorithm: "plot_perf_box_name"
21951   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
21952   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21953   include:
21954     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
21955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
21956     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21957     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
21959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21960   layout:
21961     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
21962     layout: "plot-throughput"
21963
21964 - type: "plot"
21965   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
21966   algorithm: "plot_perf_box_name"
21967   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
21968   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21969   include:
21970     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
21971     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
21972     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21973     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21974     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
21975     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21976   layout:
21977     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
21978     layout: "plot-throughput"
21979
21980 - type: "plot"
21981   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
21982   algorithm: "plot_perf_box_name"
21983   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
21984   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21985   include:
21986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
21987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
21988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
21989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21990   layout:
21991     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
21992     layout: "plot-throughput"
21993
21994 - type: "plot"
21995   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
21996   algorithm: "plot_perf_box_name"
21997   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
21998   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21999   include:
22000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
22001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
22002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
22003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
22004   layout:
22005     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
22006     layout: "plot-throughput"
22007
22008 - type: "plot"
22009   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
22010   algorithm: "plot_perf_box_name"
22011   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
22012   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22013   include:
22014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
22015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
22016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
22017   layout:
22018     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
22019     layout: "plot-throughput"
22020
22021 - type: "plot"
22022   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
22023   algorithm: "plot_perf_box_name"
22024   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
22025   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22026   include:
22027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
22028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
22029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
22030   layout:
22031     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
22032     layout: "plot-throughput"
22033
22034 - type: "plot"
22035   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
22036   algorithm: "plot_perf_box_name"
22037   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
22038   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22039   include:
22040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
22041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
22043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
22044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
22045   layout:
22046     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
22047     layout: "plot-throughput"
22048
22049 - type: "plot"
22050   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
22051   algorithm: "plot_perf_box_name"
22052   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
22053   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22054   include:
22055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
22056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
22058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
22059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
22060   layout:
22061     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
22062     layout: "plot-throughput"
22063
22064 - type: "plot"
22065   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
22066   algorithm: "plot_perf_box_name"
22067   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
22068   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22069   include:
22070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
22071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
22072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
22073   layout:
22074     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
22075     layout: "plot-throughput"
22076
22077 - type: "plot"
22078   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
22079   algorithm: "plot_perf_box_name"
22080   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
22081   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22082   include:
22083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
22084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
22085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
22086   layout:
22087     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
22088     layout: "plot-throughput"
22089
22090 - type: "plot"
22091   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
22092   algorithm: "plot_perf_box_name"
22093   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
22094   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22095   include:
22096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22102   layout:
22103     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
22104     layout: "plot-throughput"
22105
22106 - type: "plot"
22107   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
22108   algorithm: "plot_perf_box_name"
22109   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
22110   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22111   include:
22112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22118   layout:
22119     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
22120     layout: "plot-throughput"
22121
22122 - type: "plot"
22123   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
22124   algorithm: "plot_perf_box_name"
22125   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
22126   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22127   include:
22128     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22129     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
22130     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
22131     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
22132     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
22133   layout:
22134     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
22135     layout: "plot-throughput"
22136
22137 #- type: "plot"
22138 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
22139 #  algorithm: "plot_perf_box_name"
22140 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
22141 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22142 #  include:
22143 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
22144 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
22145 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
22146 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
22147 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
22148 #  layout:
22149 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
22150 #    layout: "plot-throughput"
22151 #
22152 #- type: "plot"
22153 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
22154 #  algorithm: "plot_perf_box_name"
22155 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
22156 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22157 #  include:
22158 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
22159 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
22160 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
22161 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
22162 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
22163 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
22164 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
22165 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
22166 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
22167 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
22168 #  layout:
22169 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
22170 #    layout: "plot-cps"
22171 #
22172 #- type: "plot"
22173 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
22174 #  algorithm: "plot_perf_box_name"
22175 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
22176 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22177 #  include:
22178 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
22179 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
22180 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
22181 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
22182 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
22183 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
22184 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
22185 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
22186 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
22187 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
22188 #  layout:
22189 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
22190 #    layout: "plot-throughput"
22191 #
22192 #- type: "plot"
22193 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
22194 #  algorithm: "plot_perf_box_name"
22195 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
22196 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22197 #  include:
22198 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
22199 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
22200 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
22201 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
22202 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
22203 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
22204 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
22205 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
22206 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
22207 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
22208 #  layout:
22209 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
22210 #    layout: "plot-cps"
22211 #
22212 #- type: "plot"
22213 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
22214 #  algorithm: "plot_perf_box_name"
22215 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
22216 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22217 #  include:
22218 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
22219 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
22220 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
22221 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
22222 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
22223 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
22224 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
22225 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
22226 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
22227 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
22228 #  layout:
22229 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
22230 #    layout: "plot-throughput"
22231
22232 - type: "plot"
22233   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
22234   algorithm: "plot_perf_box_name"
22235   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
22236   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22237   include:
22238     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22239     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
22240     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
22241     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
22242     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
22243   layout:
22244     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
22245     layout: "plot-throughput"
22246
22247 #- type: "plot"
22248 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
22249 #  algorithm: "plot_perf_box_name"
22250 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
22251 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22252 #  include:
22253 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
22254 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
22255 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
22256 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
22257 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
22258 #  layout:
22259 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
22260 #    layout: "plot-throughput"
22261 #
22262 #- type: "plot"
22263 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
22264 #  algorithm: "plot_perf_box_name"
22265 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
22266 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22267 #  include:
22268 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
22269 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
22270 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
22271 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
22272 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
22273 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
22274 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
22275 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
22276 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
22277 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
22278 #  layout:
22279 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
22280 #    layout: "plot-cps"
22281 #
22282 #- type: "plot"
22283 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
22284 #  algorithm: "plot_perf_box_name"
22285 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
22286 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22287 #  include:
22288 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
22289 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
22290 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
22291 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
22292 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
22293 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
22294 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
22295 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
22296 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
22297 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
22298 #  layout:
22299 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
22300 #    layout: "plot-throughput"
22301 #
22302 #- type: "plot"
22303 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
22304 #  algorithm: "plot_perf_box_name"
22305 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
22306 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22307 #  include:
22308 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
22309 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
22310 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
22311 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
22312 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
22313 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
22314 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
22315 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
22316 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
22317 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
22318 #  layout:
22319 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
22320 #    layout: "plot-cps"
22321 #
22322 #- type: "plot"
22323 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
22324 #  algorithm: "plot_perf_box_name"
22325 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
22326 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22327 #  include:
22328 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
22329 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
22330 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
22331 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
22332 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
22333 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
22334 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
22335 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
22336 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
22337 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
22338 #  layout:
22339 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
22340 #    layout: "plot-throughput"
22341
22342 - type: "plot"
22343   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
22344   algorithm: "plot_perf_box_name"
22345   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
22346   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22347   include:
22348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22354   layout:
22355     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
22356     layout: "plot-throughput"
22357
22358 - type: "plot"
22359   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
22360   algorithm: "plot_perf_box_name"
22361   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
22362   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22363   include:
22364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22370   layout:
22371     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
22372     layout: "plot-throughput"
22373
22374 - type: "plot"
22375   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
22376   algorithm: "plot_perf_box_name"
22377   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
22378   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22379   include:
22380     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
22381     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
22382   layout:
22383     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
22384     layout: "plot-throughput"
22385
22386 - type: "plot"
22387   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
22388   algorithm: "plot_perf_box_name"
22389   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
22390   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22391   include:
22392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
22393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
22394   layout:
22395     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
22396     layout: "plot-throughput"
22397
22398 - type: "plot"
22399   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
22400   algorithm: "plot_perf_box_name"
22401   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
22402   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22403   include:
22404     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
22405     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
22406     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
22407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
22408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
22409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
22410   layout:
22411     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
22412     layout: "plot-throughput"
22413
22414 - type: "plot"
22415   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
22416   algorithm: "plot_perf_box_name"
22417   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
22418   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22419   include:
22420     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
22421     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
22422     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
22423     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
22424     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
22425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
22426   layout:
22427     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
22428     layout: "plot-throughput"
22429
22430 - type: "plot"
22431   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
22432   algorithm: "plot_perf_box_name"
22433   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
22434   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22435   include:
22436     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22437     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22438     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22439     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22440     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22441     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22442   layout:
22443     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
22444     layout: "plot-throughput"
22445
22446 - type: "plot"
22447   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
22448   algorithm: "plot_perf_box_name"
22449   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
22450   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22451   include:
22452     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22453     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22454     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22455     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22456     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22458   layout:
22459     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
22460     layout: "plot-throughput"
22461
22462 - type: "plot"
22463   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
22464   algorithm: "plot_perf_box_name"
22465   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
22466   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22467   include:
22468     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
22469     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
22470     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
22471     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
22472     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
22473   layout:
22474     title: "2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
22475     layout: "plot-throughput"
22476
22477 - type: "plot"
22478   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
22479   algorithm: "plot_perf_box_name"
22480   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
22481   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22482   include:
22483     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
22484     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
22485     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
22486     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
22487     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
22488   layout:
22489     title: "2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
22490     layout: "plot-throughput"
22491
22492 - type: "plot"
22493   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
22494   algorithm: "plot_perf_box_name"
22495   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
22496   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22497   include:
22498     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
22499     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
22500     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
22501     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
22502     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
22503     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
22504     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
22505   layout:
22506     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
22507     layout: "plot-throughput"
22508
22509 - type: "plot"
22510   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
22511   algorithm: "plot_perf_box_name"
22512   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
22513   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22514   include:
22515     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
22516     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
22517     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
22518     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
22519     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
22520     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
22521     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
22522   layout:
22523     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
22524     layout: "plot-throughput"
22525
22526 - type: "plot"
22527   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
22528   algorithm: "plot_perf_box_name"
22529   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
22530   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22531   include:
22532     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
22533     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
22534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
22535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
22536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
22537   layout:
22538     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
22539     layout: "plot-throughput"
22540
22541 - type: "plot"
22542   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
22543   algorithm: "plot_perf_box_name"
22544   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
22545   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22546   include:
22547     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
22548     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
22549     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
22550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
22551     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
22552   layout:
22553     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
22554     layout: "plot-throughput"
22555
22556 - type: "plot"
22557   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
22558   algorithm: "plot_perf_box_name"
22559   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
22560   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22561   include:
22562     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
22563     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
22564     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
22565     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
22566   layout:
22567     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
22568     layout: "plot-throughput"
22569
22570 - type: "plot"
22571   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
22572   algorithm: "plot_perf_box_name"
22573   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
22574   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22575   include:
22576     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
22577     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
22578     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
22579     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
22580   layout:
22581     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
22582     layout: "plot-throughput"
22583
22584 - type: "plot"
22585   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
22586   algorithm: "plot_perf_box_name"
22587   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
22588   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22589   include:
22590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
22591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
22592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
22593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
22594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
22595   layout:
22596     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
22597     layout: "plot-throughput"
22598
22599 - type: "plot"
22600   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
22601   algorithm: "plot_perf_box_name"
22602   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
22603   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22604   include:
22605     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
22606     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
22607     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
22608     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
22609     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
22610   layout:
22611     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
22612     layout: "plot-throughput"
22613
22614 - type: "plot"
22615   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
22616   algorithm: "plot_perf_box_name"
22617   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
22618   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22619   include:
22620     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
22621     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
22622     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
22623     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
22624   layout:
22625     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
22626     layout: "plot-throughput"
22627
22628 - type: "plot"
22629   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
22630   algorithm: "plot_perf_box_name"
22631   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
22632   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22633   include:
22634     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
22635     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
22636     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
22637     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
22638   layout:
22639     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
22640     layout: "plot-throughput"
22641
22642 - type: "plot"
22643   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
22644   algorithm: "plot_perf_box_name"
22645   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
22646   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22647   include:
22648     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
22649     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
22650     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
22651     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
22652     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
22653   layout:
22654     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
22655     layout: "plot-throughput"
22656
22657 - type: "plot"
22658   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
22659   algorithm: "plot_perf_box_name"
22660   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
22661   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22662   include:
22663     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
22664     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
22665     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
22666     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
22667     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
22668   layout:
22669     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
22670     layout: "plot-throughput"
22671
22672 - type: "plot"
22673   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
22674   algorithm: "plot_perf_box_name"
22675   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
22676   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22677   include:
22678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
22680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
22681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22683   layout:
22684     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
22685     layout: "plot-throughput"
22686
22687 - type: "plot"
22688   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
22689   algorithm: "plot_perf_box_name"
22690   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
22691   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22692   include:
22693     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
22695     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
22696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22697     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22698   layout:
22699     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
22700     layout: "plot-throughput"
22701
22702 - type: "plot"
22703   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
22704   algorithm: "plot_perf_box_name"
22705   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
22706   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22707   include:
22708     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
22709     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
22710     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
22711     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22712     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
22713   layout:
22714     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
22715     layout: "plot-throughput"
22716
22717 - type: "plot"
22718   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
22719   algorithm: "plot_perf_box_name"
22720   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
22721   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22722   include:
22723     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
22724     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
22725     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
22726     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22727     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
22728   layout:
22729     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
22730     layout: "plot-throughput"
22731
22732 - type: "plot"
22733   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
22734   algorithm: "plot_perf_box_name"
22735   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
22736   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22737   include:
22738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
22739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
22742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
22743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22744   layout:
22745     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
22746     layout: "plot-throughput"
22747
22748 - type: "plot"
22749   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
22750   algorithm: "plot_perf_box_name"
22751   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
22752   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22753   include:
22754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
22755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
22758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
22759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22760   layout:
22761     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
22762     layout: "plot-throughput"
22763
22764 - type: "plot"
22765   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
22766   algorithm: "plot_perf_box_name"
22767   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
22768   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22769   include:
22770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22774   layout:
22775     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
22776     layout: "plot-throughput"
22777
22778 - type: "plot"
22779   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
22780   algorithm: "plot_perf_box_name"
22781   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
22782   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22783   include:
22784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22788   layout:
22789     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
22790     layout: "plot-throughput"
22791
22792 - type: "plot"
22793   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
22794   algorithm: "plot_perf_box_name"
22795   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
22796   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22797   include:
22798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
22799     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
22800     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22801     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
22802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
22803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22804   layout:
22805     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
22806     layout: "plot-throughput"
22807
22808 - type: "plot"
22809   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
22810   algorithm: "plot_perf_box_name"
22811   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
22812   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22813   include:
22814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
22815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
22816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
22818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
22819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22820   layout:
22821     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
22822     layout: "plot-throughput"
22823
22824 - type: "plot"
22825   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
22826   algorithm: "plot_perf_box_name"
22827   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
22828   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22829   include:
22830     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22831     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
22832     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
22833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
22834   layout:
22835     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
22836     layout: "plot-throughput"
22837
22838 - type: "plot"
22839   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
22840   algorithm: "plot_perf_box_name"
22841   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
22842   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22843   include:
22844     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22845     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
22846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
22847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
22848   layout:
22849     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
22850     layout: "plot-throughput"
22851
22852 - type: "plot"
22853   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
22854   algorithm: "plot_perf_box_name"
22855   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
22856   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22857   include:
22858     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
22859     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22860     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22861     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
22862     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
22863     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22864   layout:
22865     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
22866     layout: "plot-throughput"
22867
22868 - type: "plot"
22869   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
22870   algorithm: "plot_perf_box_name"
22871   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
22872   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22873   include:
22874     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
22875     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22876     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22877     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
22878     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
22879     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22880   layout:
22881     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
22882     layout: "plot-throughput"
22883
22884 - type: "plot"
22885   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
22886   algorithm: "plot_perf_box_name"
22887   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
22888   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22889   include:
22890     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22891     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22892     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22893     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22894   layout:
22895     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
22896     layout: "plot-throughput"
22897
22898 - type: "plot"
22899   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
22900   algorithm: "plot_perf_box_name"
22901   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
22902   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22903   include:
22904     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22905     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22906     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22907     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22908   layout:
22909     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
22910     layout: "plot-throughput"
22911
22912 - type: "plot"
22913   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
22914   algorithm: "plot_perf_box_name"
22915   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
22916   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22917   include:
22918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22923   layout:
22924     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
22925     layout: "plot-throughput"
22926
22927 - type: "plot"
22928   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
22929   algorithm: "plot_perf_box_name"
22930   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
22931   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22932   include:
22933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22938   layout:
22939     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
22940     layout: "plot-throughput"
22941
22942 - type: "plot"
22943   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
22944   algorithm: "plot_perf_box_name"
22945   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
22946   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22947   include:
22948     - "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"
22949     - "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"
22950     - "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"
22951     - "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"
22952     - "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"
22953   layout:
22954     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
22955     layout: "plot-throughput"
22956
22957 - type: "plot"
22958   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
22959   algorithm: "plot_perf_box_name"
22960   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
22961   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22962   include:
22963     - "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"
22964     - "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"
22965     - "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"
22966     - "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"
22967     - "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"
22968   layout:
22969     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
22970     layout: "plot-throughput"
22971
22972 - type: "plot"
22973   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
22974   algorithm: "plot_perf_box_name"
22975   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
22976   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22977   include:
22978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22983   layout:
22984     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
22985     layout: "plot-throughput"
22986
22987 - type: "plot"
22988   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
22989   algorithm: "plot_perf_box_name"
22990   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
22991   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22992   include:
22993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22998   layout:
22999     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
23000     layout: "plot-throughput"
23001
23002 - type: "plot"
23003   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
23004   algorithm: "plot_perf_box_name"
23005   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
23006   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23007   include:
23008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23013   layout:
23014     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
23015     layout: "plot-throughput"
23016
23017 - type: "plot"
23018   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
23019   algorithm: "plot_perf_box_name"
23020   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
23021   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23022   include:
23023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23028   layout:
23029     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
23030     layout: "plot-throughput"
23031
23032 - type: "plot"
23033   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
23034   algorithm: "plot_perf_box_name"
23035   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
23036   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23037   include:
23038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23042   layout:
23043     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
23044     layout: "plot-throughput"
23045
23046 - type: "plot"
23047   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
23048   algorithm: "plot_perf_box_name"
23049   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
23050   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23051   include:
23052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23056   layout:
23057     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
23058     layout: "plot-throughput"
23059
23060 - type: "plot"
23061   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
23062   algorithm: "plot_perf_box_name"
23063   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
23064   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23065   include:
23066     - "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"
23067     - "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"
23068     - "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"
23069     - "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"
23070   layout:
23071     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
23072     layout: "plot-throughput"
23073
23074 - type: "plot"
23075   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
23076   algorithm: "plot_perf_box_name"
23077   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
23078   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23079   include:
23080     - "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"
23081     - "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"
23082     - "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"
23083     - "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"
23084   layout:
23085     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
23086     layout: "plot-throughput"
23087
23088 - type: "plot"
23089   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
23090   algorithm: "plot_perf_box_name"
23091   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
23092   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23093   include:
23094     - "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"
23095     - "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"
23096     - "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"
23097     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
23098     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
23099     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
23100   layout:
23101     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
23102     layout: "plot-throughput"
23103
23104 - type: "plot"
23105   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
23106   algorithm: "plot_perf_box_name"
23107   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
23108   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23109   include:
23110     - "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"
23111     - "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"
23112     - "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"
23113     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
23114     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
23115     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
23116   layout:
23117     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
23118     layout: "plot-throughput"
23119
23120 ################################################################################
23121
23122 # Packet Speedup
23123
23124 - type: "plot"
23125   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
23126   algorithm: "plot_tsa_name"
23127   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
23128   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23129   include:
23130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23131     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23132     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23133     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23134   layout:
23135     title: "2n-zn2-xxv710-64b-memif-base-avf-ndr"
23136     layout: "plot-throughput-speedup-analysis"
23137
23138 - type: "plot"
23139   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
23140   algorithm: "plot_tsa_name"
23141   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
23142   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23143   include:
23144     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23145     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23146     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23147     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23148   layout:
23149     title: "2n-zn2-xxv710-64b-memif-base-avf-pdr"
23150     layout: "plot-throughput-speedup-analysis"
23151
23152 - type: "plot"
23153   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
23154   algorithm: "plot_tsa_name"
23155   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
23156   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23157   include:
23158     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23159     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23160     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23161     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23162   layout:
23163     title: "2n-zn2-xxv710-64b-memif-base-dpdk-ndr"
23164     layout: "plot-throughput-speedup-analysis"
23165
23166 - type: "plot"
23167   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
23168   algorithm: "plot_tsa_name"
23169   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
23170   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23171   include:
23172     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23173     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23174     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23175     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23176   layout:
23177     title: "2n-zn2-xxv710-64b-memif-base-dpdk-pdr"
23178     layout: "plot-throughput-speedup-analysis"
23179
23180 - type: "plot"
23181   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
23182   algorithm: "plot_tsa_name"
23183   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
23184   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23185   include:
23186     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23187     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23188     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23189     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23190   layout:
23191     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
23192     layout: "plot-throughput-speedup-analysis"
23193
23194 - type: "plot"
23195   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
23196   algorithm: "plot_tsa_name"
23197   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
23198   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23199   include:
23200     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23201     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23202     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23203     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23204   layout:
23205     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
23206     layout: "plot-throughput-speedup-analysis"
23207
23208 - type: "plot"
23209   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
23210   algorithm: "plot_tsa_name"
23211   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
23212   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23213   include:
23214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
23215     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
23216     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
23217     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23218     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
23219     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23220   layout:
23221     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
23222     layout: "plot-throughput-speedup-analysis"
23223
23224 - type: "plot"
23225   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
23226   algorithm: "plot_tsa_name"
23227   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
23228   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23229   include:
23230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
23231     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
23232     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
23233     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23234     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
23235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23236   layout:
23237     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
23238     layout: "plot-throughput-speedup-analysis"
23239
23240 - type: "plot"
23241   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
23242   algorithm: "plot_tsa_name"
23243   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
23244   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23245   include:
23246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
23247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
23248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
23249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
23250   layout:
23251     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr"
23252     layout: "plot-throughput-speedup-analysis"
23253
23254 - type: "plot"
23255   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
23256   algorithm: "plot_tsa_name"
23257   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
23258   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23259   include:
23260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
23261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
23262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
23263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
23264   layout:
23265     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr"
23266     layout: "plot-throughput-speedup-analysis"
23267
23268 - type: "plot"
23269   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
23270   algorithm: "plot_tsa_name"
23271   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
23272   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23273   include:
23274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
23275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
23276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23277   layout:
23278     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
23279     layout: "plot-throughput-speedup-analysis"
23280
23281 - type: "plot"
23282   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
23283   algorithm: "plot_tsa_name"
23284   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
23285   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23286   include:
23287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
23288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
23289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23290   layout:
23291     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
23292     layout: "plot-throughput-speedup-analysis"
23293
23294 - type: "plot"
23295   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
23296   algorithm: "plot_tsa_name"
23297   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
23298   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23299   include:
23300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
23301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
23303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
23304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
23305   layout:
23306     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
23307     layout: "plot-throughput-speedup-analysis"
23308
23309 - type: "plot"
23310   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
23311   algorithm: "plot_tsa_name"
23312   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
23313   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23314   include:
23315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
23316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
23318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
23319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
23320   layout:
23321     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
23322     layout: "plot-throughput-speedup-analysis"
23323
23324 - type: "plot"
23325   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
23326   algorithm: "plot_tsa_name"
23327   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
23328   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23329   include:
23330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
23331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
23332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
23333   layout:
23334     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
23335     layout: "plot-throughput-speedup-analysis"
23336
23337 - type: "plot"
23338   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
23339   algorithm: "plot_tsa_name"
23340   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
23341   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23342   include:
23343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
23344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
23345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
23346   layout:
23347     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
23348     layout: "plot-throughput-speedup-analysis"
23349
23350 - type: "plot"
23351   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
23352   algorithm: "plot_tsa_name"
23353   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
23354   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23355   include:
23356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23362   layout:
23363     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr"
23364     layout: "plot-throughput-speedup-analysis"
23365
23366 - type: "plot"
23367   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
23368   algorithm: "plot_tsa_name"
23369   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
23370   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23371   include:
23372     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23373     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
23374     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
23375     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
23376     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
23377   layout:
23378     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
23379     layout: "plot-throughput-speedup-analysis"
23380
23381 #- type: "plot"
23382 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
23383 #  algorithm: "plot_tsa_name"
23384 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
23385 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23386 #  include:
23387 #    - "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"
23388 #    - "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"
23389 #    - "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"
23390 #    - "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"
23391 #    - "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"
23392 #  layout:
23393 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
23394 #    layout: "plot-throughput-speedup-analysis"
23395 #
23396 #- type: "plot"
23397 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
23398 #  algorithm: "plot_tsa_name"
23399 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
23400 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23401 #  include:
23402 #    - "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"
23403 #    - "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"
23404 #    - "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"
23405 #    - "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"
23406 #    - "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"
23407 #    - "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"
23408 #    - "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"
23409 #    - "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"
23410 #    - "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"
23411 #    - "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"
23412 #  layout:
23413 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
23414 #    layout: "plot-throughput-speedup-analysis-cps"
23415 #
23416 #- type: "plot"
23417 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
23418 #  algorithm: "plot_tsa_name"
23419 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
23420 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23421 #  include:
23422 #    - "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"
23423 #    - "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"
23424 #    - "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"
23425 #    - "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"
23426 #    - "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"
23427 #    - "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"
23428 #    - "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"
23429 #    - "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"
23430 #    - "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"
23431 #    - "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"
23432 #  layout:
23433 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
23434 #    layout: "plot-throughput-speedup-analysis"
23435 #
23436 #- type: "plot"
23437 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
23438 #  algorithm: "plot_tsa_name"
23439 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
23440 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23441 #  include:
23442 #    - "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"
23443 #    - "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"
23444 #    - "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"
23445 #    - "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"
23446 #    - "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"
23447 #    - "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"
23448 #    - "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"
23449 #    - "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"
23450 #    - "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"
23451 #    - "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"
23452 #  layout:
23453 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
23454 #    layout: "plot-throughput-speedup-analysis-cps"
23455 #
23456 #- type: "plot"
23457 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
23458 #  algorithm: "plot_tsa_name"
23459 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
23460 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23461 #  include:
23462 #    - "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"
23463 #    - "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"
23464 #    - "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"
23465 #    - "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"
23466 #    - "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"
23467 #    - "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"
23468 #    - "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"
23469 #    - "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"
23470 #    - "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"
23471 #    - "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"
23472 #  layout:
23473 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
23474 #    layout: "plot-throughput-speedup-analysis"
23475
23476 - type: "plot"
23477   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
23478   algorithm: "plot_tsa_name"
23479   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
23480   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23481   include:
23482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23488   layout:
23489     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr"
23490     layout: "plot-throughput-speedup-analysis"
23491
23492 - type: "plot"
23493   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
23494   algorithm: "plot_tsa_name"
23495   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
23496   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23497   include:
23498     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23499     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
23500     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
23501     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
23502     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
23503   layout:
23504     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
23505     layout: "plot-throughput-speedup-analysis"
23506
23507 #- type: "plot"
23508 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
23509 #  algorithm: "plot_tsa_name"
23510 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
23511 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23512 #  include:
23513 #    - "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"
23514 #    - "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"
23515 #    - "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"
23516 #    - "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"
23517 #    - "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"
23518 #  layout:
23519 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
23520 #    layout: "plot-throughput-speedup-analysis"
23521 #
23522 #- type: "plot"
23523 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
23524 #  algorithm: "plot_tsa_name"
23525 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
23526 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23527 #  include:
23528 #    - "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"
23529 #    - "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"
23530 #    - "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"
23531 #    - "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"
23532 #    - "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"
23533 #    - "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"
23534 #    - "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"
23535 #    - "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"
23536 #    - "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"
23537 #    - "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"
23538 #  layout:
23539 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
23540 #    layout: "plot-throughput-speedup-analysis-cps"
23541 #
23542 #- type: "plot"
23543 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
23544 #  algorithm: "plot_tsa_name"
23545 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
23546 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23547 #  include:
23548 #    - "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"
23549 #    - "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"
23550 #    - "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"
23551 #    - "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"
23552 #    - "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"
23553 #    - "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"
23554 #    - "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"
23555 #    - "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"
23556 #    - "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"
23557 #    - "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"
23558 #  layout:
23559 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
23560 #    layout: "plot-throughput-speedup-analysis"
23561 #
23562 #- type: "plot"
23563 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
23564 #  algorithm: "plot_tsa_name"
23565 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
23566 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23567 #  include:
23568 #    - "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"
23569 #    - "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"
23570 #    - "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"
23571 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
23572 #    - "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"
23573 #    - "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"
23574 #    - "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"
23575 #    - "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"
23576 #    - "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"
23577 #    - "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"
23578 #  layout:
23579 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
23580 #    layout: "plot-throughput-speedup-analysis-cps"
23581 #
23582 #- type: "plot"
23583 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
23584 #  algorithm: "plot_tsa_name"
23585 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
23586 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23587 #  include:
23588 #    - "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"
23589 #    - "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"
23590 #    - "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"
23591 #    - "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"
23592 #    - "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"
23593 #    - "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"
23594 #    - "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"
23595 #    - "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"
23596 #    - "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"
23597 #    - "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"
23598 #  layout:
23599 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
23600 #    layout: "plot-throughput-speedup-analysis"
23601
23602 - type: "plot"
23603   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
23604   algorithm: "plot_tsa_name"
23605   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
23606   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23607   include:
23608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23614   layout:
23615     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr"
23616     layout: "plot-throughput-speedup-analysis"
23617
23618 - type: "plot"
23619   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
23620   algorithm: "plot_tsa_name"
23621   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
23622   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23623   include:
23624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23630   layout:
23631     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr"
23632     layout: "plot-throughput-speedup-analysis"
23633
23634 - type: "plot"
23635   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
23636   algorithm: "plot_tsa_name"
23637   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
23638   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23639   include:
23640     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
23641     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
23642   layout:
23643     title: "2n-zn2-cx556a-64b-rdma-ip4base-ndr"
23644     layout: "plot-throughput-speedup-analysis"
23645
23646 - type: "plot"
23647   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
23648   algorithm: "plot_tsa_name"
23649   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
23650   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23651   include:
23652     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
23653     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
23654   layout:
23655     title: "2n-zn2-cx556a-64b-rdma-ip4base-pdr"
23656     layout: "plot-throughput-speedup-analysis"
23657
23658 - type: "plot"
23659   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
23660   algorithm: "plot_tsa_name"
23661   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
23662   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23663   include:
23664     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
23665     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
23666     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
23667     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
23668     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
23669     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
23670   layout:
23671     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr"
23672     layout: "plot-throughput-speedup-analysis"
23673
23674 - type: "plot"
23675   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
23676   algorithm: "plot_tsa_name"
23677   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
23678   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23679   include:
23680     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
23681     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
23682     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
23683     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
23684     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
23685     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
23686   layout:
23687     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr"
23688     layout: "plot-throughput-speedup-analysis"
23689
23690 - type: "plot"
23691   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
23692   algorithm: "plot_tsa_name"
23693   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
23694   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23695   include:
23696     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23697     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23698     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23699     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23700     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23701     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23702   layout:
23703     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-ndr"
23704     layout: "plot-throughput-speedup-analysis"
23705
23706 - type: "plot"
23707   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
23708   algorithm: "plot_tsa_name"
23709   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
23710   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23711   include:
23712     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23713     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23714     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23715     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23716     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23717     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23718   layout:
23719     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-pdr"
23720     layout: "plot-throughput-speedup-analysis"
23721
23722 - type: "plot"
23723   title: "Speedup: 2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
23724   algorithm: "plot_tsa_name"
23725   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
23726   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23727   include:
23728     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
23729     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
23730     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
23731     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
23732     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
23733   layout:
23734     title: "2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
23735     layout: "plot-throughput-speedup-analysis"
23736
23737 - type: "plot"
23738   title: "Speedup: 2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
23739   algorithm: "plot_tsa_name"
23740   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
23741   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23742   include:
23743     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
23744     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
23745     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
23746     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
23747     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
23748   layout:
23749     title: "2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
23750     layout: "plot-throughput-speedup-analysis"
23751
23752 - type: "plot"
23753   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
23754   algorithm: "plot_tsa_name"
23755   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
23756   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23757   include:
23758     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
23759     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
23760     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
23761     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23762     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
23763     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23764     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
23765   layout:
23766     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
23767     layout: "plot-throughput-speedup-analysis"
23768
23769 - type: "plot"
23770   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
23771   algorithm: "plot_tsa_name"
23772   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
23773   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23774   include:
23775     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
23776     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
23777     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
23778     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23779     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
23780     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23781     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
23782   layout:
23783     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
23784     layout: "plot-throughput-speedup-analysis"
23785
23786 - type: "plot"
23787   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
23788   algorithm: "plot_tsa_name"
23789   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
23790   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23791   include:
23792     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
23793     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
23794     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
23795     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
23796     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
23797   layout:
23798     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr"
23799     layout: "plot-throughput-speedup-analysis"
23800
23801 - type: "plot"
23802   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
23803   algorithm: "plot_tsa_name"
23804   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
23805   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23806   include:
23807     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
23808     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
23809     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
23810     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
23811     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
23812   layout:
23813     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr"
23814     layout: "plot-throughput-speedup-analysis"
23815
23816 - type: "plot"
23817   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
23818   algorithm: "plot_tsa_name"
23819   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
23820   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23821   include:
23822     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
23823     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
23824     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
23825     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23826   layout:
23827     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr"
23828     layout: "plot-throughput-speedup-analysis"
23829
23830 - type: "plot"
23831   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
23832   algorithm: "plot_tsa_name"
23833   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
23834   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23835   include:
23836     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
23837     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
23838     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
23839     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23840   layout:
23841     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr"
23842     layout: "plot-throughput-speedup-analysis"
23843
23844 - type: "plot"
23845   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
23846   algorithm: "plot_tsa_name"
23847   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
23848   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23849   include:
23850     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
23851     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23852     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
23853     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
23854     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
23855   layout:
23856     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
23857     layout: "plot-throughput-speedup-analysis"
23858
23859 - type: "plot"
23860   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
23861   algorithm: "plot_tsa_name"
23862   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
23863   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23864   include:
23865     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
23866     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23867     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
23868     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
23869     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
23870   layout:
23871     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
23872     layout: "plot-throughput-speedup-analysis"
23873
23874 - type: "plot"
23875   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
23876   algorithm: "plot_tsa_name"
23877   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
23878   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23879   include:
23880     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23881     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
23882     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
23883     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
23884   layout:
23885     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr"
23886     layout: "plot-throughput-speedup-analysis"
23887
23888 - type: "plot"
23889   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
23890   algorithm: "plot_tsa_name"
23891   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
23892   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23893   include:
23894     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23895     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
23896     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
23897     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
23898   layout:
23899     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr"
23900     layout: "plot-throughput-speedup-analysis"
23901
23902 - type: "plot"
23903   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
23904   algorithm: "plot_tsa_name"
23905   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
23906   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23907   include:
23908     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
23909     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
23910     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
23911     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
23912     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
23913   layout:
23914     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr"
23915     layout: "plot-throughput-speedup-analysis"
23916
23917 - type: "plot"
23918   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
23919   algorithm: "plot_tsa_name"
23920   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
23921   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23922   include:
23923     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
23924     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
23925     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
23926     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
23927     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
23928   layout:
23929     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr"
23930     layout: "plot-throughput-speedup-analysis"
23931
23932 - type: "plot"
23933   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
23934   algorithm: "plot_tsa_name"
23935   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
23936   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23937   include:
23938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
23940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
23941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
23942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23943   layout:
23944     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-ndr"
23945     layout: "plot-throughput-speedup-analysis"
23946
23947 - type: "plot"
23948   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
23949   algorithm: "plot_tsa_name"
23950   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
23951   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23952   include:
23953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
23955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
23956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
23957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23958   layout:
23959     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-pdr"
23960     layout: "plot-throughput-speedup-analysis"
23961
23962 - type: "plot"
23963   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
23964   algorithm: "plot_tsa_name"
23965   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
23966   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23967   include:
23968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
23969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
23970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
23971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
23972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
23973   layout:
23974     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr"
23975     layout: "plot-throughput-speedup-analysis"
23976
23977 - type: "plot"
23978   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
23979   algorithm: "plot_tsa_name"
23980   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
23981   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23982   include:
23983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
23984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
23985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
23986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
23987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
23988   layout:
23989     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr"
23990     layout: "plot-throughput-speedup-analysis"
23991
23992 - type: "plot"
23993   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
23994   algorithm: "plot_tsa_name"
23995   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
23996   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23997   include:
23998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
23999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
24002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
24003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24004   layout:
24005     title: "2n-zn2-xxv710-64b-l2switching-base-avf-ndr"
24006     layout: "plot-throughput-speedup-analysis"
24007
24008 - type: "plot"
24009   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
24010   algorithm: "plot_tsa_name"
24011   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
24012   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24013   include:
24014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
24015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
24018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
24019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24020   layout:
24021     title: "2n-zn2-xxv710-64b-l2switching-base-avf-pdr"
24022     layout: "plot-throughput-speedup-analysis"
24023
24024 - type: "plot"
24025   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
24026   algorithm: "plot_tsa_name"
24027   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
24028   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24029   include:
24030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
24032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
24033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
24034   layout:
24035     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr"
24036     layout: "plot-throughput-speedup-analysis"
24037
24038 - type: "plot"
24039   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
24040   algorithm: "plot_tsa_name"
24041   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
24042   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24043   include:
24044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
24046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
24047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
24048   layout:
24049     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr"
24050     layout: "plot-throughput-speedup-analysis"
24051
24052 - type: "plot"
24053   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
24054   algorithm: "plot_tsa_name"
24055   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
24056   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24057   include:
24058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
24059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
24060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
24062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
24063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24064   layout:
24065     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr"
24066     layout: "plot-throughput-speedup-analysis"
24067
24068 - type: "plot"
24069   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
24070   algorithm: "plot_tsa_name"
24071   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
24072   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24073   include:
24074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
24075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
24076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
24078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
24079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24080   layout:
24081     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr"
24082     layout: "plot-throughput-speedup-analysis"
24083
24084 - type: "plot"
24085   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
24086   algorithm: "plot_tsa_name"
24087   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
24088   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24089   include:
24090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
24092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
24093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
24094   layout:
24095     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr"
24096     layout: "plot-throughput-speedup-analysis"
24097
24098 - type: "plot"
24099   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
24100   algorithm: "plot_tsa_name"
24101   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
24102   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24103   include:
24104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
24106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
24107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
24108   layout:
24109     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr"
24110     layout: "plot-throughput-speedup-analysis"
24111
24112 - type: "plot"
24113   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
24114   algorithm: "plot_tsa_name"
24115   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
24116   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24117   include:
24118     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
24119     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
24120     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24121     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
24122     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
24123     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24124   layout:
24125     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-ndr"
24126     layout: "plot-throughput-speedup-analysis"
24127
24128 - type: "plot"
24129   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
24130   algorithm: "plot_tsa_name"
24131   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
24132   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24133   include:
24134     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
24135     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
24136     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24137     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
24138     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
24139     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24140   layout:
24141     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-pdr"
24142     layout: "plot-throughput-speedup-analysis"
24143
24144 - type: "plot"
24145   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
24146   algorithm: "plot_tsa_name"
24147   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
24148   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24149   include:
24150     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24151     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
24152     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
24153     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
24154   layout:
24155     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr"
24156     layout: "plot-throughput-speedup-analysis"
24157
24158 - type: "plot"
24159   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
24160   algorithm: "plot_tsa_name"
24161   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
24162   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24163   include:
24164     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24165     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
24166     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
24167     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
24168   layout:
24169     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr"
24170     layout: "plot-throughput-speedup-analysis"
24171
24172 - type: "plot"
24173   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-ndr"
24174   algorithm: "plot_tsa_name"
24175   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-ndr-tsa"
24176   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24177   include:
24178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24179     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24183   layout:
24184     title: "2n-zn2-xxv710-64b-vhost-base-avf-ndr"
24185     layout: "plot-throughput-speedup-analysis"
24186
24187 - type: "plot"
24188   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-pdr"
24189   algorithm: "plot_tsa_name"
24190   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-pdr-tsa"
24191   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24192   include:
24193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24194     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24198   layout:
24199     title: "2n-zn2-xxv710-64b-vhost-base-avf-pdr"
24200     layout: "plot-throughput-speedup-analysis"
24201
24202 - type: "plot"
24203   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
24204   algorithm: "plot_tsa_name"
24205   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
24206   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24207   include:
24208     - "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"
24209     - "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"
24210     - "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"
24211     - "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"
24212     - "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"
24213   layout:
24214     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
24215     layout: "plot-throughput-speedup-analysis"
24216
24217 - type: "plot"
24218   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
24219   algorithm: "plot_tsa_name"
24220   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
24221   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24222   include:
24223     - "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"
24224     - "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"
24225     - "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"
24226     - "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"
24227     - "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"
24228   layout:
24229     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
24230     layout: "plot-throughput-speedup-analysis"
24231
24232 - type: "plot"
24233   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
24234   algorithm: "plot_tsa_name"
24235   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-ndr-tsa"
24236   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24237   include:
24238     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24239     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24243   layout:
24244     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
24245     layout: "plot-throughput-speedup-analysis"
24246
24247 - type: "plot"
24248   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
24249   algorithm: "plot_tsa_name"
24250   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-pdr-tsa"
24251   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24252   include:
24253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24258   layout:
24259     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
24260     layout: "plot-throughput-speedup-analysis"
24261
24262 - type: "plot"
24263   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
24264   algorithm: "plot_tsa_name"
24265   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
24266   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24267   include:
24268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
24273   layout:
24274     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
24275     layout: "plot-throughput-speedup-analysis"
24276
24277 - type: "plot"
24278   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
24279   algorithm: "plot_tsa_name"
24280   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
24281   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24282   include:
24283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
24288   layout:
24289     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
24290     layout: "plot-throughput-speedup-analysis"
24291
24292 - type: "plot"
24293   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
24294   algorithm: "plot_tsa_name"
24295   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
24296   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24297   include:
24298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24302   layout:
24303     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr"
24304     layout: "plot-throughput-speedup-analysis"
24305
24306 - type: "plot"
24307   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
24308   algorithm: "plot_tsa_name"
24309   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
24310   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24311   include:
24312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24316   layout:
24317     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr"
24318     layout: "plot-throughput-speedup-analysis"
24319
24320 - type: "plot"
24321   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
24322   algorithm: "plot_tsa_name"
24323   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
24324   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24325   include:
24326     - "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"
24327     - "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"
24328     - "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"
24329     - "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"
24330   layout:
24331     title: "2n-zn2-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
24332     layout: "plot-throughput-speedup-analysis"
24333
24334 - type: "plot"
24335   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
24336   algorithm: "plot_tsa_name"
24337   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
24338   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24339   include:
24340     - "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"
24341     - "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"
24342     - "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"
24343     - "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"
24344   layout:
24345     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
24346     layout: "plot-throughput-speedup-analysis"
24347
24348 - type: "plot"
24349   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
24350   algorithm: "plot_tsa_name"
24351   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
24352   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24353   include:
24354     - "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"
24355     - "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"
24356     - "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"
24357     - "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"
24358     - "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"
24359     - "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"
24360   layout:
24361     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
24362     layout: "plot-throughput-speedup-analysis"
24363
24364 - type: "plot"
24365   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
24366   algorithm: "plot_tsa_name"
24367   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
24368   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24369   include:
24370     - "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"
24371     - "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"
24372     - "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"
24373     - "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"
24374     - "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"
24375     - "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"
24376   layout:
24377     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
24378     layout: "plot-throughput-speedup-analysis"
24379
24380 # Packet Throughput - DPDK
24381
24382 # 2n-zn2-xxv710
24383
24384 - type: "plot"
24385   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-ndr"
24386   algorithm: "plot_perf_box_name"
24387   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-ndr"
24388   data: "plot-dpdk-throughput-latency-2n-zn2"
24389   include:
24390     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
24391     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
24392   layout:
24393     title: "2n-zn2-xxv710-64b-2t1c-base-ndr"
24394     layout: "plot-throughput"
24395
24396 - type: "plot"
24397   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-ndr"
24398   algorithm: "plot_perf_box_name"
24399   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-ndr"
24400   data: "plot-dpdk-throughput-latency-2n-zn2"
24401   include:
24402     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
24403     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
24404   layout:
24405     title: "2n-zn2-xxv710-64b-4t2c-base-ndr"
24406     layout: "plot-throughput"
24407
24408 - type: "plot"
24409   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-pdr"
24410   algorithm: "plot_perf_box_name"
24411   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-pdr"
24412   data: "plot-dpdk-throughput-latency-2n-zn2"
24413   include:
24414     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
24415     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
24416   layout:
24417     title: "2n-zn2-xxv710-64b-2t1c-base-pdr"
24418     layout: "plot-throughput"
24419
24420 - type: "plot"
24421   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-pdr"
24422   algorithm: "plot_perf_box_name"
24423   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-pdr"
24424   data: "plot-dpdk-throughput-latency-2n-zn2"
24425   include:
24426     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
24427     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
24428   layout:
24429     title: "2n-zn2-xxv710-64b-4t2c-base-pdr"
24430     layout: "plot-throughput"
24431
24432 # 2n-zn2-x710
24433
24434 - type: "plot"
24435   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-ndr"
24436   algorithm: "plot_perf_box_name"
24437   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-ndr"
24438   data: "plot-dpdk-throughput-latency-2n-zn2"
24439   include:
24440     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
24441     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
24442   layout:
24443     title: "2n-zn2-x710-64b-2t1c-base-ndr"
24444     layout: "plot-throughput"
24445
24446 - type: "plot"
24447   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-ndr"
24448   algorithm: "plot_perf_box_name"
24449   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-ndr"
24450   data: "plot-dpdk-throughput-latency-2n-zn2"
24451   include:
24452     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
24453     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
24454   layout:
24455     title: "2n-zn2-x710-64b-4t2c-base-ndr"
24456     layout: "plot-throughput"
24457
24458 - type: "plot"
24459   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-pdr"
24460   algorithm: "plot_perf_box_name"
24461   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-pdr"
24462   data: "plot-dpdk-throughput-latency-2n-zn2"
24463   include:
24464     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
24465     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
24466   layout:
24467     title: "2n-zn2-x710-64b-2t1c-base-pdr"
24468     layout: "plot-throughput"
24469
24470 - type: "plot"
24471   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-pdr"
24472   algorithm: "plot_perf_box_name"
24473   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-pdr"
24474   data: "plot-dpdk-throughput-latency-2n-zn2"
24475   include:
24476     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
24477     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
24478   layout:
24479     title: "2n-zn2-x710-64b-4t2c-base-pdr"
24480     layout: "plot-throughput"
24481
24482 ################################################################################
24483
24484 - type: "plot"
24485   title: "Latency by percentile: 2n-skx"
24486   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24487   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
24488   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
24489   target-links: "../../_static/vpp"
24490   data: "plot-vpp-hdrh-lat-2n-skx"
24491   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24492   layout:
24493     layout: "plot-hdrh-latency-percentile-x-log"
24494
24495 - type: "plot"
24496   title: "Latency by percentile: 2n-skx RND"
24497   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24498   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
24499   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
24500   target-links: "../../_static/vpp"
24501   data: "plot-vpp-hdrh-lat-2n-skx-rnd"
24502   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24503   layout:
24504     layout: "plot-hdrh-latency-percentile-x-log"
24505
24506 - type: "plot"
24507   title: "Latency by percentile: 2n-zn2"
24508   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24509   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
24510   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
24511   target-links: "../../_static/vpp"
24512   data: "plot-vpp-hdrh-lat-2n-zn2"
24513   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24514   layout:
24515     layout: "plot-hdrh-latency-percentile-x-log"
24516
24517 - type: "plot"
24518   title: "Latency by percentile: 2n-zn2 RND"
24519   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24520   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
24521   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
24522   target-links: "../../_static/vpp"
24523   data: "plot-vpp-hdrh-lat-2n-zn2-rnd"
24524   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24525   layout:
24526     layout: "plot-hdrh-latency-percentile-x-log"
24527
24528 - type: "plot"
24529   title: "Latency by percentile: 3n-skx"
24530   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24531   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
24532   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
24533   target-links: "../../_static/vpp"
24534   data: "plot-vpp-hdrh-lat-3n-skx"
24535   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24536   layout:
24537     layout: "plot-hdrh-latency-percentile-x-log"
24538
24539 - type: "plot"
24540   title: "Latency by percentile: 2n-clx"
24541   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24542   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
24543   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
24544   target-links: "../../_static/vpp"
24545   data: "plot-vpp-hdrh-lat-2n-clx"
24546   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24547   layout:
24548     layout: "plot-hdrh-latency-percentile-x-log"
24549
24550 # - type: "plot"
24551 #   title: "Latency by percentile: 2n-clx RND"
24552 #   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24553 #   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
24554 #   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
24555 #   target-links: "../../_static/vpp"
24556 #   data: "plot-vpp-hdrh-lat-2n-clx-rnd"
24557 #   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24558 #   layout:
24559 #     layout: "plot-hdrh-latency-percentile-x-log"
24560
24561 - type: "plot"
24562   title: "Latency by percentile: 3n-hsw"
24563   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24564   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
24565   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
24566   target-links: "../../_static/vpp"
24567   data: "plot-vpp-hdrh-lat-3n-hsw"
24568   filter: "'1T1C' and 'NIC_Intel-XL710'"
24569   layout:
24570     layout: "plot-hdrh-latency-percentile-x-log"
24571
24572 - type: "plot"
24573   title: "Latency by percentile: 3n-hsw RND"
24574   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24575   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
24576   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
24577   target-links: "../../_static/vpp"
24578   data: "plot-vpp-hdrh-lat-3n-hsw-rnd"
24579   filter: "'1T1C' and 'NIC_Intel-XL710'"
24580   layout:
24581     layout: "plot-hdrh-latency-percentile-x-log"
24582
24583 - type: "plot"
24584   title: "Latency by percentile: 3n-tsh"
24585   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24586   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
24587   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
24588   target-links: "../../_static/vpp"
24589   data: "plot-vpp-hdrh-lat-3n-tsh"
24590   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
24591   layout:
24592     layout: "plot-hdrh-latency-percentile-x-log"
24593
24594 - type: "plot"
24595   title: "Latency by percentile: 2n-tx2"
24596   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24597   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-tx2"
24598   output-file-links: "{DIR[LAT,VPP]}/2n-tx2.rst"
24599   target-links: "../../_static/vpp"
24600   data: "plot-vpp-hdrh-lat-2n-tx2"
24601   filter: "'1T1C' and 'NIC_Intel-XL710'"
24602   layout:
24603     layout: "plot-hdrh-latency-percentile-x-log"
24604
24605 - type: "plot"
24606   title: "Latency by percentile: DPDK 2n-skx"
24607   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24608   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
24609   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
24610   target-links: "../../_static/dpdk"
24611   data: "plot-dpdk-hdrh-lat-2n-skx"
24612   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24613   layout:
24614     layout: "plot-hdrh-latency-percentile-x-log"
24615
24616 - type: "plot"
24617   title: "Latency by percentile: DPDK 3n-skx"
24618   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24619   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
24620   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
24621   target-links: "../../_static/dpdk"
24622   data: "plot-dpdk-hdrh-lat-3n-skx"
24623   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24624   layout:
24625     layout: "plot-hdrh-latency-percentile-x-log"
24626
24627 - type: "plot"
24628   title: "Latency by percentile: DPDK 2n-clx"
24629   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24630   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
24631   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
24632   target-links: "../../_static/dpdk"
24633   data: "plot-dpdk-hdrh-lat-2n-clx"
24634   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24635   layout:
24636     layout: "plot-hdrh-latency-percentile-x-log"
24637
24638 - type: "plot"
24639   title: "Latency by percentile: DPDK 2n-zn2"
24640   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24641   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2"
24642   output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst"
24643   target-links: "../../_static/dpdk"
24644   data: "plot-dpdk-hdrh-lat-2n-zn2"
24645   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24646   layout:
24647     layout: "plot-hdrh-latency-percentile-x-log"
24648
24649 - type: "plot"
24650   title: "Latency by percentile: DPDK 3n-hsw"
24651   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24652   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
24653   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
24654   target-links: "../../_static/dpdk"
24655   data: "plot-dpdk-hdrh-lat-3n-hsw"
24656   filter: "'1T1C' and 'NIC_Intel-XL710'"
24657   layout:
24658     layout: "plot-hdrh-latency-percentile-x-log"
24659
24660 - type: "plot"
24661   title: "Latency by percentile: DPDK 3n-tsh"
24662   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24663   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
24664   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
24665   target-links: "../../_static/dpdk"
24666   data: "plot-dpdk-hdrh-lat-3n-tsh"
24667   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
24668   layout:
24669     layout: "plot-hdrh-latency-percentile-x-log"
24670
24671 - type: "plot"
24672   title: "Latency by percentile: DPDK 2n-tx2"
24673   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24674   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-tx2"
24675   output-file-links: "{DIR[LAT,DPDK]}/2n-tx2.rst"
24676   target-links: "../../_static/dpdk"
24677   data: "plot-dpdk-hdrh-lat-2n-tx2"
24678   filter: "'1T1C' and 'NIC_Intel-XL710'"
24679   layout:
24680     layout: "plot-hdrh-latency-percentile-x-log"