df19641f60cc5ee12be0634e56d522daaadf4b7f
[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
272     plot-vpp-hdrh-lat-3n-skx:
273       csit-vpp-perf-report-iterative-2101-3n-skx:
274         - 36  # rls2101.rel NDRPDR iter env 6
275
276 #    plot-vpp-nfv-3n-skx-ndrpdr:
277 #      # No data
278 #      csit-vpp-perf-report-iterative-2101-3n-skx:
279
280 #    plot-vpp-nfv-3n-skx-mrr:
281 #      # No data
282 #      csit-vpp-perf-report-iterative-2101-3n-skx:
283
284     plot-dpdk-throughput-latency-3n-skx:
285       csit-dpdk-perf-report-iterative-2101-3n-skx:
286         - 12  # rls2101 NDRPDR iter env 6
287         - 14  # rls2101 NDRPDR iter env 6
288         - 15  # rls2101 NDRPDR iter env 6
289         - 17  # rls2101 NDRPDR iter env 6
290         - 19  # rls2101 NDRPDR iter env 6
291         - 20  # rls2101 NDRPDR iter env 6
292         - 21  # rls2101 NDRPDR iter env 6
293         - 22  # rls2101 NDRPDR iter env 6
294         - 25  # rls2101 NDRPDR iter env 6
295         - 26  # rls2101 NDRPDR iter env 6
296
297     plot-dpdk-hdrh-lat-3n-skx:
298       csit-dpdk-perf-report-iterative-2101-3n-skx:
299         - 12  # rls2101 NDRPDR iter env 6
300
301     # 2n-skx
302
303     plot-vpp-throughput-lat-tsa-2n-skx:
304       csit-vpp-perf-report-iterative-2101-2n-skx:
305         - 63  # rls2101.rel NDRPDR iter env 6
306         - 69  # rls2101.rel NDRPDR iter env 6
307         - 70  # rls2101.rel NDRPDR iter env 6
308         - 75  # rls2101.rel NDRPDR iter env 6
309         - 76  # rls2101.rel NDRPDR iter env 6
310         - 77  # rls2101.rel NDRPDR iter env 6
311         - 82  # rls2101.rel NDRPDR iter env 6
312         - 89  # rls2101.rel NDRPDR iter RND env 6
313         - 90  # rls2101.rel NDRPDR iter RND env 6
314         - 91  # rls2101.rel NDRPDR iter RND env 6
315         - 92  # rls2101.rel NDRPDR iter RND env 6
316         - 93  # rls2101.rel NDRPDR iter RND env 6
317         - 98  # rls2101.rel NDRPDR iter RND env 6
318         - 99  # rls2101.rel NDRPDR iter RND env 6
319         - 101 # rls2101.rel NDRPDR iter RND env 6
320         - 102 # rls2101.rel NDRPDR iter RND env 6
321
322     plot-vpp-hdrh-lat-2n-skx:
323       csit-vpp-perf-report-iterative-2101-2n-skx:
324         - 63  # rls2101.rel NDRPDR iter env 6
325
326     plot-vpp-hdrh-lat-2n-skx-rnd:
327       csit-vpp-perf-report-iterative-2101-2n-skx:
328         - 89  # rls2101.rel NDRPDR iter RND env 6
329
330     plot-vpp-soak-2n-skx:
331       csit-vpp-perf-report-iterative-2101-2n-skx:
332         - 68  # rls2101.rel soak env 6
333         - 73  # rls2101.rel soak env 6
334
335     plot-vpp-nfv-2n-skx-ndrpdr:
336       csit-vpp-perf-report-iterative-2101-2n-skx:
337         - 67  # rls2101.rel NDRPDR nf-density iter env 6
338         - 72  # rls2101.rel NDRPDR nf-density iter env 6
339         - 79  # rls2101.rel NDRPDR nf-density iter env 6
340         - 83  # rls2101.rel NDRPDR nf-density iter env 6
341         - 88  # rls2101.rel NDRPDR nf-density iter env 6
342         - 97  # rls2101.rel NDRPDR nf-density iter env 6
343
344     plot-vpp-nfv-2n-skx-mrr:
345       csit-vpp-perf-report-iterative-2101-2n-skx:
346         - 65  # rls2101.rel MRR nf-density iter env 6
347
348     plot-vpp-nfv-reconf-2n-skx:
349       csit-vpp-perf-report-iterative-2101-2n-skx:
350         - 64  # rls2101.rel NDRPDR reconf iter env 6
351         - 66  # rls2101.rel NDRPDR reconf iter env 6
352         - 71  # rls2101.rel NDRPDR reconf iter env 6
353         - 74  # rls2101.rel NDRPDR reconf iter env 6
354         - 78  # rls2101.rel NDRPDR reconf iter env 6
355         - 87  # rls2101.rel NDRPDR reconf iter env 6
356         - 95  # rls2101.rel NDRPDR reconf iter env 6
357         - 100 # rls2101.rel NDRPDR reconf iter env 6
358
359     plot-dpdk-throughput-latency-2n-skx:
360       csit-dpdk-perf-report-iterative-2101-2n-skx:
361         - 11  # rls2101 NDRPDR iter env 6
362         - 12  # rls2101 NDRPDR iter env 6
363         - 13  # rls2101 NDRPDR iter env 6
364         - 14  # rls2101 NDRPDR iter env 6
365         - 15  # rls2101 NDRPDR iter env 6
366         - 17  # rls2101 NDRPDR iter env 6
367         - 18  # rls2101 NDRPDR iter env 6
368         - 19  # rls2101 NDRPDR iter env 6
369         - 20  # rls2101 NDRPDR iter env 6
370         - 21  # rls2101 NDRPDR iter env 6
371
372     plot-dpdk-hdrh-lat-2n-skx:
373       csit-dpdk-perf-report-iterative-2101-2n-skx:
374         - 11  # rls2101 NDRPDR iter env 6
375
376     # 2n-zn2
377
378     plot-vpp-throughput-lat-tsa-2n-zn2:
379       csit-vpp-perf-report-iterative-2101-2n-zn2:
380         - 31  # rls2101.rel NDRPDR iter env 6
381         - 32  # rls2101.rel NDRPDR iter env 6
382         - 33  # rls2101.rel NDRPDR iter env 6
383         - 34  # rls2101.rel NDRPDR iter env 6
384         - 35  # rls2101.rel NDRPDR iter env 6
385         - 37  # rls2101.rel NDRPDR iter env 6
386         - 40  # rls2101.rel NDRPDR iter RND env 6
387         - 41  # rls2101.rel NDRPDR iter RND env 6
388         - 42  # rls2101.rel NDRPDR iter RND env 6
389         - 43  # rls2101.rel NDRPDR iter RND env 6
390
391     plot-vpp-hdrh-lat-2n-zn2:
392       csit-vpp-perf-report-iterative-2101-2n-zn2:
393         - 31  # rls2101.rel NDRPDR iter env 6
394
395     plot-vpp-hdrh-lat-2n-zn2-rnd:
396       csit-vpp-perf-report-iterative-2101-2n-zn2:
397         - 40  # rls2101.rel NDRPDR iter RND env 6
398
399     plot-dpdk-throughput-latency-2n-zn2:
400       csit-dpdk-perf-report-iterative-2101-2n-zn2:
401         - 11  # rls2101 NDRPDR iter env 6
402         - 12  # rls2101 NDRPDR iter env 6
403         - 13  # rls2101 NDRPDR iter env 6
404         - 14  # rls2101 NDRPDR iter env 6
405         - 16  # rls2101 NDRPDR iter env 6
406         - 17  # rls2101 NDRPDR iter env 6
407         - 18  # rls2101 NDRPDR iter env 6
408         - 19  # rls2101 NDRPDR iter env 6
409         - 20  # rls2101 NDRPDR iter env 6
410         - 21  # rls2101 NDRPDR iter env 6
411
412     plot-dpdk-hdrh-lat-2n-zn2:
413       csit-dpdk-perf-report-iterative-2101-2n-zn2:
414         - 11  # rls2101 NDRPDR iter env 6
415
416     # 2n-clx
417
418     plot-vpp-throughput-lat-tsa-2n-clx:
419       csit-vpp-perf-report-iterative-2101-2n-clx:
420         - 54  # rls2101.rel NDRPDR iter env 6
421         - 59  # rls2101.rel NDRPDR iter env 6
422         - 60  # rls2101.rel NDRPDR iter env 6
423         - 63  # rls2101.rel NDRPDR iter env 6
424         - 66  # rls2101.rel NDRPDR iter env 6
425         - 68  # rls2101.rel NDRPDR iter env 6
426
427     plot-vpp-hdrh-lat-2n-clx:
428       csit-vpp-perf-report-iterative-2101-2n-clx:
429         - 59  # rls2101.rel NDRPDR iter env 6
430
431 #     plot-vpp-hdrh-lat-2n-clx-rnd:
432 #       csit-vpp-perf-report-iterative-2101-2n-clx:
433 #         -
434
435     plot-vpp-nfv-2n-clx-ndrpdr:
436       csit-vpp-perf-report-iterative-2101-2n-clx:
437         - 57  # rls2101.rel NDRPDR nf-density iter env 6
438         - 62  # rls2101.rel NDRPDR nf-density iter env 6
439         - 70  # rls2101.rel NDRPDR nf-density iter env 6
440         - 71  # rls2101.rel NDRPDR nf-density iter env 6
441
442     plot-vpp-nfv-2n-clx-mrr:
443       csit-vpp-perf-report-iterative-2101-2n-clx:
444         - 72  # rls2101.rel MRR nf-density iter env 6
445
446     plot-vpp-nfv-reconf-2n-clx:
447       csit-vpp-perf-report-iterative-2101-2n-clx:
448         - 55  # rls2101.rel NDRPDR reconf iter env 6
449         - 64  # rls2101.rel NDRPDR reconf iter env 6
450         - 76  # rls2101.rel NDRPDR reconf iter env 6
451
452     plot-vpp-soak-2n-clx:
453       csit-vpp-perf-report-iterative-2101-2n-clx:
454         - 58  # rls2101.rel soak env 6
455         - 61  # rls2101.rel soak env 6
456
457     plot-dpdk-throughput-latency-2n-clx:
458       csit-dpdk-perf-report-iterative-2101-2n-clx:
459         - 12  # rls2101 NDRPDR iter env 6
460         - 13  # rls2101 NDRPDR iter env 6
461         - 14  # rls2101 NDRPDR iter env 6
462         - 18  # rls2101 NDRPDR iter env 6
463         - 22  # rls2101 NDRPDR iter env 6
464
465     plot-dpdk-hdrh-lat-2n-clx:
466       csit-dpdk-perf-report-iterative-2101-2n-clx:
467         - 12  # rls2101 NDRPDR iter env 6
468
469     # 3n-tsh
470
471     plot-vpp-throughput-lat-tsa-3n-tsh:
472       csit-vpp-perf-report-iterative-2101-3n-tsh:
473         - 23  # rls2101.rel NDRPDR iter env 6
474         - 24  # rls2101.rel NDRPDR iter env 6
475         - 25  # rls2101.rel NDRPDR iter env 6
476         - 26  # rls2101.rel NDRPDR iter env 6
477         - 28  # rls2101.rel NDRPDR iter env 6
478
479     plot-vpp-hdrh-lat-3n-tsh:
480       csit-vpp-perf-report-iterative-2101-3n-tsh:
481         - 23  # rls2101.rel NDRPDR iter env 6
482
483     plot-dpdk-throughput-latency-3n-tsh:
484       csit-dpdk-perf-report-iterative-2101-3n-tsh:
485         - 11  # rls2101 NDRPDR iter env 6
486         - 12  # rls2101 NDRPDR iter env 6
487         - 13  # rls2101 NDRPDR iter env 6
488         - 14  # rls2101 NDRPDR iter env 6
489         - 16  # rls2101 NDRPDR iter env 6
490         - 17  # rls2101 NDRPDR iter env 6
491         - 18  # rls2101 NDRPDR iter env 6
492         - 19  # rls2101 NDRPDR iter env 6
493         - 20  # rls2101 NDRPDR iter env 6
494         - 21  # rls2101 NDRPDR iter env 6
495
496     plot-dpdk-hdrh-lat-3n-tsh:
497       csit-dpdk-perf-report-iterative-2101-3n-tsh:
498         - 21  # rls2101 NDRPDR iter env 6
499
500     # 2n-tx2
501
502     plot-vpp-throughput-lat-tsa-2n-tx2:
503       csit-vpp-perf-report-iterative-2101-2n-tx2:
504         - 22  # rls2101.rel NDRPDR iter env 6
505         - 23  # rls2101.rel NDRPDR iter env 6
506         - 24  # rls2101.rel NDRPDR iter env 6
507         - 25  # rls2101.rel NDRPDR iter env 6
508         - 26  # rls2101.rel NDRPDR iter env 6
509         - 27  # rls2101.rel NDRPDR iter env 6
510         - 28  # rls2101.rel NDRPDR iter env 6
511         - 29  # rls2101.rel NDRPDR iter env 6
512         - 30  # rls2101.rel NDRPDR iter env 6
513
514     plot-vpp-hdrh-lat-2n-tx2:
515       csit-vpp-perf-report-iterative-2101-2n-tx2:
516         - 29  # rls2101.rel NDRPDR iter env 6
517
518     plot-dpdk-throughput-latency-2n-tx2:
519       csit-dpdk-perf-report-iterative-2101-2n-tx2:
520         - 4   # rls2101 NDRPDR iter env 6
521         - 6   # rls2101 NDRPDR iter env 6
522         - 7   # rls2101 NDRPDR iter env 6
523         - 8   # rls2101 NDRPDR iter env 6
524         - 9   # rls2101 NDRPDR iter env 6
525         - 10  # rls2101 NDRPDR iter env 6
526         - 11  # rls2101 NDRPDR iter env 6
527         - 12  # rls2101 NDRPDR iter env 6
528         - 13  # rls2101 NDRPDR iter env 6
529         - 14  # rls2101 NDRPDR iter env 6
530
531     plot-dpdk-hdrh-lat-2n-tx2:
532       csit-dpdk-perf-report-iterative-2101-2n-tx2:
533         - 4   # rls2101 NDRPDR iter env 6
534
535     # 3n-dnv
536
537     plot-vpp-throughput-lat-tsa-3n-dnv:
538       csit-vpp-perf-report-iterative-2101-3n-dnv:
539         - 33  # rls2101.rel NDRPDR iter env 6
540         - 34  # rls2101.rel NDRPDR iter env 6
541         - 35  # rls2101.rel NDRPDR iter env 6
542         - 36  # rls2101.rel NDRPDR iter env 6
543         - 37  # rls2101.rel NDRPDR iter env 6
544         - 38  # rls2101.rel NDRPDR iter env 6
545         - 39  # rls2101.rel NDRPDR iter env 6
546         - 40  # rls2101.rel NDRPDR iter env 6
547         - 41  # rls2101.rel NDRPDR iter env 6
548         - 42  # rls2101.rel NDRPDR iter env 6
549         - 43  # rls2101.rel NDRPDR iter RND env 6
550         - 44  # rls2101.rel NDRPDR iter RND env 6
551         - 45  # rls2101.rel NDRPDR iter RND env 6
552         - 46  # rls2101.rel NDRPDR iter RND env 6
553         - 47  # rls2101.rel NDRPDR iter RND env 6
554         - 48  # rls2101.rel NDRPDR iter RND env 6
555         - 49  # rls2101.rel NDRPDR iter RND env 6
556         - 50  # rls2101.rel NDRPDR iter RND env 6
557         - 51  # rls2101.rel NDRPDR iter RND env 6
558         - 52  # rls2101.rel NDRPDR iter RND env 6
559
560 #    plot-dpdk-throughput-latency-3n-dnv:
561 #      # No data
562 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
563
564     # 2n-dnv
565
566     plot-vpp-throughput-lat-tsa-2n-dnv:
567       csit-vpp-perf-report-iterative-2101-2n-dnv:
568         - 32  # rls2101.rel NDRPDR iter env 6
569         - 33  # rls2101.rel NDRPDR iter env 6
570         - 34  # rls2101.rel NDRPDR iter env 6
571         - 35  # rls2101.rel NDRPDR iter env 6
572         - 39  # rls2101.rel NDRPDR iter env 6
573         - 41  # rls2101.rel NDRPDR iter env 6
574         - 42  # rls2101.rel NDRPDR iter env 6
575         - 43  # rls2101.rel NDRPDR iter env 6
576         - 44  # rls2101.rel NDRPDR iter env 6
577         - 45  # rls2101.rel NDRPDR iter env 6
578         - 46  # rls2101.rel NDRPDR iter RND env 6
579         - 47  # rls2101.rel NDRPDR iter RND env 6
580         - 48  # rls2101.rel NDRPDR iter RND env 6
581         - 49  # rls2101.rel NDRPDR iter RND env 6
582         - 50  # rls2101.rel NDRPDR iter RND env 6
583         - 51  # rls2101.rel NDRPDR iter RND env 6
584         - 52  # rls2101.rel NDRPDR iter RND env 6
585         - 53  # rls2101.rel NDRPDR iter RND env 6
586         - 54  # rls2101.rel NDRPDR iter RND env 6
587         - 55  # rls2101.rel NDRPDR iter RND env 6
588
589 #    plot-dpdk-throughput-latency-2n-dnv:
590 #      # No data
591 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
592
593     ###########################################################################
594     # Simple tables (only one data set):
595
596     # NIC Comparisons
597
598     vpp-nic-comparison-3n-skx:
599       csit-vpp-perf-report-iterative-2101-3n-skx:
600         - 36  # rls2101.rel NDRPDR iter env 6
601         - 37  # rls2101.rel NDRPDR iter env 6
602         - 38  # rls2101.rel NDRPDR iter env 6
603         - 39  # rls2101.rel NDRPDR iter env 6
604         - 40  # rls2101.rel NDRPDR iter env 6
605         - 41  # rls2101.rel NDRPDR iter env 6
606         - 42  # rls2101.rel NDRPDR iter env 6
607         - 47  # rls2101.rel NDRPDR iter env 6
608
609     vpp-nic-comparison-2n-skx:
610       csit-vpp-perf-report-iterative-2101-2n-skx:
611         - 63  # rls2101.rel NDRPDR iter env 6
612         - 69  # rls2101.rel NDRPDR iter env 6
613         - 70  # rls2101.rel NDRPDR iter env 6
614         - 75  # rls2101.rel NDRPDR iter env 6
615         - 76  # rls2101.rel NDRPDR iter env 6
616         - 77  # rls2101.rel NDRPDR iter env 6
617         - 82  # rls2101.rel NDRPDR iter env 6
618         - 89  # rls2101.rel NDRPDR iter RND env 6
619         - 90  # rls2101.rel NDRPDR iter RND env 6
620         - 91  # rls2101.rel NDRPDR iter RND env 6
621         - 92  # rls2101.rel NDRPDR iter RND env 6
622         - 93  # rls2101.rel NDRPDR iter RND env 6
623         - 98  # rls2101.rel NDRPDR iter RND env 6
624         - 99  # rls2101.rel NDRPDR iter RND env 6
625         - 101 # rls2101.rel NDRPDR iter RND env 6
626         - 102 # rls2101.rel NDRPDR iter RND env 6
627
628     vpp-nic-comparison-3n-skx-mrr:
629       csit-vpp-perf-report-iterative-2101-3n-skx:
630         - 35  # rls2101.rel MRR iter env 6
631
632     vpp-nic-comparison-2n-skx-mrr:
633       csit-vpp-perf-report-iterative-2101-2n-skx:
634         - 62  # rls2101.rel MRR iter env 6
635
636     # Results
637
638     vpp-perf-results-3n-hsw:
639       csit-vpp-perf-report-coverage-2101-3n-hsw:
640         - 1   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-00
641         - 2   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-01
642         - 3   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-02
643         - 4   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-03
644         - 5   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-00
645         - 6   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-01
646         - 7   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-02
647         - 8   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-03
648         - 9   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-04
649         - 10  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-05
650         - 11  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-06
651         - 12  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-07
652         - 13  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-00
653         - 14  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-01
654         - 15  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-02
655         - 16  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-00
656         - 18  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-01
657         - 19  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-00
658         - 20  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-01
659         - 21  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-02
660         - 22  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-03
661         - 23  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-04
662         - 24  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6tun-00
663         - 25  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-05
664         - 26  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-06
665         - 27  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-07
666         - 28  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-08
667         - 29  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-09
668         - 30  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-10
669         - 31  # rls2101.rel NDRPDR cov env 6 3n-hsw-memif-00
670         - 32  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-00
671         - 33  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-01
672         - 34  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-00
673         - 35  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-01
674         - 36  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-02
675
676     vpp-perf-results-3n-skx:
677       # csit-vpp-perf-report-coverage-2101-3n-skx:
678       csit-vpp-perf-report-iterative-2101-3n-skx:
679         - 36  # rls2101.rel NDRPDR iter env 6
680
681     vpp-perf-results-2n-skx:
682       # csit-vpp-perf-report-coverage-2101-2n-skx:
683       csit-vpp-perf-report-iterative-2101-2n-skx:
684         - 63  # rls2101.rel NDRPDR iter env 6
685
686     vpp-perf-results-2n-zn2:
687       csit-vpp-perf-report-iterative-2101-2n-zn2:
688         - 31  # rls2101.rel NDRPDR iter env 6
689
690     vpp-perf-results-2n-clx:
691       # csit-vpp-perf-report-coverage-2101-2n-clx:
692       csit-vpp-perf-report-iterative-2101-2n-clx:
693         - 59  # rls2101.rel NDRPDR iter env 6
694
695     vpp-perf-results-3n-tsh:
696       csit-vpp-perf-report-iterative-2101-3n-tsh:
697         - 23  # rls2101.rel NDRPDR iter env 6
698
699     vpp-perf-results-2n-tx2:
700       csit-vpp-perf-report-iterative-2101-2n-tx2:
701         - 29  # rls2101.rel NDRPDR iter env 6
702
703     vpp-perf-results-3n-dnv:
704       csit-vpp-perf-report-coverage-2101-3n-dnv:
705         - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-00
706         - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-01
707         - 3   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
708         - 4   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
709         - 5   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4tun-00
710         - 6   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-00
711         - 7   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-01
712         - 8   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-00
713         - 9   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-01
714
715     vpp-perf-results-2n-dnv:
716       csit-vpp-perf-report-coverage-2101-2n-dnv:
717         - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
718         - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
719         - 3   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-00
720         - 4   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-01
721         - 5   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-00
722         - 6   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-01
723
724     vpp-mrr-results-3n-hsw:
725       csit-vpp-perf-report-iterative-2101-3n-hsw:
726         - 63  # rls2101.rel MRR iter env 6
727
728     vpp-mrr-results-3n-skx:
729       csit-vpp-perf-report-iterative-2101-3n-skx:
730         - 35  # rls2101.rel MRR iter env 6
731
732     vpp-mrr-results-2n-skx:
733       csit-vpp-perf-report-iterative-2101-2n-skx:
734         - 62  # rls2101.rel MRR iter env 6
735
736     vpp-mrr-results-2n-zn2:
737       csit-vpp-perf-report-iterative-2101-2n-zn2:
738         - 30  # rls2101.rel MRR iter env 6
739
740     vpp-mrr-results-2n-clx:
741       csit-vpp-perf-report-iterative-2101-2n-clx:
742         - 53  # rls2101.rel MRR iter env 6
743
744     vpp-mrr-results-3n-tsh:
745       csit-vpp-perf-report-iterative-2101-3n-tsh:
746         - 22  # rls2101.rel MRR iter env 6
747
748     vpp-mrr-results-2n-tx2:
749       csit-vpp-perf-report-iterative-2101-2n-tx2:
750         - 21  # rls2101.rel MRR iter env 6
751
752     vpp-mrr-results-3n-dnv:
753       csit-vpp-perf-report-iterative-2101-3n-dnv:
754         - 32  # rls2101.rel MRR iter env 6
755
756     vpp-mrr-results-2n-dnv:
757       csit-vpp-perf-report-iterative-2101-2n-dnv:
758         - 31  # rls2101.rel MRR iter env 6
759
760     vpp-device-results-ubuntu:
761       csit-vpp-device-2101-ubuntu1804-1n-skx:
762         - 358  # rls2101.rel VPP DEV env 6
763
764     dpdk-perf-results-3n-hsw:
765       csit-dpdk-perf-report-iterative-2101-3n-hsw:
766         - 11  # rls2101 NDRPDR iter env 6
767
768     dpdk-perf-results-3n-skx:
769       csit-dpdk-perf-report-iterative-2101-3n-skx:
770         - 12  # rls2101 NDRPDR iter env 6
771
772     dpdk-perf-results-2n-skx:
773       csit-dpdk-perf-report-iterative-2101-2n-skx:
774         - 11  # rls2101 NDRPDR iter env 6
775
776     dpdk-perf-results-2n-zn2:
777       csit-dpdk-perf-report-iterative-2101-2n-zn2:
778         - 11  # rls2101 NDRPDR iter env 6
779
780     dpdk-perf-results-2n-clx:
781       csit-dpdk-perf-report-iterative-2101-2n-clx:
782         - 12  # rls2101 NDRPDR iter env 6
783
784 #    dpdk-perf-results-2n-dnv:
785 #      # No data
786 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
787
788 #    dpdk-perf-results-3n-dnv:
789 #      # No data
790 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
791
792     dpdk-perf-results-3n-tsh:
793       csit-dpdk-perf-report-iterative-2101-3n-tsh:
794         - 21  # rls2101 NDRPDR iter env 6
795
796     dpdk-perf-results-2n-tx2:
797       csit-dpdk-perf-report-iterative-2101-2n-tx2:
798         - 4   # rls2101 NDRPDR iter env 6
799
800 ###########################################################################
801     # Tables (more than one data set)
802
803     # Performance changes
804
805     vpp-performance-changes-3n-hsw-h1:
806       csit-vpp-perf-report-iterative-2009-3n-hsw:
807         - 9   # rls2005 NDRPDR iter env 5
808         - 10  # rls2005 NDRPDR iter env 5
809         - 11  # rls2005 NDRPDR iter env 5
810         - 12  # rls2005 NDRPDR iter env 5
811         - 13  # rls2005 NDRPDR iter env 5
812         - 14  # rls2005 NDRPDR iter env 5
813         - 15  # rls2005 NDRPDR iter env 5
814         - 16  # rls2005 NDRPDR iter env 5
815         - 17  # rls2005 NDRPDR iter env 5
816         - 19  # rls2005 NDRPDR iter env 5
817     vpp-performance-changes-3n-hsw-ref-env-old:
818       csit-vpp-perf-report-iterative-2009-3n-hsw:
819         - 21  # rls2009 NDRPDR iter env 5
820         - 22  # rls2009 NDRPDR iter env 5
821         - 24  # rls2009 NDRPDR iter env 5
822         - 25  # rls2009 NDRPDR iter env 5
823         - 26  # rls2009 NDRPDR iter env 5
824         - 27  # rls2009 NDRPDR iter env 5
825         - 28  # rls2009 NDRPDR iter env 5
826         - 29  # rls2009 NDRPDR iter env 5
827         - 30  # rls2009 NDRPDR iter env 5
828         - 31  # rls2009 NDRPDR iter env 5
829     vpp-performance-changes-3n-hsw-ref-env-new:
830       csit-vpp-perf-report-iterative-2101-3n-hsw:
831         - 19  # rls2009 NDRPDR iter env 6
832         - 20  # rls2009 NDRPDR iter env 6
833         - 21  # rls2009 NDRPDR iter env 6
834         - 22  # rls2009 NDRPDR iter env 6
835         - 23  # rls2009 NDRPDR iter env 6
836         - 24  # rls2009 NDRPDR iter env 6
837         - 25  # rls2009 NDRPDR iter env 6
838         - 26  # rls2009 NDRPDR iter env 6
839         - 27  # rls2009 NDRPDR iter env 6
840         - 28  # rls2009 NDRPDR iter env 6
841     vpp-performance-changes-3n-hsw-cmp:
842       csit-vpp-perf-report-iterative-2101-3n-hsw:
843         - 64  # rls2101.rel NDRPDR iter env 6
844         - 71  # rls2101.rel NDRPDR iter env 6
845         - 73  # rls2101.rel NDRPDR iter env 6
846         - 74  # rls2101.rel NDRPDR iter env 6
847         - 80  # rls2101.rel NDRPDR iter env 6
848         - 81  # rls2101.rel NDRPDR iter env 6
849         - 82  # rls2101.rel NDRPDR iter env 6
850         - 83  # rls2101.rel NDRPDR iter env 6
851         - 88  # rls2101.rel NDRPDR iter env 6
852         - 89  # rls2101.rel NDRPDR iter env 6
853         - 128 # rls2101.rel NDRPDR iter RND env 6
854         - 129 # rls2101.rel NDRPDR iter RND env 6
855         - 130 # rls2101.rel NDRPDR iter RND env 6
856         - 131 # rls2101.rel NDRPDR iter RND env 6
857         - 132 # rls2101.rel NDRPDR iter RND env 6
858         - 133 # rls2101.rel NDRPDR iter RND env 6
859         - 134 # rls2101.rel NDRPDR iter RND env 6
860         - 135 # rls2101.rel NDRPDR iter RND env 6
861         - 136 # rls2101.rel NDRPDR iter RND env 6
862         - 137 # rls2101.rel NDRPDR iter RND env 6
863
864     vpp-performance-changes-3n-skx-h1:
865       csit-vpp-perf-report-iterative-2009-3n-skx:
866         - 13  # rls2005 NDRPDR iter env 5
867         - 18  # rls2005 NDRPDR iter env 5
868         - 19  # rls2005 NDRPDR iter env 5
869         - 41  # rls2005 NDRPDR iter env 5
870         - 43  # rls2005 NDRPDR iter env 5
871         - 44  # rls2005 NDRPDR iter env 5
872         - 45  # rls2005 NDRPDR iter env 5
873         - 46  # rls2005 NDRPDR iter env 5
874         - 48  # rls2005 NDRPDR iter env 5
875         - 49  # rls2005 NDRPDR iter env 5
876     vpp-performance-changes-3n-skx-ref-env-old:
877       csit-vpp-perf-report-iterative-2009-3n-skx:
878         - 26  # rls2009 NDRPDR iter env 5
879         - 27  # rls2009 NDRPDR iter env 5
880         - 28  # rls2009 NDRPDR iter env 5
881         - 29  # rls2009 NDRPDR iter env 5
882         - 35  # rls2009 NDRPDR iter env 5
883         - 36  # rls2009 NDRPDR iter env 5
884         - 37  # rls2009 NDRPDR iter env 5
885         - 38  # rls2009 NDRPDR iter env 5
886         - 39  # rls2009 NDRPDR iter env 5
887         - 40  # rls2009 NDRPDR iter env 5
888     vpp-performance-changes-3n-skx-ref-env-new:
889       csit-vpp-perf-report-iterative-2101-3n-skx:
890         - 14  # rls2009 NDRPDR iter env 6
891         - 15  # rls2009 NDRPDR iter env 6
892         - 16  # rls2009 NDRPDR iter env 6
893         - 17  # rls2009 NDRPDR iter env 6
894         - 18  # rls2009 NDRPDR iter env 6
895         - 25  # rls2009 NDRPDR iter env 6
896         - 26  # rls2009 NDRPDR iter env 6
897         - 27  # rls2009 NDRPDR iter env 6
898         - 29  # rls2009 NDRPDR iter env 6
899         - 31  # rls2009 NDRPDR iter env 6
900     vpp-performance-changes-3n-skx-cmp:
901       csit-vpp-perf-report-iterative-2101-3n-skx:
902         - 36  # rls2101.rel NDRPDR iter env 6
903         - 37  # rls2101.rel NDRPDR iter env 6
904         - 38  # rls2101.rel NDRPDR iter env 6
905         - 39  # rls2101.rel NDRPDR iter env 6
906         - 40  # rls2101.rel NDRPDR iter env 6
907         - 41  # rls2101.rel NDRPDR iter env 6
908         - 42  # rls2101.rel NDRPDR iter env 6
909         - 47  # rls2101.rel NDRPDR iter env 6
910
911     vpp-performance-changes-2n-skx-h1:
912       csit-vpp-perf-report-iterative-2009-2n-skx:
913         - 13  # rls2005 NDRPDR iter env 5
914         - 16  # rls2005 NDRPDR iter env 5
915         - 17  # rls2005 NDRPDR iter env 5
916         - 18  # rls2005 NDRPDR iter env 5
917         - 19  # rls2005 NDRPDR iter env 5
918         - 21  # rls2005 NDRPDR iter env 5
919         - 22  # rls2005 NDRPDR iter env 5
920         - 23  # rls2005 NDRPDR iter env 5
921         - 24  # rls2005 NDRPDR iter env 5
922         - 25  # rls2005 NDRPDR iter env 5
923     vpp-performance-changes-2n-skx-ref-env-old:
924       csit-vpp-perf-report-iterative-2009-2n-skx:
925         - 35  # rls2009 NDRPDR iter env 5
926         - 36  # rls2009 NDRPDR iter env 5
927         - 37  # rls2009 NDRPDR iter env 5
928         - 39  # rls2009 NDRPDR iter env 5
929         - 40  # rls2009 NDRPDR iter env 5
930         - 42  # rls2009 NDRPDR iter env 5
931         - 43  # rls2009 NDRPDR iter env 5
932         - 44  # rls2009 NDRPDR iter env 5
933         - 46  # rls2009 NDRPDR iter env 5
934         - 48  # rls2009 NDRPDR iter env 5
935         - 110 # rls2009 NDRPDR iter NAT44 env 5
936         - 111 # rls2009 NDRPDR iter NAT44 env 5
937         - 112 # rls2009 NDRPDR iter NAT44 env 5
938         - 113 # rls2009 NDRPDR iter NAT44 env 5
939         - 114 # rls2009 NDRPDR iter NAT44 env 5
940         - 115 # rls2009 NDRPDR iter NAT44 env 5
941         - 116 # rls2009 NDRPDR iter NAT44 env 5
942         - 118 # rls2009 NDRPDR iter NAT44 env 5
943         - 119 # rls2009 NDRPDR iter NAT44 env 5
944         - 121 # rls2009 NDRPDR iter NAT44 env 5
945     vpp-performance-changes-2n-skx-ref-env-new:
946       csit-vpp-perf-report-iterative-2101-2n-skx:
947         - 22  # rls2009 NDRPDR iter env 6
948         - 23  # rls2009 NDRPDR iter env 6
949         - 24  # rls2009 NDRPDR iter env 6
950         - 25  # rls2009 NDRPDR iter env 6
951         - 26  # rls2009 NDRPDR iter env 6
952         - 28  # rls2009 NDRPDR iter env 6
953         - 39  # rls2009 NDRPDR iter env 6
954         - 40  # rls2009 NDRPDR iter env 6
955         - 41  # rls2009 NDRPDR iter env 6
956         - 44  # rls2009 NDRPDR iter env 6
957     vpp-performance-changes-2n-skx-cmp:
958       csit-vpp-perf-report-iterative-2101-2n-skx:
959         - 63  # rls2101.rel NDRPDR iter env 6
960         - 69  # rls2101.rel NDRPDR iter env 6
961         - 70  # rls2101.rel NDRPDR iter env 6
962         - 75  # rls2101.rel NDRPDR iter env 6
963         - 76  # rls2101.rel NDRPDR iter env 6
964         - 77  # rls2101.rel NDRPDR iter env 6
965         - 82  # rls2101.rel NDRPDR iter env 6
966         - 89  # rls2101.rel NDRPDR iter RND env 6
967         - 90  # rls2101.rel NDRPDR iter RND env 6
968         - 91  # rls2101.rel NDRPDR iter RND env 6
969         - 92  # rls2101.rel NDRPDR iter RND env 6
970         - 93  # rls2101.rel NDRPDR iter RND env 6
971         - 98  # rls2101.rel NDRPDR iter RND env 6
972         - 99  # rls2101.rel NDRPDR iter RND env 6
973         - 101 # rls2101.rel NDRPDR iter RND env 6
974         - 102 # rls2101.rel NDRPDR iter RND env 6
975
976     vpp-performance-changes-2n-clx-h1:
977       csit-vpp-perf-report-iterative-2009-2n-clx:
978         - 13  # rls2005 NDRPDR iter env 5
979         - 15  # rls2005 NDRPDR iter env 5
980         - 17  # rls2005 NDRPDR iter env 5
981         - 18  # rls2005 NDRPDR iter env 5
982         - 19  # rls2005 NDRPDR iter env 5
983         - 20  # rls2005 NDRPDR iter env 5
984         - 21  # rls2005 NDRPDR iter env 5
985         - 22  # rls2005 NDRPDR iter env 5
986         - 23  # rls2005 NDRPDR iter env 5
987         - 24  # rls2005 NDRPDR iter env 5
988     vpp-performance-changes-2n-clx-ref-env-old:
989       csit-vpp-perf-report-iterative-2009-2n-clx:
990         - 36  # rls2009 NDRPDR iter env 5
991         - 39  # rls2009 NDRPDR iter env 5
992         - 40  # rls2009 NDRPDR iter env 5
993         - 65  # rls2009 NDRPDR iter env 5
994         - 66  # rls2009 NDRPDR iter env 5
995         - 79  # rls2009 NDRPDR iter env 5
996         - 82  # rls2009 NDRPDR iter env 5
997         - 88  # rls2009 NDRPDR iter env 5
998         - 89  # rls2009 NDRPDR iter env 5
999         - 90  # rls2009 NDRPDR iter env 5
1000         - 114 # rls2009 NDRPDR iter NAT44 env 5
1001         - 115 # rls2009 NDRPDR iter NAT44 env 5
1002         - 116 # rls2009 NDRPDR iter NAT44 env 5
1003         - 117 # rls2009 NDRPDR iter NAT44 env 5
1004         - 118 # rls2009 NDRPDR iter NAT44 env 5
1005         - 119 # rls2009 NDRPDR iter NAT44 env 5
1006         - 121 # rls2009 NDRPDR iter NAT44 env 5
1007         - 122 # rls2009 NDRPDR iter NAT44 env 5
1008         - 123 # rls2009 NDRPDR iter NAT44 env 5
1009         - 126 # rls2009 NDRPDR iter NAT44 env 5
1010     vpp-performance-changes-2n-clx-ref-env-new:
1011       csit-vpp-perf-report-iterative-2101-2n-clx:
1012         - 16  # rls2009 NDRPDR iter env 6
1013         - 17  # rls2009 NDRPDR iter env 6
1014         - 18  # rls2009 NDRPDR iter env 6
1015         - 19  # rls2009 NDRPDR iter env 6
1016         - 20  # rls2009 NDRPDR iter env 6
1017         - 21  # rls2009 NDRPDR iter env 6
1018         - 32  # rls2009 NDRPDR iter env 6
1019         - 33  # rls2009 NDRPDR iter env 6
1020         - 34  # rls2009 NDRPDR iter env 6
1021         - 35  # rls2009 NDRPDR iter env 6
1022     vpp-performance-changes-2n-clx-cmp:
1023       csit-vpp-perf-report-iterative-2101-2n-clx:
1024         - 54  # rls2101.rel NDRPDR iter env 6
1025         - 59  # rls2101.rel NDRPDR iter env 6
1026         - 60  # rls2101.rel NDRPDR iter env 6
1027         - 63  # rls2101.rel NDRPDR iter env 6
1028         - 66  # rls2101.rel NDRPDR iter env 6
1029         - 68  # rls2101.rel NDRPDR iter env 6
1030
1031     vpp-performance-changes-2n-zn2-ref-env-old:
1032       csit-vpp-perf-report-iterative-2009-2n-zn2:
1033         - 17  # rls2009 NDRPDR iter env 5
1034         - 18  # rls2009 NDRPDR iter env 5
1035         - 31  # rls2009 NDRPDR iter env 5
1036         - 33  # rls2009 NDRPDR iter env 5
1037         - 34  # rls2009 NDRPDR iter env 5
1038     vpp-performance-changes-2n-zn2-ref-env-new:
1039       csit-vpp-perf-report-iterative-2101-2n-zn2:
1040         - 9   # rls2009 NDRPDR iter env 6
1041         - 10  # rls2009 NDRPDR iter env 6
1042         - 11  # rls2009 NDRPDR iter env 6
1043         - 12  # rls2009 NDRPDR iter env 6
1044         - 13  # rls2009 NDRPDR iter env 6
1045         - 20  # rls2009 NDRPDR iter env 6
1046         - 21  # rls2009 NDRPDR iter env 6
1047         - 22  # rls2009 NDRPDR iter env 6
1048         - 25  # rls2009 NDRPDR iter env 6
1049         - 26  # rls2009 NDRPDR iter env 6
1050     vpp-performance-changes-2n-zn2-cmp:
1051       csit-vpp-perf-report-iterative-2101-2n-zn2:
1052         - 31  # rls2101.rel NDRPDR iter env 6
1053         - 32  # rls2101.rel NDRPDR iter env 6
1054         - 33  # rls2101.rel NDRPDR iter env 6
1055         - 34  # rls2101.rel NDRPDR iter env 6
1056         - 35  # rls2101.rel NDRPDR iter env 6
1057         - 37  # rls2101.rel NDRPDR iter env 6
1058         - 40  # rls2101.rel NDRPDR iter RND env 6
1059         - 41  # rls2101.rel NDRPDR iter RND env 6
1060         - 42  # rls2101.rel NDRPDR iter RND env 6
1061         - 43  # rls2101.rel NDRPDR iter RND env 6
1062
1063     vpp-performance-changes-2n-dnv-h1:
1064       csit-vpp-perf-report-iterative-2009-2n-dnv:
1065         - 16  # rls2005 NDRPDR iter env 5
1066         - 17  # rls2005 NDRPDR iter env 5
1067         - 18  # rls2005 NDRPDR iter env 5
1068         - 19  # rls2005 NDRPDR iter env 5
1069         - 21  # rls2005 NDRPDR iter env 5
1070         - 24  # rls2005 NDRPDR iter env 5
1071         - 27  # rls2005 NDRPDR iter env 5
1072         - 28  # rls2005 NDRPDR iter env 5
1073         - 29  # rls2005 NDRPDR iter env 5
1074         - 30  # rls2005 NDRPDR iter env 5
1075     vpp-performance-changes-2n-dnv-ref-env-old:
1076       csit-vpp-perf-report-iterative-2009-2n-dnv:
1077         - 3   # rls2009 NDRPDR iter env 5
1078         - 5   # rls2009 NDRPDR iter env 5
1079         - 6   # rls2009 NDRPDR iter env 5
1080         - 7   # rls2009 NDRPDR iter env 5
1081         - 9   # rls2009 NDRPDR iter env 5
1082         - 10  # rls2009 NDRPDR iter env 5
1083         - 11  # rls2009 NDRPDR iter env 5
1084         - 12  # rls2009 NDRPDR iter env 5
1085         - 14  # rls2009 NDRPDR iter env 5
1086         - 15  # rls2009 NDRPDR iter env 5
1087     vpp-performance-changes-2n-dnv-ref-env-new:
1088       # TODO: Re-test in new env
1089       csit-vpp-perf-report-iterative-2009-2n-dnv:
1090         - 3   # rls2009 NDRPDR iter env 5
1091         - 5   # rls2009 NDRPDR iter env 5
1092         - 6   # rls2009 NDRPDR iter env 5
1093         - 7   # rls2009 NDRPDR iter env 5
1094         - 9   # rls2009 NDRPDR iter env 5
1095         - 10  # rls2009 NDRPDR iter env 5
1096         - 11  # rls2009 NDRPDR iter env 5
1097         - 12  # rls2009 NDRPDR iter env 5
1098         - 14  # rls2009 NDRPDR iter env 5
1099         - 15  # rls2009 NDRPDR iter env 5
1100     vpp-performance-changes-2n-dnv-cmp:
1101       csit-vpp-perf-report-iterative-2101-2n-dnv:
1102         - 32  # rls2101.rel NDRPDR iter env 6
1103         - 33  # rls2101.rel NDRPDR iter env 6
1104         - 34  # rls2101.rel NDRPDR iter env 6
1105         - 35  # rls2101.rel NDRPDR iter env 6
1106         - 39  # rls2101.rel NDRPDR iter env 6
1107         - 41  # rls2101.rel NDRPDR iter env 6
1108         - 42  # rls2101.rel NDRPDR iter env 6
1109         - 43  # rls2101.rel NDRPDR iter env 6
1110         - 44  # rls2101.rel NDRPDR iter env 6
1111         - 45  # rls2101.rel NDRPDR iter env 6
1112         - 46  # rls2101.rel NDRPDR iter RND env 6
1113         - 47  # rls2101.rel NDRPDR iter RND env 6
1114         - 48  # rls2101.rel NDRPDR iter RND env 6
1115         - 49  # rls2101.rel NDRPDR iter RND env 6
1116         - 50  # rls2101.rel NDRPDR iter RND env 6
1117         - 51  # rls2101.rel NDRPDR iter RND env 6
1118         - 52  # rls2101.rel NDRPDR iter RND env 6
1119         - 53  # rls2101.rel NDRPDR iter RND env 6
1120         - 54  # rls2101.rel NDRPDR iter RND env 6
1121         - 55  # rls2101.rel NDRPDR iter RND env 6
1122
1123     vpp-performance-changes-3n-dnv-h1:
1124       csit-vpp-perf-report-iterative-2009-3n-dnv:
1125         - 16  # rls2005 NDRPDR iter env 5
1126         - 23  # rls2005 NDRPDR iter env 5
1127         - 25  # rls2005 NDRPDR iter env 5
1128         - 26  # rls2005 NDRPDR iter env 5
1129         - 27  # rls2005 NDRPDR iter env 5
1130         - 28  # rls2005 NDRPDR iter env 5
1131         - 29  # rls2005 NDRPDR iter env 5
1132         - 30  # rls2005 NDRPDR iter env 5
1133         - 31  # rls2005 NDRPDR iter env 5
1134         - 32  # rls2005 NDRPDR iter env 5
1135     vpp-performance-changes-3n-dnv-ref-env-old:
1136       csit-vpp-perf-report-iterative-2009-3n-dnv:
1137         - 3   # rls2009 NDRPDR iter env 5
1138         - 6   # rls2009 NDRPDR iter env 5
1139         - 7   # rls2009 NDRPDR iter env 5
1140         - 8   # rls2009 NDRPDR iter env 5
1141         - 10  # rls2009 NDRPDR iter env 5
1142         - 11  # rls2009 NDRPDR iter env 5
1143         - 12  # rls2009 NDRPDR iter env 5
1144         - 14  # rls2009 NDRPDR iter env 5
1145         - 15  # rls2009 NDRPDR iter env 5
1146         - 24  # rls2009 NDRPDR iter env 5
1147     vpp-performance-changes-3n-dnv-ref-env-new:
1148       # TODO: Re-test in new env
1149       csit-vpp-perf-report-iterative-2009-3n-dnv:
1150         - 3   # rls2009 NDRPDR iter env 5
1151         - 6   # rls2009 NDRPDR iter env 5
1152         - 7   # rls2009 NDRPDR iter env 5
1153         - 8   # rls2009 NDRPDR iter env 5
1154         - 10  # rls2009 NDRPDR iter env 5
1155         - 11  # rls2009 NDRPDR iter env 5
1156         - 12  # rls2009 NDRPDR iter env 5
1157         - 14  # rls2009 NDRPDR iter env 5
1158         - 15  # rls2009 NDRPDR iter env 5
1159         - 24  # rls2009 NDRPDR iter env 5
1160     vpp-performance-changes-3n-dnv-cmp:
1161       csit-vpp-perf-report-iterative-2101-3n-dnv:
1162         - 33  # rls2101.rel NDRPDR iter env 6
1163         - 34  # rls2101.rel NDRPDR iter env 6
1164         - 35  # rls2101.rel NDRPDR iter env 6
1165         - 36  # rls2101.rel NDRPDR iter env 6
1166         - 37  # rls2101.rel NDRPDR iter env 6
1167         - 38  # rls2101.rel NDRPDR iter env 6
1168         - 39  # rls2101.rel NDRPDR iter env 6
1169         - 40  # rls2101.rel NDRPDR iter env 6
1170         - 41  # rls2101.rel NDRPDR iter env 6
1171         - 42  # rls2101.rel NDRPDR iter env 6
1172         - 43  # rls2101.rel NDRPDR iter RND env 6
1173         - 44  # rls2101.rel NDRPDR iter RND env 6
1174         - 45  # rls2101.rel NDRPDR iter RND env 6
1175         - 46  # rls2101.rel NDRPDR iter RND env 6
1176         - 47  # rls2101.rel NDRPDR iter RND env 6
1177         - 48  # rls2101.rel NDRPDR iter RND env 6
1178         - 49  # rls2101.rel NDRPDR iter RND env 6
1179         - 50  # rls2101.rel NDRPDR iter RND env 6
1180         - 51  # rls2101.rel NDRPDR iter RND env 6
1181         - 52  # rls2101.rel NDRPDR iter RND env 6
1182
1183     vpp-performance-changes-3n-tsh-h1:
1184       csit-vpp-perf-report-iterative-2009-3n-tsh:
1185         - 8   # rls2005 NDRPDR iter env 5
1186         - 11  # rls2005 NDRPDR iter env 5
1187         - 12  # rls2005 NDRPDR iter env 5
1188         - 24  # rls2005 NDRPDR iter env 5
1189         - 27  # rls2005 NDRPDR iter env 5
1190         - 29  # rls2005 NDRPDR iter env 5
1191         - 31  # rls2005 NDRPDR iter env 5
1192         - 39  # rls2005 NDRPDR iter env 5
1193         - 40  # rls2005 NDRPDR iter env 5
1194         - 42  # rls2005 NDRPDR iter env 5
1195     vpp-performance-changes-3n-tsh-ref-env-old:
1196       csit-vpp-perf-report-iterative-2009-3n-tsh:
1197         - 14  # rls2009 NDRPDR iter env 5
1198         - 20  # rls2009 NDRPDR iter env 5
1199         - 21  # rls2009 NDRPDR iter env 5
1200         - 22  # rls2009 NDRPDR iter env 5
1201         - 23  # rls2009 NDRPDR iter env 5
1202         - 28  # rls2009 NDRPDR iter env 5
1203         - 30  # rls2009 NDRPDR iter env 5
1204         - 33  # rls2009 NDRPDR iter env 5
1205         - 38  # rls2009 NDRPDR iter env 5
1206         - 41  # rls2009 NDRPDR iter env 5
1207     vpp-performance-changes-3n-tsh-ref-env-new:
1208       csit-vpp-perf-report-iterative-2101-3n-tsh:
1209         - 8   # rls2009 NDRPDR iter env 6
1210         - 13  # rls2009 NDRPDR iter env 6
1211         - 14  # rls2009 NDRPDR iter env 6
1212         - 15  # rls2009 NDRPDR iter env 6
1213         - 16  # rls2009 NDRPDR iter env 6
1214         - 17  # rls2009 NDRPDR iter env 6
1215         - 18  # rls2009 NDRPDR iter env 6
1216         - 19  # rls2009 NDRPDR iter env 6
1217     vpp-performance-changes-3n-tsh-cmp:
1218       csit-vpp-perf-report-iterative-2101-3n-tsh:
1219         - 23  # rls2101.rel NDRPDR iter env 6
1220         - 24  # rls2101.rel NDRPDR iter env 6
1221         - 25  # rls2101.rel NDRPDR iter env 6
1222         - 26  # rls2101.rel NDRPDR iter env 6
1223         - 28  # rls2101.rel NDRPDR iter env 6
1224
1225 #     vpp-performance-changes-2n-tx2-h1:
1226 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1227 #         -
1228 #     vpp-performance-changes-2n-tx2-ref-env-old:
1229 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1230 #         -
1231     vpp-performance-changes-2n-tx2-ref-env-new:
1232       csit-vpp-perf-report-iterative-2101-2n-tx2:
1233         - 6   # rls2009 NDRPDR iter env 6
1234         - 7   # rls2009 NDRPDR iter env 6
1235         - 11  # rls2009 NDRPDR iter env 6
1236         - 12  # rls2009 NDRPDR iter env 6
1237         - 13  # rls2009 NDRPDR iter env 6
1238         - 16  # rls2009 NDRPDR iter env 6
1239         - 17  # rls2009 NDRPDR iter env 6
1240         - 18  # rls2009 NDRPDR iter env 6
1241         - 19  # rls2009 NDRPDR iter env 6
1242         - 20  # rls2009 NDRPDR iter env 6
1243     vpp-performance-changes-2n-tx2-cmp:
1244       csit-vpp-perf-report-iterative-2101-2n-tx2:
1245         - 22  # rls2101.rel NDRPDR iter env 6
1246         - 23  # rls2101.rel NDRPDR iter env 6
1247         - 24  # rls2101.rel NDRPDR iter env 6
1248         - 25  # rls2101.rel NDRPDR iter env 6
1249         - 26  # rls2101.rel NDRPDR iter env 6
1250         - 27  # rls2101.rel NDRPDR iter env 6
1251         - 28  # rls2101.rel NDRPDR iter env 6
1252         - 29  # rls2101.rel NDRPDR iter env 6
1253         - 30  # rls2101.rel NDRPDR iter env 6
1254
1255     vpp-soak-vs-ndr-2n-skx-ref:
1256       csit-vpp-perf-report-iterative-2101-2n-skx:
1257         - 63  # rls2101.rel NDRPDR iter env 6
1258         - 69  # rls2101.rel NDRPDR iter env 6
1259         - 70  # rls2101.rel NDRPDR iter env 6
1260         - 75  # rls2101.rel NDRPDR iter env 6
1261         - 76  # rls2101.rel NDRPDR iter env 6
1262         - 77  # rls2101.rel NDRPDR iter env 6
1263         - 82  # rls2101.rel NDRPDR iter env 6
1264     vpp-soak-vs-ndr-2n-skx-cmp:
1265       csit-vpp-perf-report-iterative-2101-2n-skx:
1266         - 68  # rls2101.rel soak env 6
1267         - 73  # rls2101.rel soak env 6
1268     vpp-soak-vs-ndr-2n-skx:
1269       csit-vpp-perf-report-iterative-2101-2n-skx:
1270         - 63  # rls2101.rel NDRPDR iter env 6
1271         - 69  # rls2101.rel NDRPDR iter env 6
1272         - 70  # rls2101.rel NDRPDR iter env 6
1273         - 75  # rls2101.rel NDRPDR iter env 6
1274         - 76  # rls2101.rel NDRPDR iter env 6
1275         - 77  # rls2101.rel NDRPDR iter env 6
1276         - 82  # rls2101.rel NDRPDR iter env 6
1277         - 68  # rls2101.rel soak env 6
1278         - 73  # rls2101.rel soak env 6
1279
1280     vpp-soak-vs-ndr-2n-clx-ref:
1281       csit-vpp-perf-report-iterative-2101-2n-clx:
1282         - 54  # rls2101.rel NDRPDR iter env 6
1283         - 59  # rls2101.rel NDRPDR iter env 6
1284         - 60  # rls2101.rel NDRPDR iter env 6
1285         - 63  # rls2101.rel NDRPDR iter env 6
1286         - 66  # rls2101.rel NDRPDR iter env 6
1287         - 68  # rls2101.rel NDRPDR iter env 6
1288     vpp-soak-vs-ndr-2n-clx-cmp:
1289       csit-vpp-perf-report-iterative-2101-2n-clx:
1290         - 58  # rls2101.rel soak env 6
1291         - 61  # rls2101.rel soak env 6
1292     vpp-soak-vs-ndr-2n-clx:
1293       csit-vpp-perf-report-iterative-2101-2n-clx:
1294         - 54  # rls2101.rel NDRPDR iter env 6
1295         - 59  # rls2101.rel NDRPDR iter env 6
1296         - 60  # rls2101.rel NDRPDR iter env 6
1297         - 63  # rls2101.rel NDRPDR iter env 6
1298         - 66  # rls2101.rel NDRPDR iter env 6
1299         - 68  # rls2101.rel NDRPDR iter env 6
1300         - 58  # rls2101.rel soak env 6
1301         - 61  # rls2101.rel soak env 6
1302
1303     vpp-performance-changes-3n-hsw-mrr-h1:
1304       csit-vpp-perf-report-iterative-2009-3n-hsw:
1305         - 18  # rls2005 MRR iter env 5
1306     vpp-performance-changes-3n-hsw-mrr-ref-env-old:
1307       csit-vpp-perf-report-iterative-2009-3n-hsw:
1308         - 23  # rls2009 MRR iter env 5
1309     vpp-performance-changes-3n-hsw-mrr-ref-env-new:
1310       csit-vpp-perf-report-iterative-2101-3n-hsw:
1311         - 17  # rls2009 MRR iter env 6
1312     vpp-performance-changes-3n-hsw-mrr-cmp:
1313       csit-vpp-perf-report-iterative-2101-3n-hsw:
1314         - 63  # rls2101.rel MRR iter env 6
1315
1316     vpp-performance-changes-3n-skx-mrr-h1:
1317       csit-vpp-perf-report-iterative-2009-3n-skx:
1318         - 17  # rls2005 MRR iter env 5
1319     vpp-performance-changes-3n-skx-mrr-ref-env-old:
1320       csit-vpp-perf-report-iterative-2009-3n-skx:
1321         - 24  # rls2009 MRR iter env 5
1322     vpp-performance-changes-3n-skx-mrr-ref-env-new:
1323       csit-vpp-perf-report-iterative-2101-3n-skx:
1324         - 34  # rls2009 MRR iter env 6
1325     vpp-performance-changes-3n-skx-mrr-cmp:
1326       csit-vpp-perf-report-iterative-2101-3n-skx:
1327         - 35  # rls2101.rel MRR iter env 6
1328
1329     vpp-performance-changes-2n-skx-mrr-h1:
1330       csit-vpp-perf-report-iterative-2009-2n-skx:
1331         - 20  # rls2005 MRR iter env 5
1332     vpp-performance-changes-2n-skx-mrr-ref-env-old:
1333       csit-vpp-perf-report-iterative-2009-2n-skx:
1334         - 120 # rls2009 MRR iter env 5
1335     vpp-performance-changes-2n-skx-mrr-ref-env-new:
1336       csit-vpp-perf-report-iterative-2101-2n-skx:
1337         - 21  # rls2009 MRR iter env 6
1338     vpp-performance-changes-2n-skx-mrr-cmp:
1339       csit-vpp-perf-report-iterative-2101-2n-skx:
1340         - 62  # rls2101.rel MRR iter env 6
1341
1342     vpp-performance-changes-2n-clx-mrr-h1:
1343       csit-vpp-perf-report-iterative-2009-2n-clx:
1344         - 77  # rls2005 MRR iter env 5
1345     vpp-performance-changes-2n-clx-mrr-ref-env-old:
1346       csit-vpp-perf-report-iterative-2009-2n-clx:
1347         - 125 # rls2009 MRR iter env 5
1348     vpp-performance-changes-2n-clx-mrr-ref-env-new:
1349       csit-vpp-perf-report-iterative-2101-2n-clx:
1350         - 15  # rls2009 MRR iter env 6
1351     vpp-performance-changes-2n-clx-mrr-cmp:
1352       csit-vpp-perf-report-iterative-2101-2n-clx:
1353         - 53  # rls2101.rel MRR iter env 6
1354
1355     vpp-performance-changes-2n-zn2-mrr-ref-env-old:
1356       csit-vpp-perf-report-iterative-2009-2n-zn2:
1357         - 15  # rls2009 MRR iter env 5
1358     vpp-performance-changes-2n-zn2-mrr-ref-env-new:
1359       csit-vpp-perf-report-iterative-2101-2n-zn2:
1360         - 8   # rls2009 MRR iter env6
1361     vpp-performance-changes-2n-zn2-mrr-cmp:
1362       csit-vpp-perf-report-iterative-2101-2n-zn2:
1363         - 30  # rls2101.rel MRR iter env 6
1364
1365     vpp-performance-changes-2n-dnv-mrr-h1:
1366       csit-vpp-perf-report-iterative-2009-2n-dnv:
1367         - 23  # rls2005 MRR iter env 5
1368     vpp-performance-changes-2n-dnv-mrr-ref-env-old:
1369       csit-vpp-perf-report-iterative-2009-2n-dnv:
1370         - 13  # rls2009 MRR iter env 5
1371     vpp-performance-changes-2n-dnv-mrr-ref-env-new:
1372       # TODO: Re-test in new env
1373       csit-vpp-perf-report-iterative-2009-2n-dnv:
1374         - 13  # rls2009 MRR iter env 5
1375     vpp-performance-changes-2n-dnv-mrr-cmp:
1376       csit-vpp-perf-report-iterative-2101-2n-dnv:
1377         - 31  # rls2101.rel MRR iter env 6
1378
1379     vpp-performance-changes-3n-dnv-mrr-h1:
1380       csit-vpp-perf-report-iterative-2009-3n-dnv:
1381         - 19  # rls2005 MRR iter env 5
1382     vpp-performance-changes-3n-dnv-mrr-ref-env-old:
1383       csit-vpp-perf-report-iterative-2009-3n-dnv:
1384         - 22  # rls2009 MRR iter env 5
1385     vpp-performance-changes-3n-dnv-mrr-ref-env-new:
1386       # TODO: Re-test in new env
1387       csit-vpp-perf-report-iterative-2009-3n-dnv:
1388         - 22  # rls2009 MRR iter env 5
1389     vpp-performance-changes-3n-dnv-mrr-cmp:
1390       csit-vpp-perf-report-iterative-2101-3n-dnv:
1391         - 32  # rls2101.rel MRR iter env 6
1392
1393     vpp-performance-changes-3n-tsh-mrr-h1:
1394       csit-vpp-perf-report-iterative-2009-3n-tsh:
1395         - 13  # rls2005 MRR iter env 5
1396     vpp-performance-changes-3n-tsh-mrr-ref-env-old:
1397       csit-vpp-perf-report-iterative-2009-3n-tsh:
1398         - 15  # rls2009 MRR iter env 5
1399     vpp-performance-changes-3n-tsh-mrr-ref-env-new:
1400       csit-vpp-perf-report-iterative-2101-3n-tsh:
1401         - 7   # rls2009 MRR iter env 6
1402     vpp-performance-changes-3n-tsh-mrr-cmp:
1403       csit-vpp-perf-report-iterative-2101-3n-tsh:
1404         - 22  # rls2101.rel MRR iter env 6
1405
1406 #     vpp-performance-changes-2n-tx2-mrr-h1:
1407 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1408 #         -
1409 #     vpp-performance-changes-2n-tx2-mrr-ref-env-old:
1410 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1411 #         -
1412     vpp-performance-changes-2n-tx2-mrr-ref-env-new:
1413       csit-vpp-perf-report-iterative-2101-2n-tx2:
1414         - 5   # rls2009 MRR iter env 6
1415     vpp-performance-changes-2n-tx2-mrr-cmp:
1416       csit-vpp-perf-report-iterative-2101-2n-tx2:
1417         - 21  # rls2101.rel MRR iter env 6
1418
1419     dpdk-performance-changes-3n-hsw-h1:
1420       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1421         - 25  # NDRPDR iter
1422         - 26  # NDRPDR iter
1423         - 27  # NDRPDR iter
1424         - 28  # NDRPDR iter
1425         - 29  # NDRPDR iter
1426         - 30  # NDRPDR iter
1427         - 31  # NDRPDR iter
1428         - 32  # NDRPDR iter
1429         - 33  # NDRPDR iter
1430         - 34  # NDRPDR iter
1431     dpdk-performance-changes-3n-hsw-ref:
1432       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1433         - 6   # NDRPDR iter env5
1434         - 7   # NDRPDR iter env5
1435         - 8   # NDRPDR iter env5
1436         - 9   # NDRPDR iter env5
1437         - 10  # NDRPDR iter env5
1438         - 11  # NDRPDR iter env5
1439         - 12  # NDRPDR iter env5
1440         - 13  # NDRPDR iter env5
1441         - 14  # NDRPDR iter env5
1442         - 15  # NDRPDR iter env5
1443     dpdk-performance-changes-3n-hsw-cmp:
1444       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1445         - 11  # rls2101 NDRPDR iter env 6
1446         - 12  # rls2101 NDRPDR iter env 6
1447         - 13  # rls2101 NDRPDR iter env 6
1448         - 14  # rls2101 NDRPDR iter env 6
1449         - 16  # rls2101 NDRPDR iter env 6
1450         - 17  # rls2101 NDRPDR iter env 6
1451         - 18  # rls2101 NDRPDR iter env 6
1452         - 19  # rls2101 NDRPDR iter env 6
1453         - 20  # rls2101 NDRPDR iter env 6
1454         - 21  # rls2101 NDRPDR iter env 6
1455
1456     dpdk-performance-changes-3n-skx-h1:
1457       csit-dpdk-perf-report-iterative-2005-3n-skx:
1458         - 28  # NDRPDR iter
1459         - 29  # NDRPDR iter
1460         - 30  # NDRPDR iter
1461         - 31  # NDRPDR iter
1462         - 32  # NDRPDR iter
1463         - 33  # NDRPDR iter
1464         - 34  # NDRPDR iter
1465         - 35  # NDRPDR iter
1466         - 36  # NDRPDR iter
1467         - 37  # NDRPDR iter
1468     dpdk-performance-changes-3n-skx-ref:
1469       csit-dpdk-perf-report-iterative-2009-3n-skx:
1470         - 4   # NDRPDR sel env5
1471         - 5   # NDRPDR sel env5
1472         - 6   # NDRPDR sel env5
1473         - 7   # NDRPDR sel env5
1474         - 8   # NDRPDR sel env5
1475         - 9   # NDRPDR sel env5
1476         - 14  # NDRPDR sel env5
1477         - 11  # NDRPDR sel env5
1478         - 12  # NDRPDR sel env5
1479         - 13  # NDRPDR sel env5
1480     dpdk-performance-changes-3n-skx-cmp:
1481       csit-dpdk-perf-report-iterative-2101-3n-skx:
1482         - 12  # rls2101 NDRPDR iter env 6
1483         - 14  # rls2101 NDRPDR iter env 6
1484         - 15  # rls2101 NDRPDR iter env 6
1485         - 17  # rls2101 NDRPDR iter env 6
1486         - 19  # rls2101 NDRPDR iter env 6
1487         - 20  # rls2101 NDRPDR iter env 6
1488         - 21  # rls2101 NDRPDR iter env 6
1489         - 22  # rls2101 NDRPDR iter env 6
1490         - 25  # rls2101 NDRPDR iter env 6
1491         - 26  # rls2101 NDRPDR iter env 6
1492
1493     dpdk-performance-changes-2n-skx-h1:
1494       csit-dpdk-perf-report-iterative-2005-2n-skx:
1495         - 20  # NDRPDR iter
1496         - 21  # NDRPDR iter
1497         - 22  # NDRPDR iter
1498         - 23  # NDRPDR iter
1499         - 24  # NDRPDR iter
1500         - 25  # NDRPDR iter
1501         - 26  # NDRPDR iter
1502         - 27  # NDRPDR iter
1503         - 28  # NDRPDR iter
1504         - 29  # NDRPDR iter
1505     dpdk-performance-changes-2n-skx-ref:
1506       csit-dpdk-perf-report-iterative-2009-2n-skx:
1507         - 4   # NDRPDR iter env5
1508         - 5   # NDRPDR iter env5
1509         - 6   # NDRPDR iter env5
1510         - 7   # NDRPDR iter env5
1511         - 8   # NDRPDR iter env5
1512         - 9   # NDRPDR iter env5
1513         - 10  # NDRPDR iter env5
1514         - 11  # NDRPDR iter env5
1515         - 12  # NDRPDR iter env5
1516         - 13  # NDRPDR iter env5
1517     dpdk-performance-changes-2n-skx-cmp:
1518       csit-dpdk-perf-report-iterative-2101-2n-skx:
1519         - 11  # rls2101 NDRPDR iter env 6
1520         - 12  # rls2101 NDRPDR iter env 6
1521         - 13  # rls2101 NDRPDR iter env 6
1522         - 14  # rls2101 NDRPDR iter env 6
1523         - 15  # rls2101 NDRPDR iter env 6
1524         - 17  # rls2101 NDRPDR iter env 6
1525         - 18  # rls2101 NDRPDR iter env 6
1526         - 19  # rls2101 NDRPDR iter env 6
1527         - 20  # rls2101 NDRPDR iter env 6
1528         - 21  # rls2101 NDRPDR iter env 6
1529
1530     dpdk-performance-changes-2n-clx-h1:
1531       csit-dpdk-perf-report-iterative-2005-2n-clx:
1532         - 20  # NDRPDR iter
1533         - 21  # NDRPDR iter
1534         - 22  # NDRPDR iter
1535         - 23  # NDRPDR iter
1536         - 24  # NDRPDR iter
1537         - 25  # NDRPDR iter
1538         - 26  # NDRPDR iter
1539         - 27  # NDRPDR iter
1540         - 28  # NDRPDR iter
1541         - 29  # NDRPDR iter
1542     dpdk-performance-changes-2n-clx-ref:
1543       csit-dpdk-perf-report-iterative-2009-2n-clx:
1544         - 4   # NDRPDR iter env5
1545         - 5   # NDRPDR iter env5
1546         - 6   # NDRPDR iter env5
1547         - 7   # NDRPDR iter env5
1548         - 8   # NDRPDR iter env5
1549         - 9   # NDRPDR iter env5
1550         - 10  # NDRPDR iter env5
1551         - 11  # NDRPDR iter env5
1552         - 12  # NDRPDR iter env5
1553         - 13  # NDRPDR iter env5
1554     dpdk-performance-changes-2n-clx-cmp:
1555       csit-dpdk-perf-report-iterative-2101-2n-clx:
1556         - 12  # rls2101 NDRPDR iter env 6
1557         - 13  # rls2101 NDRPDR iter env 6
1558         - 14  # rls2101 NDRPDR iter env 6
1559         - 18  # rls2101 NDRPDR iter env 6
1560         - 22  # rls2101 NDRPDR iter env 6
1561
1562     dpdk-performance-changes-2n-zn2-ref:
1563       csit-dpdk-perf-report-iterative-2009-2n-zn2:
1564         - 16  # NDRPDR iter env5
1565         - 21  # NDRPDR iter env5
1566         - 22  # NDRPDR iter env5
1567         - 23  # NDRPDR iter env5
1568         - 24  # NDRPDR iter env5
1569         - 25  # NDRPDR iter env5
1570         - 29  # NDRPDR iter env5
1571     dpdk-performance-changes-2n-zn2-cmp:
1572       csit-dpdk-perf-report-iterative-2101-2n-zn2:
1573         - 11  # rls2101 NDRPDR iter env 6
1574         - 12  # rls2101 NDRPDR iter env 6
1575         - 13  # rls2101 NDRPDR iter env 6
1576         - 14  # rls2101 NDRPDR iter env 6
1577         - 16  # rls2101 NDRPDR iter env 6
1578         - 17  # rls2101 NDRPDR iter env 6
1579         - 18  # rls2101 NDRPDR iter env 6
1580         - 19  # rls2101 NDRPDR iter env 6
1581         - 20  # rls2101 NDRPDR iter env 6
1582         - 21  # rls2101 NDRPDR iter env 6
1583
1584 #    dpdk-performance-changes-2n-dnv-h1:
1585 #      csit-dpdk-perf-verify-2101-2n-dnv:
1586 #        - 9   # NDRPDR sel
1587 #        - 10  # NDRPDR sel
1588 #        - 11  # NDRPDR sel
1589 #        - 12  # NDRPDR sel
1590 #        - 13  # NDRPDR sel
1591 #        - 14  # NDRPDR sel
1592 #        - 15  # NDRPDR sel
1593 #        - 16  # NDRPDR sel
1594 #        - 17  # NDRPDR sel
1595 #        - 18  # NDRPDR sel
1596 #    dpdk-performance-changes-2n-dnv-ref:
1597 #      # No data
1598 #    dpdk-performance-changes-2n-dnv-cmp:
1599 #      # No data
1600 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1601
1602 #    dpdk-performance-changes-3n-dnv-h1:
1603 #      csit-dpdk-perf-verify-2101-3n-dnv:
1604 #        - 12  # NDRPDR sel
1605 #        - 13  # NDRPDR sel
1606 #        - 14  # NDRPDR sel
1607 #        - 15  # NDRPDR sel
1608 #        - 16  # NDRPDR sel
1609 #        - 17  # NDRPDR sel
1610 #        - 18  # NDRPDR sel
1611 #        - 19  # NDRPDR sel
1612 #        - 20  # NDRPDR sel
1613 #        - 22  # NDRPDR sel
1614 #    dpdk-performance-changes-3n-dnv-ref:
1615 #      # No data
1616 #    dpdk-performance-changes-3n-dnv-cmp:
1617 #      # No data
1618 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1619
1620     dpdk-performance-changes-3n-tsh-h1:
1621       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1622         - 5   # NDRPDR sel
1623     dpdk-performance-changes-3n-tsh-ref:
1624       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1625         - 1   # NDRPDR iter env5
1626         - 2   # NDRPDR iter env5
1627         - 3   # NDRPDR iter env5
1628         - 4   # NDRPDR iter env5
1629         - 5   # NDRPDR iter env5
1630         - 6   # NDRPDR iter env5
1631         - 7   # NDRPDR iter env5
1632         - 9   # NDRPDR iter env5
1633         - 10  # NDRPDR iter env5
1634         - 11  # NDRPDR iter env5
1635     dpdk-performance-changes-3n-tsh-cmp:
1636       csit-dpdk-perf-report-iterative-2101-3n-tsh:
1637         - 11  # rls2101 NDRPDR iter env 6
1638         - 12  # rls2101 NDRPDR iter env 6
1639         - 13  # rls2101 NDRPDR iter env 6
1640         - 14  # rls2101 NDRPDR iter env 6
1641         - 16  # rls2101 NDRPDR iter env 6
1642         - 17  # rls2101 NDRPDR iter env 6
1643         - 18  # rls2101 NDRPDR iter env 6
1644         - 19  # rls2101 NDRPDR iter env 6
1645         - 20  # rls2101 NDRPDR iter env 6
1646         - 21  # rls2101 NDRPDR iter env 6
1647
1648     # Compare testbeds
1649
1650     vpp-compare-testbeds-ref:
1651       csit-vpp-perf-report-iterative-2101-3n-hsw:
1652         - 64  # rls2101.rel NDRPDR iter env 6
1653         - 71  # rls2101.rel NDRPDR iter env 6
1654         - 73  # rls2101.rel NDRPDR iter env 6
1655         - 74  # rls2101.rel NDRPDR iter env 6
1656         - 80  # rls2101.rel NDRPDR iter env 6
1657         - 81  # rls2101.rel NDRPDR iter env 6
1658         - 82  # rls2101.rel NDRPDR iter env 6
1659         - 83  # rls2101.rel NDRPDR iter env 6
1660         - 88  # rls2101.rel NDRPDR iter env 6
1661         - 89  # rls2101.rel NDRPDR iter env 6
1662     vpp-compare-testbeds-cmp:
1663       csit-vpp-perf-report-iterative-2101-3n-skx:
1664         - 36  # rls2101.rel NDRPDR iter env 6
1665         - 37  # rls2101.rel NDRPDR iter env 6
1666         - 38  # rls2101.rel NDRPDR iter env 6
1667         - 39  # rls2101.rel NDRPDR iter env 6
1668         - 40  # rls2101.rel NDRPDR iter env 6
1669         - 41  # rls2101.rel NDRPDR iter env 6
1670         - 42  # rls2101.rel NDRPDR iter env 6
1671         - 47  # rls2101.rel NDRPDR iter env 6
1672
1673     vpp-compare-testbeds-skx-clx-ref:
1674       csit-vpp-perf-report-iterative-2101-2n-skx:
1675         - 63  # rls2101.rel NDRPDR iter env 6
1676         - 69  # rls2101.rel NDRPDR iter env 6
1677         - 70  # rls2101.rel NDRPDR iter env 6
1678         - 75  # rls2101.rel NDRPDR iter env 6
1679         - 76  # rls2101.rel NDRPDR iter env 6
1680         - 77  # rls2101.rel NDRPDR iter env 6
1681         - 82  # rls2101.rel NDRPDR iter env 6
1682         - 89  # rls2101.rel NDRPDR iter RND env 6
1683         - 90  # rls2101.rel NDRPDR iter RND env 6
1684         - 91  # rls2101.rel NDRPDR iter RND env 6
1685         - 92  # rls2101.rel NDRPDR iter RND env 6
1686         - 93  # rls2101.rel NDRPDR iter RND env 6
1687         - 98  # rls2101.rel NDRPDR iter RND env 6
1688         - 99  # rls2101.rel NDRPDR iter RND env 6
1689         - 101 # rls2101.rel NDRPDR iter RND env 6
1690         - 102 # rls2101.rel NDRPDR iter RND env 6
1691     vpp-compare-testbeds-skx-clx-cmp:
1692       csit-vpp-perf-report-iterative-2101-2n-clx:
1693         - 54  # rls2101.rel NDRPDR iter env 6
1694         - 59  # rls2101.rel NDRPDR iter env 6
1695         - 60  # rls2101.rel NDRPDR iter env 6
1696         - 63  # rls2101.rel NDRPDR iter env 6
1697         - 66  # rls2101.rel NDRPDR iter env 6
1698         - 68  # rls2101.rel NDRPDR iter env 6
1699
1700     vpp-compare-testbeds-hsw-clx-ref:
1701       csit-vpp-perf-report-iterative-2101-3n-hsw:
1702         - 64  # rls2101.rel NDRPDR iter env 6
1703         - 71  # rls2101.rel NDRPDR iter env 6
1704         - 73  # rls2101.rel NDRPDR iter env 6
1705         - 74  # rls2101.rel NDRPDR iter env 6
1706         - 80  # rls2101.rel NDRPDR iter env 6
1707         - 81  # rls2101.rel NDRPDR iter env 6
1708         - 82  # rls2101.rel NDRPDR iter env 6
1709         - 83  # rls2101.rel NDRPDR iter env 6
1710         - 88  # rls2101.rel NDRPDR iter env 6
1711         - 89  # rls2101.rel NDRPDR iter env 6
1712         - 128 # rls2101.rel NDRPDR iter RND env 6
1713         - 129 # rls2101.rel NDRPDR iter RND env 6
1714         - 130 # rls2101.rel NDRPDR iter RND env 6
1715         - 131 # rls2101.rel NDRPDR iter RND env 6
1716         - 132 # rls2101.rel NDRPDR iter RND env 6
1717         - 133 # rls2101.rel NDRPDR iter RND env 6
1718         - 134 # rls2101.rel NDRPDR iter RND env 6
1719         - 135 # rls2101.rel NDRPDR iter RND env 6
1720         - 136 # rls2101.rel NDRPDR iter RND env 6
1721         - 137 # rls2101.rel NDRPDR iter RND env 6
1722     vpp-compare-testbeds-hsw-clx-cmp:
1723       csit-vpp-perf-report-iterative-2101-2n-clx:
1724         - 54  # rls2101.rel NDRPDR iter env 6
1725         - 59  # rls2101.rel NDRPDR iter env 6
1726         - 60  # rls2101.rel NDRPDR iter env 6
1727         - 63  # rls2101.rel NDRPDR iter env 6
1728         - 66  # rls2101.rel NDRPDR iter env 6
1729         - 68  # rls2101.rel NDRPDR iter env 6
1730
1731     vpp-compare-testbeds-mrr-ref:
1732       csit-vpp-perf-report-iterative-2101-3n-hsw:
1733         - 63  # rls2101.rel MRR iter env 6
1734     vpp-compare-testbeds-mrr-cmp:
1735       csit-vpp-perf-report-iterative-2101-3n-skx:
1736         - 35  # rls2101.rel MRR iter env 6
1737
1738     vpp-compare-testbeds-mrr-skx-clx-ref:
1739       csit-vpp-perf-report-iterative-2101-2n-skx:
1740         - 62  # rls2101.rel MRR iter env 6
1741     vpp-compare-testbeds-mrr-skx-clx-cmp:
1742       csit-vpp-perf-report-iterative-2101-2n-clx:
1743         - 53  # rls2101.rel MRR iter env 6
1744
1745     vpp-compare-testbeds-mrr-hsw-clx-ref:
1746       csit-vpp-perf-report-iterative-2101-3n-hsw:
1747         - 63  # rls2101.rel MRR iter env 6
1748     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1749       csit-vpp-perf-report-iterative-2101-2n-clx:
1750         - 53  # rls2101.rel MRR iter env 6
1751
1752     dpdk-compare-testbeds-ref:
1753       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1754         - 11  # rls2101 NDRPDR iter env 6
1755         - 12  # rls2101 NDRPDR iter env 6
1756         - 13  # rls2101 NDRPDR iter env 6
1757         - 14  # rls2101 NDRPDR iter env 6
1758         - 16  # rls2101 NDRPDR iter env 6
1759         - 17  # rls2101 NDRPDR iter env 6
1760         - 18  # rls2101 NDRPDR iter env 6
1761         - 19  # rls2101 NDRPDR iter env 6
1762         - 20  # rls2101 NDRPDR iter env 6
1763         - 21  # rls2101 NDRPDR iter env 6
1764     dpdk-compare-testbeds-cmp:
1765       csit-dpdk-perf-report-iterative-2101-3n-skx:
1766         - 12  # rls2101 NDRPDR iter env 6
1767         - 14  # rls2101 NDRPDR iter env 6
1768         - 15  # rls2101 NDRPDR iter env 6
1769         - 17  # rls2101 NDRPDR iter env 6
1770         - 19  # rls2101 NDRPDR iter env 6
1771         - 20  # rls2101 NDRPDR iter env 6
1772         - 21  # rls2101 NDRPDR iter env 6
1773         - 22  # rls2101 NDRPDR iter env 6
1774         - 25  # rls2101 NDRPDR iter env 6
1775         - 26  # rls2101 NDRPDR iter env 6
1776
1777     dpdk-compare-testbeds-skx-clx-ref:
1778       csit-dpdk-perf-report-iterative-2101-2n-skx:
1779         - 11  # rls2101 NDRPDR iter env 6
1780         - 12  # rls2101 NDRPDR iter env 6
1781         - 13  # rls2101 NDRPDR iter env 6
1782         - 14  # rls2101 NDRPDR iter env 6
1783         - 15  # rls2101 NDRPDR iter env 6
1784         - 17  # rls2101 NDRPDR iter env 6
1785         - 18  # rls2101 NDRPDR iter env 6
1786         - 19  # rls2101 NDRPDR iter env 6
1787         - 20  # rls2101 NDRPDR iter env 6
1788         - 21  # rls2101 NDRPDR iter env 6
1789     dpdk-compare-testbeds-skx-clx-cmp:
1790       csit-dpdk-perf-report-iterative-2101-2n-clx:
1791         - 12  # rls2101 NDRPDR iter env 6
1792         - 13  # rls2101 NDRPDR iter env 6
1793         - 14  # rls2101 NDRPDR iter env 6
1794         - 18  # rls2101 NDRPDR iter env 6
1795         - 22  # rls2101 NDRPDR iter env 6
1796
1797     # Compare topologies
1798
1799     vpp-compare-topologies-ref:
1800       csit-vpp-perf-report-iterative-2101-3n-skx:
1801         - 36  # rls2101.rel NDRPDR iter env 6
1802         - 37  # rls2101.rel NDRPDR iter env 6
1803         - 38  # rls2101.rel NDRPDR iter env 6
1804         - 39  # rls2101.rel NDRPDR iter env 6
1805         - 40  # rls2101.rel NDRPDR iter env 6
1806         - 41  # rls2101.rel NDRPDR iter env 6
1807         - 42  # rls2101.rel NDRPDR iter env 6
1808         - 47  # rls2101.rel NDRPDR iter env 6
1809     vpp-compare-topologies-cmp:
1810       csit-vpp-perf-report-iterative-2101-2n-skx:
1811         - 63  # rls2101.rel NDRPDR iter env 6
1812         - 69  # rls2101.rel NDRPDR iter env 6
1813         - 70  # rls2101.rel NDRPDR iter env 6
1814         - 75  # rls2101.rel NDRPDR iter env 6
1815         - 76  # rls2101.rel NDRPDR iter env 6
1816         - 77  # rls2101.rel NDRPDR iter env 6
1817         - 82  # rls2101.rel NDRPDR iter env 6
1818
1819     vpp-compare-topologies-mrr-ref:
1820       csit-vpp-perf-report-iterative-2101-3n-skx:
1821         - 35  # rls2101.rel MRR iter env 6
1822     vpp-compare-topologies-mrr-cmp:
1823       csit-vpp-perf-report-iterative-2101-2n-skx:
1824         - 62  # rls2101.rel MRR iter env 6
1825
1826     dpdk-compare-topologies-ref:
1827       csit-dpdk-perf-report-iterative-2101-3n-skx:
1828         - 12  # rls2101 NDRPDR iter env 6
1829         - 14  # rls2101 NDRPDR iter env 6
1830         - 15  # rls2101 NDRPDR iter env 6
1831         - 17  # rls2101 NDRPDR iter env 6
1832         - 19  # rls2101 NDRPDR iter env 6
1833         - 20  # rls2101 NDRPDR iter env 6
1834         - 21  # rls2101 NDRPDR iter env 6
1835         - 22  # rls2101 NDRPDR iter env 6
1836         - 25  # rls2101 NDRPDR iter env 6
1837         - 26  # rls2101 NDRPDR iter env 6
1838     dpdk-compare-topologies-cmp:
1839       csit-dpdk-perf-report-iterative-2101-2n-skx:
1840         - 11  # rls2101 NDRPDR iter env 6
1841         - 12  # rls2101 NDRPDR iter env 6
1842         - 13  # rls2101 NDRPDR iter env 6
1843         - 14  # rls2101 NDRPDR iter env 6
1844         - 15  # rls2101 NDRPDR iter env 6
1845         - 17  # rls2101 NDRPDR iter env 6
1846         - 18  # rls2101 NDRPDR iter env 6
1847         - 19  # rls2101 NDRPDR iter env 6
1848         - 20  # rls2101 NDRPDR iter env 6
1849         - 21  # rls2101 NDRPDR iter env 6
1850
1851   plot-layouts:
1852
1853     plot-soak-throughput:
1854       titlefont:
1855         size: 16
1856       xaxis:
1857         title: "<b>Test Cases [Index]</b>"
1858         titlefont:
1859           size: 14
1860         autorange: True
1861         fixedrange: False
1862         gridcolor: "rgb(230, 230, 230)"
1863         linecolor: "rgb(220, 220, 220)"
1864         linewidth: 1
1865         showgrid: True
1866         showline: True
1867         showticklabels: True
1868         tickcolor: "rgb(220, 220, 220)"
1869         tickmode: "linear"
1870         tickfont:
1871           size: 14
1872         zeroline: False
1873       yaxis:
1874         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1875         titlefont:
1876           size: 14
1877         gridcolor: "rgb(230, 230, 230)"
1878         hoverformat: ".4r"
1879         tickformat: ".3r"
1880         linecolor: "rgb(220, 220, 220)"
1881         linewidth: 1
1882         showgrid: True
1883         showline: True
1884         showticklabels: True
1885         tickcolor: "rgb(220, 220, 220)"
1886         tickfont:
1887           size: 14
1888         zeroline: False
1889         range: [0,50]
1890       autosize: False
1891       margin:
1892         t: 50
1893         b: 0
1894         l: 80
1895         r: 20
1896       showlegend: True
1897       legend:
1898         orientation: "h"
1899         font:
1900           size: 14
1901       width: 700
1902       height: 900
1903       paper_bgcolor: "#fff"
1904       plot_bgcolor: "#fff"
1905       hoverlabel:
1906         namelength: -1
1907
1908     plot-service-density:
1909       titlefont:
1910         size: 16
1911       xaxis:
1912         side: "top"
1913         autorange: True
1914         fixedrange: False
1915         showgrid: False
1916         showline: False
1917         showticklabels: False
1918         ticks: ""
1919         ticklen: 0
1920         tickwidth: 0
1921         zeroline: False
1922       yaxis:
1923         autorange: "reversed"
1924         showgrid: False
1925         showline: False
1926         showticklabels: False
1927         ticks: ""
1928         ticklen: 0
1929         tickwidth: 0
1930         zeroline: False
1931       showlegend: False
1932       paper_bgcolor: "#fff"
1933       plot_bgcolor: "#fff"
1934       width: 700
1935       height: 700
1936       hoverlabel:
1937         namelength: -1
1938
1939     plot-hoststack:
1940       titlefont:
1941         size: 16
1942       xaxis:
1943         title: "<b>Test Cases [Index]</b>"
1944         titlefont:
1945           size: 14
1946         autorange: True
1947         fixedrange: False
1948         gridcolor: "rgb(230, 230, 230)"
1949         linecolor: "rgb(220, 220, 220)"
1950         linewidth: 1
1951         showgrid: True
1952         showline: True
1953         showticklabels: True
1954         tickcolor: "rgb(220, 220, 220)"
1955         tickmode: "linear"
1956         tickfont:
1957           size: 14
1958         zeroline: False
1959       yaxis:
1960         title: "<b>Bandwidth [Gbps]</b>"
1961         titlefont:
1962           size: 14
1963         gridcolor: "rgb(230, 230, 230)"
1964         hoverformat: ".4s"
1965         linecolor: "rgb(220, 220, 220)"
1966         linewidth: 1
1967         rangemode: "tozero"
1968         showgrid: True
1969         showline: True
1970         showticklabels: True
1971         tickcolor: "rgb(230, 230, 230)"
1972         tickformat: ".3s"
1973         tickfont:
1974           size: 14
1975         zeroline: False
1976       autosize: False
1977       margin:
1978         t: 50
1979         b: 20
1980         l: 80
1981         r: 20
1982       showlegend: True
1983       legend:
1984         orientation: "h"
1985         font:
1986           size: 14
1987       width: 700
1988       height: 800
1989       paper_bgcolor: "#fff"
1990       plot_bgcolor: "#fff"
1991       hoverlabel:
1992         namelength: -1
1993
1994     plot-throughput:
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>Packet Throughput [Mpps]</b>"
2016         titlefont:
2017           size: 14
2018         gridcolor: "rgb(230, 230, 230)"
2019         hoverformat: ".4r"
2020         tickformat: ".3r"
2021         linecolor: "rgb(220, 220, 220)"
2022         linewidth: 1
2023         showgrid: True
2024         showline: True
2025         showticklabels: True
2026         tickcolor: "rgb(220, 220, 220)"
2027         tickfont:
2028           size: 14
2029         zeroline: False
2030         range: [0,50]
2031       autosize: False
2032       margin:
2033         t: 50
2034         b: 0
2035         l: 80
2036         r: 20
2037       showlegend: True
2038       legend:
2039         orientation: "h"
2040         font:
2041           size: 14
2042       width: 700
2043       height: 900
2044       paper_bgcolor: "#fff"
2045       plot_bgcolor: "#fff"
2046       hoverlabel:
2047         namelength: -1
2048
2049     plot-throughput-gbps:
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 [Gbps]</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,10]
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-cps:
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>Connection Rate [Mcps]</b>"
2126         titlefont:
2127           size: 14
2128         gridcolor: "rgb(230, 230, 230)"
2129         hoverformat: ".4r"
2130         tickformat: ".3s"
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-throughput-speedup-analysis:
2160       titlefont:
2161         size: 16
2162       xaxis:
2163         title: "<b>Number of Cores [Qty]</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(238, 238, 238)"
2175         tickmode: "linear"
2176         tickfont:
2177           size: 14
2178         zeroline: False
2179       yaxis:
2180         title: "<b>Packet Throughput [Mpps]</b>"
2181         titlefont:
2182           size: 14
2183         type: "linear"
2184         gridcolor: "rgb(230, 230, 230)"
2185         hoverformat: ".4s"
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         tickformat: ".4s"
2193         tickfont:
2194           size: 14
2195         zeroline: True
2196         rangemode: "tozero"
2197         range: [0,100]
2198       legend:
2199         orientation: "h"
2200         font:
2201           size: 14
2202         xanchor: "left"
2203         yanchor: "top"
2204         x: 0
2205         y: -0.2
2206         bgcolor: "rgba(255, 255, 255, 0)"
2207         bordercolor: "rgba(255, 255, 255, 0)"
2208         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2209       autosize: False
2210       margin:
2211           't': 50
2212           'b': 150
2213           'l': 85
2214           'r': 10
2215       showlegend: True
2216       width: 700
2217       height: 700
2218       paper_bgcolor: "#fff"
2219       plot_bgcolor: "#fff"
2220       hoverlabel:
2221         namelength: -1
2222       annotations: [
2223         {
2224           text: "_ _          __          ...",
2225           align: "left",
2226           showarrow: False,
2227           xref: "paper",
2228           yref: "paper",
2229           xanchor: "left",
2230           yanchor: "top",
2231           x: 0,
2232           y: -0.14,
2233           font: {
2234             family: "Consolas, Courier New",
2235             size: 13
2236           },
2237         },
2238         {
2239           text: "    Perfect     Measured     Limit",
2240           align: "left",
2241           showarrow: False,
2242           xref: "paper",
2243           yref: "paper",
2244           xanchor: "left",
2245           yanchor: "top",
2246           x: 0,
2247           y: -0.15,
2248           font: {
2249             family: "Consolas, Courier New",
2250             size: 13
2251           },
2252         },
2253       ]
2254
2255     plot-throughput-speedup-analysis-gbps:
2256       titlefont:
2257         size: 16
2258       xaxis:
2259         title: "<b>Number of Cores [Qty]</b>"
2260         titlefont:
2261           size: 14
2262         autorange: True
2263         fixedrange: False
2264         gridcolor: "rgb(230, 230, 230)"
2265         linecolor: "rgb(220, 220, 220)"
2266         linewidth: 1
2267         showgrid: True
2268         showline: True
2269         showticklabels: True
2270         tickcolor: "rgb(238, 238, 238)"
2271         tickmode: "linear"
2272         tickfont:
2273           size: 14
2274         zeroline: False
2275       yaxis:
2276         title: "<b>Packet Throughput [Gbps]</b>"
2277         titlefont:
2278           size: 14
2279         type: "linear"
2280         gridcolor: "rgb(230, 230, 230)"
2281         hoverformat: ".4s"
2282         linecolor: "rgb(220, 220, 220)"
2283         linewidth: 1
2284         showgrid: True
2285         showline: True
2286         showticklabels: True
2287         tickcolor: "rgb(220, 220, 220)"
2288         tickformat: ".4s"
2289         tickfont:
2290           size: 14
2291         zeroline: True
2292         rangemode: "tozero"
2293         range: [0,100]
2294       legend:
2295         orientation: "h"
2296         font:
2297           size: 14
2298         xanchor: "left"
2299         yanchor: "top"
2300         x: 0
2301         y: -0.2
2302         bgcolor: "rgba(255, 255, 255, 0)"
2303         bordercolor: "rgba(255, 255, 255, 0)"
2304         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2305       autosize: False
2306       margin:
2307           't': 50
2308           'b': 150
2309           'l': 85
2310           'r': 10
2311       showlegend: True
2312       width: 700
2313       height: 700
2314       paper_bgcolor: "#fff"
2315       plot_bgcolor: "#fff"
2316       hoverlabel:
2317         namelength: -1
2318       annotations: [
2319         {
2320           text: "_ _          __",
2321           align: "left",
2322           showarrow: False,
2323           xref: "paper",
2324           yref: "paper",
2325           xanchor: "left",
2326           yanchor: "top",
2327           x: 0,
2328           y: -0.13,
2329           font: {
2330             family: "Consolas, Courier New",
2331             size: 13
2332           },
2333         },
2334         {
2335           text: "    Perfect     Measured",
2336           align: "left",
2337           showarrow: False,
2338           xref: "paper",
2339           yref: "paper",
2340           xanchor: "left",
2341           yanchor: "top",
2342           x: 0,
2343           y: -0.15,
2344           font: {
2345             family: "Consolas, Courier New",
2346             size: 13
2347           },
2348         },
2349       ]
2350
2351     plot-throughput-speedup-analysis-cps:
2352       titlefont:
2353         size: 16
2354       xaxis:
2355         title: "<b>Number of Cores [Qty]</b>"
2356         titlefont:
2357           size: 14
2358         autorange: True
2359         fixedrange: False
2360         gridcolor: "rgb(230, 230, 230)"
2361         linecolor: "rgb(220, 220, 220)"
2362         linewidth: 1
2363         showgrid: True
2364         showline: True
2365         showticklabels: True
2366         tickcolor: "rgb(238, 238, 238)"
2367         tickmode: "linear"
2368         tickfont:
2369           size: 14
2370         zeroline: False
2371       yaxis:
2372         title: "<b>Connection Rate [Mcps]</b>"
2373         titlefont:
2374           size: 14
2375         type: "linear"
2376         gridcolor: "rgb(230, 230, 230)"
2377         hoverformat: ".4s"
2378         linecolor: "rgb(220, 220, 220)"
2379         linewidth: 1
2380         showgrid: True
2381         showline: True
2382         showticklabels: True
2383         tickcolor: "rgb(220, 220, 220)"
2384         tickformat: ".4s"
2385         tickfont:
2386           size: 14
2387         zeroline: True
2388         rangemode: "tozero"
2389         range: [0,100]
2390       legend:
2391         orientation: "h"
2392         font:
2393           size: 14
2394         xanchor: "left"
2395         yanchor: "top"
2396         x: 0
2397         y: -0.2
2398         bgcolor: "rgba(255, 255, 255, 0)"
2399         bordercolor: "rgba(255, 255, 255, 0)"
2400         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2401       autosize: False
2402       margin:
2403           't': 50
2404           'b': 150
2405           'l': 85
2406           'r': 10
2407       showlegend: True
2408       width: 700
2409       height: 700
2410       paper_bgcolor: "#fff"
2411       plot_bgcolor: "#fff"
2412       hoverlabel:
2413         namelength: -1
2414       annotations: [
2415         {
2416           text: "_ _          __",
2417           align: "left",
2418           showarrow: False,
2419           xref: "paper",
2420           yref: "paper",
2421           xanchor: "left",
2422           yanchor: "top",
2423           x: 0,
2424           y: -0.13,
2425           font: {
2426             family: "Consolas, Courier New",
2427             size: 13
2428           },
2429         },
2430         {
2431           text: "    Perfect     Measured",
2432           align: "left",
2433           showarrow: False,
2434           xref: "paper",
2435           yref: "paper",
2436           xanchor: "left",
2437           yanchor: "top",
2438           x: 0,
2439           y: -0.15,
2440           font: {
2441             family: "Consolas, Courier New",
2442             size: 13
2443           },
2444         },
2445       ]
2446
2447     plot-latency:
2448       titlefont:
2449         size: 16
2450       xaxis:
2451         title: "<b>Direction</b>"
2452         titlefont:
2453           size: 14
2454         autorange: True
2455         fixedrange: False
2456         gridcolor: "rgb(230, 230, 230)"
2457         linecolor: "rgb(220, 220, 220)"
2458         linewidth: 1
2459         showgrid: True
2460         showline: True
2461         showticklabels: False
2462         tickcolor: "rgb(220, 220, 220)"
2463         tickmode: "linear"
2464         tickfont:
2465           size: 14
2466         zeroline: False
2467       yaxis:
2468         title: "<b>Packet Latency [uSec]</b>"
2469         titlefont:
2470           size: 14
2471         type: "linear"
2472         gridcolor: "rgb(230, 230, 230)"
2473         hoverformat: ".4s"
2474         linecolor: "rgb(220, 220, 220)"
2475         linewidth: 1
2476         showgrid: True
2477         showline: True
2478         showticklabels: True
2479         tickcolor: "rgb(220, 220, 220)"
2480         tickformat: ".4s"
2481         tickfont:
2482           size: 14
2483         zeroline: True
2484         rangemode: "tozero"
2485       legend:
2486         orientation: "h"
2487         font:
2488           size: 14
2489         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2490       autosize: False
2491       margin:
2492           't': 50
2493           'b': 150
2494           'l': 80
2495           'r': 10
2496       showlegend: True
2497       width: 700
2498       height: 700
2499       paper_bgcolor: "#fff"
2500       plot_bgcolor: "#fff"
2501       hoverlabel:
2502         namelength: -1
2503
2504     plot-hdrh-latency:
2505       title:
2506         text: ""
2507         xanchor: "center"
2508         x: 0.5
2509         font:
2510           size: 16
2511       width: 700
2512       plot_bgcolor: "white"
2513       annotations:
2514         - font:
2515             size: 14
2516           showarrow: False
2517           text: "<b>Packet Latency [uSec]</b>"
2518           x: 1
2519           xanchor: "right"
2520           xref: "paper"
2521           y: -0.045
2522           yanchor: "top"
2523           yref: "paper"
2524         - font:
2525             size: 14
2526           showarrow: False
2527           text: "<b>Probability [%]</b>"
2528           textangle: 270
2529           x: -0.06
2530           xanchor: "center"
2531           xref: "paper"
2532           y: 0.5
2533           yanchor: "middle"
2534           yref: "paper"
2535         - font:
2536             size: 14
2537           showarrow: False
2538           text: "<b>Direction: E-W</b>"
2539           x: 0.24
2540           xanchor: "center"
2541           xref: "paper"
2542           y: 1.05
2543           yanchor: "bottom"
2544           yref: "paper"
2545         - font:
2546             size: 14
2547           showarrow: False
2548           text: "<b>Direction: W-E</b>"
2549           x: 0.74
2550           xanchor: "center"
2551           xref: "paper"
2552           y: 1.05
2553           yanchor: "bottom"
2554           yref: "paper"
2555
2556     plot-hdrh-latency-percentile-x-log:
2557       title:
2558         text: "<b>Latency by Percentile Distribution</b>"
2559         xanchor: "center"
2560         x: 0.5
2561         font:
2562           size: 18
2563       showlegend: True
2564       legend:
2565         traceorder: "normal"
2566         orientation: "h"
2567         font:
2568           size: 16
2569         xanchor: "left"
2570         yanchor: "top"
2571         x: 0
2572         y: -0.2
2573         bgcolor: "rgba(255, 255, 255, 0)"
2574         bordercolor: "rgba(255, 255, 255, 0)"
2575       xaxis:
2576         type: "log"
2577         title: "<b>Percentile [%]</b>"
2578         titlefont:
2579           size: 14
2580         autorange: False
2581         fixedrange: False
2582         gridcolor: "rgb(230, 230, 230)"
2583         linecolor: "rgb(220, 220, 220)"
2584         linewidth: 1
2585         showgrid: True
2586         showline: True
2587         showticklabels: True
2588         tickcolor: "rgb(220, 220, 220)"
2589         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9]
2590         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999, 99.9999999]
2591         tickfont:
2592           size: 14
2593       yaxis:
2594         title: "<b>One-Way Latency per Direction [uSec]</b>"
2595         titlefont:
2596           size: 14
2597         gridcolor: "rgb(230, 230, 230)"
2598         linecolor: "rgb(220, 220, 220)"
2599         linewidth: 1
2600         showgrid: True
2601         showline: True
2602         showticklabels: True
2603         tickcolor: "rgb(220, 220, 220)"
2604         tickfont:
2605           size: 14
2606       autosize: False
2607       width: 700
2608       height: 700
2609       paper_bgcolor: "white"
2610       plot_bgcolor: "white"
2611
2612     plot-hdrh-latency-by-percentile:
2613       title:
2614         text: "<b>Latency by Percentile Distribution</b>"
2615         xanchor: "center"
2616         x: 0.5
2617         font:
2618           size: 18
2619       showlegend: True
2620       legend:
2621         traceorder: "normal"
2622         orientation: "h"
2623         font:
2624           size: 16
2625         xanchor: "left"
2626         yanchor: "top"
2627         x: 0
2628         y: -0.2
2629         bgcolor: "rgba(255, 255, 255, 0)"
2630         bordercolor: "rgba(255, 255, 255, 0)"
2631       xaxis:
2632         type: "linear"
2633         title: "<b>Percentile [%]</b>"
2634         titlefont:
2635           size: 14
2636         autorange: False
2637         fixedrange: False
2638         range: [0, 100]
2639         gridcolor: "rgb(230, 230, 230)"
2640         linecolor: "rgb(220, 220, 220)"
2641         linewidth: 1
2642         showgrid: True
2643         showline: True
2644         showticklabels: True
2645         tickcolor: "rgb(220, 220, 220)"
2646         tickvals: [0, 25, 50, 75, 100]
2647         ticktext: [0, 25, 50, 75, 100]
2648         tickfont:
2649           size: 14
2650       yaxis:
2651         title: "<b>One-Way Latency per Direction [uSec]</b>"
2652         titlefont:
2653           size: 14
2654         gridcolor: "rgb(230, 230, 230)"
2655         linecolor: "rgb(220, 220, 220)"
2656         linewidth: 1
2657         showgrid: True
2658         showline: True
2659         showticklabels: True
2660         tickcolor: "rgb(220, 220, 220)"
2661         tickfont:
2662           size: 14
2663       width: 700
2664       height: 700
2665       paper_bgcolor: "white"
2666       plot_bgcolor: "white"
2667
2668 - type: "static"
2669   src-path: "{DIR[RST]}"
2670   dst-path: "{DIR[WORKING,SRC]}"
2671
2672 - type: "input"
2673   general:
2674     file-name: "output_info.xml.gz"
2675     file-format: ".gz"
2676     arch-file-format:
2677       - ".gz"
2678       - ".zip"
2679     download-path: "{job}/{build}/archives/{filename}"
2680     extract: "output.xml"
2681
2682     zip-file-name: "robot-plugin.zip"
2683     zip-file-format: ".zip"
2684     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2685     zip-extract: "robot-plugin/output.xml"
2686
2687   builds:
2688
2689     csit-vpp-perf-report-iterative-2009-3n-hsw:
2690       - 18  # rls2005 MRR iter env 5
2691       - 9   # rls2005 NDRPDR iter env 5
2692       - 10  # rls2005 NDRPDR iter env 5
2693       - 11  # rls2005 NDRPDR iter env 5
2694       - 12  # rls2005 NDRPDR iter env 5
2695       - 13  # rls2005 NDRPDR iter env 5
2696       - 14  # rls2005 NDRPDR iter env 5
2697       - 15  # rls2005 NDRPDR iter env 5
2698       - 16  # rls2005 NDRPDR iter env 5
2699       - 17  # rls2005 NDRPDR iter env 5
2700       - 19  # rls2005 NDRPDR iter env 5
2701       - 23  # rls2009 MRR iter env 5
2702       - 21  # rls2009 NDRPDR iter env 5
2703       - 22  # rls2009 NDRPDR iter env 5
2704       - 24  # rls2009 NDRPDR iter env 5
2705       - 25  # rls2009 NDRPDR iter env 5
2706       - 26  # rls2009 NDRPDR iter env 5
2707       - 27  # rls2009 NDRPDR iter env 5
2708       - 28  # rls2009 NDRPDR iter env 5
2709       - 29  # rls2009 NDRPDR iter env 5
2710       - 30  # rls2009 NDRPDR iter env 5
2711       - 31  # rls2009 NDRPDR iter env 5
2712     csit-vpp-perf-report-iterative-2101-3n-hsw:
2713       - 17  # rls2009 MRR iter env 6
2714       - 19  # rls2009 NDRPDR iter env 6
2715       - 20  # rls2009 NDRPDR iter env 6
2716       - 21  # rls2009 NDRPDR iter env 6
2717       - 22  # rls2009 NDRPDR iter env 6
2718       - 23  # rls2009 NDRPDR iter env 6
2719       - 24  # rls2009 NDRPDR iter env 6
2720       - 25  # rls2009 NDRPDR iter env 6
2721       - 26  # rls2009 NDRPDR iter env 6
2722       - 27  # rls2009 NDRPDR iter env 6
2723       - 63  # rls2101.rel MRR iter env 6
2724       - 64  # rls2101.rel NDRPDR iter env 6
2725       - 71  # rls2101.rel NDRPDR iter env 6
2726       - 73  # rls2101.rel NDRPDR iter env 6
2727       - 74  # rls2101.rel NDRPDR iter env 6
2728       - 80  # rls2101.rel NDRPDR iter env 6
2729       - 81  # rls2101.rel NDRPDR iter env 6
2730       - 82  # rls2101.rel NDRPDR iter env 6
2731       - 83  # rls2101.rel NDRPDR iter env 6
2732       - 88  # rls2101.rel NDRPDR iter env 6
2733       - 89  # rls2101.rel NDRPDR iter env 6
2734       - 128 # rls2101.rel NDRPDR iter RND env 6
2735       - 129 # rls2101.rel NDRPDR iter RND env 6
2736       - 130 # rls2101.rel NDRPDR iter RND env 6
2737       - 131 # rls2101.rel NDRPDR iter RND env 6
2738       - 132 # rls2101.rel NDRPDR iter RND env 6
2739       - 133 # rls2101.rel NDRPDR iter RND env 6
2740       - 134 # rls2101.rel NDRPDR iter RND env 6
2741       - 135 # rls2101.rel NDRPDR iter RND env 6
2742       - 136 # rls2101.rel NDRPDR iter RND env 6
2743       - 137 # rls2101.rel NDRPDR iter RND env 6
2744       - 65  # rls2101.rel NDRPDR reconf iter env 6
2745       - 68  # rls2101.rel NDRPDR reconf iter env 6
2746       - 77  # rls2101.rel NDRPDR reconf iter env 6
2747       - 84  # rls2101.rel NDRPDR reconf iter env 6
2748       - 90  # rls2101.rel NDRPDR reconf iter env 6
2749       - 96  # rls2101.rel NDRPDR reconf iter env 6
2750       - 101 # rls2101.rel NDRPDR reconf iter env 6
2751       - 104 # rls2101.rel NDRPDR reconf iter env 6
2752       - 105 # rls2101.rel NDRPDR reconf iter env 6
2753       - 106 # rls2101.rel NDRPDR reconf iter env 6
2754       - 107 # rls2101.rel NDRPDR reconf iter env 6
2755       - 108 # rls2101.rel NDRPDR reconf iter env 6
2756       - 110 # rls2101.rel NDRPDR reconf iter env 6
2757       - 111 # rls2101.rel NDRPDR reconf iter env 6
2758       - 112 # rls2101.rel NDRPDR reconf iter env 6
2759       - 113 # rls2101.rel NDRPDR reconf iter env 6
2760       - 114 # rls2101.rel NDRPDR reconf iter env 6
2761       - 115 # rls2101.rel NDRPDR reconf iter env 6
2762       - 116 # rls2101.rel NDRPDR reconf iter env 6
2763       - 117 # rls2101.rel NDRPDR reconf iter env 6
2764       - 69  # rls2101.rel Hoststack iter env 6
2765       - 70  # rls2101.rel Hoststack iter env 6
2766       - 75  # rls2101.rel Hoststack iter env 6
2767       - 76  # rls2101.rel Hoststack iter env 6
2768       - 78  # rls2101.rel Hoststack iter env 6
2769       - 79  # rls2101.rel Hoststack iter env 6
2770       - 85  # rls2101.rel Hoststack iter env 6
2771       - 86  # rls2101.rel Hoststack iter env 6
2772       - 87  # rls2101.rel Hoststack iter env 6
2773       - 91  # rls2101.rel Hoststack iter env 6
2774       - 92  # rls2101.rel Hoststack iter env 6
2775       - 93  # rls2101.rel Hoststack iter env 6
2776       - 94  # rls2101.rel Hoststack iter env 6
2777       - 95  # rls2101.rel Hoststack iter env 6
2778       - 97  # rls2101.rel Hoststack iter env 6
2779       - 98  # rls2101.rel Hoststack iter env 6
2780       - 99  # rls2101.rel Hoststack iter env 6
2781       - 100 # rls2101.rel Hoststack iter env 6
2782       - 102 # rls2101.rel Hoststack iter env 6
2783       - 103 # rls2101.rel Hoststack iter env 6
2784     csit-vpp-perf-report-coverage-2101-3n-hsw:
2785       - 1   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-00
2786       - 2   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-01
2787       - 3   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-02
2788       - 4   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-03
2789       - 5   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-00
2790       - 6   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-01
2791       - 7   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-02
2792       - 8   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-03
2793       - 9   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-04
2794       - 10  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-05
2795       - 11  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-06
2796       - 12  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-07
2797       - 13  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-00
2798       - 14  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-01
2799       - 15  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-02
2800       - 16  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-00
2801       - 18  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-01
2802       - 19  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-00
2803       - 20  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-01
2804       - 21  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-02
2805       - 22  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-03
2806       - 23  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-04
2807       - 24  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6tun-00
2808       - 25  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-05
2809       - 26  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-06
2810       - 27  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-07
2811       - 28  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-08
2812       - 29  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-09
2813       - 30  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-10
2814       - 31  # rls2101.rel NDRPDR cov env 6 3n-hsw-memif-00
2815       - 32  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-00
2816       - 33  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-01
2817       - 34  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-00
2818       - 35  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-01
2819       - 36  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-02
2820
2821
2822     csit-vpp-perf-report-iterative-2009-3n-skx:
2823       - 17  # rls2005 MRR iter env 5
2824       - 13  # rls2005 NDRPDR iter env 5
2825       - 18  # rls2005 NDRPDR iter env 5
2826       - 19  # rls2005 NDRPDR iter env 5
2827       - 41  # rls2005 NDRPDR iter env 5
2828       - 43  # rls2005 NDRPDR iter env 5
2829       - 44  # rls2005 NDRPDR iter env 5
2830       - 45  # rls2005 NDRPDR iter env 5
2831       - 46  # rls2005 NDRPDR iter env 5
2832       - 48  # rls2005 NDRPDR iter env 5
2833       - 49  # rls2005 NDRPDR iter env 5
2834       - 24  # rls2009 MRR iter env 5
2835       - 26  # rls2009 NDRPDR iter env 5
2836       - 27  # rls2009 NDRPDR iter env 5
2837       - 28  # rls2009 NDRPDR iter env 5
2838       - 29  # rls2009 NDRPDR iter env 5
2839       - 35  # rls2009 NDRPDR iter env 5
2840       - 36  # rls2009 NDRPDR iter env 5
2841       - 37  # rls2009 NDRPDR iter env 5
2842       - 38  # rls2009 NDRPDR iter env 5
2843       - 39  # rls2009 NDRPDR iter env 5
2844       - 40  # rls2009 NDRPDR iter env 5
2845     csit-vpp-perf-report-iterative-2101-3n-skx:
2846       - 34  # rls2009 MRR iter env 6
2847       - 14  # rls2009 NDRPDR iter env 6
2848       - 15  # rls2009 NDRPDR iter env 6
2849       - 16  # rls2009 NDRPDR iter env 6
2850       - 17  # rls2009 NDRPDR iter env 6
2851       - 18  # rls2009 NDRPDR iter env 6
2852       - 25  # rls2009 NDRPDR iter env 6
2853       - 26  # rls2009 NDRPDR iter env 6
2854       - 27  # rls2009 NDRPDR iter env 6
2855       - 29  # rls2009 NDRPDR iter env 6
2856       - 31  # rls2009 NDRPDR iter env 6
2857       - 35  # rls2101.rel MRR iter env 6
2858       - 36  # rls2101.rel NDRPDR iter env 6
2859       - 37  # rls2101.rel NDRPDR iter env 6
2860       - 38  # rls2101.rel NDRPDR iter env 6
2861       - 39  # rls2101.rel NDRPDR iter env 6
2862       - 40  # rls2101.rel NDRPDR iter env 6
2863       - 41  # rls2101.rel NDRPDR iter env 6
2864       - 42  # rls2101.rel NDRPDR iter env 6
2865       - 47  # rls2101.rel NDRPDR iter env 6
2866     # csit-vpp-perf-report-coverage-2101-3n-skx:
2867
2868
2869     csit-vpp-perf-report-iterative-2009-2n-skx:
2870       - 20  # rls2005 MRR iter env 5
2871       - 13  # rls2005 NDRPDR iter env 5
2872       - 16  # rls2005 NDRPDR iter env 5
2873       - 17  # rls2005 NDRPDR iter env 5
2874       - 18  # rls2005 NDRPDR iter env 5
2875       - 19  # rls2005 NDRPDR iter env 5
2876       - 21  # rls2005 NDRPDR iter env 5
2877       - 22  # rls2005 NDRPDR iter env 5
2878       - 23  # rls2005 NDRPDR iter env 5
2879       - 24  # rls2005 NDRPDR iter env 5
2880       - 25  # rls2005 NDRPDR iter env 5
2881       - 120 # rls2009 MRR iter env 5
2882       - 35  # rls2009 NDRPDR iter env 5
2883       - 36  # rls2009 NDRPDR iter env 5
2884       - 37  # rls2009 NDRPDR iter env 5
2885       - 39  # rls2009 NDRPDR iter env 5
2886       - 40  # rls2009 NDRPDR iter env 5
2887       - 42  # rls2009 NDRPDR iter env 5
2888       - 43  # rls2009 NDRPDR iter env 5
2889       - 44  # rls2009 NDRPDR iter env 5
2890       - 46  # rls2009 NDRPDR iter env 5
2891       - 48  # rls2009 NDRPDR iter env 5
2892       - 110 # rls2009 NDRPDR iter NAT44 env 5
2893       - 111 # rls2009 NDRPDR iter NAT44 env 5
2894       - 112 # rls2009 NDRPDR iter NAT44 env 5
2895       - 113 # rls2009 NDRPDR iter NAT44 env 5
2896       - 114 # rls2009 NDRPDR iter NAT44 env 5
2897       - 115 # rls2009 NDRPDR iter NAT44 env 5
2898       - 116 # rls2009 NDRPDR iter NAT44 env 5
2899       - 118 # rls2009 NDRPDR iter NAT44 env 5
2900       - 119 # rls2009 NDRPDR iter NAT44 env 5
2901       - 121 # rls2009 NDRPDR iter NAT44 env 5
2902     csit-vpp-perf-report-iterative-2101-2n-skx:
2903       - 21  # rls2009 MRR iter env 6
2904       - 22  # rls2009 NDRPDR iter env 6
2905       - 23  # rls2009 NDRPDR iter env 6
2906       - 24  # rls2009 NDRPDR iter env 6
2907       - 25  # rls2009 NDRPDR iter env 6
2908       - 26  # rls2009 NDRPDR iter env 6
2909       - 28  # rls2009 NDRPDR iter env 6
2910       - 39  # rls2009 NDRPDR iter env 6
2911       - 40  # rls2009 NDRPDR iter env 6
2912       - 41  # rls2009 NDRPDR iter env 6
2913       - 44  # rls2009 NDRPDR iter env 6
2914       - 62  # rls2101.rel MRR iter env 6
2915       - 63  # rls2101.rel NDRPDR iter env 6
2916       - 69  # rls2101.rel NDRPDR iter env 6
2917       - 70  # rls2101.rel NDRPDR iter env 6
2918       - 75  # rls2101.rel NDRPDR iter env 6
2919       - 76  # rls2101.rel NDRPDR iter env 6
2920       - 77  # rls2101.rel NDRPDR iter env 6
2921       - 82  # rls2101.rel NDRPDR iter env 6
2922       - 89  # rls2101.rel NDRPDR iter RND env 6
2923       - 90  # rls2101.rel NDRPDR iter RND env 6
2924       - 91  # rls2101.rel NDRPDR iter RND env 6
2925       - 92  # rls2101.rel NDRPDR iter RND env 6
2926       - 93  # rls2101.rel NDRPDR iter RND env 6
2927       - 98  # rls2101.rel NDRPDR iter RND env 6
2928       - 99  # rls2101.rel NDRPDR iter RND env 6
2929       - 101 # rls2101.rel NDRPDR iter RND env 6
2930       - 102 # rls2101.rel NDRPDR iter RND env 6
2931       - 65  # rls2101.rel MRR nf-density iter env 6
2932       - 67  # rls2101.rel NDRPDR nf-density iter env 6
2933       - 72  # rls2101.rel NDRPDR nf-density iter env 6
2934       - 79  # rls2101.rel NDRPDR nf-density iter env 6
2935       - 83  # rls2101.rel NDRPDR nf-density iter env 6
2936       - 88  # rls2101.rel NDRPDR nf-density iter env 6
2937       - 97  # rls2101.rel NDRPDR nf-density iter env 6
2938       - 64  # rls2101.rel NDRPDR reconf iter env 6
2939       - 66  # rls2101.rel NDRPDR reconf iter env 6
2940       - 71  # rls2101.rel NDRPDR reconf iter env 6
2941       - 74  # rls2101.rel NDRPDR reconf iter env 6
2942       - 78  # rls2101.rel NDRPDR reconf iter env 6
2943       - 87  # rls2101.rel NDRPDR reconf iter env 6
2944       - 95  # rls2101.rel NDRPDR reconf iter env 6
2945       - 100 # rls2101.rel NDRPDR reconf iter env 6
2946       - 68  # rls2101.rel soak env 6
2947       - 73  # rls2101.rel soak env 6
2948     # csit-vpp-perf-report-coverage-2101-2n-skx:
2949
2950
2951     csit-vpp-perf-report-iterative-2009-2n-clx:
2952       - 77  # rls2005 MRR iter env 5
2953       - 13  # rls2005 NDRPDR iter env 5
2954       - 15  # rls2005 NDRPDR iter env 5
2955       - 17  # rls2005 NDRPDR iter env 5
2956       - 18  # rls2005 NDRPDR iter env 5
2957       - 19  # rls2005 NDRPDR iter env 5
2958       - 20  # rls2005 NDRPDR iter env 5
2959       - 21  # rls2005 NDRPDR iter env 5
2960       - 22  # rls2005 NDRPDR iter env 5
2961       - 23  # rls2005 NDRPDR iter env 5
2962       - 24  # rls2005 NDRPDR iter env 5
2963       - 125 # rls2009 MRR iter env 5
2964       - 36  # rls2009 NDRPDR iter env 5
2965       - 39  # rls2009 NDRPDR iter env 5
2966       - 40  # rls2009 NDRPDR iter env 5
2967       - 65  # rls2009 NDRPDR iter env 5
2968       - 66  # rls2009 NDRPDR iter env 5
2969       - 79  # rls2009 NDRPDR iter env 5
2970       - 82  # rls2009 NDRPDR iter env 5
2971       - 88  # rls2009 NDRPDR iter env 5
2972       - 89  # rls2009 NDRPDR iter env 5
2973       - 90  # rls2009 NDRPDR iter env 5
2974       - 114 # rls2009 NDRPDR iter NAT44 env 5
2975       - 115 # rls2009 NDRPDR iter NAT44 env 5
2976       - 116 # rls2009 NDRPDR iter NAT44 env 5
2977       - 117 # rls2009 NDRPDR iter NAT44 env 5
2978       - 118 # rls2009 NDRPDR iter NAT44 env 5
2979       - 119 # rls2009 NDRPDR iter NAT44 env 5
2980       - 121 # rls2009 NDRPDR iter NAT44 env 5
2981       - 122 # rls2009 NDRPDR iter NAT44 env 5
2982       - 123 # rls2009 NDRPDR iter NAT44 env 5
2983       - 126 # rls2009 NDRPDR iter NAT44 env 5
2984     csit-vpp-perf-report-iterative-2101-2n-clx:
2985       - 15  # rls2009 MRR iter env 6
2986       - 16  # rls2009 NDRPDR iter env 6
2987       - 17  # rls2009 NDRPDR iter env 6
2988       - 18  # rls2009 NDRPDR iter env 6
2989       - 19  # rls2009 NDRPDR iter env 6
2990       - 20  # rls2009 NDRPDR iter env 6
2991       - 21  # rls2009 NDRPDR iter env 6
2992       - 32  # rls2009 NDRPDR iter env 6
2993       - 33  # rls2009 NDRPDR iter env 6
2994       - 34  # rls2009 NDRPDR iter env 6
2995       - 35  # rls2009 NDRPDR iter env 6
2996       - 53  # rls2101.rel MRR iter env 6
2997       - 54  # rls2101.rel NDRPDR iter env 6
2998       - 59  # rls2101.rel NDRPDR iter env 6
2999       - 60  # rls2101.rel NDRPDR iter env 6
3000       - 63  # rls2101.rel NDRPDR iter env 6
3001       - 66  # rls2101.rel NDRPDR iter env 6
3002       - 68  # rls2101.rel NDRPDR iter env 6
3003       - 72  # rls2101.rel MRR nf-density iter env 6
3004       - 57  # rls2101.rel NDRPDR nf-density iter env 6
3005       - 62  # rls2101.rel NDRPDR nf-density iter env 6
3006       - 70  # rls2101.rel NDRPDR nf-density iter env 6
3007       - 71  # rls2101.rel NDRPDR nf-density iter env 6
3008       - 55  # rls2101.rel NDRPDR reconf iter env 6
3009       - 64  # rls2101.rel NDRPDR reconf iter env 6
3010       - 76  # rls2101.rel NDRPDR reconf iter env 6
3011       - 58  # rls2101.rel soak env 6
3012       - 61  # rls2101.rel soak env 6
3013     # csit-vpp-perf-report-coverage-2101-2n-clx:
3014
3015
3016     csit-vpp-perf-report-iterative-2009-2n-zn2:
3017       - 15  # rls2009 MRR iter env 5
3018       - 17  # rls2009 NDRPDR iter env 5
3019       - 18  # rls2009 NDRPDR iter env 5
3020       - 31  # rls2009 NDRPDR iter env 5
3021       - 33  # rls2009 NDRPDR iter env 5
3022       - 34  # rls2009 NDRPDR iter env 5
3023     csit-vpp-perf-report-iterative-2101-2n-zn2:
3024       - 8   # rls2009 MRR iter env6
3025       - 9   # rls2009 NDRPDR iter env 6
3026       - 10  # rls2009 NDRPDR iter env 6
3027       - 11  # rls2009 NDRPDR iter env 6
3028       - 12  # rls2009 NDRPDR iter env 6
3029       - 13  # rls2009 NDRPDR iter env 6
3030       - 20  # rls2009 NDRPDR iter env 6
3031       - 21  # rls2009 NDRPDR iter env 6
3032       - 22  # rls2009 NDRPDR iter env 6
3033       - 25  # rls2009 NDRPDR iter env 6
3034       - 26  # rls2009 NDRPDR iter env 6
3035       - 30  # rls2101.rel MRR iter env 6
3036       - 31  # rls2101.rel NDRPDR iter env 6
3037       - 32  # rls2101.rel NDRPDR iter env 6
3038       - 33  # rls2101.rel NDRPDR iter env 6
3039       - 34  # rls2101.rel NDRPDR iter env 6
3040       - 35  # rls2101.rel NDRPDR iter env 6
3041       - 37  # rls2101.rel NDRPDR iter env 6
3042       - 40  # rls2101.rel NDRPDR iter RND env 6
3043       - 41  # rls2101.rel NDRPDR iter RND env 6
3044       - 42  # rls2101.rel NDRPDR iter RND env 6
3045       - 43  # rls2101.rel NDRPDR iter RND env 6
3046
3047     csit-vpp-perf-report-iterative-2009-3n-tsh:
3048       - 8   # rls2005 NDRPDR iter env 5
3049       - 11  # rls2005 NDRPDR iter env 5
3050       - 12  # rls2005 NDRPDR iter env 5
3051       - 24  # rls2005 NDRPDR iter env 5
3052       - 27  # rls2005 NDRPDR iter env 5
3053       - 29  # rls2005 NDRPDR iter env 5
3054       - 31  # rls2005 NDRPDR iter env 5
3055       - 39  # rls2005 NDRPDR iter env 5
3056       - 40  # rls2005 NDRPDR iter env 5
3057       - 42  # rls2005 NDRPDR iter env 5
3058       - 13  # rls2005 MRR iter env 5
3059       - 14  # rls2009 NDRPDR iter env 5
3060       - 20  # rls2009 NDRPDR iter env 5
3061       - 21  # rls2009 NDRPDR iter env 5
3062       - 22  # rls2009 NDRPDR iter env 5
3063       - 23  # rls2009 NDRPDR iter env 5
3064       - 28  # rls2009 NDRPDR iter env 5
3065       - 30  # rls2009 NDRPDR iter env 5
3066       - 33  # rls2009 NDRPDR iter env 5
3067       - 38  # rls2009 NDRPDR iter env 5
3068       - 41  # rls2009 NDRPDR iter env 5
3069       - 15  # rls2009 MRR iter env 5
3070     csit-vpp-perf-report-iterative-2101-3n-tsh:
3071       - 7   # rls2009 MRR iter env 6
3072       - 8   # rls2009 NDRPDR iter env 6
3073       - 13  # rls2009 NDRPDR iter env 6
3074       - 14  # rls2009 NDRPDR iter env 6
3075       - 15  # rls2009 NDRPDR iter env 6
3076       - 16  # rls2009 NDRPDR iter env 6
3077       - 17  # rls2009 NDRPDR iter env 6
3078       - 18  # rls2009 NDRPDR iter env 6
3079       - 19  # rls2009 NDRPDR iter env 6
3080       - 22  # rls2101.rel MRR iter env 6
3081       - 23  # rls2101.rel NDRPDR iter env 6
3082       - 24  # rls2101.rel NDRPDR iter env 6
3083       - 25  # rls2101.rel NDRPDR iter env 6
3084       - 26  # rls2101.rel NDRPDR iter env 6
3085       - 28  # rls2101.rel NDRPDR iter env 6
3086
3087     csit-vpp-perf-report-iterative-2101-2n-tx2:
3088       - 5   # rls2009 MRR iter env 6
3089       - 6   # rls2009 NDRPDR iter env 6
3090       - 7   # rls2009 NDRPDR iter env 6
3091       - 11  # rls2009 NDRPDR iter env 6
3092       - 12  # rls2009 NDRPDR iter env 6
3093       - 13  # rls2009 NDRPDR iter env 6
3094       - 16  # rls2009 NDRPDR iter env 6
3095       - 17  # rls2009 NDRPDR iter env 6
3096       - 18  # rls2009 NDRPDR iter env 6
3097       - 19  # rls2009 NDRPDR iter env 6
3098       - 20  # rls2009 NDRPDR iter env 6
3099       - 21  # rls2101.rel MRR iter env 6
3100       - 22  # rls2101.rel NDRPDR iter env 6
3101       - 23  # rls2101.rel NDRPDR iter env 6
3102       - 24  # rls2101.rel NDRPDR iter env 6
3103       - 25  # rls2101.rel NDRPDR iter env 6
3104       - 26  # rls2101.rel NDRPDR iter env 6
3105       - 27  # rls2101.rel NDRPDR iter env 6
3106       - 28  # rls2101.rel NDRPDR iter env 6
3107       - 29  # rls2101.rel NDRPDR iter env 6
3108       - 30  # rls2101.rel NDRPDR iter env 6
3109
3110
3111     csit-vpp-perf-report-iterative-2009-3n-dnv:
3112       - 16  # rls2005 NDRPDR iter env 5
3113       - 23  # rls2005 NDRPDR iter env 5
3114       - 25  # rls2005 NDRPDR iter env 5
3115       - 26  # rls2005 NDRPDR iter env 5
3116       - 27  # rls2005 NDRPDR iter env 5
3117       - 28  # rls2005 NDRPDR iter env 5
3118       - 29  # rls2005 NDRPDR iter env 5
3119       - 30  # rls2005 NDRPDR iter env 5
3120       - 31  # rls2005 NDRPDR iter env 5
3121       - 32  # rls2005 NDRPDR iter env 5
3122       - 19  # rls2005 MRR iter env 5
3123       - 3   # rls2009 NDRPDR iter env 5
3124       - 6   # rls2009 NDRPDR iter env 5
3125       - 7   # rls2009 NDRPDR iter env 5
3126       - 8   # rls2009 NDRPDR iter env 5
3127       - 10  # rls2009 NDRPDR iter env 5
3128       - 11  # rls2009 NDRPDR iter env 5
3129       - 12  # rls2009 NDRPDR iter env 5
3130       - 14  # rls2009 NDRPDR iter env 5
3131       - 15  # rls2009 NDRPDR iter env 5
3132       - 24  # rls2009 NDRPDR iter env 5
3133       - 22  # rls2009 MRR iter env 5
3134     csit-vpp-perf-report-iterative-2101-3n-dnv:
3135       - 32  # rls2101.rel MRR iter env 6
3136       - 33  # rls2101.rel NDRPDR iter env 6
3137       - 34  # rls2101.rel NDRPDR iter env 6
3138       - 35  # rls2101.rel NDRPDR iter env 6
3139       - 36  # rls2101.rel NDRPDR iter env 6
3140       - 37  # rls2101.rel NDRPDR iter env 6
3141       - 38  # rls2101.rel NDRPDR iter env 6
3142       - 39  # rls2101.rel NDRPDR iter env 6
3143       - 40  # rls2101.rel NDRPDR iter env 6
3144       - 41  # rls2101.rel NDRPDR iter env 6
3145       - 42  # rls2101.rel NDRPDR iter env 6
3146       - 43  # rls2101.rel NDRPDR iter RND env 6
3147       - 44  # rls2101.rel NDRPDR iter RND env 6
3148       - 45  # rls2101.rel NDRPDR iter RND env 6
3149       - 46  # rls2101.rel NDRPDR iter RND env 6
3150       - 47  # rls2101.rel NDRPDR iter RND env 6
3151       - 48  # rls2101.rel NDRPDR iter RND env 6
3152       - 49  # rls2101.rel NDRPDR iter RND env 6
3153       - 50  # rls2101.rel NDRPDR iter RND env 6
3154       - 51  # rls2101.rel NDRPDR iter RND env 6
3155       - 52  # rls2101.rel NDRPDR iter RND env 6
3156     csit-vpp-perf-report-coverage-2101-3n-dnv:
3157       - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-00
3158       - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-01
3159       - 3   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
3160       - 4   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
3161       - 5   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4tun-00
3162       - 6   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-00
3163       - 7   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-01
3164       - 8   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-00
3165       - 9   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-01
3166
3167     csit-vpp-perf-report-iterative-2009-2n-dnv:
3168       - 16  # rls2005 NDRPDR iter env 5
3169       - 17  # rls2005 NDRPDR iter env 5
3170       - 18  # rls2005 NDRPDR iter env 5
3171       - 19  # rls2005 NDRPDR iter env 5
3172       - 21  # rls2005 NDRPDR iter env 5
3173       - 24  # rls2005 NDRPDR iter env 5
3174       - 27  # rls2005 NDRPDR iter env 5
3175       - 28  # rls2005 NDRPDR iter env 5
3176       - 29  # rls2005 NDRPDR iter env 5
3177       - 30  # rls2005 NDRPDR iter env 5
3178       - 23  # rls2005 MRR iter env 5
3179       - 3   # rls2009 NDRPDR iter env 5
3180       - 5   # rls2009 NDRPDR iter env 5
3181       - 6   # rls2009 NDRPDR iter env 5
3182       - 7   # rls2009 NDRPDR iter env 5
3183       - 9   # rls2009 NDRPDR iter env 5
3184       - 10  # rls2009 NDRPDR iter env 5
3185       - 11  # rls2009 NDRPDR iter env 5
3186       - 12  # rls2009 NDRPDR iter env 5
3187       - 14  # rls2009 NDRPDR iter env 5
3188       - 15  # rls2009 NDRPDR iter env 5
3189       - 13  # rls2009 MRR iter env 5
3190     csit-vpp-perf-report-iterative-2101-2n-dnv:
3191       - 31  # rls2101.rel MRR iter env 6
3192       - 32  # rls2101.rel NDRPDR iter env 6
3193       - 33  # rls2101.rel NDRPDR iter env 6
3194       - 34  # rls2101.rel NDRPDR iter env 6
3195       - 35  # rls2101.rel NDRPDR iter env 6
3196       - 39  # rls2101.rel NDRPDR iter env 6
3197       - 41  # rls2101.rel NDRPDR iter env 6
3198       - 42  # rls2101.rel NDRPDR iter env 6
3199       - 43  # rls2101.rel NDRPDR iter env 6
3200       - 44  # rls2101.rel NDRPDR iter env 6
3201       - 45  # rls2101.rel NDRPDR iter env 6
3202       - 46  # rls2101.rel NDRPDR iter RND env 6
3203       - 47  # rls2101.rel NDRPDR iter RND env 6
3204       - 48  # rls2101.rel NDRPDR iter RND env 6
3205       - 49  # rls2101.rel NDRPDR iter RND env 6
3206       - 50  # rls2101.rel NDRPDR iter RND env 6
3207       - 51  # rls2101.rel NDRPDR iter RND env 6
3208       - 52  # rls2101.rel NDRPDR iter RND env 6
3209       - 53  # rls2101.rel NDRPDR iter RND env 6
3210       - 54  # rls2101.rel NDRPDR iter RND env 6
3211       - 55  # rls2101.rel NDRPDR iter RND env 6
3212     csit-vpp-perf-report-coverage-2101-2n-dnv:
3213       - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
3214       - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
3215       - 3   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-00
3216       - 4   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-01
3217       - 5   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-00
3218       - 6   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-01
3219
3220     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3221       - 25  # NDRPDR iter
3222       - 26  # NDRPDR iter
3223       - 27  # NDRPDR iter
3224       - 28  # NDRPDR iter
3225       - 29  # NDRPDR iter
3226       - 30  # NDRPDR iter
3227       - 31  # NDRPDR iter
3228       - 32  # NDRPDR iter
3229       - 33  # NDRPDR iter
3230       - 34  # NDRPDR iter
3231     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3232       - 6   # NDRPDR iter env5
3233       - 7   # NDRPDR iter env5
3234       - 8   # NDRPDR iter env5
3235       - 9   # NDRPDR iter env5
3236       - 10  # NDRPDR iter env5
3237       - 11  # NDRPDR iter env5
3238       - 12  # NDRPDR iter env5
3239       - 13  # NDRPDR iter env5
3240       - 14  # NDRPDR iter env5
3241       - 15  # NDRPDR iter env5
3242     csit-dpdk-perf-report-iterative-2101-3n-hsw:
3243       - 11  # rls2101 NDRPDR iter env 6
3244       - 12  # rls2101 NDRPDR iter env 6
3245       - 13  # rls2101 NDRPDR iter env 6
3246       - 14  # rls2101 NDRPDR iter env 6
3247       - 16  # rls2101 NDRPDR iter env 6
3248       - 17  # rls2101 NDRPDR iter env 6
3249       - 18  # rls2101 NDRPDR iter env 6
3250       - 19  # rls2101 NDRPDR iter env 6
3251       - 20  # rls2101 NDRPDR iter env 6
3252       - 21  # rls2101 NDRPDR iter env 6
3253
3254     csit-dpdk-perf-report-iterative-2005-3n-skx:
3255       - 28  # NDRPDR iter
3256       - 29  # NDRPDR iter
3257       - 30  # NDRPDR iter
3258       - 31  # NDRPDR iter
3259       - 32  # NDRPDR iter
3260       - 33  # NDRPDR iter
3261       - 34  # NDRPDR iter
3262       - 35  # NDRPDR iter
3263       - 36  # NDRPDR iter
3264       - 37  # NDRPDR iter
3265     csit-dpdk-perf-report-iterative-2009-3n-skx:
3266       - 4   # NDRPDR sel env5
3267       - 5   # NDRPDR sel env5
3268       - 6   # NDRPDR sel env5
3269       - 7   # NDRPDR sel env5
3270       - 8   # NDRPDR sel env5
3271       - 9   # NDRPDR sel env5
3272       - 14  # NDRPDR sel env5
3273       - 11  # NDRPDR sel env5
3274       - 12  # NDRPDR sel env5
3275       - 13  # NDRPDR sel env5
3276     csit-dpdk-perf-report-iterative-2101-3n-skx:
3277       - 12  # rls2101 NDRPDR iter env 6
3278       - 14  # rls2101 NDRPDR iter env 6
3279       - 15  # rls2101 NDRPDR iter env 6
3280       - 17  # rls2101 NDRPDR iter env 6
3281       - 19  # rls2101 NDRPDR iter env 6
3282       - 20  # rls2101 NDRPDR iter env 6
3283       - 21  # rls2101 NDRPDR iter env 6
3284       - 22  # rls2101 NDRPDR iter env 6
3285       - 25  # rls2101 NDRPDR iter env 6
3286       - 26  # rls2101 NDRPDR iter env 6
3287
3288     csit-dpdk-perf-report-iterative-2005-2n-skx:
3289       - 20  # NDRPDR iter
3290       - 21  # NDRPDR iter
3291       - 22  # NDRPDR iter
3292       - 23  # NDRPDR iter
3293       - 24  # NDRPDR iter
3294       - 25  # NDRPDR iter
3295       - 26  # NDRPDR iter
3296       - 27  # NDRPDR iter
3297       - 28  # NDRPDR iter
3298       - 29  # NDRPDR iter
3299     csit-dpdk-perf-report-iterative-2009-2n-skx:
3300       - 4   # NDRPDR iter env5
3301       - 5   # NDRPDR iter env5
3302       - 6   # NDRPDR iter env5
3303       - 7   # NDRPDR iter env5
3304       - 8   # NDRPDR iter env5
3305       - 9   # NDRPDR iter env5
3306       - 10  # NDRPDR iter env5
3307       - 11  # NDRPDR iter env5
3308       - 12  # NDRPDR iter env5
3309       - 13  # NDRPDR iter env5
3310     csit-dpdk-perf-report-iterative-2101-2n-skx:
3311       - 11  # rls2101 NDRPDR iter env 6
3312       - 12  # rls2101 NDRPDR iter env 6
3313       - 13  # rls2101 NDRPDR iter env 6
3314       - 14  # rls2101 NDRPDR iter env 6
3315       - 15  # rls2101 NDRPDR iter env 6
3316       - 17  # rls2101 NDRPDR iter env 6
3317       - 18  # rls2101 NDRPDR iter env 6
3318       - 19  # rls2101 NDRPDR iter env 6
3319       - 20  # rls2101 NDRPDR iter env 6
3320       - 21  # rls2101 NDRPDR iter env 6
3321
3322     csit-dpdk-perf-report-iterative-2005-2n-clx:
3323       - 20  # NDRPDR iter
3324       - 21  # NDRPDR iter
3325       - 22  # NDRPDR iter
3326       - 23  # NDRPDR iter
3327       - 24  # NDRPDR iter
3328       - 25  # NDRPDR iter
3329       - 26  # NDRPDR iter
3330       - 27  # NDRPDR iter
3331       - 28  # NDRPDR iter
3332       - 29  # NDRPDR iter
3333     csit-dpdk-perf-report-iterative-2009-2n-clx:
3334       - 4   # NDRPDR iter env5
3335       - 5   # NDRPDR iter env5
3336       - 6   # NDRPDR iter env5
3337       - 7   # NDRPDR iter env5
3338       - 8   # NDRPDR iter env5
3339       - 9   # NDRPDR iter env5
3340       - 10  # NDRPDR iter env5
3341       - 11  # NDRPDR iter env5
3342       - 12  # NDRPDR iter env5
3343       - 13  # NDRPDR iter env5
3344     csit-dpdk-perf-report-iterative-2101-2n-clx:
3345       - 12  # rls2101 NDRPDR iter env 6
3346       - 13  # rls2101 NDRPDR iter env 6
3347       - 14  # rls2101 NDRPDR iter env 6
3348       - 15  # rls2101 NDRPDR iter env 6
3349       - 17  # rls2101 NDRPDR iter env 6
3350       - 18  # rls2101 NDRPDR iter env 6
3351       - 19  # rls2101 NDRPDR iter env 6
3352       - 20  # rls2101 NDRPDR iter env 6
3353       - 21  # rls2101 NDRPDR iter env 6
3354       - 22  # rls2101 NDRPDR iter env 6
3355
3356     csit-dpdk-perf-report-iterative-2009-2n-zn2:
3357       - 16  # NDRPDR iter env5
3358       - 21  # NDRPDR iter env5
3359       - 22  # NDRPDR iter env5
3360       - 23  # NDRPDR iter env5
3361       - 24  # NDRPDR iter env5
3362       - 25  # NDRPDR iter env5
3363       - 29  # NDRPDR iter env5
3364     csit-dpdk-perf-report-iterative-2101-2n-zn2:
3365       - 11  # rls2101 NDRPDR iter env 6
3366       - 12  # rls2101 NDRPDR iter env 6
3367       - 13  # rls2101 NDRPDR iter env 6
3368       - 14  # rls2101 NDRPDR iter env 6
3369       - 16  # rls2101 NDRPDR iter env 6
3370       - 17  # rls2101 NDRPDR iter env 6
3371       - 18  # rls2101 NDRPDR iter env 6
3372       - 19  # rls2101 NDRPDR iter env 6
3373       - 20  # rls2101 NDRPDR iter env 6
3374       - 21  # rls2101 NDRPDR iter env 6
3375
3376 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3377 #      # No data
3378 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3379 #      # No data
3380
3381 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3382 #      # No data
3383 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3384 #      # No data
3385
3386     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3387       - 5   # NDRPDR sel
3388     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3389       - 1   # NDRPDR iter env5
3390       - 2   # NDRPDR iter env5
3391       - 3   # NDRPDR iter env5
3392       - 4   # NDRPDR iter env5
3393       - 5   # NDRPDR iter env5
3394       - 6   # NDRPDR iter env5
3395       - 7   # NDRPDR iter env5
3396       - 9   # NDRPDR iter env5
3397       - 10  # NDRPDR iter env5
3398       - 11  # NDRPDR iter env5
3399     csit-dpdk-perf-report-iterative-2101-3n-tsh:
3400       - 11  # rls2101 NDRPDR iter env 6
3401       - 12  # rls2101 NDRPDR iter env 6
3402       - 13  # rls2101 NDRPDR iter env 6
3403       - 14  # rls2101 NDRPDR iter env 6
3404       - 16  # rls2101 NDRPDR iter env 6
3405       - 17  # rls2101 NDRPDR iter env 6
3406       - 18  # rls2101 NDRPDR iter env 6
3407       - 19  # rls2101 NDRPDR iter env 6
3408       - 20  # rls2101 NDRPDR iter env 6
3409       - 21  # rls2101 NDRPDR iter env 6
3410
3411     csit-dpdk-perf-report-iterative-2101-2n-tx2:
3412       - 4   # rls2101 NDRPDR iter env 6
3413       - 6   # rls2101 NDRPDR iter env 6
3414       - 7   # rls2101 NDRPDR iter env 6
3415       - 8   # rls2101 NDRPDR iter env 6
3416       - 9   # rls2101 NDRPDR iter env 6
3417       - 10  # rls2101 NDRPDR iter env 6
3418       - 11  # rls2101 NDRPDR iter env 6
3419       - 12  # rls2101 NDRPDR iter env 6
3420       - 13  # rls2101 NDRPDR iter env 6
3421       - 14  # rls2101 NDRPDR iter env 6
3422
3423     csit-vpp-device-2101-ubuntu1804-1n-skx:
3424       - 358  # rls2101.rel VPP DEV env 6
3425
3426 - type: "output"
3427   output: "report"
3428   format:
3429     html:
3430     - full
3431 #     pdf:
3432 #     - minimal
3433
3434 ################################################################################
3435 ###                               T A B L E S                                ###
3436 ################################################################################
3437
3438 # VPP Soak vs NDR - 2n-skx
3439 - type: "table"
3440   title: "VPP Soak vs NDR 2n-skx"
3441   algorithm: "table_soak_vs_ndr"
3442   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3443   reference:
3444     title: "NDR"
3445     data: "vpp-soak-vs-ndr-2n-skx-ref"
3446   compare:
3447     title: "Soak"
3448     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3449   data: "vpp-soak-vs-ndr-2n-skx"
3450   include-tests: "NDR"
3451   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3452   parameters:
3453     - "throughput"
3454     - "name"
3455     - "parent"
3456
3457 # VPP Soak vs NDR - 2n-clx
3458 - type: "table"
3459   title: "VPP Soak vs NDR 2n-clx"
3460   algorithm: "table_soak_vs_ndr"
3461   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3462   reference:
3463     title: "NDR"
3464     data: "vpp-soak-vs-ndr-2n-clx-ref"
3465   compare:
3466     title: "Soak"
3467     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3468   data: "vpp-soak-vs-ndr-2n-clx"
3469   include-tests: "NDR"
3470   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3471   parameters:
3472     - "throughput"
3473     - "name"
3474     - "parent"
3475
3476 ################################################################################
3477
3478 # VPP Compare NICs 3n-skx 2t1c ndr
3479 - type: "table"
3480   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3481   algorithm: "table_comparison"
3482   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3483   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3484   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3485   columns:
3486     - title: "x710"
3487       data-set: "vpp-nic-comparison-3n-skx"
3488       tag: "NIC_Intel-X710"
3489     - title: "xxv710"
3490       data-set: "vpp-nic-comparison-3n-skx"
3491       tag: "NIC_Intel-XXV710"
3492   comparisons:
3493     - title: "Diff"
3494       reference: 1
3495       compare: 2
3496   legend:
3497     - ""
3498     - "x710, xxv710 - NICs tested."
3499     - "Diff - difference between x710 and xxv710 NIC."
3500
3501 # VPP Compare NICs 3n-skx 4t2c ndr
3502 - type: "table"
3503   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3504   algorithm: "table_comparison"
3505   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3506   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3507   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3508   columns:
3509     - title: "x710"
3510       data-set: "vpp-nic-comparison-3n-skx"
3511       tag: "NIC_Intel-X710"
3512     - title: "xxv710"
3513       data-set: "vpp-nic-comparison-3n-skx"
3514       tag: "NIC_Intel-XXV710"
3515   comparisons:
3516     - title: "Diff"
3517       reference: 1
3518       compare: 2
3519   legend:
3520     - ""
3521     - "x710, xxv710 - NICs tested."
3522     - "Diff - difference between x710 and xxv710 NIC."
3523
3524 # VPP Compare NICs 3n-skx 2t1c pdr
3525 - type: "table"
3526   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3527   algorithm: "table_comparison"
3528   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3530   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3531   columns:
3532     - title: "x710"
3533       data-set: "vpp-nic-comparison-3n-skx"
3534       tag: "NIC_Intel-X710"
3535     - title: "xxv710"
3536       data-set: "vpp-nic-comparison-3n-skx"
3537       tag: "NIC_Intel-XXV710"
3538   comparisons:
3539     - title: "Diff"
3540       reference: 1
3541       compare: 2
3542   legend:
3543     - ""
3544     - "x710, xxv710 - NICs tested."
3545     - "Diff - difference between x710 and xxv710 NIC."
3546
3547 # VPP Compare NICs 3n-skx 4t2c pdr
3548 - type: "table"
3549   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3550   algorithm: "table_comparison"
3551   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3553   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3554   columns:
3555     - title: "x710"
3556       data-set: "vpp-nic-comparison-3n-skx"
3557       tag: "NIC_Intel-X710"
3558     - title: "xxv710"
3559       data-set: "vpp-nic-comparison-3n-skx"
3560       tag: "NIC_Intel-XXV710"
3561   comparisons:
3562     - title: "Diff"
3563       reference: 1
3564       compare: 2
3565   legend:
3566     - ""
3567     - "x710, xxv710 - NICs tested."
3568     - "Diff - difference between x710 and xxv710 NIC."
3569
3570 # VPP Compare NICs 3n-skx 2t1c mrr
3571 - type: "table"
3572   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3573   algorithm: "table_comparison"
3574   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3575   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3576   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3577   columns:
3578     - title: "x710"
3579       data-set: "vpp-nic-comparison-3n-skx-mrr"
3580       tag: "NIC_Intel-X710"
3581     - title: "xxv710"
3582       data-set: "vpp-nic-comparison-3n-skx-mrr"
3583       tag: "NIC_Intel-XXV710"
3584   comparisons:
3585     - title: "Diff"
3586       reference: 1
3587       compare: 2
3588   legend:
3589     - ""
3590     - "x710, xxv710 - NICs tested."
3591     - "Diff - difference between x710 and xxv710 NIC."
3592
3593 # VPP Compare NICs 3n-skx 4t2c mrr
3594 - type: "table"
3595   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3596   algorithm: "table_comparison"
3597   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3598   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3599   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3600   columns:
3601     - title: "x710"
3602       data-set: "vpp-nic-comparison-3n-skx-mrr"
3603       tag: "NIC_Intel-X710"
3604     - title: "xxv710"
3605       data-set: "vpp-nic-comparison-3n-skx-mrr"
3606       tag: "NIC_Intel-XXV710"
3607   comparisons:
3608     - title: "Diff"
3609       reference: 1
3610       compare: 2
3611   legend:
3612     - ""
3613     - "x710, xxv710 - NICs tested."
3614     - "Diff - difference between x710 and xxv710 NIC."
3615
3616 # VPP Compare NICs 3n-skx 8t4c mrr
3617 - type: "table"
3618   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3619   algorithm: "table_comparison"
3620   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3621   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3622   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3623   columns:
3624     - title: "x710"
3625       data-set: "vpp-nic-comparison-3n-skx-mrr"
3626       tag: "NIC_Intel-X710"
3627     - title: "xxv710"
3628       data-set: "vpp-nic-comparison-3n-skx-mrr"
3629       tag: "NIC_Intel-XXV710"
3630   comparisons:
3631     - title: "Diff"
3632       reference: 1
3633       compare: 2
3634   legend:
3635     - ""
3636     - "x710, xxv710 - NICs tested."
3637     - "Diff - difference between x710 and xxv710 NIC."
3638
3639 # VPP Compare NICs 2n-skx 2t1c ndr
3640 - type: "table"
3641   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3642   algorithm: "table_comparison"
3643   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3645   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3646   columns:
3647     - title: "x710"
3648       data-set: "vpp-nic-comparison-2n-skx"
3649       tag: "NIC_Intel-X710"
3650     - title: "xxv710"
3651       data-set: "vpp-nic-comparison-2n-skx"
3652       tag: "NIC_Intel-XXV710"
3653   comparisons:
3654     - title: "Diff"
3655       reference: 1
3656       compare: 2
3657   legend:
3658     - ""
3659     - "x710, xxv710 - NICs tested."
3660     - "Diff - difference between x710 and xxv710 NIC."
3661
3662 # VPP Compare NICs 2n-skx 4t2c ndr
3663 - type: "table"
3664   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3665   algorithm: "table_comparison"
3666   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3667   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3668   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3669   columns:
3670     - title: "x710"
3671       data-set: "vpp-nic-comparison-2n-skx"
3672       tag: "NIC_Intel-X710"
3673     - title: "xxv710"
3674       data-set: "vpp-nic-comparison-2n-skx"
3675       tag: "NIC_Intel-XXV710"
3676   comparisons:
3677     - title: "Diff"
3678       reference: 1
3679       compare: 2
3680   legend:
3681     - ""
3682     - "x710, xxv710 - NICs tested."
3683     - "Diff - difference between x710 and xxv710 NIC."
3684
3685 # VPP Compare NICs 2n-skx 2t1c pdr
3686 - type: "table"
3687   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3688   algorithm: "table_comparison"
3689   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3690   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3691   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3692   columns:
3693     - title: "x710"
3694       data-set: "vpp-nic-comparison-2n-skx"
3695       tag: "NIC_Intel-X710"
3696     - title: "xxv710"
3697       data-set: "vpp-nic-comparison-2n-skx"
3698       tag: "NIC_Intel-XXV710"
3699   comparisons:
3700     - title: "Diff"
3701       reference: 1
3702       compare: 2
3703   legend:
3704     - ""
3705     - "x710, xxv710 - NICs tested."
3706     - "Diff - difference between x710 and xxv710 NIC."
3707
3708 # VPP Compare NICs 2n-skx 4t2c pdr
3709 - type: "table"
3710   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3711   algorithm: "table_comparison"
3712   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3713   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3714   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3715   columns:
3716     - title: "x710"
3717       data-set: "vpp-nic-comparison-2n-skx"
3718       tag: "NIC_Intel-X710"
3719     - title: "xxv710"
3720       data-set: "vpp-nic-comparison-2n-skx"
3721       tag: "NIC_Intel-XXV710"
3722   comparisons:
3723     - title: "Diff"
3724       reference: 1
3725       compare: 2
3726   legend:
3727     - ""
3728     - "x710, xxv710 - NICs tested."
3729     - "Diff - difference between x710 and xxv710 NIC."
3730
3731 # VPP Compare NICs 2n-skx 2t1c mrr
3732 - type: "table"
3733   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3734   algorithm: "table_comparison"
3735   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3737   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3738   columns:
3739     - title: "x710"
3740       data-set: "vpp-nic-comparison-2n-skx-mrr"
3741       tag: "NIC_Intel-X710"
3742     - title: "xxv710"
3743       data-set: "vpp-nic-comparison-2n-skx-mrr"
3744       tag: "NIC_Intel-XXV710"
3745   comparisons:
3746     - title: "Diff"
3747       reference: 1
3748       compare: 2
3749   legend:
3750     - ""
3751     - "x710, xxv710 - NICs tested."
3752     - "Diff - difference between x710 and xxv710 NIC."
3753
3754 # VPP Compare NICs 2n-skx 4t2c mrr
3755 - type: "table"
3756   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3757   algorithm: "table_comparison"
3758   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3759   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3760   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3761   columns:
3762     - title: "x710"
3763       data-set: "vpp-nic-comparison-2n-skx-mrr"
3764       tag: "NIC_Intel-X710"
3765     - title: "xxv710"
3766       data-set: "vpp-nic-comparison-2n-skx-mrr"
3767       tag: "NIC_Intel-XXV710"
3768   comparisons:
3769     - title: "Diff"
3770       reference: 1
3771       compare: 2
3772   legend:
3773     - ""
3774     - "x710, xxv710 - NICs tested."
3775     - "Diff - difference between x710 and xxv710 NIC."
3776
3777 # VPP Compare NICs 2n-skx 8t4c mrr
3778 - type: "table"
3779   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3780   algorithm: "table_comparison"
3781   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3782   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3783   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3784   columns:
3785     - title: "x710"
3786       data-set: "vpp-nic-comparison-2n-skx-mrr"
3787       tag: "NIC_Intel-X710"
3788     - title: "xxv710"
3789       data-set: "vpp-nic-comparison-2n-skx-mrr"
3790       tag: "NIC_Intel-XXV710"
3791   comparisons:
3792     - title: "Diff"
3793       reference: 1
3794       compare: 2
3795   legend:
3796     - ""
3797     - "x710, xxv710 - NICs tested."
3798     - "Diff - difference between x710 and xxv710 NIC."
3799
3800 ################################################################################
3801 # VPP
3802
3803 # VPP Performance Changes 3n-hsw 1t1c pdr
3804 - type: "table"
3805   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3806   algorithm: "table_comparison"
3807   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3808   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3809   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3810   columns:
3811     - title: "2005.0-5"
3812       data-set: "vpp-performance-changes-3n-hsw-h1"
3813     - title: "2009.0-5"
3814       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3815     - title: "2009.0-6"
3816       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3817     - title: "2101.0-6"
3818       data-set: "vpp-performance-changes-3n-hsw-cmp"
3819   comparisons:
3820     - title: "2009.0-6 vs 2009.0-5"
3821       reference: 2
3822       compare: 3
3823 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3824     - title: "2101.0-6 vs 2009.0-6"
3825       reference: 3
3826       compare: 4
3827 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3828   legend:
3829     - ''
3830     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3831     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3832     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3833     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3834     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3835
3836 # VPP Performance Changes 3n-hsw 2t2c pdr
3837 - type: "table"
3838   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3839   algorithm: "table_comparison"
3840   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3841   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3842   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3843   columns:
3844     - title: "2005.0-5"
3845       data-set: "vpp-performance-changes-3n-hsw-h1"
3846     - title: "2009.0-5"
3847       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3848     - title: "2009.0-6"
3849       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3850     - title: "2101.0-6"
3851       data-set: "vpp-performance-changes-3n-hsw-cmp"
3852   comparisons:
3853     - title: "2009.0-6 vs 2009.0-5"
3854       reference: 2
3855       compare: 3
3856 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3857     - title: "2101.0-6 vs 2009.0-6"
3858       reference: 3
3859       compare: 4
3860 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3861   legend:
3862     - ''
3863     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3864     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3865     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3866     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3867     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3868
3869 # VPP Performance Changes 3n-hsw 1t1c ndr
3870 - type: "table"
3871   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3872   algorithm: "table_comparison"
3873   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3874   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3875   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3876   columns:
3877     - title: "2005.0-5"
3878       data-set: "vpp-performance-changes-3n-hsw-h1"
3879     - title: "2009.0-5"
3880       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3881     - title: "2009.0-6"
3882       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3883     - title: "2101.0-6"
3884       data-set: "vpp-performance-changes-3n-hsw-cmp"
3885   comparisons:
3886     - title: "2009.0-6 vs 2009.0-5"
3887       reference: 2
3888       compare: 3
3889 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3890     - title: "2101.0-6 vs 2009.0-6"
3891       reference: 3
3892       compare: 4
3893 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3894   legend:
3895     - ''
3896     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3897     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3898     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3899     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3900     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3901
3902 # VPP Performance Changes 3n-hsw 2t2c ndr
3903 - type: "table"
3904   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3905   algorithm: "table_comparison"
3906   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3907   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3908   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3909   columns:
3910     - title: "2005.0-5"
3911       data-set: "vpp-performance-changes-3n-hsw-h1"
3912     - title: "2009.0-5"
3913       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3914     - title: "2009.0-6"
3915       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3916     - title: "2101.0-6"
3917       data-set: "vpp-performance-changes-3n-hsw-cmp"
3918   comparisons:
3919     - title: "2009.0-6 vs 2009.0-5"
3920       reference: 2
3921       compare: 3
3922 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3923     - title: "2101.0-6 vs 2009.0-6"
3924       reference: 3
3925       compare: 4
3926 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3927   legend:
3928     - ''
3929     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3930     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3931     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3932     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3933     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3934
3935 # VPP Performance Changes 3n-skx 2t1c pdr
3936 - type: "table"
3937   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3938   algorithm: "table_comparison"
3939   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3940   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3941   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3942   columns:
3943     - title: "2005.0-5"
3944       data-set: "vpp-performance-changes-3n-skx-h1"
3945     - title: "2009.0-5"
3946       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
3947     - title: "2009.0-6"
3948       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
3949     - title: "2101.0-6"
3950       data-set: "vpp-performance-changes-3n-skx-cmp"
3951   comparisons:
3952     - title: "2009.0-6 vs 2009.0-5"
3953       reference: 2
3954       compare: 3
3955 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3956     - title: "2101.0-6 vs 2009.0-6"
3957       reference: 3
3958       compare: 4
3959 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3960   legend:
3961     - ''
3962     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3963     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3964     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3965     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3966     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3967
3968 # VPP Performance Changes 3n-skx 4t2c pdr
3969 - type: "table"
3970   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3971   algorithm: "table_comparison"
3972   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3973   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3974   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3975   columns:
3976     - title: "2005.0-5"
3977       data-set: "vpp-performance-changes-3n-skx-h1"
3978     - title: "2009.0-5"
3979       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
3980     - title: "2009.0-6"
3981       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
3982     - title: "2101.0-6"
3983       data-set: "vpp-performance-changes-3n-skx-cmp"
3984   comparisons:
3985     - title: "2009.0-6 vs 2009.0-5"
3986       reference: 2
3987       compare: 3
3988 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3989     - title: "2101.0-6 vs 2009.0-6"
3990       reference: 3
3991       compare: 4
3992 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3993   legend:
3994     - ''
3995     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3996     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3997     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3998     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3999     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4000
4001 # VPP Performance Changes 3n-skx 2t1c ndr
4002 - type: "table"
4003   title: "VPP Performance Changes 3n-skx 2t1c ndr"
4004   algorithm: "table_comparison"
4005   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
4006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4007   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4008   columns:
4009     - title: "2005.0-5"
4010       data-set: "vpp-performance-changes-3n-skx-h1"
4011     - title: "2009.0-5"
4012       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4013     - title: "2009.0-6"
4014       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4015     - title: "2101.0-6"
4016       data-set: "vpp-performance-changes-3n-skx-cmp"
4017   comparisons:
4018     - title: "2009.0-6 vs 2009.0-5"
4019       reference: 2
4020       compare: 3
4021 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
4022     - title: "2101.0-6 vs 2009.0-6"
4023       reference: 3
4024       compare: 4
4025 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
4026   legend:
4027     - ''
4028     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
4029     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4030     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4031     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4032     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4033
4034 # VPP Performance Changes 3n-skx 4t2c ndr
4035 - type: "table"
4036   title: "VPP Performance Changes 3n-skx 4t2c ndr"
4037   algorithm: "table_comparison"
4038   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
4039   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4040   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4041   columns:
4042     - title: "2005.0-5"
4043       data-set: "vpp-performance-changes-3n-skx-h1"
4044     - title: "2009.0-5"
4045       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4046     - title: "2009.0-6"
4047       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4048     - title: "2101.0-6"
4049       data-set: "vpp-performance-changes-3n-skx-cmp"
4050   comparisons:
4051     - title: "2009.0-6 vs 2009.0-5"
4052       reference: 2
4053       compare: 3
4054 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
4055     - title: "2101.0-6 vs 2009.0-6"
4056       reference: 3
4057       compare: 4
4058 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
4059   legend:
4060     - ''
4061     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
4062     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4063     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4064     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4065     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4066
4067 # VPP Performance Changes 2n-skx 2t1c pdr
4068 - type: "table"
4069   title: "VPP Performance Changes 2n-skx 2t1c pdr"
4070   algorithm: "table_comparison"
4071   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
4072   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4073   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4074   columns:
4075     - title: "2005.0-5"
4076       data-set: "vpp-performance-changes-2n-skx-h1"
4077     - title: "2009.0-5"
4078       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4079     - title: "2009.0-6"
4080       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4081     - title: "2101.0-6"
4082       data-set: "vpp-performance-changes-2n-skx-cmp"
4083   comparisons:
4084     - title: "2009.0-6 vs 2009.0-5"
4085       reference: 2
4086       compare: 3
4087 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
4088     - title: "2101.0-6 vs 2009.0-6"
4089       reference: 3
4090       compare: 4
4091 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
4092   legend:
4093     - ''
4094     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4095     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4096     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4097     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4098     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4099
4100 # VPP Performance Changes 2n-skx 4t2c pdr
4101 - type: "table"
4102   title: "VPP Performance Changes 2n-skx 4t2c pdr"
4103   algorithm: "table_comparison"
4104   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
4105   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4106   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4107   columns:
4108     - title: "2005.0-5"
4109       data-set: "vpp-performance-changes-2n-skx-h1"
4110     - title: "2009.0-5"
4111       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4112     - title: "2009.0-6"
4113       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4114     - title: "2101.0-6"
4115       data-set: "vpp-performance-changes-2n-skx-cmp"
4116   comparisons:
4117     - title: "2009.0-6 vs 2009.0-5"
4118       reference: 2
4119       compare: 3
4120 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4121     - title: "2101.0-6 vs 2009.0-6"
4122       reference: 3
4123       compare: 4
4124 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4125   legend:
4126     - ''
4127     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4128     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4129     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4130     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4131     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4132
4133 # VPP Performance Changes 2n-skx 2t1c ndr
4134 - type: "table"
4135   title: "VPP Performance Changes 2n-skx 2t1c ndr"
4136   algorithm: "table_comparison"
4137   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
4138   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4139   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4140   columns:
4141     - title: "2005.0-5"
4142       data-set: "vpp-performance-changes-2n-skx-h1"
4143     - title: "2009.0-5"
4144       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4145     - title: "2009.0-6"
4146       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4147     - title: "2101.0-6"
4148       data-set: "vpp-performance-changes-2n-skx-cmp"
4149   comparisons:
4150     - title: "2009.0-6 vs 2009.0-5"
4151       reference: 2
4152       compare: 3
4153 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4154     - title: "2101.0-6 vs 2009.0-6"
4155       reference: 3
4156       compare: 4
4157 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4158   legend:
4159     - ''
4160     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4161     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4162     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4163     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4164     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4165
4166 # VPP Performance Changes 2n-skx 4t2c ndr
4167 - type: "table"
4168   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4169   algorithm: "table_comparison"
4170   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4172   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4173   columns:
4174     - title: "2005.0-5"
4175       data-set: "vpp-performance-changes-2n-skx-h1"
4176     - title: "2009.0-5"
4177       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4178     - title: "2009.0-6"
4179       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4180     - title: "2101.0-6"
4181       data-set: "vpp-performance-changes-2n-skx-cmp"
4182   comparisons:
4183     - title: "2009.0-6 vs 2009.0-5"
4184       reference: 2
4185       compare: 3
4186 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4187     - title: "2101.0-6 vs 2009.0-6"
4188       reference: 3
4189       compare: 4
4190 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4191   legend:
4192     - ''
4193     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4194     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4195     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4196     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4197     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4198
4199 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4200 - type: "table"
4201   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4202   algorithm: "table_comparison"
4203   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4204   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4205   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4206   columns:
4207     - title: "2005.0-5"
4208       data-set: "vpp-performance-changes-2n-clx-h1"
4209     - title: "2009.0-5"
4210       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4211     - title: "2009.0-6"
4212       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4213     - title: "2101.0-6"
4214       data-set: "vpp-performance-changes-2n-clx-cmp"
4215   comparisons:
4216     - title: "2009.0-6 vs 2009.0-5"
4217       reference: 2
4218       compare: 3
4219 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4220     - title: "2101.0-6 vs 2009.0-6"
4221       reference: 3
4222       compare: 4
4223 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4224   legend:
4225     - ''
4226     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4227     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4228     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4229     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4230     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4231
4232 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4233 - type: "table"
4234   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4235   algorithm: "table_comparison"
4236   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4237   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4238   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4239   columns:
4240     - title: "2005.0-5"
4241       data-set: "vpp-performance-changes-2n-clx-h1"
4242     - title: "2009.0-5"
4243       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4244     - title: "2009.0-6"
4245       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4246     - title: "2101.0-6"
4247       data-set: "vpp-performance-changes-2n-clx-cmp"
4248   comparisons:
4249     - title: "2009.0-6 vs 2009.0-5"
4250       reference: 2
4251       compare: 3
4252 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4253     - title: "2101.0-6 vs 2009.0-6"
4254       reference: 3
4255       compare: 4
4256 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4257   legend:
4258     - ''
4259     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4260     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4261     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4262     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4263     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4264
4265 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4266 - type: "table"
4267   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4268   algorithm: "table_comparison"
4269   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4270   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4271   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4272   columns:
4273     - title: "2005.0-5"
4274       data-set: "vpp-performance-changes-2n-clx-h1"
4275     - title: "2009.0-5"
4276       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4277     - title: "2009.0-6"
4278       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4279     - title: "2101.0-6"
4280       data-set: "vpp-performance-changes-2n-clx-cmp"
4281   comparisons:
4282     - title: "2009.0-6 vs 2009.0-5"
4283       reference: 2
4284       compare: 3
4285 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4286     - title: "2101.0-6 vs 2009.0-6"
4287       reference: 3
4288       compare: 4
4289 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4290   legend:
4291     - ''
4292     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4293     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4294     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4295     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4296     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4297
4298 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4299 - type: "table"
4300   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4301   algorithm: "table_comparison"
4302   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4303   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4304   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4305   columns:
4306     - title: "2005.0-5"
4307       data-set: "vpp-performance-changes-2n-clx-h1"
4308     - title: "2009.0-5"
4309       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4310     - title: "2009.0-6"
4311       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4312     - title: "2101.0-6"
4313       data-set: "vpp-performance-changes-2n-clx-cmp"
4314   comparisons:
4315     - title: "2009.0-6 vs 2009.0-5"
4316       reference: 2
4317       compare: 3
4318 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4319     - title: "2101.0-6 vs 2009.0-6"
4320       reference: 3
4321       compare: 4
4322 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4323   legend:
4324     - ''
4325     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4326     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4327     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4328     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4329     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4330
4331 # VPP Performance Changes 2n-zn2-xxv710 2t1c pdr
4332 - type: "table"
4333   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c pdr"
4334   algorithm: "table_comparison"
4335   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-pdr"
4336   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4337   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4338   columns:
4339 #     - title: "2005.0-5"
4340 #       data-set: "vpp-performance-changes-2n-zn2-h1"
4341     - title: "2009.0-5"
4342       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
4343     - title: "2009.0-6"
4344       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4345     - title: "2101.0-6"
4346       data-set: "vpp-performance-changes-2n-zn2-cmp"
4347   comparisons:
4348     - title: "2009.0-6 vs 2009.0-5"
4349       reference: 1  # 2
4350       compare: 2  # 3
4351 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
4352     - title: "2101.0-6 vs 2009.0-6"
4353       reference: 2  # 3
4354       compare: 3  # 4
4355 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
4356   legend:
4357     - ''
4358     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
4359     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4360     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4361     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4362     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4363
4364 # VPP Performance Changes 2n-zn2-xxv710 4t2c pdr
4365 - type: "table"
4366   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c pdr"
4367   algorithm: "table_comparison"
4368   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-pdr"
4369   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4370   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4371   columns:
4372 #     - title: "2005.0-5"
4373 #       data-set: "vpp-performance-changes-2n-zn2-h1"
4374     - title: "2009.0-5"
4375       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
4376     - title: "2009.0-6"
4377       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4378     - title: "2101.0-6"
4379       data-set: "vpp-performance-changes-2n-zn2-cmp"
4380   comparisons:
4381     - title: "2009.0-6 vs 2009.0-5"
4382       reference: 1  # 2
4383       compare: 2  # 3
4384 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
4385     - title: "2101.0-6 vs 2009.0-6"
4386       reference: 2  # 3
4387       compare: 3  # 4
4388 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
4389   legend:
4390     - ''
4391     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
4392     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4393     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4394     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4395     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4396
4397 # VPP Performance Changes 2n-zn2-xxv710 2t1c ndr
4398 - type: "table"
4399   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c ndr"
4400   algorithm: "table_comparison"
4401   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-ndr"
4402   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4403   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4404   columns:
4405 #     - title: "2005.0-5"
4406 #       data-set: "vpp-performance-changes-2n-zn2-h1"
4407     - title: "2009.0-5"
4408       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
4409     - title: "2009.0-6"
4410       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4411     - title: "2101.0-6"
4412       data-set: "vpp-performance-changes-2n-zn2-cmp"
4413   comparisons:
4414     - title: "2009.0-6 vs 2009.0-5"
4415       reference: 1  # 2
4416       compare: 2  # 3
4417 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
4418     - title: "2101.0-6 vs 2009.0-6"
4419       reference: 2  # 3
4420       compare: 3  # 4
4421 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
4422   legend:
4423     - ''
4424     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
4425     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4426     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4427     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4428     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4429
4430 # VPP Performance Changes 2n-zn2-xxv710 4t2c ndr
4431 - type: "table"
4432   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c ndr"
4433   algorithm: "table_comparison"
4434   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-ndr"
4435   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4436   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4437   columns:
4438 #     - title: "2005.0-5"
4439 #       data-set: "vpp-performance-changes-2n-zn2-h1"
4440     - title: "2009.0-5"
4441       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
4442     - title: "2009.0-6"
4443       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4444     - title: "2101.0-6"
4445       data-set: "vpp-performance-changes-2n-zn2-cmp"
4446   comparisons:
4447     - title: "2009.0-6 vs 2009.0-5"
4448       reference: 1  # 2
4449       compare: 2  # 3
4450 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
4451     - title: "2101.0-6 vs 2009.0-6"
4452       reference: 2  # 3
4453       compare: 3  # 4
4454 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
4455   legend:
4456     - ''
4457     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
4458     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4459     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4460     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4461     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4462
4463 # VPP Performance Changes 2n-dnv 1t1c pdr
4464 - type: "table"
4465   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4466   algorithm: "table_comparison"
4467   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4468   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4469   filter: "'1T1C'"
4470   columns:
4471     - title: "2005.0-5"
4472       data-set: "vpp-performance-changes-2n-dnv-h1"
4473     - title: "2009.0-5"
4474       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4475 #     - title: "2009.0-6"
4476 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4477     - title: "2101.0-6"
4478       data-set: "vpp-performance-changes-2n-dnv-cmp"
4479   comparisons:
4480 #     - title: "2009.0-6 vs 2009.0-5"
4481 #       reference: 2
4482 #       compare: 3
4483     - title: "2101.0-6 vs 2009.0-5"
4484       reference: 2
4485       compare: 3
4486   legend:
4487     - ''
4488     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4489     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4490     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4491 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4492     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4493
4494 # VPP Performance Changes 2n-dnv 2t2c pdr
4495 - type: "table"
4496   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4497   algorithm: "table_comparison"
4498   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4499   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4500   filter: "'2T2C'"
4501   columns:
4502     - title: "2005.0-5"
4503       data-set: "vpp-performance-changes-2n-dnv-h1"
4504     - title: "2009.0-5"
4505       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4506 #     - title: "2009.0-6"
4507 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4508     - title: "2101.0-6"
4509       data-set: "vpp-performance-changes-2n-dnv-cmp"
4510   comparisons:
4511 #     - title: "2009.0-6 vs 2009.0-5"
4512 #       reference: 2
4513 #       compare: 3
4514     - title: "2101.0-6 vs 2009.0-5"
4515       reference: 2
4516       compare: 3
4517   legend:
4518     - ''
4519     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4520     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4521     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4522 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4523     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4524
4525 # VPP Performance Changes 2n-dnv 1t1c ndr
4526 - type: "table"
4527   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4528   algorithm: "table_comparison"
4529   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4530   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4531   filter: "'1T1C'"
4532   columns:
4533     - title: "2005.0-5"
4534       data-set: "vpp-performance-changes-2n-dnv-h1"
4535     - title: "2009.0-5"
4536       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4537 #     - title: "2009.0-6"
4538 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4539     - title: "2101.0-6"
4540       data-set: "vpp-performance-changes-2n-dnv-cmp"
4541   comparisons:
4542 #     - title: "2009.0-6 vs 2009.0-5"
4543 #       reference: 2
4544 #       compare: 3
4545     - title: "2101.0-6 vs 2009.0-5"
4546       reference: 2
4547       compare: 3
4548   legend:
4549     - ''
4550     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4551     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4552     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4553 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4554     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4555
4556 # VPP Performance Changes 2n-dnv 2t2c ndr
4557 - type: "table"
4558   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4559   algorithm: "table_comparison"
4560   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4561   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4562   filter: "'2T2C'"
4563   columns:
4564     - title: "2005.0-5"
4565       data-set: "vpp-performance-changes-2n-dnv-h1"
4566     - title: "2009.0-5"
4567       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4568 #     - title: "2009.0-6"
4569 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4570     - title: "2101.0-6"
4571       data-set: "vpp-performance-changes-2n-dnv-cmp"
4572   comparisons:
4573 #     - title: "2009.0-6 vs 2009.0-5"
4574 #       reference: 2
4575 #       compare: 3
4576     - title: "2101.0-6 vs 2009.0-5"
4577       reference: 2
4578       compare: 3
4579   legend:
4580     - ''
4581     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4582     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4583     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4584 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4585     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4586
4587 # VPP Performance Changes 3n-dnv 1t1c pdr
4588 - type: "table"
4589   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4590   algorithm: "table_comparison"
4591   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4592   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4593   filter: "'1T1C'"
4594   columns:
4595     - title: "2005.0-5"
4596       data-set: "vpp-performance-changes-3n-dnv-h1"
4597     - title: "2009.0-5"
4598       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4599 #     - title: "2009.0-6"
4600 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4601     - title: "2101.0-6"
4602       data-set: "vpp-performance-changes-3n-dnv-cmp"
4603   comparisons:
4604 #     - title: "2009.0-6 vs 2009.0-5"
4605 #       reference: 2
4606 #       compare: 3
4607     - title: "2101.0-6 vs 2009.0-5"
4608       reference: 2
4609       compare: 3
4610   legend:
4611     - ''
4612     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4613     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4614     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4615 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4616     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4617
4618 # VPP Performance Changes 3n-dnv 2t2c pdr
4619 - type: "table"
4620   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4621   algorithm: "table_comparison"
4622   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4623   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4624   filter: "'2T2C'"
4625   columns:
4626     - title: "2005.0-5"
4627       data-set: "vpp-performance-changes-3n-dnv-h1"
4628     - title: "2009.0-5"
4629       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4630 #     - title: "2009.0-6"
4631 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4632     - title: "2101.0-6"
4633       data-set: "vpp-performance-changes-3n-dnv-cmp"
4634   comparisons:
4635 #     - title: "2009.0-6 vs 2009.0-5"
4636 #       reference: 2
4637 #       compare: 3
4638     - title: "2101.0-6 vs 2009.0-5"
4639       reference: 2
4640       compare: 3
4641   legend:
4642     - ''
4643     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4644     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4645     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4646 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4647     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4648
4649 # VPP Performance Changes 3n-dnv 1t1c ndr
4650 - type: "table"
4651   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4652   algorithm: "table_comparison"
4653   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4654   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4655   filter: "'1T1C'"
4656   columns:
4657     - title: "2005.0-5"
4658       data-set: "vpp-performance-changes-3n-dnv-h1"
4659     - title: "2009.0-5"
4660       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4661 #     - title: "2009.0-6"
4662 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4663     - title: "2101.0-6"
4664       data-set: "vpp-performance-changes-3n-dnv-cmp"
4665   comparisons:
4666 #     - title: "2009.0-6 vs 2009.0-5"
4667 #       reference: 2
4668 #       compare: 3
4669     - title: "2101.0-6 vs 2009.0-5"
4670       reference: 2
4671       compare: 3
4672   legend:
4673     - ''
4674     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4675     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4676     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4677 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4678     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4679
4680 # VPP Performance Changes 3n-dnv 2t2c ndr
4681 - type: "table"
4682   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4683   algorithm: "table_comparison"
4684   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4686   filter: "'2T2C'"
4687   columns:
4688     - title: "2005.0-5"
4689       data-set: "vpp-performance-changes-3n-dnv-h1"
4690     - title: "2009.0-5"
4691       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4692 #     - title: "2009.0-6"
4693 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4694     - title: "2101.0-6"
4695       data-set: "vpp-performance-changes-3n-dnv-cmp"
4696   comparisons:
4697 #     - title: "2009.0-6 vs 2009.0-5"
4698 #       reference: 2
4699 #       compare: 3
4700     - title: "2101.0-6 vs 2009.0-5"
4701       reference: 2
4702       compare: 3
4703   legend:
4704     - ''
4705     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4706     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4707     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4708 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4709     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4710
4711 # VPP Performance Changes 3n-tsh 1t1c pdr
4712 - type: "table"
4713   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4714   algorithm: "table_comparison"
4715   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4716   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4717   filter: "'1T1C'"
4718   columns:
4719     - title: "2005.0-5"
4720       data-set: "vpp-performance-changes-3n-tsh-h1"
4721     - title: "2009.0-5"
4722       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4723     - title: "2009.0-6"
4724       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4725     - title: "2101.0-6"
4726       data-set: "vpp-performance-changes-3n-tsh-cmp"
4727   comparisons:
4728     - title: "2009.0-6 vs 2009.0-5"
4729       reference: 2
4730       compare: 3
4731 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4732     - title: "2101.0-6 vs 2009.0-6"
4733       reference: 3
4734       compare: 4
4735 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4736   legend:
4737     - ''
4738     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4739     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4740     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4741     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4742     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4743
4744 # VPP Performance Changes 3n-tsh 2t2c pdr
4745 - type: "table"
4746   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4747   algorithm: "table_comparison"
4748   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4749   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4750   filter: "'2T2C'"
4751   columns:
4752     - title: "2005.0-5"
4753       data-set: "vpp-performance-changes-3n-tsh-h1"
4754     - title: "2009.0-5"
4755       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4756     - title: "2009.0-6"
4757       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4758     - title: "2101.0-6"
4759       data-set: "vpp-performance-changes-3n-tsh-cmp"
4760   comparisons:
4761     - title: "2009.0-6 vs 2009.0-5"
4762       reference: 2
4763       compare: 3
4764 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4765     - title: "2101.0-6 vs 2009.0-6"
4766       reference: 3
4767       compare: 4
4768 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4769   legend:
4770     - ''
4771     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4772     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4773     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4774     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4775     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4776
4777 # VPP Performance Changes 3n-tsh 1t1c ndr
4778 - type: "table"
4779   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4780   algorithm: "table_comparison"
4781   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4782   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4783   filter: "'1T1C'"
4784   columns:
4785     - title: "2005.0-5"
4786       data-set: "vpp-performance-changes-3n-tsh-h1"
4787     - title: "2009.0-5"
4788       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4789     - title: "2009.0-6"
4790       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4791     - title: "2101.0-6"
4792       data-set: "vpp-performance-changes-3n-tsh-cmp"
4793   comparisons:
4794     - title: "2009.0-6 vs 2009.0-5"
4795       reference: 2
4796       compare: 3
4797 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4798     - title: "2101.0-6 vs 2009.0-6"
4799       reference: 3
4800       compare: 4
4801 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4802   legend:
4803     - ''
4804     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4805     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4806     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4807     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4808     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4809
4810 # VPP Performance Changes 3n-tsh 2t2c ndr
4811 - type: "table"
4812   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4813   algorithm: "table_comparison"
4814   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4815   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4816   filter: "'2T2C'"
4817   columns:
4818     - title: "2005.0-5"
4819       data-set: "vpp-performance-changes-3n-tsh-h1"
4820     - title: "2009.0-5"
4821       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4822     - title: "2009.0-6"
4823       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4824     - title: "2101.0-6"
4825       data-set: "vpp-performance-changes-3n-tsh-cmp"
4826   comparisons:
4827     - title: "2009.0-6 vs 2009.0-5"
4828       reference: 2
4829       compare: 3
4830 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4831     - title: "2101.0-6 vs 2009.0-6"
4832       reference: 3
4833       compare: 4
4834 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4835   legend:
4836     - ''
4837     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4838     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4839     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4840     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4841     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4842
4843 # VPP Performance Changes 2n-tx2 1t1c pdr
4844 - type: "table"
4845   title: "VPP Performance Changes 2n-tx2 1t1c pdr"
4846   algorithm: "table_comparison"
4847   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-pdr"
4848   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4849   filter: "'1T1C'"
4850   columns:
4851 #     - title: "2005.0-5"
4852 #       data-set: "vpp-performance-changes-2n-tx2-h1"
4853 #     - title: "2009.0-5"
4854 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
4855     - title: "2009.0-6"
4856       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
4857     - title: "2101.0-6"
4858       data-set: "vpp-performance-changes-2n-tx2-cmp"
4859   comparisons:
4860 #     - title: "2009.0-6 vs 2009.0-5"
4861 #       reference: 2
4862 #       compare: 3
4863     - title: "2101.0-6 vs 2009.0-6"
4864       reference: 1
4865       compare: 2
4866   legend:
4867     - ''
4868     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
4869     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4870     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4871 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4872     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4873
4874 # VPP Performance Changes 2n-tx2 2t2c pdr
4875 - type: "table"
4876   title: "VPP Performance Changes 2n-tx2 2t2c pdr"
4877   algorithm: "table_comparison"
4878   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-pdr"
4879   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4880   filter: "'2T2C'"
4881   columns:
4882 #     - title: "2005.0-5"
4883 #       data-set: "vpp-performance-changes-2n-tx2-h1"
4884 #     - title: "2009.0-5"
4885 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
4886     - title: "2009.0-6"
4887       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
4888     - title: "2101.0-6"
4889       data-set: "vpp-performance-changes-2n-tx2-cmp"
4890   comparisons:
4891 #     - title: "2009.0-6 vs 2009.0-5"
4892 #       reference: 2
4893 #       compare: 3
4894     - title: "2101.0-6 vs 2009.0-6"
4895       reference: 1
4896       compare: 2
4897   legend:
4898     - ''
4899     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
4900     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4901     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4902 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4903     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4904
4905 # VPP Performance Changes 2n-tx2 1t1c ndr
4906 - type: "table"
4907   title: "VPP Performance Changes 2n-tx2 1t1c ndr"
4908   algorithm: "table_comparison"
4909   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-pdr"
4910   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4911   filter: "'1T1C'"
4912   columns:
4913 #     - title: "2005.0-5"
4914 #       data-set: "vpp-performance-changes-2n-tx2-h1"
4915 #     - title: "2009.0-5"
4916 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
4917     - title: "2009.0-6"
4918       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
4919     - title: "2101.0-6"
4920       data-set: "vpp-performance-changes-2n-tx2-cmp"
4921   comparisons:
4922 #     - title: "2009.0-6 vs 2009.0-5"
4923 #       reference: 2
4924 #       compare: 3
4925     - title: "2101.0-6 vs 2009.0-6"
4926       reference: 1
4927       compare: 2
4928   legend:
4929     - ''
4930     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
4931     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4932     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4933 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4934     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4935
4936 # VPP Performance Changes 2n-tx2 2t2c ndr
4937 - type: "table"
4938   title: "VPP Performance Changes 2n-tx2 2t2c ndr"
4939   algorithm: "table_comparison"
4940   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-pdr"
4941   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4942   filter: "'2T2C'"
4943   columns:
4944 #     - title: "2005.0-5"
4945 #       data-set: "vpp-performance-changes-2n-tx2-h1"
4946 #     - title: "2009.0-5"
4947 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
4948     - title: "2009.0-6"
4949       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
4950     - title: "2101.0-6"
4951       data-set: "vpp-performance-changes-2n-tx2-cmp"
4952   comparisons:
4953 #     - title: "2009.0-6 vs 2009.0-5"
4954 #       reference: 2
4955 #       compare: 3
4956     - title: "2101.0-6 vs 2009.0-6"
4957       reference: 1
4958       compare: 2
4959   legend:
4960     - ''
4961     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
4962     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4963     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4964 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4965     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4966
4967 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4968 - type: "table"
4969   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4970   algorithm: "table_comparison"
4971   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4972   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4973   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4974   columns:
4975     - title: "3n-hsw xl710"
4976       data-set: "vpp-compare-testbeds-ref"
4977       tag: "NIC_Intel-XL710"
4978     - title: "3n-skx xxv710"
4979       data-set: "vpp-compare-testbeds-cmp"
4980       tag: "NIC_Intel-XXV710"
4981   comparisons:
4982     - title: "Diff"
4983       reference: 1
4984       compare: 2
4985   legend:
4986     - ""
4987     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4988     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4989
4990 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4991 - type: "table"
4992   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4993   algorithm: "table_comparison"
4994   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4995   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4996   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4997   columns:
4998     - title: "3n-hsw xl710"
4999       data-set: "vpp-compare-testbeds-ref"
5000       tag: "NIC_Intel-XL710"
5001     - title: "3n-skx xxv710"
5002       data-set: "vpp-compare-testbeds-cmp"
5003       tag: "NIC_Intel-XXV710"
5004   comparisons:
5005     - title: "Diff"
5006       reference: 1
5007       compare: 2
5008   legend:
5009     - ""
5010     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5011     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5012
5013 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5014 - type: "table"
5015   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5016   algorithm: "table_comparison"
5017   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5018   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5019   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5020   columns:
5021     - title: "3n-hsw xl710"
5022       data-set: "vpp-compare-testbeds-ref"
5023       tag: "NIC_Intel-XL710"
5024     - title: "3n-skx xxv710"
5025       data-set: "vpp-compare-testbeds-cmp"
5026       tag: "NIC_Intel-XXV710"
5027   comparisons:
5028     - title: "Diff"
5029       reference: 1
5030       compare: 2
5031   legend:
5032     - ""
5033     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5034     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5035
5036 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5037 - type: "table"
5038   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5039   algorithm: "table_comparison"
5040   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5041   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5042   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5043   columns:
5044     - title: "3n-hsw xl710"
5045       data-set: "vpp-compare-testbeds-ref"
5046       tag: "NIC_Intel-XL710"
5047     - title: "3n-skx xxv710"
5048       data-set: "vpp-compare-testbeds-cmp"
5049       tag: "NIC_Intel-XXV710"
5050   comparisons:
5051     - title: "Diff"
5052       reference: 1
5053       compare: 2
5054   legend:
5055     - ""
5056     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5057     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5058
5059 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5060 - type: "table"
5061   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5062   algorithm: "table_comparison"
5063   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5064   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5065   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5066   columns:
5067     - title: "2n-skx"
5068       data-set: "vpp-compare-testbeds-skx-clx-ref"
5069     - title: "2n-clx"
5070       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5071   comparisons:
5072     - title: "Diff"
5073       reference: 1
5074       compare: 2
5075   legend:
5076     - ""
5077     - "2n-skx, 2n-clx - testbeds and NICs tested."
5078     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5079
5080 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5081 - type: "table"
5082   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5083   algorithm: "table_comparison"
5084   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5086   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5087   columns:
5088     - title: "2n-skx"
5089       data-set: "vpp-compare-testbeds-skx-clx-ref"
5090     - title: "2n-clx"
5091       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5092   comparisons:
5093     - title: "Diff"
5094       reference: 1
5095       compare: 2
5096   legend:
5097     - ""
5098     - "2n-skx, 2n-clx - testbeds and NICs tested."
5099     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5100
5101 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5102 - type: "table"
5103   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5104   algorithm: "table_comparison"
5105   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5106   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5107   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5108   columns:
5109     - title: "2n-skx"
5110       data-set: "vpp-compare-testbeds-skx-clx-ref"
5111     - title: "2n-clx"
5112       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5113   comparisons:
5114     - title: "Diff"
5115       reference: 1
5116       compare: 2
5117   legend:
5118     - ""
5119     - "2n-skx, 2n-clx - testbeds and NICs tested."
5120     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5121
5122 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5123 - type: "table"
5124   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5125   algorithm: "table_comparison"
5126   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5127   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5128   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5129   columns:
5130     - title: "2n-skx"
5131       data-set: "vpp-compare-testbeds-skx-clx-ref"
5132     - title: "2n-clx"
5133       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5134   comparisons:
5135     - title: "Diff"
5136       reference: 1
5137       compare: 2
5138   legend:
5139     - ""
5140     - "2n-skx, 2n-clx - testbeds and NICs tested."
5141     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5142
5143 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5144 - type: "table"
5145   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5146   algorithm: "table_comparison"
5147   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5148   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5149   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5150   columns:
5151     - title: "3n-hsw xl710"
5152       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5153       tag: "NIC_Intel-XL710"
5154     - title: "2n-clx xxv710"
5155       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5156       tag: "NIC_Intel-XXV710"
5157   comparisons:
5158     - title: "Diff"
5159       reference: 1
5160       compare: 2
5161   legend:
5162     - ""
5163     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5164     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5165
5166 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5167 - type: "table"
5168   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5169   algorithm: "table_comparison"
5170   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5172   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5173   columns:
5174     - title: "3n-hsw xl710"
5175       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5176       tag: "NIC_Intel-XL710"
5177     - title: "2n-clx xxv710"
5178       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5179       tag: "NIC_Intel-XXV710"
5180   comparisons:
5181     - title: "Diff"
5182       reference: 1
5183       compare: 2
5184   legend:
5185     - ""
5186     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5187     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5188
5189 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5190 - type: "table"
5191   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5192   algorithm: "table_comparison"
5193   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5195   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5196   columns:
5197     - title: "3n-hsw xl710"
5198       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5199       tag: "NIC_Intel-XL710"
5200     - title: "2n-clx xxv710"
5201       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5202       tag: "NIC_Intel-XXV710"
5203   comparisons:
5204     - title: "Diff"
5205       reference: 1
5206       compare: 2
5207   legend:
5208     - ""
5209     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5210     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5211
5212 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5213 - type: "table"
5214   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5215   algorithm: "table_comparison"
5216   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5217   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5218   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5219   columns:
5220     - title: "3n-hsw xl710"
5221       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5222       tag: "NIC_Intel-XL710"
5223     - title: "2n-clx xxv710"
5224       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5225       tag: "NIC_Intel-XXV710"
5226   comparisons:
5227     - title: "Diff"
5228       reference: 1
5229       compare: 2
5230   legend:
5231     - ""
5232     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5233     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5234
5235 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5236 - type: "table"
5237   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5238   algorithm: "table_comparison"
5239   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5240   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5241   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5242   columns:
5243     - title: "3n-skx"
5244       data-set: "vpp-compare-topologies-ref"
5245     - title: "2n-skx"
5246       data-set: "vpp-compare-topologies-cmp"
5247   comparisons:
5248     - title: "Diff"
5249       reference: 1
5250       compare: 2
5251   legend:
5252     - ""
5253     - "3n-skx, 2n-skx - topologies tested."
5254     - "Diff - difference between 3n-skx and 2n-skx topologies."
5255
5256 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5257 - type: "table"
5258   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5259   algorithm: "table_comparison"
5260   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5261   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5262   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5263   columns:
5264     - title: "3n-skx"
5265       data-set: "vpp-compare-topologies-ref"
5266     - title: "2n-skx"
5267       data-set: "vpp-compare-topologies-cmp"
5268   comparisons:
5269     - title: "Diff"
5270       reference: 1
5271       compare: 2
5272   legend:
5273     - ""
5274     - "3n-skx, 2n-skx - topologies tested."
5275     - "Diff - difference between 3n-skx and 2n-skx topologies."
5276
5277 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5278 - type: "table"
5279   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5280   algorithm: "table_comparison"
5281   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5282   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5283   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5284   columns:
5285     - title: "3n-skx"
5286       data-set: "vpp-compare-topologies-ref"
5287     - title: "2n-skx"
5288       data-set: "vpp-compare-topologies-cmp"
5289   comparisons:
5290     - title: "Diff"
5291       reference: 1
5292       compare: 2
5293   legend:
5294     - ""
5295     - "3n-skx, 2n-skx - topologies tested."
5296     - "Diff - difference between 3n-skx and 2n-skx topologies."
5297
5298 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5299 - type: "table"
5300   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5301   algorithm: "table_comparison"
5302   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5304   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5305   columns:
5306     - title: "3n-skx"
5307       data-set: "vpp-compare-topologies-ref"
5308     - title: "2n-skx"
5309       data-set: "vpp-compare-topologies-cmp"
5310   comparisons:
5311     - title: "Diff"
5312       reference: 1
5313       compare: 2
5314   legend:
5315     - ""
5316     - "3n-skx, 2n-skx - topologies tested."
5317     - "Diff - difference between 3n-skx and 2n-skx topologies."
5318
5319 # VPP Performance Changes 3n-hsw 1t1c mrr
5320 - type: "table"
5321   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5322   algorithm: "table_comparison"
5323   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5324   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5325   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5326   columns:
5327     - title: "2005.0-5"
5328       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5329     - title: "2009.0-5"
5330       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
5331     - title: "2009.0-6"
5332       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
5333     - title: "2101.0-6"
5334       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5335   comparisons:
5336     - title: "2009.0-6 vs 2009.0-5"
5337       reference: 2
5338       compare: 3
5339 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5340     - title: "2101.0-6 vs 2009.0-6"
5341       reference: 3
5342       compare: 4
5343 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5344   legend:
5345     - ''
5346     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5347     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5348     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5349     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5350     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5351
5352 # VPP Performance Changes 3n-hsw 2t2c mrr
5353 - type: "table"
5354   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5355   algorithm: "table_comparison"
5356   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5357   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5358   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5359   columns:
5360     - title: "2005.0-5"
5361       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5362     - title: "2009.0-5"
5363       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
5364     - title: "2009.0-6"
5365       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
5366     - title: "2101.0-6"
5367       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5368   comparisons:
5369     - title: "2009.0-6 vs 2009.0-5"
5370       reference: 2
5371       compare: 3
5372 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5373     - title: "2101.0-6 vs 2009.0-6"
5374       reference: 3
5375       compare: 4
5376 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5377   legend:
5378     - ''
5379     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5380     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5381     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5382     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5383     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5384
5385 # VPP Performance Changes 3n-hsw 4t4c mrr
5386 - type: "table"
5387   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5388   algorithm: "table_comparison"
5389   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5390   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5391   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5392   columns:
5393     - title: "2005.0-5"
5394       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5395     - title: "2009.0-5"
5396       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
5397     - title: "2009.0-6"
5398       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
5399     - title: "2101.0-6"
5400       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5401   comparisons:
5402     - title: "2009.0-6 vs 2009.0-5"
5403       reference: 2
5404       compare: 3
5405 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5406     - title: "2101.0-6 vs 2009.0-6"
5407       reference: 3
5408       compare: 4
5409 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5410   legend:
5411     - ''
5412     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5413     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5414     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5415     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5416     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5417
5418 # VPP Performance Changes 3n-skx 2t1c mrr
5419 - type: "table"
5420   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5421   algorithm: "table_comparison"
5422   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5423   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5424   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5425   columns:
5426     - title: "2005.0-5"
5427       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5428     - title: "2009.0-5"
5429       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
5430     - title: "2009.0-6"
5431       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
5432     - title: "2101.0-6"
5433       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5434   comparisons:
5435     - title: "2009.0-6 vs 2009.0-5"
5436       reference: 2
5437       compare: 3
5438 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
5439     - title: "2101.0-6 vs 2009.0-6"
5440       reference: 3
5441       compare: 4
5442 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
5443   legend:
5444     - ''
5445     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5446     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5447     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5448     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5449     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5450
5451 # VPP Performance Changes 3n-skx 4t2c mrr
5452 - type: "table"
5453   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5454   algorithm: "table_comparison"
5455   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5456   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5457   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5458   columns:
5459     - title: "2005.0-5"
5460       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5461     - title: "2009.0-5"
5462       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
5463     - title: "2009.0-6"
5464       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
5465     - title: "2101.0-6"
5466       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5467   comparisons:
5468     - title: "2009.0-6 vs 2009.0-5"
5469       reference: 2
5470       compare: 3
5471 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
5472     - title: "2101.0-6 vs 2009.0-6"
5473       reference: 3
5474       compare: 4
5475 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
5476   legend:
5477     - ''
5478     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5479     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5480     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5481     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5482     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5483
5484 # VPP Performance Changes 3n-skx 8t4c mrr
5485 - type: "table"
5486   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5487   algorithm: "table_comparison"
5488   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5489   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5490   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5491   columns:
5492     - title: "2005.0-5"
5493       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5494     - title: "2009.0-5"
5495       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
5496     - title: "2009.0-6"
5497       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
5498     - title: "2101.0-6"
5499       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5500   comparisons:
5501     - title: "2009.0-6 vs 2009.0-5"
5502       reference: 2
5503       compare: 3
5504 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
5505     - title: "2101.0-6 vs 2009.0-6"
5506       reference: 3
5507       compare: 4
5508 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
5509   legend:
5510     - ''
5511     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5512     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5513     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5514     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5515     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5516
5517 # VPP Performance Changes 2n-skx 2t1c mrr
5518 - type: "table"
5519   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5520   algorithm: "table_comparison"
5521   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5522   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5523   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5524   columns:
5525     - title: "2005.0-5"
5526       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5527     - title: "2009.0-5"
5528       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
5529     - title: "2009.0-6"
5530       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
5531     - title: "2101.0-6"
5532       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5533   comparisons:
5534     - title: "2009.0-6 vs 2009.0-5"
5535       reference: 2
5536       compare: 3
5537 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5538     - title: "2101.0-6 vs 2009.0-6"
5539       reference: 3
5540       compare: 4
5541 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5542   legend:
5543     - ''
5544     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5545     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5546     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5547     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5548     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5549
5550 # VPP Performance Changes 2n-skx 4t2c mrr
5551 - type: "table"
5552   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5553   algorithm: "table_comparison"
5554   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5555   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5556   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5557   columns:
5558     - title: "2005.0-5"
5559       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5560     - title: "2009.0-5"
5561       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
5562     - title: "2009.0-6"
5563       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
5564     - title: "2101.0-6"
5565       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5566   comparisons:
5567     - title: "2009.0-6 vs 2009.0-5"
5568       reference: 2
5569       compare: 3
5570 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5571     - title: "2101.0-6 vs 2009.0-6"
5572       reference: 3
5573       compare: 4
5574 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5575   legend:
5576     - ''
5577     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5578     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5579     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5580     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5581     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5582
5583 # VPP Performance Changes 2n-skx 8t4c mrr
5584 - type: "table"
5585   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5586   algorithm: "table_comparison"
5587   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5588   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5589   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5590   columns:
5591     - title: "2005.0-5"
5592       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5593     - title: "2009.0-5"
5594       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
5595     - title: "2009.0-6"
5596       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
5597     - title: "2101.0-6"
5598       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5599   comparisons:
5600     - title: "2009.0-6 vs 2009.0-5"
5601       reference: 2
5602       compare: 3
5603 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5604     - title: "2101.0-6 vs 2009.0-6"
5605       reference: 3
5606       compare: 4
5607 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5608   legend:
5609     - ''
5610     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5611     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5612     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5613     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5614     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5615
5616 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5617 - type: "table"
5618   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5619   algorithm: "table_comparison"
5620   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5621   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5622   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5623   columns:
5624     - title: "2005.0-5"
5625       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5626     - title: "2009.0-5"
5627       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
5628     - title: "2009.0-6"
5629       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
5630     - title: "2101.0-6"
5631       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5632   comparisons:
5633     - title: "2009.0-6 vs 2009.0-5"
5634       reference: 2
5635       compare: 3
5636 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5637     - title: "2101.0-6 vs 2009.0-6"
5638       reference: 3
5639       compare: 4
5640 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5641   legend:
5642     - ''
5643     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5644     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5645     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5646     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5647     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5648
5649 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5650 - type: "table"
5651   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5652   algorithm: "table_comparison"
5653   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5654   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5655   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5656   columns:
5657     - title: "2005.0-5"
5658       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5659     - title: "2009.0-5"
5660       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
5661     - title: "2009.0-6"
5662       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
5663     - title: "2101.0-6"
5664       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5665   comparisons:
5666     - title: "2009.0-6 vs 2009.0-5"
5667       reference: 2
5668       compare: 3
5669 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5670     - title: "2101.0-6 vs 2009.0-6"
5671       reference: 3
5672       compare: 4
5673 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5674   legend:
5675     - ''
5676     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5677     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5678     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5679     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5680     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5681
5682 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5683 - type: "table"
5684   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5685   algorithm: "table_comparison"
5686   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5687   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5688   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5689   columns:
5690     - title: "2005.0-5"
5691       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5692     - title: "2009.0-5"
5693       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
5694     - title: "2009.0-6"
5695       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
5696     - title: "2101.0-6"
5697       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5698   comparisons:
5699     - title: "2009.0-6 vs 2009.0-5"
5700       reference: 2
5701       compare: 3
5702 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5703     - title: "2101.0-6 vs 2009.0-6"
5704       reference: 3
5705       compare: 4
5706 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5707   legend:
5708     - ''
5709     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5710     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5711     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5712     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5713     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5714
5715 # VPP Performance Changes 2n-zn2-xxv710 2t1c mrr
5716 - type: "table"
5717   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c mrr"
5718   algorithm: "table_comparison"
5719   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-mrr"
5720   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5721   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710'"
5722   columns:
5723 #     - title: "2005.0-5"
5724 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
5725     - title: "2009.0-5"
5726       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
5727     - title: "2009.0-6"
5728       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
5729     - title: "2101.0-6"
5730       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
5731   comparisons:
5732     - title: "2009.0-6 vs 2009.0-5"
5733       reference: 1  # 2
5734       compare: 2  # 3
5735 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca1.yaml"
5736     - title: "2101.0-6 vs 2009.0-6"
5737       reference: 2  # 3
5738       compare: 3  # 4
5739 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca2.yaml"
5740   legend:
5741     - ''
5742     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
5743     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5744     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5745     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5746     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5747
5748 # VPP Performance Changes 2n-zn2-xxv710 4t2c mrr
5749 - type: "table"
5750   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c mrr"
5751   algorithm: "table_comparison"
5752   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-mrr"
5753   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5754   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710'"
5755   columns:
5756 #     - title: "2005.0-5"
5757 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
5758     - title: "2009.0-5"
5759       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
5760     - title: "2009.0-6"
5761       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
5762     - title: "2101.0-6"
5763       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
5764   comparisons:
5765     - title: "2009.0-6 vs 2009.0-5"
5766       reference: 1  # 2
5767       compare: 2  # 3
5768 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca1.yaml"
5769     - title: "2101.0-6 vs 2009.0-6"
5770       reference: 2  # 3
5771       compare: 3  # 4
5772 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca2.yaml"
5773   legend:
5774     - ''
5775     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
5776     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5777     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5778     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5779     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5780
5781 # VPP Performance Changes 2n-zn2-xxv710 8t4c mrr
5782 - type: "table"
5783   title: "VPP Performance Changes 2n-zn2-xxv710 8t4c mrr"
5784   algorithm: "table_comparison"
5785   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-8t4c-mrr"
5786   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5787   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710'"
5788   columns:
5789 #     - title: "2005.0-5"
5790 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
5791     - title: "2009.0-5"
5792       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
5793     - title: "2009.0-6"
5794       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
5795     - title: "2101.0-6"
5796       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
5797   comparisons:
5798     - title: "2009.0-6 vs 2009.0-5"
5799       reference: 1  # 2
5800       compare: 2  # 3
5801 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca1.yaml"
5802     - title: "2101.0-6 vs 2009.0-6"
5803       reference: 2  # 3
5804       compare: 3  # 4
5805 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca2.yaml"
5806   legend:
5807     - ''
5808     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
5809     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5810     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5811     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5812     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5813
5814 # VPP Performance Changes 2n-dnv 1t1c mrr
5815 - type: "table"
5816   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5817   algorithm: "table_comparison"
5818   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5820   filter: "'1T1C'"
5821   columns:
5822     - title: "2005.0-5"
5823       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5824     - title: "2009.0-5"
5825       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
5826 #     - title: "2009.0-6"
5827 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5828     - title: "2101.0-6"
5829       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5830   comparisons:
5831 #     - title: "2009.0-6 vs 2009.0-5"
5832 #       reference: 2
5833 #       compare: 3
5834     - title: "2101.0-6 vs 2009.0-5"
5835       reference: 2
5836       compare: 3
5837   legend:
5838     - ''
5839     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5840     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5841     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5842 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5843     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5844
5845 # VPP Performance Changes 2n-dnv 2t2c mrr
5846 - type: "table"
5847   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5848   algorithm: "table_comparison"
5849   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5850   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5851   filter: "'2T2C'"
5852   columns:
5853     - title: "2005.0-5"
5854       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5855     - title: "2009.0-5"
5856       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
5857 #     - title: "2009.0-6"
5858 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5859     - title: "2101.0-6"
5860       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5861   comparisons:
5862 #     - title: "2009.0-6 vs 2009.0-5"
5863 #       reference: 2
5864 #       compare: 3
5865     - title: "2101.0-6 vs 2009.0-5"
5866       reference: 2
5867       compare: 3
5868   legend:
5869     - ''
5870     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5871     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5872     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5873 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5874     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5875
5876 # VPP Performance Changes 2n-dnv 4t4c mrr
5877 - type: "table"
5878   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5879   algorithm: "table_comparison"
5880   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5881   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5882   filter: "'4T4C'"
5883   columns:
5884     - title: "2005.0-5"
5885       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5886     - title: "2009.0-5"
5887       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
5888 #     - title: "2009.0-6"
5889 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5890     - title: "2101.0-6"
5891       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5892   comparisons:
5893 #     - title: "2009.0-6 vs 2009.0-5"
5894 #       reference: 2
5895 #       compare: 3
5896     - title: "2101.0-6 vs 2009.0-5"
5897       reference: 2
5898       compare: 3
5899   legend:
5900     - ''
5901     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5902     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5903     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5904 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5905     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5906
5907 # VPP Performance Changes 3n-dnv 1t1c mrr
5908 - type: "table"
5909   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5910   algorithm: "table_comparison"
5911   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5912   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5913   filter: "'1T1C'"
5914   columns:
5915     - title: "2005.0-5"
5916       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5917     - title: "2009.0-5"
5918       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
5919 #     - title: "2009.0-6"
5920 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5921     - title: "2101.0-6"
5922       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5923   comparisons:
5924 #     - title: "2009.0-6 vs 2009.0-5"
5925 #       reference: 2
5926 #       compare: 3
5927     - title: "2101.0-6 vs 2009.0-5"
5928       reference: 2
5929       compare: 3
5930   legend:
5931     - ''
5932     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5933     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5934     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5935 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5936     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5937
5938 # VPP Performance Changes 3n-dnv 2t2c mrr
5939 - type: "table"
5940   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5941   algorithm: "table_comparison"
5942   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5943   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5944   filter: "'2T2C'"
5945   columns:
5946     - title: "2005.0-5"
5947       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5948     - title: "2009.0-5"
5949       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
5950 #     - title: "2009.0-6"
5951 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5952     - title: "2101.0-6"
5953       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5954   comparisons:
5955 #     - title: "2009.0-6 vs 2009.0-5"
5956 #       reference: 2
5957 #       compare: 3
5958     - title: "2101.0-6 vs 2009.0-5"
5959       reference: 2
5960       compare: 3
5961   legend:
5962     - ''
5963     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5964     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5965     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5966 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5967     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5968
5969 # VPP Performance Changes 3n-dnv 4t4c mrr
5970 - type: "table"
5971   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5972   algorithm: "table_comparison"
5973   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5974   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5975   filter: "'4T4C'"
5976   columns:
5977     - title: "2005.0-5"
5978       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5979     - title: "2009.0-5"
5980       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
5981 #     - title: "2009.0-6"
5982 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5983     - title: "2101.0-6"
5984       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5985   comparisons:
5986 #     - title: "2009.0-6 vs 2009.0-5"
5987 #       reference: 2
5988 #       compare: 3
5989     - title: "2101.0-6 vs 2009.0-5"
5990       reference: 2
5991       compare: 3
5992   legend:
5993     - ''
5994     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5995     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5996     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5997 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5998     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5999
6000 # VPP Performance Changes 3n-tsh 1t1c mrr
6001 - type: "table"
6002   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
6003   algorithm: "table_comparison"
6004   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
6005   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6006   filter: "'1T1C'"
6007   columns:
6008     - title: "2005.0-5"
6009       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6010     - title: "2009.0-5"
6011       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6012     - title: "2009.0-6"
6013       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6014     - title: "2101.0-6"
6015       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6016   comparisons:
6017     - title: "2009.0-6 vs 2009.0-5"
6018       reference: 2
6019       compare: 3
6020     - title: "2101.0-6 vs 2009.0-6"
6021       reference: 3
6022       compare: 4
6023   legend:
6024     - ''
6025     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6026     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6027     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6028     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6029     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6030
6031 # VPP Performance Changes 3n-tsh 2t2c mrr
6032 - type: "table"
6033   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
6034   algorithm: "table_comparison"
6035   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
6036   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6037   filter: "'2T2C'"
6038   columns:
6039     - title: "2005.0-5"
6040       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6041     - title: "2009.0-5"
6042       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6043     - title: "2009.0-6"
6044       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6045     - title: "2101.0-6"
6046       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6047   comparisons:
6048     - title: "2009.0-6 vs 2009.0-5"
6049       reference: 2
6050       compare: 3
6051     - title: "2101.0-6 vs 2009.0-6"
6052       reference: 3
6053       compare: 4
6054   legend:
6055     - ''
6056     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6057     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6058     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6059     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6060     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6061
6062 # VPP Performance Changes 3n-tsh 4t4c mrr
6063 - type: "table"
6064   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
6065   algorithm: "table_comparison"
6066   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
6067   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6068   filter: "'4T4C'"
6069   columns:
6070     - title: "2005.0-5"
6071       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6072     - title: "2009.0-5"
6073       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6074     - title: "2009.0-6"
6075       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6076     - title: "2101.0-6"
6077       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6078   comparisons:
6079     - title: "2009.0-6 vs 2009.0-5"
6080       reference: 2
6081       compare: 3
6082     - title: "2101.0-6 vs 2009.0-6"
6083       reference: 3
6084       compare: 4
6085   legend:
6086     - ''
6087     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6088     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6089     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6090     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6091     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6092
6093 # VPP Performance Changes 2n-tx2 1t1c mrr
6094 - type: "table"
6095   title: "VPP Performance Changes 2n-tx2 1t1c mrr"
6096   algorithm: "table_comparison"
6097   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-mrr"
6098   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6099   filter: "'1T1C'"
6100   columns:
6101 #     - title: "2005.0-5"
6102 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
6103 #     - title: "2009.0-5"
6104 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
6105     - title: "2009.0-6"
6106       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
6107     - title: "2101.0-6"
6108       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
6109   comparisons:
6110 #     - title: "2009.0-6 vs 2009.0-5"
6111 #       reference: 2
6112 #       compare: 3
6113     - title: "2101.0-6 vs 2009.0-6"
6114       reference: 1
6115       compare: 2
6116   legend:
6117     - ''
6118     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
6119     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6120     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6121 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6122     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6123
6124 # VPP Performance Changes 2n-tx2 2t2c mrr
6125 - type: "table"
6126   title: "VPP Performance Changes 2n-tx2 2t2c mrr"
6127   algorithm: "table_comparison"
6128   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-mrr"
6129   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6130   filter: "'2T2C'"
6131   columns:
6132 #     - title: "2005.0-5"
6133 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
6134 #     - title: "2009.0-5"
6135 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
6136     - title: "2009.0-6"
6137       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
6138     - title: "2101.0-6"
6139       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
6140   comparisons:
6141 #     - title: "2009.0-6 vs 2009.0-5"
6142 #       reference: 2
6143 #       compare: 3
6144     - title: "2101.0-6 vs 2009.0-6"
6145       reference: 1
6146       compare: 2
6147   legend:
6148     - ''
6149     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
6150     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6151     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6152 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6153     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6154
6155 # VPP Performance Changes 2n-tx2 4t4c mrr
6156 - type: "table"
6157   title: "VPP Performance Changes 2n-tx2 4t4c mrr"
6158   algorithm: "table_comparison"
6159   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-4t4c-mrr"
6160   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6161   filter: "'4T4C'"
6162   columns:
6163 #     - title: "2005.0-5"
6164 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
6165 #     - title: "2009.0-5"
6166 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
6167     - title: "2009.0-6"
6168       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
6169     - title: "2101.0-6"
6170       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
6171   comparisons:
6172 #     - title: "2009.0-6 vs 2009.0-5"
6173 #       reference: 2
6174 #       compare: 3
6175     - title: "2101.0-6 vs 2009.0-6"
6176       reference: 1
6177       compare: 2
6178   legend:
6179     - ''
6180     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
6181     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6182     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6183 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6184     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6185
6186 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6187 - type: "table"
6188   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6189   algorithm: "table_comparison"
6190   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6191   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6192   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6193   columns:
6194     - title: "3n-hsw xl710"
6195       data-set: "vpp-compare-testbeds-mrr-ref"
6196       tag: "NIC_Intel-XL710"
6197     - title: "3n-skx xxv710"
6198       data-set: "vpp-compare-testbeds-mrr-cmp"
6199       tag: "NIC_Intel-XXV710"
6200   comparisons:
6201     - title: "Diff"
6202       reference: 1
6203       compare: 2
6204   legend:
6205     - ""
6206     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6207     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6208
6209 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6210 - type: "table"
6211   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6212   algorithm: "table_comparison"
6213   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6214   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6215   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6216   columns:
6217     - title: "3n-hsw xl710"
6218       data-set: "vpp-compare-testbeds-mrr-ref"
6219       tag: "NIC_Intel-XL710"
6220     - title: "3n-skx xxv710"
6221       data-set: "vpp-compare-testbeds-mrr-cmp"
6222       tag: "NIC_Intel-XXV710"
6223   comparisons:
6224     - title: "Diff"
6225       reference: 1
6226       compare: 2
6227   legend:
6228     - ""
6229     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6230     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6231
6232 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6233 - type: "table"
6234   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6235   algorithm: "table_comparison"
6236   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6237   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6238   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6239   columns:
6240     - title: "3n-hsw xl710"
6241       data-set: "vpp-compare-testbeds-mrr-ref"
6242       tag: "NIC_Intel-XL710"
6243     - title: "3n-skx xxv710"
6244       data-set: "vpp-compare-testbeds-mrr-cmp"
6245       tag: "NIC_Intel-XXV710"
6246   comparisons:
6247     - title: "Diff"
6248       reference: 1
6249       compare: 2
6250   legend:
6251     - ""
6252     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6253     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6254
6255 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6256 - type: "table"
6257   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6258   algorithm: "table_comparison"
6259   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6260   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6261   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6262   columns:
6263     - title: "2n-skx"
6264       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6265     - title: "2n-clx"
6266       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6267   comparisons:
6268     - title: "Diff"
6269       reference: 1
6270       compare: 2
6271   legend:
6272     - ""
6273     - "2n-skx, 2n-clx - testbeds and NICs tested."
6274     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6275
6276 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6277 - type: "table"
6278   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6279   algorithm: "table_comparison"
6280   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6281   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6282   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6283   columns:
6284     - title: "2n-skx"
6285       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6286     - title: "2n-clx"
6287       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6288   comparisons:
6289     - title: "Diff"
6290       reference: 1
6291       compare: 2
6292   legend:
6293     - ""
6294     - "2n-skx, 2n-clx - testbeds and NICs tested."
6295     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6296
6297 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6298 - type: "table"
6299   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6300   algorithm: "table_comparison"
6301   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6302   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6303   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6304   columns:
6305     - title: "2n-skx"
6306       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6307     - title: "2n-clx"
6308       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6309   comparisons:
6310     - title: "Diff"
6311       reference: 1
6312       compare: 2
6313   legend:
6314     - ""
6315     - "2n-skx, 2n-clx - testbeds and NICs tested."
6316     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6317
6318 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6319 - type: "table"
6320   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6321   algorithm: "table_comparison"
6322   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6323   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6324   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6325   columns:
6326     - title: "3n-skx"
6327       data-set: "vpp-compare-topologies-mrr-ref"
6328     - title: "2n-skx"
6329       data-set: "vpp-compare-topologies-mrr-cmp"
6330   comparisons:
6331     - title: "Diff"
6332       reference: 1
6333       compare: 2
6334   legend:
6335     - ""
6336     - "3n-skx, 2n-skx - topologies tested."
6337     - "Diff - difference between 3n-skx and 2n-skx topologies."
6338
6339 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6340 - type: "table"
6341   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6342   algorithm: "table_comparison"
6343   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6344   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6345   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6346   columns:
6347     - title: "3n-skx"
6348       data-set: "vpp-compare-topologies-mrr-ref"
6349     - title: "2n-skx"
6350       data-set: "vpp-compare-topologies-mrr-cmp"
6351   comparisons:
6352     - title: "Diff"
6353       reference: 1
6354       compare: 2
6355   legend:
6356     - ""
6357     - "3n-skx, 2n-skx - topologies tested."
6358     - "Diff - difference between 3n-skx and 2n-skx topologies."
6359
6360 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6361 - type: "table"
6362   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6363   algorithm: "table_comparison"
6364   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6365   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6366   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6367   columns:
6368     - title: "3n-skx"
6369       data-set: "vpp-compare-topologies-mrr-ref"
6370     - title: "2n-skx"
6371       data-set: "vpp-compare-topologies-mrr-cmp"
6372   comparisons:
6373     - title: "Diff"
6374       reference: 1
6375       compare: 2
6376   legend:
6377     - ""
6378     - "3n-skx, 2n-skx - topologies tested."
6379     - "Diff - difference between 3n-skx and 2n-skx topologies."
6380
6381 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6382 - type: "table"
6383   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6384   algorithm: "table_comparison"
6385   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6386   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6387   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6388   columns:
6389     - title: "3n-hsw xl710"
6390       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6391       tag: "NIC_Intel-XL710"
6392     - title: "2n-clx xxv710"
6393       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6394       tag: "NIC_Intel-XXV710"
6395   comparisons:
6396     - title: "Diff"
6397       reference: 1
6398       compare: 2
6399   legend:
6400     - ""
6401     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6402     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6403
6404 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6405 - type: "table"
6406   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6407   algorithm: "table_comparison"
6408   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6409   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6410   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6411   columns:
6412     - title: "3n-hsw xl710"
6413       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6414       tag: "NIC_Intel-XL710"
6415     - title: "2n-clx xxv710"
6416       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6417       tag: "NIC_Intel-XXV710"
6418   comparisons:
6419     - title: "Diff"
6420       reference: 1
6421       compare: 2
6422   legend:
6423     - ""
6424     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6425     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6426
6427 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6428 - type: "table"
6429   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6430   algorithm: "table_comparison"
6431   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6432   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6433   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6434   columns:
6435     - title: "3n-hsw xl710"
6436       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6437       tag: "NIC_Intel-XL710"
6438     - title: "2n-clx xxv710"
6439       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6440       tag: "NIC_Intel-XXV710"
6441   comparisons:
6442     - title: "Diff"
6443       reference: 1
6444       compare: 2
6445   legend:
6446     - ""
6447     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6448     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6449
6450 # Detailed Test Results - VPP Performance Results 3n-hsw
6451 - type: "table"
6452   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6453   algorithm: "table_merged_details"
6454   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6455   columns:
6456     - title: " |prein| Test Name |preout| "
6457       data: "data name"
6458     - 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| "
6459       data: "data msg"
6460   data: "vpp-perf-results-3n-hsw"
6461   filter: "all"
6462   parameters:
6463   - "name"
6464   - "parent"
6465   - "msg"
6466
6467 # Detailed Test Results - VPP Performance Results 3n-skx
6468 - type: "table"
6469   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6470   algorithm: "table_merged_details"
6471   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6472   columns:
6473     - title: " |prein| Test Name |preout| "
6474       data: "data name"
6475     - 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| "
6476       data: "data msg"
6477   data: "vpp-perf-results-3n-skx"
6478   filter: "all"
6479   remove-ndr: False
6480   parameters:
6481   - "name"
6482   - "parent"
6483   - "msg"
6484
6485 # Detailed Test Results - VPP Performance Results 2n-skx
6486 - type: "table"
6487   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6488   algorithm: "table_merged_details"
6489   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6490   columns:
6491     - title: " |prein| Test Name |preout| "
6492       data: "data name"
6493     - 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| "
6494       data: "data msg"
6495   data: "vpp-perf-results-2n-skx"
6496   filter: "all"
6497   remove-ndr: False
6498   parameters:
6499   - "name"
6500   - "parent"
6501   - "msg"
6502
6503 # Detailed Test Results - VPP Performance Results 2n-zn2
6504 - type: "table"
6505   title: "Detailed Test Results - VPP Performance Results 2n-zn2"
6506   algorithm: "table_merged_details"
6507   output-file: "{DIR[DTR,PERF,VPP,2N,ZN2]}/"
6508   columns:
6509     - title: " |prein| Test Name |preout| "
6510       data: "data name"
6511     - 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| "
6512       data: "data msg"
6513   data: "vpp-perf-results-2n-zn2"
6514   filter: "all"
6515   remove-ndr: False
6516   parameters:
6517   - "name"
6518   - "parent"
6519   - "msg"
6520
6521 # Detailed Test Results - VPP Performance Results 2n-clx
6522 - type: "table"
6523   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6524   algorithm: "table_merged_details"
6525   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
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-2n-clx"
6532   filter: "all"
6533   parameters:
6534   - "name"
6535   - "parent"
6536   - "msg"
6537
6538 # Detailed Test Results - VPP Performance Results 3n-tsh
6539 - type: "table"
6540   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6541   algorithm: "table_merged_details"
6542   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
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-tsh"
6549   filter: "all"
6550   parameters:
6551   - "name"
6552   - "parent"
6553   - "msg"
6554
6555 # Detailed Test Results - VPP Performance Results 2n-tx2
6556 - type: "table"
6557   title: "Detailed Test Results - VPP Performance Results 2n-tx2"
6558   algorithm: "table_merged_details"
6559   output-file: "{DIR[DTR,PERF,VPP,2N,TX2]}/"
6560   columns:
6561     - title: " |prein| Test Name |preout| "
6562       data: "data name"
6563     - 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| "
6564       data: "data msg"
6565   data: "vpp-perf-results-2n-tx2"
6566   filter: "all"
6567   parameters:
6568   - "name"
6569   - "parent"
6570   - "msg"
6571
6572 # Detailed Test Results - VPP Performance Results 3n-dnv
6573 - type: "table"
6574   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6575   algorithm: "table_merged_details"
6576   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6577   columns:
6578     - title: " |prein| Test Name |preout| "
6579       data: "data name"
6580     - 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| "
6581       data: "data msg"
6582   data: "vpp-perf-results-3n-dnv"
6583   filter: "all"
6584   parameters:
6585   - "name"
6586   - "parent"
6587   - "msg"
6588
6589 # Detailed Test Results - VPP Performance Results 2n-dnv
6590 - type: "table"
6591   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6592   algorithm: "table_merged_details"
6593   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6594   columns:
6595     - title: " |prein| Test Name |preout| "
6596       data: "data name"
6597     - 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| "
6598       data: "data msg"
6599   data: "vpp-perf-results-2n-dnv"
6600   filter: "all"
6601   parameters:
6602   - "name"
6603   - "parent"
6604   - "msg"
6605
6606 # Test configuration - VPP Performance Test Configs 3n-hsw
6607 - type: "table"
6608   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6609   algorithm: "table_merged_details"
6610   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6611   columns:
6612     - title: " |prein| Test Name |preout| "
6613       data: "data name"
6614     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6615       data: "data conf-history"
6616   data: "vpp-perf-results-3n-hsw"
6617   filter: "all"
6618   parameters:
6619   - "parent"
6620   - "name"
6621   - "conf-history"
6622
6623 # Test configuration - VPP Performance Test Configs 3n-skx
6624 - type: "table"
6625   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6626   algorithm: "table_merged_details"
6627   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6628   columns:
6629     - title: " |prein| Test Name |preout| "
6630       data: "data name"
6631     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6632       data: "data conf-history"
6633   data: "vpp-perf-results-3n-skx"
6634   filter: "all"
6635   parameters:
6636   - "parent"
6637   - "name"
6638   - "conf-history"
6639
6640 # Test configuration - VPP Performance Test Configs 2n-skx
6641 - type: "table"
6642   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6643   algorithm: "table_merged_details"
6644   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6645   columns:
6646     - title: " |prein| Test Name |preout| "
6647       data: "data name"
6648     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6649       data: "data conf-history"
6650   data: "vpp-perf-results-2n-skx"
6651   filter: "all"
6652   parameters:
6653   - "parent"
6654   - "name"
6655   - "conf-history"
6656
6657 # Test configuration - VPP Performance Test Configs 2n-zn2
6658 - type: "table"
6659   title: "Test configuration - VPP Performance Test Configs 2n-zn2"
6660   algorithm: "table_merged_details"
6661   output-file: "{DIR[DTC,PERF,VPP,2N,ZN2]}/"
6662   columns:
6663     - title: " |prein| Test Name |preout| "
6664       data: "data name"
6665     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6666       data: "data conf-history"
6667   data: "vpp-perf-results-2n-zn2"
6668   filter: "all"
6669   parameters:
6670   - "parent"
6671   - "name"
6672   - "conf-history"
6673
6674 # Test configuration - VPP Performance Test Configs 2n-clx
6675 - type: "table"
6676   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6677   algorithm: "table_merged_details"
6678   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6679   columns:
6680     - title: " |prein| Test Name |preout| "
6681       data: "data name"
6682     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6683       data: "data conf-history"
6684   data: "vpp-perf-results-2n-clx"
6685   filter: "all"
6686   parameters:
6687   - "parent"
6688   - "name"
6689   - "conf-history"
6690
6691 # Test configuration - VPP Performance Test Configs 3n-tsh
6692 - type: "table"
6693   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6694   algorithm: "table_merged_details"
6695   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6696   columns:
6697     - title: " |prein| Test Name |preout| "
6698       data: "data name"
6699     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6700       data: "data conf-history"
6701   data: "vpp-perf-results-3n-tsh"
6702   filter: "all"
6703   parameters:
6704   - "parent"
6705   - "name"
6706   - "conf-history"
6707
6708 # Test configuration - VPP Performance Test Configs 2n-tx2
6709 - type: "table"
6710   title: "Test configuration - VPP Performance Test Configs 2n-tx2"
6711   algorithm: "table_merged_details"
6712   output-file: "{DIR[DTC,PERF,VPP,2N,TX2]}/"
6713   columns:
6714     - title: " |prein| Test Name |preout| "
6715       data: "data name"
6716     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6717       data: "data conf-history"
6718   data: "vpp-perf-results-2n-tx2"
6719   filter: "all"
6720   parameters:
6721   - "parent"
6722   - "name"
6723   - "conf-history"
6724
6725 # Test configuration - VPP Performance Test Configs 3n-dnv
6726 - type: "table"
6727   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6728   algorithm: "table_merged_details"
6729   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6730   columns:
6731     - title: " |prein| Test Name |preout| "
6732       data: "data name"
6733     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6734       data: "data conf-history"
6735   data: "vpp-perf-results-3n-dnv"
6736   filter: "all"
6737   parameters:
6738   - "parent"
6739   - "name"
6740   - "conf-history"
6741
6742 # Test configuration - VPP Performance Test Configs 2n-dnv
6743 - type: "table"
6744   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6745   algorithm: "table_merged_details"
6746   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6747   columns:
6748     - title: " |prein| Test Name |preout| "
6749       data: "data name"
6750     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6751       data: "data conf-history"
6752   data: "vpp-perf-results-2n-dnv"
6753   filter: "all"
6754   parameters:
6755   - "parent"
6756   - "name"
6757   - "conf-history"
6758
6759 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6760 - type: "table"
6761   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6762   algorithm: "table_oper_data_html"
6763   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6764   data: "vpp-perf-results-3n-hsw"
6765   filter: "all"
6766
6767 # Test Operational Data - VPP Performance Operational Data 3n-skx
6768 - type: "table"
6769   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6770   algorithm: "table_oper_data_html"
6771   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6772   data: "vpp-perf-results-3n-skx"
6773   filter: "all"
6774
6775 # Test Operational Data - VPP Performance Operational Data 2n-skx
6776 - type: "table"
6777   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6778   algorithm: "table_oper_data_html"
6779   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6780   data: "vpp-perf-results-2n-skx"
6781   filter: "all"
6782
6783 # Test Operational Data - VPP Performance Operational Data 2n-zn2
6784 - type: "table"
6785   title: "Test Operational Data - VPP Performance Operational Data 2n-zn2"
6786   algorithm: "table_oper_data_html"
6787   output-file: "{DIR[DTO,PERF,VPP,2N,ZN2]}/"
6788   data: "vpp-perf-results-2n-zn2"
6789   filter: "all"
6790
6791 # Test Operational Data - VPP Performance Operational Data 2n-clx
6792 - type: "table"
6793   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6794   algorithm: "table_oper_data_html"
6795   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6796   data: "vpp-perf-results-2n-clx"
6797   filter: "all"
6798
6799 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6800 - type: "table"
6801   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6802   algorithm: "table_oper_data_html"
6803   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6804   data: "vpp-perf-results-3n-tsh"
6805   filter: "all"
6806
6807 # Test Operational Data - VPP Performance Operational Data 2n-tx2
6808 - type: "table"
6809   title: "Test Operational Data - VPP Performance Operational Data 2n-tx2"
6810   algorithm: "table_oper_data_html"
6811   output-file: "{DIR[DTO,PERF,VPP,2N,TX2]}/"
6812   data: "vpp-perf-results-2n-tx2"
6813   filter: "all"
6814
6815 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6816 - type: "table"
6817   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6818   algorithm: "table_oper_data_html"
6819   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6820   data: "vpp-perf-results-3n-dnv"
6821   filter: "all"
6822
6823 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6824 - type: "table"
6825   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6826   algorithm: "table_oper_data_html"
6827   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6828   data: "vpp-perf-results-2n-dnv"
6829   filter: "all"
6830
6831 # Detailed Test Results - VPP MRR Results 3n-hsw
6832 - type: "table"
6833   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6834   algorithm: "table_merged_details"
6835   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6836   columns:
6837     - title: " |prein| Test Name |preout| "
6838       data: "data name"
6839     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6840       data: "data msg"
6841   data: "vpp-mrr-results-3n-hsw"
6842   filter: "all"
6843   parameters:
6844   - "name"
6845   - "parent"
6846   - "msg"
6847
6848 # Detailed Test Results - VPP MRR Results 3n-skx
6849 - type: "table"
6850   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6851   algorithm: "table_merged_details"
6852   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6853   columns:
6854     - title: " |prein| Test Name |preout| "
6855       data: "data name"
6856     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6857       data: "data msg"
6858   data: "vpp-mrr-results-3n-skx"
6859   filter: "all"
6860   parameters:
6861   - "name"
6862   - "parent"
6863   - "msg"
6864
6865 # Detailed Test Results - VPP MRR Results 2n-skx
6866 - type: "table"
6867   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6868   algorithm: "table_merged_details"
6869   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6870   columns:
6871     - title: " |prein| Test Name |preout| "
6872       data: "data name"
6873     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6874       data: "data msg"
6875   data: "vpp-mrr-results-2n-skx"
6876   filter: "all"
6877   parameters:
6878   - "name"
6879   - "parent"
6880   - "msg"
6881
6882 # Detailed Test Results - VPP MRR Results 2n-zn2
6883 - type: "table"
6884   title: "Detailed Test Results - VPP MRR Results 2n-zn2"
6885   algorithm: "table_merged_details"
6886   output-file: "{DIR[DTR,MRR,VPP,2N,ZN2]}/"
6887   columns:
6888     - title: " |prein| Test Name |preout| "
6889       data: "data name"
6890     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6891       data: "data msg"
6892   data: "vpp-mrr-results-2n-zn2"
6893   filter: "all"
6894   parameters:
6895   - "name"
6896   - "parent"
6897   - "msg"
6898
6899 # Detailed Test Results - VPP MRR Results 2n-clx
6900 - type: "table"
6901   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6902   algorithm: "table_merged_details"
6903   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6904   columns:
6905     - title: " |prein| Test Name |preout| "
6906       data: "data name"
6907     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6908       data: "data msg"
6909   data: "vpp-mrr-results-2n-clx"
6910   filter: "all"
6911   parameters:
6912   - "name"
6913   - "parent"
6914   - "msg"
6915
6916 # Detailed Test Results - VPP MRR Results 3n-tsh
6917 - type: "table"
6918   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6919   algorithm: "table_merged_details"
6920   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6921   columns:
6922     - title: " |prein| Test Name |preout| "
6923       data: "data name"
6924     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6925       data: "data msg"
6926   data: "vpp-mrr-results-3n-tsh"
6927   filter: "all"
6928   parameters:
6929   - "name"
6930   - "parent"
6931   - "msg"
6932
6933 # Detailed Test Results - VPP MRR Results 2n-tx2
6934 - type: "table"
6935   title: "Detailed Test Results - VPP MRR Results 2n-tx2"
6936   algorithm: "table_merged_details"
6937   output-file: "{DIR[DTR,MRR,VPP,2N,TX2]}/"
6938   columns:
6939     - title: " |prein| Test Name |preout| "
6940       data: "data name"
6941     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6942       data: "data msg"
6943   data: "vpp-mrr-results-2n-tx2"
6944   filter: "all"
6945   parameters:
6946   - "name"
6947   - "parent"
6948   - "msg"
6949
6950 # Detailed Test Results - VPP MRR Results 3n-dnv
6951 - type: "table"
6952   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6953   algorithm: "table_merged_details"
6954   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6955   columns:
6956     - title: " |prein| Test Name |preout| "
6957       data: "data name"
6958     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6959       data: "data msg"
6960   data: "vpp-mrr-results-3n-dnv"
6961   filter: "all"
6962   parameters:
6963   - "name"
6964   - "parent"
6965   - "msg"
6966
6967 # Detailed Test Results - VPP MRR Results 2n-dnv
6968 - type: "table"
6969   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6970   algorithm: "table_merged_details"
6971   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6972   columns:
6973     - title: " |prein| Test Name |preout| "
6974       data: "data name"
6975     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6976       data: "data msg"
6977   data: "vpp-mrr-results-2n-dnv"
6978   filter: "all"
6979   parameters:
6980   - "name"
6981   - "parent"
6982   - "msg"
6983
6984 # Test configuration - VPP MRR Test Configs 3n-hsw
6985 - type: "table"
6986   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6987   algorithm: "table_merged_details"
6988   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6989   columns:
6990     - title: " |prein| Test Name |preout| "
6991       data: "data name"
6992     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6993       data: "data conf-history"
6994   data: "vpp-mrr-results-3n-hsw"
6995   filter: "all"
6996   parameters:
6997   - "parent"
6998   - "name"
6999   - "conf-history"
7000
7001 # Test configuration - VPP MRR Test Configs 3n-skx
7002 - type: "table"
7003   title: "Test configuration - VPP MRR Test Configs 3n-skx"
7004   algorithm: "table_merged_details"
7005   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
7006   columns:
7007     - title: " |prein| Test Name |preout| "
7008       data: "data name"
7009     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7010       data: "data conf-history"
7011   data: "vpp-mrr-results-3n-skx"
7012   filter: "all"
7013   parameters:
7014   - "parent"
7015   - "name"
7016   - "conf-history"
7017
7018 # Test configuration - VPP MRR Test Configs 2n-skx
7019 - type: "table"
7020   title: "Test configuration - VPP MRR Test Configs 2n-skx"
7021   algorithm: "table_merged_details"
7022   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
7023   columns:
7024     - title: " |prein| Test Name |preout| "
7025       data: "data name"
7026     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7027       data: "data conf-history"
7028   data: "vpp-mrr-results-2n-skx"
7029   filter: "all"
7030   parameters:
7031   - "parent"
7032   - "name"
7033   - "conf-history"
7034
7035 # Test configuration - VPP MRR Test Configs 2n-zn2
7036 - type: "table"
7037   title: "Test configuration - VPP MRR Test Configs 2n-zn2"
7038   algorithm: "table_merged_details"
7039   output-file: "{DIR[DTC,MRR,VPP,2N,ZN2]}/"
7040   columns:
7041     - title: " |prein| Test Name |preout| "
7042       data: "data name"
7043     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7044       data: "data conf-history"
7045   data: "vpp-mrr-results-2n-zn2"
7046   filter: "all"
7047   parameters:
7048   - "parent"
7049   - "name"
7050   - "conf-history"
7051
7052 # Test configuration - VPP MRR Test Configs 2n-clx
7053 - type: "table"
7054   title: "Test configuration - VPP MRR Test Configs 2n-clx"
7055   algorithm: "table_merged_details"
7056   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
7057   columns:
7058     - title: " |prein| Test Name |preout| "
7059       data: "data name"
7060     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7061       data: "data conf-history"
7062   data: "vpp-mrr-results-2n-clx"
7063   filter: "all"
7064   parameters:
7065   - "parent"
7066   - "name"
7067   - "conf-history"
7068
7069 # Test configuration - VPP MRR Test Configs 3n-tsh
7070 - type: "table"
7071   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
7072   algorithm: "table_merged_details"
7073   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
7074   columns:
7075     - title: " |prein| Test Name |preout| "
7076       data: "data name"
7077     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7078       data: "data conf-history"
7079   data: "vpp-mrr-results-3n-tsh"
7080   filter: "all"
7081   parameters:
7082   - "parent"
7083   - "name"
7084   - "conf-history"
7085
7086 # Test configuration - VPP MRR Test Configs 2n-tx2
7087 - type: "table"
7088   title: "Test configuration - VPP MRR Test Configs 2n-tx2"
7089   algorithm: "table_merged_details"
7090   output-file: "{DIR[DTC,MRR,VPP,2N,TX2]}/"
7091   columns:
7092     - title: " |prein| Test Name |preout| "
7093       data: "data name"
7094     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7095       data: "data conf-history"
7096   data: "vpp-mrr-results-2n-tx2"
7097   filter: "all"
7098   parameters:
7099   - "parent"
7100   - "name"
7101   - "conf-history"
7102
7103 # Test configuration - VPP MRR Test Configs 3n-dnv
7104 - type: "table"
7105   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
7106   algorithm: "table_merged_details"
7107   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
7108   columns:
7109     - title: " |prein| Test Name |preout| "
7110       data: "data name"
7111     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7112       data: "data conf-history"
7113   data: "vpp-mrr-results-3n-dnv"
7114   filter: "all"
7115   parameters:
7116   - "parent"
7117   - "name"
7118   - "conf-history"
7119
7120 # Test configuration - VPP MRR Test Configs 2n-dnv
7121 - type: "table"
7122   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
7123   algorithm: "table_merged_details"
7124   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
7125   columns:
7126     - title: " |prein| Test Name |preout| "
7127       data: "data name"
7128     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7129       data: "data conf-history"
7130   data: "vpp-mrr-results-2n-dnv"
7131   filter: "all"
7132   parameters:
7133   - "parent"
7134   - "name"
7135   - "conf-history"
7136
7137 # Detailed Test Results - VPP Device Results - Ubuntu
7138 - type: "table"
7139   title: "Detailed Test Results - VPP Device Results - Ubuntu"
7140   algorithm: "table_merged_details"
7141   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
7142   columns:
7143     - title: " |prein| Test Name |preout| "
7144       data: "data name"
7145     - title: " |prein| Status |preout| "
7146       data: "data status"
7147   data: "vpp-device-results-ubuntu"
7148   filter: "all"
7149   parameters:
7150   - "name"
7151   - "parent"
7152   - "doc"
7153   - "status"
7154
7155 # Test configuration - VPP Device Test Configs - Ubuntu
7156 - type: "table"
7157   title: "Test configuration - VPP Device Test Configs - Ubuntu"
7158   algorithm: "table_merged_details"
7159   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
7160   columns:
7161     - title: " |prein| Test Name |preout| "
7162       data: "data name"
7163     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7164       data: "data conf-history"
7165   data: "vpp-device-results-ubuntu"
7166   filter: "all"
7167   parameters:
7168   - "parent"
7169   - "name"
7170   - "conf-history"
7171
7172 ################################################################################
7173
7174 # DPDK Performance Changes 3n-hsw 1t1c pdr
7175 - type: "table"
7176   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
7177   algorithm: "table_comparison"
7178   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
7179   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7180   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7181   columns:
7182     - title: "2005"
7183       data-set: "dpdk-performance-changes-3n-hsw-h1"
7184     - title: "2009"
7185       data-set: "dpdk-performance-changes-3n-hsw-ref"
7186     - title: "2101"
7187       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7188   comparisons:
7189     - title: "Diff"
7190       reference: 2
7191       compare: 3
7192   legend:
7193     - ""
7194     - "2005, 2009, 2101 - DPDK versions tested."
7195     - "Diff - difference between 2009 and 2101 DPDK version."
7196
7197 # DPDK Performance Changes 3n-hsw 2t2c pdr
7198 - type: "table"
7199   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
7200   algorithm: "table_comparison"
7201   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
7202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7203   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7204   columns:
7205     - title: "2005"
7206       data-set: "dpdk-performance-changes-3n-hsw-h1"
7207     - title: "2009"
7208       data-set: "dpdk-performance-changes-3n-hsw-ref"
7209     - title: "2101"
7210       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7211   comparisons:
7212     - title: "Diff"
7213       reference: 2
7214       compare: 3
7215   legend:
7216     - ""
7217     - "2005, 2009, 2101 - DPDK versions tested."
7218     - "Diff - difference between 2009 and 2101 DPDK version."
7219
7220 # DPDK Performance Changes 3n-hsw 1t1c pdr
7221 - type: "table"
7222   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
7223   algorithm: "table_comparison"
7224   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
7225   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7226   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7227   columns:
7228     - title: "2005"
7229       data-set: "dpdk-performance-changes-3n-hsw-h1"
7230     - title: "2009"
7231       data-set: "dpdk-performance-changes-3n-hsw-ref"
7232     - title: "2101"
7233       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7234   comparisons:
7235     - title: "Diff"
7236       reference: 2
7237       compare: 3
7238   legend:
7239     - ""
7240     - "2005, 2009, 2101 - DPDK versions tested."
7241     - "Diff - difference between 2009 and 2101 DPDK version."
7242
7243 # DPDK Performance Changes 3n-hsw 2t2c ndr
7244 - type: "table"
7245   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
7246   algorithm: "table_comparison"
7247   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
7248   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7249   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7250   columns:
7251     - title: "2005"
7252       data-set: "dpdk-performance-changes-3n-hsw-h1"
7253     - title: "2009"
7254       data-set: "dpdk-performance-changes-3n-hsw-ref"
7255     - title: "2101"
7256       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7257   comparisons:
7258     - title: "Diff"
7259       reference: 2
7260       compare: 3
7261   legend:
7262     - ""
7263     - "2005, 2009, 2101 - DPDK versions tested."
7264     - "Diff - difference between 2009 and 2101 DPDK version."
7265
7266 # DPDK Performance Changes 3n-skx 2t1c pdr
7267 - type: "table"
7268   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
7269   algorithm: "table_comparison"
7270   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
7271   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7272   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7273   columns:
7274     - title: "2005"
7275       data-set: "dpdk-performance-changes-3n-skx-h1"
7276     - title: "2009"
7277       data-set: "dpdk-performance-changes-3n-skx-ref"
7278     - title: "2101"
7279       data-set: "dpdk-performance-changes-3n-skx-cmp"
7280   comparisons:
7281     - title: "Diff"
7282       reference: 2
7283       compare: 3
7284   legend:
7285     - ""
7286     - "2005, 2009, 2101 - DPDK versions tested."
7287     - "Diff - difference between 2009 and 2101 DPDK version."
7288
7289 # DPDK Performance Changes 3n-skx 4t2c pdr
7290 - type: "table"
7291   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
7292   algorithm: "table_comparison"
7293   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
7294   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7295   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7296   columns:
7297     - title: "2005"
7298       data-set: "dpdk-performance-changes-3n-skx-h1"
7299     - title: "2009"
7300       data-set: "dpdk-performance-changes-3n-skx-ref"
7301     - title: "2101"
7302       data-set: "dpdk-performance-changes-3n-skx-cmp"
7303   comparisons:
7304     - title: "Diff"
7305       reference: 2
7306       compare: 3
7307   legend:
7308     - ""
7309     - "2005, 2009, 2101 - DPDK versions tested."
7310     - "Diff - difference between 2009 and 2101 DPDK version."
7311
7312 # DPDK Performance Changes 3n-skx 2t1c ndr
7313 - type: "table"
7314   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
7315   algorithm: "table_comparison"
7316   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
7317   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7318   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7319   columns:
7320     - title: "2005"
7321       data-set: "dpdk-performance-changes-3n-skx-h1"
7322     - title: "2009"
7323       data-set: "dpdk-performance-changes-3n-skx-ref"
7324     - title: "2101"
7325       data-set: "dpdk-performance-changes-3n-skx-cmp"
7326   comparisons:
7327     - title: "Diff"
7328       reference: 2
7329       compare: 3
7330   legend:
7331     - ""
7332     - "2005, 2009, 2101 - DPDK versions tested."
7333     - "Diff - difference between 2009 and 2101 DPDK version."
7334
7335 # DPDK Performance Changes 3n-skx 4t2c ndr
7336 - type: "table"
7337   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7338   algorithm: "table_comparison"
7339   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7340   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7341   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7342   columns:
7343     - title: "2005"
7344       data-set: "dpdk-performance-changes-3n-skx-h1"
7345     - title: "2009"
7346       data-set: "dpdk-performance-changes-3n-skx-ref"
7347     - title: "2101"
7348       data-set: "dpdk-performance-changes-3n-skx-cmp"
7349   comparisons:
7350     - title: "Diff"
7351       reference: 2
7352       compare: 3
7353   legend:
7354     - ""
7355     - "2005, 2009, 2101 - DPDK versions tested."
7356     - "Diff - difference between 2009 and 2101 DPDK version."
7357
7358 # DPDK Performance Changes 2n-skx 2t1c pdr
7359 - type: "table"
7360   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7361   algorithm: "table_comparison"
7362   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7363   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7364   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7365   columns:
7366     - title: "2005"
7367       data-set: "dpdk-performance-changes-2n-skx-h1"
7368     - title: "2009"
7369       data-set: "dpdk-performance-changes-2n-skx-ref"
7370     - title: "2101"
7371       data-set: "dpdk-performance-changes-2n-skx-cmp"
7372   comparisons:
7373     - title: "Diff"
7374       reference: 2
7375       compare: 3
7376   legend:
7377     - ""
7378     - "2005, 2009, 2101 - DPDK versions tested."
7379     - "Diff - difference between 2009 and 2101 DPDK version."
7380
7381 # DPDK Performance Changes 2n-skx 4t2c pdr
7382 - type: "table"
7383   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7384   algorithm: "table_comparison"
7385   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7386   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7387   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7388   columns:
7389     - title: "2005"
7390       data-set: "dpdk-performance-changes-2n-skx-h1"
7391     - title: "2009"
7392       data-set: "dpdk-performance-changes-2n-skx-ref"
7393     - title: "2101"
7394       data-set: "dpdk-performance-changes-2n-skx-cmp"
7395   comparisons:
7396     - title: "Diff"
7397       reference: 2
7398       compare: 3
7399   legend:
7400     - ""
7401     - "2005, 2009, 2101 - DPDK versions tested."
7402     - "Diff - difference between 2009 and 2101 DPDK version."
7403
7404 # DPDK Performance Changes 2n-skx 2t1c ndr
7405 - type: "table"
7406   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7407   algorithm: "table_comparison"
7408   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7409   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7410   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7411   columns:
7412     - title: "2005"
7413       data-set: "dpdk-performance-changes-2n-skx-h1"
7414     - title: "2009"
7415       data-set: "dpdk-performance-changes-2n-skx-ref"
7416     - title: "2101"
7417       data-set: "dpdk-performance-changes-2n-skx-cmp"
7418   comparisons:
7419     - title: "Diff"
7420       reference: 2
7421       compare: 3
7422   legend:
7423     - ""
7424     - "2005, 2009, 2101 - DPDK versions tested."
7425     - "Diff - difference between 2009 and 2101 DPDK version."
7426
7427 # DPDK Performance Changes 2n-skx 4t2c ndr
7428 - type: "table"
7429   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7430   algorithm: "table_comparison"
7431   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7432   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7433   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7434   columns:
7435     - title: "2005"
7436       data-set: "dpdk-performance-changes-2n-skx-h1"
7437     - title: "2009"
7438       data-set: "dpdk-performance-changes-2n-skx-ref"
7439     - title: "2101"
7440       data-set: "dpdk-performance-changes-2n-skx-cmp"
7441   comparisons:
7442     - title: "Diff"
7443       reference: 2
7444       compare: 3
7445   legend:
7446     - ""
7447     - "2005, 2009, 2101 - DPDK versions tested."
7448     - "Diff - difference between 2009 and 2101 DPDK version."
7449
7450 # DPDK Performance Changes 2n-clx 2t1c pdr
7451 - type: "table"
7452   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7453   algorithm: "table_comparison"
7454   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7455   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7456   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7457   columns:
7458     - title: "2005"
7459       data-set: "dpdk-performance-changes-2n-clx-h1"
7460     - title: "2009"
7461       data-set: "dpdk-performance-changes-2n-clx-ref"
7462     - title: "2101"
7463       data-set: "dpdk-performance-changes-2n-clx-cmp"
7464   comparisons:
7465     - title: "Diff"
7466       reference: 2
7467       compare: 3
7468   legend:
7469     - ""
7470     - "2005, 2009, 2101 - DPDK versions tested."
7471     - "Diff - difference between 2009 and 2101 DPDK version."
7472
7473 # DPDK Performance Changes 2n-clx 4t2c pdr
7474 - type: "table"
7475   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7476   algorithm: "table_comparison"
7477   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7478   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7479   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7480   columns:
7481     - title: "2005"
7482       data-set: "dpdk-performance-changes-2n-clx-h1"
7483     - title: "2009"
7484       data-set: "dpdk-performance-changes-2n-clx-ref"
7485     - title: "2101"
7486       data-set: "dpdk-performance-changes-2n-clx-cmp"
7487   comparisons:
7488     - title: "Diff"
7489       reference: 2
7490       compare: 3
7491   legend:
7492     - ""
7493     - "2005, 2009, 2101 - DPDK versions tested."
7494     - "Diff - difference between 2009 and 2101 DPDK version."
7495
7496 # DPDK Performance Changes 2n-clx 2t1c ndr
7497 - type: "table"
7498   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7499   algorithm: "table_comparison"
7500   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7501   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7502   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7503   columns:
7504     - title: "2005"
7505       data-set: "dpdk-performance-changes-2n-clx-h1"
7506     - title: "2009"
7507       data-set: "dpdk-performance-changes-2n-clx-ref"
7508     - title: "2101"
7509       data-set: "dpdk-performance-changes-2n-clx-cmp"
7510   comparisons:
7511     - title: "Diff"
7512       reference: 2
7513       compare: 3
7514   legend:
7515     - ""
7516     - "2005, 2009, 2101 - DPDK versions tested."
7517     - "Diff - difference between 2009 and 2101 DPDK version."
7518
7519 # DPDK Performance Changes 2n-clx 4t2c ndr
7520 - type: "table"
7521   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7522   algorithm: "table_comparison"
7523   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7524   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7525   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7526   columns:
7527     - title: "2005"
7528       data-set: "dpdk-performance-changes-2n-clx-h1"
7529     - title: "2009"
7530       data-set: "dpdk-performance-changes-2n-clx-ref"
7531     - title: "2101"
7532       data-set: "dpdk-performance-changes-2n-clx-cmp"
7533   comparisons:
7534     - title: "Diff"
7535       reference: 2
7536       compare: 3
7537   legend:
7538     - ""
7539     - "2005, 2009, 2101 - DPDK versions tested."
7540     - "Diff - difference between 2009 and 2101 DPDK version."
7541
7542 # DPDK Performance Changes 2n-zn2 2t1c pdr
7543 - type: "table"
7544   title: "DPDK Performance Changes 2n-zn2 2t1c pdr"
7545   algorithm: "table_comparison"
7546   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-pdr"
7547   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7548   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7549   columns:
7550 #     - title: "2005"
7551 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
7552     - title: "2009"
7553       data-set: "dpdk-performance-changes-2n-zn2-ref"
7554     - title: "2101"
7555       data-set: "dpdk-performance-changes-2n-zn2-cmp"
7556   comparisons:
7557     - title: "Diff"
7558       reference: 1  # 2
7559       compare: 2  # 3
7560   legend:
7561     - ""
7562     - "2009, 2101 - DPDK versions tested."
7563     - "Diff - difference between 2009 and 2101 DPDK version."
7564
7565 # DPDK Performance Changes 2n-zn2 4t2c pdr
7566 - type: "table"
7567   title: "DPDK Performance Changes 2n-zn2 4t2c pdr"
7568   algorithm: "table_comparison"
7569   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-pdr"
7570   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7571   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7572   columns:
7573 #     - title: "2005"
7574 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
7575     - title: "2009"
7576       data-set: "dpdk-performance-changes-2n-zn2-ref"
7577     - title: "2101"
7578       data-set: "dpdk-performance-changes-2n-zn2-cmp"
7579   comparisons:
7580     - title: "Diff"
7581       reference: 1  # 2
7582       compare: 2  # 3
7583   legend:
7584     - ""
7585     - "2009, 2101 - DPDK versions tested."
7586     - "Diff - difference between 2009 and 2101 DPDK version."
7587
7588 # DPDK Performance Changes 2n-zn2 2t1c ndr
7589 - type: "table"
7590   title: "DPDK Performance Changes 2n-zn2 2t1c ndr"
7591   algorithm: "table_comparison"
7592   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-ndr"
7593   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7594   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7595   columns:
7596 #     - title: "2005"
7597 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
7598     - title: "2009"
7599       data-set: "dpdk-performance-changes-2n-zn2-ref"
7600     - title: "2101"
7601       data-set: "dpdk-performance-changes-2n-zn2-cmp"
7602   comparisons:
7603     - title: "Diff"
7604       reference: 1  # 2
7605       compare: 2  # 3
7606   legend:
7607     - ""
7608     - "2009, 2101 - DPDK versions tested."
7609     - "Diff - difference between 2009 and 2101 DPDK version."
7610
7611 # DPDK Performance Changes 2n-zn2 4t2c ndr
7612 - type: "table"
7613   title: "DPDK Performance Changes 2n-zn2 4t2c ndr"
7614   algorithm: "table_comparison"
7615   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-ndr"
7616   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7617   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7618   columns:
7619 #     - title: "2005"
7620 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
7621     - title: "2009"
7622       data-set: "dpdk-performance-changes-2n-zn2-ref"
7623     - title: "2101"
7624       data-set: "dpdk-performance-changes-2n-zn2-cmp"
7625   comparisons:
7626     - title: "Diff"
7627       reference: 1  # 2
7628       compare: 2  # 3
7629   legend:
7630     - ""
7631     - "2009, 2101 - DPDK versions tested."
7632     - "Diff - difference between 2009 and 2101 DPDK version."
7633
7634 ## DPDK Performance Changes 2n-dnv 1t1c pdr
7635 #- type: "table"
7636 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7637 #  algorithm: "table_comparison"
7638 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7639 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7640 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7641 #  columns:
7642 #    - title: "2001"
7643 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7644 #    - title: "2005"
7645 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7646 #    - title: "2009"
7647 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7648 #  comparisons:
7649 #    - title: "Diff"
7650 #      reference: 2
7651 #      compare: 3
7652 #  legend:
7653 #    - ""
7654 #    - "2001, 2005, 2009 - DPDK versions tested."
7655 #    - "Diff - difference between 2005 and 2009 DPDK version."
7656 #
7657 ## DPDK Performance Changes 2n-dnv 2t2c pdr
7658 #- type: "table"
7659 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7660 #  algorithm: "table_comparison"
7661 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7662 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7663 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7664 #  columns:
7665 #    - title: "2001"
7666 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7667 #    - title: "2005"
7668 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7669 #    - title: "2009"
7670 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7671 #  comparisons:
7672 #    - title: "Diff"
7673 #      reference: 2
7674 #      compare: 3
7675 #  legend:
7676 #    - ""
7677 #    - "2001, 2005, 2009 - DPDK versions tested."
7678 #    - "Diff - difference between 2005 and 2009 DPDK version."
7679 #
7680 ## DPDK Performance Changes 2n-dnv 1t1c ndr
7681 #- type: "table"
7682 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7683 #  algorithm: "table_comparison"
7684 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7685 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7686 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7687 #  columns:
7688 #    - title: "2001"
7689 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7690 #    - title: "2005"
7691 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7692 #    - title: "2009"
7693 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7694 #  comparisons:
7695 #    - title: "Diff"
7696 #      reference: 2
7697 #      compare: 3
7698 #  legend:
7699 #    - ""
7700 #    - "2001, 2005, 2009 - DPDK versions tested."
7701 #    - "Diff - difference between 2005 and 2009 DPDK version."
7702 #
7703 ## DPDK Performance Changes 2n-dnv 2t2c ndr
7704 #- type: "table"
7705 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7706 #  algorithm: "table_comparison"
7707 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7708 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7709 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7710 #  columns:
7711 #    - title: "2001"
7712 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7713 #    - title: "2005"
7714 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7715 #    - title: "2009"
7716 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7717 #  comparisons:
7718 #    - title: "Diff"
7719 #      reference: 2
7720 #      compare: 3
7721 #  legend:
7722 #    - ""
7723 #    - "2001, 2005, 2009 - DPDK versions tested."
7724 #    - "Diff - difference between 2005 and 2009 DPDK version."
7725 #
7726 ## DPDK Performance Changes 3n-dnv 1t1c pdr
7727 #- type: "table"
7728 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7729 #  algorithm: "table_comparison"
7730 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7731 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7732 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7733 #  columns:
7734 #    - title: "2001"
7735 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7736 #    - title: "2005"
7737 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7738 #    - title: "2009"
7739 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7740 #  comparisons:
7741 #    - title: "Diff"
7742 #      reference: 2
7743 #      compare: 3
7744 #  legend:
7745 #    - ""
7746 #    - "2001, 2005, 2009 - DPDK versions tested."
7747 #    - "Diff - difference between 2005 and 2009 DPDK version."
7748 #
7749 ## DPDK Performance Changes 3n-dnv 2t2c pdr
7750 #- type: "table"
7751 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7752 #  algorithm: "table_comparison"
7753 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7754 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7755 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7756 #  columns:
7757 #    - title: "2001"
7758 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7759 #    - title: "2005"
7760 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7761 #    - title: "2009"
7762 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7763 #  comparisons:
7764 #    - title: "Diff"
7765 #      reference: 2
7766 #      compare: 3
7767 #  legend:
7768 #    - ""
7769 #    - "2001, 2005, 2009 - DPDK versions tested."
7770 #    - "Diff - difference between 2005 and 2009 DPDK version."
7771 #
7772 ## DPDK Performance Changes 3n-dnv 1t1c ndr
7773 #- type: "table"
7774 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7775 #  algorithm: "table_comparison"
7776 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7777 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7778 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7779 #  columns:
7780 #    - title: "2001"
7781 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7782 #    - title: "2005"
7783 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7784 #    - title: "2009"
7785 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7786 #  comparisons:
7787 #    - title: "Diff"
7788 #      reference: 2
7789 #      compare: 3
7790 #  legend:
7791 #    - ""
7792 #    - "2001, 2005, 2009 - DPDK versions tested."
7793 #    - "Diff - difference between 2005 and 2009 DPDK version."
7794 #
7795 ## DPDK Performance Changes 3n-dnv 2t2c ndr
7796 #- type: "table"
7797 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7798 #  algorithm: "table_comparison"
7799 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7800 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7801 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7802 #  columns:
7803 #    - title: "2001"
7804 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7805 #    - title: "2005"
7806 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7807 #    - title: "2009"
7808 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7809 #  comparisons:
7810 #    - title: "Diff"
7811 #      reference: 2
7812 #      compare: 3
7813 #  legend:
7814 #    - ""
7815 #    - "2001, 2005, 2009 - DPDK versions tested."
7816 #    - "Diff - difference between 2005 and 2009 DPDK version."
7817
7818 # DPDK Performance Changes 3n-tsh 1t1c pdr
7819 - type: "table"
7820   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7821   algorithm: "table_comparison"
7822   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7823   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7824   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7825   columns:
7826     - title: "2005"
7827       data-set: "dpdk-performance-changes-3n-tsh-h1"
7828     - title: "2009"
7829       data-set: "dpdk-performance-changes-3n-tsh-ref"
7830     - title: "2101"
7831       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7832   comparisons:
7833     - title: "Diff"
7834       reference: 2
7835       compare: 3
7836   legend:
7837     - ""
7838     - "2005, 2009, 2101 - DPDK versions tested."
7839     - "Diff - difference between 2009 and 2101 DPDK version."
7840
7841 # DPDK Performance Changes 3n-tsh 2t2c pdr
7842 - type: "table"
7843   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7844   algorithm: "table_comparison"
7845   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7846   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7847   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7848   columns:
7849     - title: "2005"
7850       data-set: "dpdk-performance-changes-3n-tsh-h1"
7851     - title: "2009"
7852       data-set: "dpdk-performance-changes-3n-tsh-ref"
7853     - title: "2101"
7854       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7855   comparisons:
7856     - title: "Diff"
7857       reference: 2
7858       compare: 3
7859   legend:
7860     - ""
7861     - "2005, 2009, 2101 - DPDK versions tested."
7862     - "Diff - difference between 2009 and 2101 DPDK version."
7863
7864 # DPDK Performance Changes 3n-tsh 1t1c ndr
7865 - type: "table"
7866   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7867   algorithm: "table_comparison"
7868   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7869   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7870   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7871   columns:
7872     - title: "2005"
7873       data-set: "dpdk-performance-changes-3n-tsh-h1"
7874     - title: "2009"
7875       data-set: "dpdk-performance-changes-3n-tsh-ref"
7876     - title: "2101"
7877       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7878   comparisons:
7879     - title: "Diff"
7880       reference: 2
7881       compare: 3
7882   legend:
7883     - ""
7884     - "2005, 2009, 2101 - DPDK versions tested."
7885     - "Diff - difference between 2009 and 2101 DPDK version."
7886
7887 # DPDK Performance Changes 3n-tsh 2t2c ndr
7888 - type: "table"
7889   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7890   algorithm: "table_comparison"
7891   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7892   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7893   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7894   columns:
7895     - title: "2005"
7896       data-set: "dpdk-performance-changes-3n-tsh-h1"
7897     - title: "2009"
7898       data-set: "dpdk-performance-changes-3n-tsh-ref"
7899     - title: "2101"
7900       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7901   comparisons:
7902     - title: "Diff"
7903       reference: 2
7904       compare: 3
7905   legend:
7906     - ""
7907     - "2005, 2009, 2101 - DPDK versions tested."
7908     - "Diff - difference between 2009 and 2101 DPDK version."
7909
7910 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7911 - type: "table"
7912   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7913   algorithm: "table_comparison"
7914   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7916   filter: "'NIC_Intel-X710'"
7917   columns:
7918     - title: "3n-hsw x710"
7919       data-set: "dpdk-compare-testbeds-ref"
7920     - title: "3n-skx x710"
7921       data-set: "dpdk-compare-testbeds-cmp"
7922   comparisons:
7923     - title: "Diff"
7924       reference: 1
7925       compare: 2
7926   legend:
7927     - ""
7928     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7929     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7930
7931 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7932 - type: "table"
7933   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7934   algorithm: "table_comparison"
7935   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7936   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7937   filter: "'NIC_Intel-X710'"
7938   columns:
7939     - title: "3n-hsw x710"
7940       data-set: "dpdk-compare-testbeds-ref"
7941     - title: "3n-skx x710"
7942       data-set: "dpdk-compare-testbeds-cmp"
7943   comparisons:
7944     - title: "Diff"
7945       reference: 1
7946       compare: 2
7947   legend:
7948     - ""
7949     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7950     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7951
7952 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7953 - type: "table"
7954   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7955   algorithm: "table_comparison"
7956   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7957   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7958   filter: "'NIC_Intel-XXV710'"
7959   columns:
7960     - title: "2n-skx"
7961       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7962     - title: "2n-clx"
7963       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7964   comparisons:
7965     - title: "Diff"
7966       reference: 1
7967       compare: 2
7968   legend:
7969     - ""
7970     - "2n-skx, 2n-clx - testbeds and NICs tested."
7971     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7972
7973 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7974 - type: "table"
7975   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7976   algorithm: "table_comparison"
7977   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7978   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7979   filter: "'NIC_Intel-XXV710'"
7980   columns:
7981     - title: "2n-skx"
7982       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7983     - title: "2n-clx"
7984       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7985   comparisons:
7986     - title: "Diff"
7987       reference: 1
7988       compare: 2
7989   legend:
7990     - ""
7991     - "2n-skx, 2n-clx - testbeds and NICs tested."
7992     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7993
7994 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7995 - type: "table"
7996   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7997   algorithm: "table_comparison"
7998   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7999   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8000   filter: "'NIC_Intel-XXV710'"
8001   columns:
8002     - title: "3n-skx"
8003       data-set: "dpdk-compare-topologies-ref"
8004     - title: "2n-skx"
8005       data-set: "dpdk-compare-topologies-cmp"
8006   comparisons:
8007     - title: "Diff"
8008       reference: 1
8009       compare: 2
8010   legend:
8011     - ""
8012     - "3n-skx, 2n-skx - topologies tested."
8013     - "Diff - difference between 3n-skx and 2n-skx topologies."
8014
8015 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
8016 - type: "table"
8017   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
8018   algorithm: "table_comparison"
8019   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
8020   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8021   filter: "'NIC_Intel-XXV710'"
8022   columns:
8023     - title: "3n-skx"
8024       data-set: "dpdk-compare-topologies-ref"
8025     - title: "2n-skx"
8026       data-set: "dpdk-compare-topologies-cmp"
8027   comparisons:
8028     - title: "Diff"
8029       reference: 1
8030       compare: 2
8031   legend:
8032     - ""
8033     - "3n-skx, 2n-skx - topologies tested."
8034     - "Diff - difference between 3n-skx and 2n-skx topologies."
8035
8036 # Detailed Test Results - DPDK Performance Results 3n-hsw
8037 - type: "table"
8038   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
8039   algorithm: "table_merged_details"
8040   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
8041   columns:
8042     - title: " |prein| Test Name |preout| "
8043       data: "data name"
8044     - 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| "
8045       data: "data msg"
8046   data: "dpdk-perf-results-3n-hsw"
8047   filter: "all"
8048   parameters:
8049   - "name"
8050   - "parent"
8051   - "msg"
8052
8053 # Detailed Test Results - DPDK Performance Results 3n-skx
8054 - type: "table"
8055   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
8056   algorithm: "table_merged_details"
8057   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
8058   columns:
8059     - title: " |prein| Test Name |preout| "
8060       data: "data name"
8061     - 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| "
8062       data: "data msg"
8063   data: "dpdk-perf-results-3n-skx"
8064   filter: "all"
8065   remove-ndr: False
8066   parameters:
8067   - "name"
8068   - "parent"
8069   - "msg"
8070
8071 # Detailed Test Results - DPDK Performance Results 2n-skx
8072 - type: "table"
8073   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
8074   algorithm: "table_merged_details"
8075   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
8076   columns:
8077     - title: " |prein| Test Name |preout| "
8078       data: "data name"
8079     - 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| "
8080       data: "data msg"
8081   data: "dpdk-perf-results-2n-skx"
8082   filter: "all"
8083   remove-ndr: False
8084   parameters:
8085   - "name"
8086   - "parent"
8087   - "msg"
8088
8089 # Detailed Test Results - DPDK Performance Results 2n-zn2
8090 - type: "table"
8091   title: "Detailed Test Results - DPDK Performance Results 2n-zn2"
8092   algorithm: "table_merged_details"
8093   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_zn2"
8094   columns:
8095     - title: " |prein| Test Name |preout| "
8096       data: "data name"
8097     - 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| "
8098       data: "data msg"
8099   data: "dpdk-perf-results-2n-zn2"
8100   filter: "all"
8101   remove-ndr: False
8102   parameters:
8103   - "name"
8104   - "parent"
8105   - "msg"
8106
8107 # Detailed Test Results - DPDK Performance Results 2n-clx
8108 - type: "table"
8109   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
8110   algorithm: "table_merged_details"
8111   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
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-2n-clx"
8118   filter: "all"
8119   parameters:
8120   - "name"
8121   - "parent"
8122   - "msg"
8123
8124 ## Detailed Test Results - DPDK Performance Results 2n-dnv
8125 #- type: "table"
8126 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
8127 #  algorithm: "table_merged_details"
8128 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
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-2n-dnv"
8135 #  filter: "all"
8136 #  parameters:
8137 #  - "name"
8138 #  - "parent"
8139 #  - "msg"
8140 #
8141 ## Detailed Test Results - DPDK Performance Results 3n-dnv
8142 #- type: "table"
8143 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
8144 #  algorithm: "table_merged_details"
8145 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
8146 #  columns:
8147 #    - title: " |prein| Test Name |preout| "
8148 #      data: "data name"
8149 #    - 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| "
8150 #      data: "data msg"
8151 #  data: "dpdk-perf-results-3n-dnv"
8152 #  filter: "all"
8153 #  parameters:
8154 #  - "name"
8155 #  - "parent"
8156 #  - "msg"
8157
8158 # Detailed Test Results - DPDK Performance Results 3n-tsh
8159 - type: "table"
8160   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
8161   algorithm: "table_merged_details"
8162   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
8163   columns:
8164     - title: " |prein| Test Name |preout| "
8165       data: "data name"
8166     - 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| "
8167       data: "data msg"
8168   data: "dpdk-perf-results-3n-tsh"
8169   filter: "all"
8170   parameters:
8171   - "name"
8172   - "parent"
8173   - "msg"
8174
8175 # Detailed Test Results - DPDK Performance Results 2n-tx2
8176 - type: "table"
8177   title: "Detailed Test Results - DPDK Performance Results 2n-tx2"
8178   algorithm: "table_merged_details"
8179   output-file: "{DIR[DTR,PERF,DPDK,2N,TX2]}/dpdk_performance_results_2n_tx2"
8180   columns:
8181     - title: " |prein| Test Name |preout| "
8182       data: "data name"
8183     - 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| "
8184       data: "data msg"
8185   data: "dpdk-perf-results-2n-tx2"
8186   filter: "all"
8187   parameters:
8188   - "name"
8189   - "parent"
8190   - "msg"
8191
8192 ################################################################################
8193 ###                                F I L E S                                 ###
8194 ################################################################################
8195
8196 # VPP Performance Results
8197 - type: "file"
8198   title: "VPP Performance Results"
8199   algorithm: "file_details_split"
8200   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
8201   dir-tables:
8202     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
8203     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
8204     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
8205     - "{DIR[DTR,PERF,VPP,2N,ZN2]}"
8206     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
8207     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
8208     - "{DIR[DTR,PERF,VPP,2N,TX2]}"
8209     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
8210     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
8211   data:
8212     - "vpp-perf-results-2n-skx"
8213     - "vpp-perf-results-3n-skx"
8214     - "vpp-perf-results-2n-clx"
8215     - "vpp-perf-results-2n-zn2"
8216     - "vpp-perf-results-3n-hsw"
8217     - "vpp-perf-results-3n-tsh"
8218     - "vpp-perf-results-2n-tx2"
8219     - "vpp-perf-results-2n-dnv"
8220     - "vpp-perf-results-3n-dnv"
8221   filter: "all"
8222   data-start-level: 4
8223   order-chapters:
8224     level-1:
8225       - "l2"
8226       - "ip4"
8227       - "ip6"
8228       - "srv6"
8229       - "ip4_tunnels"
8230       - "ip6_tunnels"
8231       - "vm_vhost"
8232       - "container_memif"
8233       - "crypto"
8234       - "vts"
8235       - "lb"
8236       - "nfv_density"
8237       - "hoststack"
8238     level-2:
8239       - "2n-skx"
8240       - "3n-skx"
8241       - "2n-clx"
8242       - "2n-zn2"
8243       - "3n-hsw"
8244       - "3n-tsh"
8245       - "2n-tx2"
8246       - "2n-dnv"
8247       - "3n-dnv"
8248     level-3:
8249       - "xl710"
8250       - "x520"
8251       - "xxv710"
8252       - "x710"
8253       - "x553"
8254       - "cx556a"
8255       - "vic1227"
8256       - "vic1385"
8257
8258 # VPP Performance Configuration
8259 - type: "file"
8260   title: "VPP Performance Configuration"
8261   algorithm: "file_details_split"
8262   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
8263   dir-tables:
8264     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
8265     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
8266     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
8267     - "{DIR[DTC,PERF,VPP,2N,ZN2]}"
8268     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
8269     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
8270     - "{DIR[DTC,PERF,VPP,2N,TX2]}"
8271     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
8272     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
8273   data:
8274     - "vpp-perf-results-2n-skx"
8275     - "vpp-perf-results-3n-skx"
8276     - "vpp-perf-results-2n-clx"
8277     - "vpp-perf-results-2n-zn2"
8278     - "vpp-perf-results-3n-hsw"
8279     - "vpp-perf-results-3n-tsh"
8280     - "vpp-perf-results-2n-tx2"
8281     - "vpp-perf-results-2n-dnv"
8282     - "vpp-perf-results-3n-dnv"
8283   filter: "all"
8284   data-start-level: 4
8285   order-chapters:
8286     level-1:
8287       - "l2"
8288       - "ip4"
8289       - "ip6"
8290       - "srv6"
8291       - "ip4_tunnels"
8292       - "ip6_tunnels"
8293       - "vm_vhost"
8294       - "container_memif"
8295       - "crypto"
8296       - "vts"
8297       - "lb"
8298       - "nfv_density"
8299       - "hoststack"
8300     level-2:
8301       - "2n-skx"
8302       - "3n-skx"
8303       - "2n-clx"
8304       - "2n-zn2"
8305       - "3n-hsw"
8306       - "3n-tsh"
8307       - "2n-tx2"
8308       - "2n-dnv"
8309       - "3n-dnv"
8310     level-3:
8311       - "xl710"
8312       - "x520"
8313       - "xxv710"
8314       - "x710"
8315       - "x553"
8316       - "cx556a"
8317       - "vic1227"
8318       - "vic1385"
8319
8320 # VPP Performance Operational
8321 - type: "file"
8322   title: "VPP Performance Operational"
8323   algorithm: "file_details_split_html"
8324   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
8325   dir-tables:
8326     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
8327     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
8328     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
8329     - "{DIR[DTO,PERF,VPP,2N,ZN2]}"
8330     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
8331     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
8332     - "{DIR[DTO,PERF,VPP,2N,TX2]}"
8333     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
8334     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
8335   data:
8336     - "vpp-perf-results-2n-skx"
8337     - "vpp-perf-results-3n-skx"
8338     - "vpp-perf-results-2n-clx"
8339     - "vpp-perf-results-2n-zn2"
8340     - "vpp-perf-results-3n-hsw"
8341     - "vpp-perf-results-3n-tsh"
8342     - "vpp-perf-results-2n-tx2"
8343     - "vpp-perf-results-2n-dnv"
8344     - "vpp-perf-results-3n-dnv"
8345   filter: "all"
8346   data-start-level: 4
8347   order-chapters:
8348     level-1:
8349       - "l2"
8350       - "ip4"
8351       - "ip6"
8352       - "srv6"
8353       - "ip4_tunnels"
8354       - "ip6_tunnels"
8355       - "vm_vhost"
8356       - "container_memif"
8357       - "crypto"
8358       - "vts"
8359       - "lb"
8360       - "nfv_density"
8361       - "hoststack"
8362     level-2:
8363       - "2n-skx"
8364       - "3n-skx"
8365       - "2n-clx"
8366       - "2n-zn2"
8367       - "3n-hsw"
8368       - "3n-tsh"
8369       - "2n-tx2"
8370       - "2n-dnv"
8371       - "3n-dnv"
8372     level-3:
8373       - "xl710"
8374       - "x520"
8375       - "xxv710"
8376       - "x710"
8377       - "x553"
8378       - "cx556a"
8379       - "vic1227"
8380       - "vic1385"
8381
8382 # VPP MRR Results
8383 - type: "file"
8384   title: "VPP MRR Results"
8385   algorithm: "file_details_split"
8386   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
8387   dir-tables:
8388     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
8389     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
8390     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
8391     - "{DIR[DTR,MRR,VPP,2N,ZN2]}"
8392     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
8393     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
8394     - "{DIR[DTR,MRR,VPP,2N,TX2]}"
8395     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
8396     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
8397   data:
8398     - "vpp-mrr-results-2n-skx"
8399     - "vpp-mrr-results-3n-skx"
8400     - "vpp-mrr-results-2n-clx"
8401     - "vpp-mrr-results-2n-zn2"
8402     - "vpp-mrr-results-3n-hsw"
8403     - "vpp-mrr-results-3n-tsh"
8404     - "vpp-mrr-results-2n-tx2"
8405     - "vpp-mrr-results-2n-dnv"
8406     - "vpp-mrr-results-3n-dnv"
8407   filter: "all"
8408   data-start-level: 4
8409   order-chapters:
8410     level-1:
8411       - "l2"
8412       - "ip4"
8413       - "ip6"
8414       - "srv6"
8415       - "ip4_tunnels"
8416       - "ip6_tunnels"
8417       - "vm_vhost"
8418       - "container_memif"
8419       - "crypto"
8420       - "vts"
8421       - "lb"
8422       - "nfv_density"
8423       - "hoststack"
8424     level-2:
8425       - "2n-skx"
8426       - "3n-skx"
8427       - "2n-clx"
8428       - "2n-zn2"
8429       - "3n-hsw"
8430       - "3n-tsh"
8431       - "2n-tx2"
8432       - "2n-dnv"
8433       - "3n-dnv"
8434     level-3:
8435       - "xl710"
8436       - "x520"
8437       - "xxv710"
8438       - "x710"
8439       - "x553"
8440       - "cx556a"
8441       - "vic1227"
8442       - "vic1385"
8443
8444 # VPP MRR Configuration
8445 - type: "file"
8446   title: "VPP MRR Configuration"
8447   algorithm: "file_details_split"
8448   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
8449   dir-tables:
8450     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
8451     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
8452     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
8453     - "{DIR[DTC,MRR,VPP,2N,ZN2]}"
8454     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
8455     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
8456     - "{DIR[DTC,MRR,VPP,2N,TX2]}"
8457     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
8458     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
8459   data:
8460     - "vpp-mrr-results-2n-skx"
8461     - "vpp-mrr-results-3n-skx"
8462     - "vpp-mrr-results-2n-clx"
8463     - "vpp-mrr-results-2n-zn2"
8464     - "vpp-mrr-results-3n-hsw"
8465     - "vpp-mrr-results-3n-tsh"
8466     - "vpp-mrr-results-2n-tx2"
8467     - "vpp-mrr-results-2n-dnv"
8468     - "vpp-mrr-results-3n-dnv"
8469   filter: "all"
8470   data-start-level: 4
8471   order-chapters:
8472     level-1:
8473       - "l2"
8474       - "ip4"
8475       - "ip6"
8476       - "srv6"
8477       - "ip4_tunnels"
8478       - "ip6_tunnels"
8479       - "vm_vhost"
8480       - "container_memif"
8481       - "crypto"
8482       - "vts"
8483       - "lb"
8484       - "nfv_density"
8485       - "hoststack"
8486     level-2:
8487       - "2n-skx"
8488       - "3n-skx"
8489       - "2n-clx"
8490       - "2n-zn2"
8491       - "3n-hsw"
8492       - "3n-tsh"
8493       - "2n-tx2"
8494       - "2n-dnv"
8495       - "3n-dnv"
8496     level-3:
8497       - "xl710"
8498       - "x520"
8499       - "xxv710"
8500       - "x710"
8501       - "x553"
8502       - "cx556a"
8503       - "vic1227"
8504       - "vic1385"
8505
8506 # VPP Device Results - Ubuntu
8507 - type: "file"
8508   title: "VPP Device Results - Ubuntu"
8509   algorithm: "file_test_results"
8510   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8511   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8512   data: "vpp-device-results-ubuntu"
8513   filter: "all"
8514   data-start-level: 4
8515
8516 # VPP Device Configuration - Ubuntu
8517 - type: "file"
8518   title: "VPP Device Configuration - Ubuntu"
8519   algorithm: "file_test_results"
8520   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8521   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8522   data: "vpp-device-results-ubuntu"
8523   filter: "all"
8524   data-start-level: 4
8525
8526 # DPDK Performance Results 3n-hsw
8527 - type: "file"
8528   title: "DPDK Performance Results 3n-hsw"
8529   algorithm: "file_test_results"
8530   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8531   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8532   data: "dpdk-perf-results-3n-hsw"
8533   filter: "all"
8534   data-start-level: 4
8535
8536 # DPDK Performance Results 3n-skx
8537 - type: "file"
8538   title: "DPDK Performance Results 3n-skx"
8539   algorithm: "file_test_results"
8540   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8541   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8542   data: "dpdk-perf-results-3n-skx"
8543   filter: "all"
8544   data-start-level: 4
8545
8546 # DPDK Performance Results 2n-skx
8547 - type: "file"
8548   title: "DPDK Performance Results 2n-skx"
8549   algorithm: "file_test_results"
8550   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8551   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8552   data: "dpdk-perf-results-2n-skx"
8553   filter: "all"
8554   data-start-level: 4
8555
8556 # DPDK Performance Results 2n-zn2
8557 - type: "file"
8558   title: "DPDK Performance Results 2n-zn2"
8559   algorithm: "file_test_results"
8560   output-file: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
8561   dir-tables: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
8562   data: "dpdk-perf-results-2n-zn2"
8563   filter: "all"
8564   data-start-level: 4
8565
8566 # DPDK Performance Results 2n-clx
8567 - type: "file"
8568   title: "DPDK Performance Results 2n-clx"
8569   algorithm: "file_test_results"
8570   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8571   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8572   data: "dpdk-perf-results-2n-clx"
8573   filter: "all"
8574   data-start-level: 4
8575
8576 ## DPDK Performance Results 2n-dnv
8577 #- type: "file"
8578 #  title: "DPDK Performance Results 2n-dnv"
8579 #  algorithm: "file_test_results"
8580 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8581 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8582 #  data: "dpdk-perf-results-2n-dnv"
8583 #  filter: "all"
8584 #  data-start-level: 4
8585 #
8586 ## DPDK Performance Results 3n-dnv
8587 #- type: "file"
8588 #  title: "DPDK Performance Results 3n-dnv"
8589 #  algorithm: "file_test_results"
8590 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8591 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8592 #  data: "dpdk-perf-results-3n-dnv"
8593 #  filter: "all"
8594 #  data-start-level: 4
8595
8596 # DPDK Performance Results 3n-tsh
8597 - type: "file"
8598   title: "DPDK Performance Results 3n-tsh"
8599   algorithm: "file_test_results"
8600   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8601   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8602   data: "dpdk-perf-results-3n-tsh"
8603   filter: "all"
8604   data-start-level: 4
8605
8606 # DPDK Performance Results 2n-tx2
8607 - type: "file"
8608   title: "DPDK Performance Results 2n-tx2"
8609   algorithm: "file_test_results"
8610   output-file: "{DIR[DTR,PERF,DPDK,2N,TX2]}"
8611   dir-tables: "{DIR[DTR,PERF,DPDK,2N,TX2]}"
8612   data: "dpdk-perf-results-2n-tx2"
8613   filter: "all"
8614   data-start-level: 4
8615
8616 ################################################################################
8617 ###                                P L O T S                                 ###
8618 ################################################################################
8619
8620 # Hoststack tests 3n-hsw
8621
8622 - type: "plot"
8623   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8624   algorithm: "plot_perf_box_name"
8625   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8626   data: "plot-vpp-hoststack-3n-hsw"
8627   include:
8628     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8629     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8630   layout:
8631     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8632     layout: "plot-hoststack"
8633
8634 - type: "plot"
8635   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8636   algorithm: "plot_perf_box_name"
8637   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8638   data: "plot-vpp-hoststack-3n-hsw"
8639   include:
8640     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8641     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8642   layout:
8643     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8644     layout: "plot-hoststack"
8645
8646 - type: "plot"
8647   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8648   algorithm: "plot_perf_box_name"
8649   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8650   data: "plot-vpp-hoststack-3n-hsw"
8651   include:
8652     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8653     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8654     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8655     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8656   layout:
8657     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8658     layout: "plot-hoststack"
8659
8660 ################################################################################
8661
8662 # Soak Test (PLRsearch), boxes - 2n-clx
8663 - type: "plot"
8664   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8665   algorithm: "plot_perf_box_name"
8666   output-file-type: ".html"
8667   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8668   data: "plot-vpp-soak-2n-clx"
8669   include:
8670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8676   layout:
8677     title: "30 Minutes Soak Test (PLRsearch)"
8678     layout: "plot-soak-throughput"
8679
8680 # Soak Test (PLRsearch), boxes - 2n-clx
8681 - type: "plot"
8682   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8683   algorithm: "plot_perf_box_name"
8684   output-file-type: ".html"
8685   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8686   data: "plot-vpp-soak-2n-clx"
8687   include:
8688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8690     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8691     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8692     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8693     - "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"
8694   layout:
8695     title: "30 Minutes Soak Test (PLRsearch)"
8696     layout: "plot-soak-throughput"
8697
8698 # Soak Test (PLRsearch), boxes - 2n-skx
8699 - type: "plot"
8700   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8701   algorithm: "plot_perf_box_name"
8702   output-file-type: ".html"
8703   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8704   data: "plot-vpp-soak-2n-skx"
8705   include:
8706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8712   layout:
8713     title: "30 Minutes Soak Test (PLRsearch)"
8714     layout: "plot-soak-throughput"
8715
8716 # Soak Test (PLRsearch), boxes - 2n-skx
8717 - type: "plot"
8718   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8719   algorithm: "plot_perf_box_name"
8720   output-file-type: ".html"
8721   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8722   data: "plot-vpp-soak-2n-skx"
8723   include:
8724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8726     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8728     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8729     - "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"
8730   layout:
8731     title: "30 Minutes Soak Test (PLRsearch)"
8732     layout: "plot-soak-throughput"
8733
8734 ###############################################################################
8735
8736 # Reconf tests 2n-skx
8737
8738 - type: "plot"
8739   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8740   algorithm: "plot_nf_reconf_box_name"
8741   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8742   data: "plot-vpp-nfv-reconf-2n-skx"
8743   include:
8744     - "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"
8745     - "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"
8746     - "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"
8747     - "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"
8748     - "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"
8749     - "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"
8750   layout:
8751     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8752     layout: "plot-throughput"
8753
8754 - type: "plot"
8755   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8756   algorithm: "plot_nf_reconf_box_name"
8757   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8758   data: "plot-vpp-nfv-reconf-2n-skx"
8759   include:
8760     - "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"
8761     - "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"
8762     - "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"
8763     - "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"
8764     - "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"
8765     - "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"
8766   layout:
8767     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8768     layout: "plot-throughput"
8769
8770 - type: "plot"
8771   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8772   algorithm: "plot_nf_reconf_box_name"
8773   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8774   data: "plot-vpp-nfv-reconf-2n-skx"
8775   include:
8776     - "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"
8777     - "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"
8778     - "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"
8779     - "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"
8780     - "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"
8781     - "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"
8782   layout:
8783     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8784     layout: "plot-throughput"
8785
8786 ###############################################################################
8787
8788 # Reconf tests 2n-clx
8789
8790 - type: "plot"
8791   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8792   algorithm: "plot_nf_reconf_box_name"
8793   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8794   data: "plot-vpp-nfv-reconf-2n-clx"
8795   include:
8796     - "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"
8797     - "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"
8798     - "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"
8799     - "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"
8800   layout:
8801     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8802     layout: "plot-throughput"
8803
8804 - type: "plot"
8805   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8806   algorithm: "plot_nf_reconf_box_name"
8807   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8808   data: "plot-vpp-nfv-reconf-2n-clx"
8809   include:
8810     - "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"
8811     - "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"
8812     - "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"
8813     - "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"
8814   layout:
8815     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8816     layout: "plot-throughput"
8817
8818 - type: "plot"
8819   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8820   algorithm: "plot_nf_reconf_box_name"
8821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8822   data: "plot-vpp-nfv-reconf-2n-clx"
8823   include:
8824     - "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"
8825     - "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"
8826     - "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"
8827     - "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"
8828   layout:
8829     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8830     layout: "plot-throughput"
8831
8832 ###############################################################################
8833
8834 # Reconf tests 3n-hsw
8835
8836 - type: "plot"
8837   title: "Effective Blocked Time: 3n-hsw-xl710-64b-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
8838   algorithm: "plot_nf_reconf_box_name"
8839   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
8840   data: "plot-vpp-ipsec-reconf-3n-hsw"
8841   include:
8842     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8843     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8846   layout:
8847     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
8848     layout: "plot-throughput"
8849
8850 - type: "plot"
8851   title: "Effective Blocked Time: 3n-hsw-xl710-64b-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
8852   algorithm: "plot_nf_reconf_box_name"
8853   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
8854   data: "plot-vpp-ipsec-reconf-3n-hsw"
8855   include:
8856     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8860   layout:
8861     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
8862     layout: "plot-throughput"
8863
8864 - type: "plot"
8865   title: "Effective Blocked Time: 3n-hsw-xl710-64b-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
8866   algorithm: "plot_nf_reconf_box_name"
8867   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
8868   data: "plot-vpp-ipsec-reconf-3n-hsw"
8869   include:
8870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8874   layout:
8875     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
8876     layout: "plot-throughput"
8877
8878 - type: "plot"
8879   title: "Effective Blocked Time: 3n-hsw-xl710-64b-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
8880   algorithm: "plot_nf_reconf_box_name"
8881   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
8882   data: "plot-vpp-ipsec-reconf-3n-hsw"
8883   include:
8884     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8885     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8887     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8888   layout:
8889     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
8890     layout: "plot-throughput"
8891
8892 - type: "plot"
8893   title: "Effective Blocked Time: 3n-hsw-xl710-64b-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
8894   algorithm: "plot_nf_reconf_box_name"
8895   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
8896   data: "plot-vpp-ipsec-reconf-3n-hsw"
8897   include:
8898     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8899     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8900     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8901     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8902   layout:
8903     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
8904     layout: "plot-throughput"
8905
8906 - type: "plot"
8907   title: "Effective Blocked Time: 3n-hsw-xl710-64b-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
8908   algorithm: "plot_nf_reconf_box_name"
8909   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
8910   data: "plot-vpp-ipsec-reconf-3n-hsw"
8911   include:
8912     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8913     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8914     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8915     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8916   layout:
8917     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
8918     layout: "plot-throughput"
8919
8920 - type: "plot"
8921   title: "Effective Blocked Time: 3n-hsw-xl710-64b-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
8922   algorithm: "plot_nf_reconf_box_name"
8923   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
8924   data: "plot-vpp-ipsec-reconf-3n-hsw"
8925   include:
8926     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8927     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8928     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8929     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8930   layout:
8931     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
8932     layout: "plot-throughput"
8933
8934 - type: "plot"
8935   title: "Effective Blocked Time: 3n-hsw-xl710-64b-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
8936   algorithm: "plot_nf_reconf_box_name"
8937   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
8938   data: "plot-vpp-ipsec-reconf-3n-hsw"
8939   include:
8940     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8941     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8942     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8943     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8944   layout:
8945     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
8946     layout: "plot-throughput"
8947
8948 - type: "plot"
8949   title: "Effective Blocked Time: 3n-hsw-xl710-64b-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
8950   algorithm: "plot_nf_reconf_box_name"
8951   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
8952   data: "plot-vpp-ipsec-reconf-3n-hsw"
8953   include:
8954     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8955     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8956     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8957     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8958   layout:
8959     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
8960     layout: "plot-throughput"
8961
8962 ###############################################################################
8963
8964 # Plots - NF Density - VSC - MRR IMIX
8965 - type: "plot"
8966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8967   algorithm: "plot_nf_heatmap"
8968   output-file-type: ".html"
8969   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8970   data: "plot-vpp-nfv-2n-skx-mrr"
8971   filter: "'NIC_Intel-XXV710' and
8972            'NF_DENSITY' and
8973            'VHOST' and
8974            not 'VXLAN' and
8975            'CHAIN' and
8976            'NF_VPPIP4' and
8977            'IMIX' and
8978            '2T1C' and
8979            'MRR'"
8980   parameters:
8981   - "result"
8982   - "name"
8983   - "tags"
8984   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8985   x-axis: "X = VNFs per Service Chain"
8986   y-axis: "Y = Number of Service Chains"
8987   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8988   layout:
8989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8990     layout: "plot-service-density"
8991
8992 - type: "plot"
8993   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8994   algorithm: "plot_nf_heatmap"
8995   output-file-type: ".html"
8996   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8997   data: "plot-vpp-nfv-2n-skx-mrr"
8998   filter: "'NIC_Intel-XXV710' and
8999            'NF_DENSITY' and
9000            'VHOST' and
9001            not 'VXLAN' and
9002            'CHAIN' and
9003            'NF_VPPIP4' and
9004            'IMIX' and
9005            '4T2C' and
9006            'MRR'"
9007   parameters:
9008   - "result"
9009   - "name"
9010   - "tags"
9011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9012   x-axis: "X = VNFs per Service Chain"
9013   y-axis: "Y = Number of Service Chains"
9014   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9015   layout:
9016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9017     layout: "plot-service-density"
9018
9019 - type: "plot"
9020   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9021   algorithm: "plot_nf_heatmap"
9022   output-file-type: ".html"
9023   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
9024   data: "plot-vpp-nfv-2n-skx-mrr"
9025   filter: "'NIC_Intel-XXV710' and
9026            'NF_DENSITY' and
9027            'VHOST' and
9028            not 'VXLAN' and
9029            'CHAIN' and
9030            'NF_VPPIP4' and
9031            'IMIX' and
9032            '8T4C' and
9033            'MRR'"
9034   parameters:
9035   - "result"
9036   - "name"
9037   - "tags"
9038   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9039   x-axis: "X = VNFs per Service Chain"
9040   y-axis: "Y = Number of Service Chains"
9041   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9042   layout:
9043     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9044     layout: "plot-service-density"
9045
9046 # Plots - NF Density - VSC - NDR IMIX
9047 - type: "plot"
9048   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9049   algorithm: "plot_nf_heatmap"
9050   output-file-type: ".html"
9051   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
9052   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9053   filter: "'NIC_Intel-XXV710' and
9054            'NF_DENSITY' and
9055            'VHOST' and
9056            not 'VXLAN' and
9057            'CHAIN' and
9058            'NF_VPPIP4' and
9059            'IMIX' and
9060            '2T1C' and
9061            'NDRPDR'"
9062   parameters:
9063   - "throughput"
9064   - "name"
9065   - "tags"
9066   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9067   x-axis: "X = VNFs per Service Chain"
9068   y-axis: "Y = Number of Service Chains"
9069   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9070   layout:
9071     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9072     layout: "plot-service-density"
9073
9074 - type: "plot"
9075   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9076   algorithm: "plot_nf_heatmap"
9077   output-file-type: ".html"
9078   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
9079   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9080   filter: "'NIC_Intel-XXV710' and
9081            'NF_DENSITY' and
9082            'VHOST' and
9083            not 'VXLAN' and
9084            'CHAIN' and
9085            'NF_VPPIP4' and
9086            'IMIX' and
9087            '4T2C' and
9088            'NDRPDR'"
9089   parameters:
9090   - "throughput"
9091   - "name"
9092   - "tags"
9093   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9094   x-axis: "X = VNFs per Service Chain"
9095   y-axis: "Y = Number of Service Chains"
9096   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9097   layout:
9098     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9099     layout: "plot-service-density"
9100
9101 - type: "plot"
9102   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9103   algorithm: "plot_nf_heatmap"
9104   output-file-type: ".html"
9105   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
9106   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9107   filter: "'NIC_Intel-XXV710' and
9108            'NF_DENSITY' and
9109            'VHOST' and
9110            not 'VXLAN' and
9111            'CHAIN' and
9112            'NF_VPPIP4' and
9113            'IMIX' and
9114            '8T4C' and
9115            'NDRPDR'"
9116   parameters:
9117   - "throughput"
9118   - "name"
9119   - "tags"
9120   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9121   x-axis: "X = VNFs per Service Chain"
9122   y-axis: "Y = Number of Service Chains"
9123   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9124   layout:
9125     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9126     layout: "plot-service-density"
9127
9128 # Plots - NF Density - VSC - PDR IMIX
9129 - type: "plot"
9130   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9131   algorithm: "plot_nf_heatmap"
9132   output-file-type: ".html"
9133   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
9134   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9135   filter: "'NIC_Intel-XXV710' and
9136            'NF_DENSITY' and
9137            'VHOST' and
9138            not 'VXLAN' and
9139            'CHAIN' and
9140            'NF_VPPIP4' and
9141            'IMIX' and
9142            '2T1C' and
9143            'NDRPDR'"
9144   parameters:
9145   - "throughput"
9146   - "name"
9147   - "tags"
9148   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9149   x-axis: "X = VNFs per Service Chain"
9150   y-axis: "Y = Number of Service Chains"
9151   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9152   layout:
9153     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9154     layout: "plot-service-density"
9155
9156 - type: "plot"
9157   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9158   algorithm: "plot_nf_heatmap"
9159   output-file-type: ".html"
9160   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
9161   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9162   filter: "'NIC_Intel-XXV710' and
9163            'NF_DENSITY' and
9164            'VHOST' and
9165            not 'VXLAN' and
9166            'CHAIN' and
9167            'NF_VPPIP4' and
9168            'IMIX' and
9169            '4T2C' and
9170            'NDRPDR'"
9171   parameters:
9172   - "throughput"
9173   - "name"
9174   - "tags"
9175   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9176   x-axis: "X = VNFs per Service Chain"
9177   y-axis: "Y = Number of Service Chains"
9178   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9179   layout:
9180     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9181     layout: "plot-service-density"
9182
9183 - type: "plot"
9184   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9185   algorithm: "plot_nf_heatmap"
9186   output-file-type: ".html"
9187   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
9188   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9189   filter: "'NIC_Intel-XXV710' and
9190            'NF_DENSITY' and
9191            'VHOST' and
9192            not 'VXLAN' and
9193            'CHAIN' and
9194            'NF_VPPIP4' and
9195            'IMIX' and
9196            '8T4C' and
9197            'NDRPDR'"
9198   parameters:
9199   - "throughput"
9200   - "name"
9201   - "tags"
9202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9203   x-axis: "X = VNFs per Service Chain"
9204   y-axis: "Y = Number of Service Chains"
9205   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9206   layout:
9207     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9208     layout: "plot-service-density"
9209
9210 ###############################################################################
9211
9212 # Plots - NF Density - VSC - MRR IMIX
9213 - type: "plot"
9214   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9215   algorithm: "plot_nf_heatmap"
9216   output-file-type: ".html"
9217   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9218   data: "plot-vpp-nfv-2n-skx-mrr"
9219   filter: "'NIC_Intel-XXV710' and
9220            'NF_DENSITY' and
9221            'VHOST' and
9222            'VXLAN' and
9223            'CHAIN' and
9224            'IMIX' and
9225            '2T1C' and
9226            'MRR'"
9227   parameters:
9228   - "result"
9229   - "name"
9230   - "tags"
9231   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9232   x-axis: "X = VNFs per Service Chain"
9233   y-axis: "Y = Number of Service Chains"
9234   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9235   layout:
9236     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9237     layout: "plot-service-density"
9238
9239 - type: "plot"
9240   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9241   algorithm: "plot_nf_heatmap"
9242   output-file-type: ".html"
9243   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9244   data: "plot-vpp-nfv-2n-skx-mrr"
9245   filter: "'NIC_Intel-XXV710' and
9246            'NF_DENSITY' and
9247            'VHOST' and
9248            'VXLAN' and
9249            'CHAIN' and
9250            'IMIX' and
9251            '4T2C' and
9252            'MRR'"
9253   parameters:
9254   - "result"
9255   - "name"
9256   - "tags"
9257   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9258   x-axis: "X = VNFs per Service Chain"
9259   y-axis: "Y = Number of Service Chains"
9260   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9261   layout:
9262     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9263     layout: "plot-service-density"
9264
9265 - type: "plot"
9266   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9267   algorithm: "plot_nf_heatmap"
9268   output-file-type: ".html"
9269   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9270   data: "plot-vpp-nfv-2n-skx-mrr"
9271   filter: "'NIC_Intel-XXV710' and
9272            'NF_DENSITY' and
9273            'VHOST' and
9274            'VXLAN' and
9275            'CHAIN' and
9276            'IMIX' and
9277            '8T4C' and
9278            'MRR'"
9279   parameters:
9280   - "result"
9281   - "name"
9282   - "tags"
9283   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9284   x-axis: "X = VNFs per Service Chain"
9285   y-axis: "Y = Number of Service Chains"
9286   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9287   layout:
9288     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9289     layout: "plot-service-density"
9290
9291 # Plots - NF Density - VSC - NDR IMIX
9292 - type: "plot"
9293   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9294   algorithm: "plot_nf_heatmap"
9295   output-file-type: ".html"
9296   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9297   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9298   filter: "'NIC_Intel-XXV710' and
9299            'NF_DENSITY' and
9300            'VHOST' and
9301            'VXLAN' and
9302            'CHAIN' and
9303            'IMIX' and
9304            '2T1C' and
9305            'NDRPDR'"
9306   parameters:
9307   - "throughput"
9308   - "name"
9309   - "tags"
9310   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9311   x-axis: "X = VNFs per Service Chain"
9312   y-axis: "Y = Number of Service Chains"
9313   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9314   layout:
9315     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9316     layout: "plot-service-density"
9317
9318 - type: "plot"
9319   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9320   algorithm: "plot_nf_heatmap"
9321   output-file-type: ".html"
9322   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9323   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9324   filter: "'NIC_Intel-XXV710' and
9325            'NF_DENSITY' and
9326            'VHOST' and
9327            'VXLAN' and
9328            'CHAIN' and
9329            'IMIX' and
9330            '4T2C' and
9331            'NDRPDR'"
9332   parameters:
9333   - "throughput"
9334   - "name"
9335   - "tags"
9336   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9337   x-axis: "X = VNFs per Service Chain"
9338   y-axis: "Y = Number of Service Chains"
9339   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9340   layout:
9341     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9342     layout: "plot-service-density"
9343
9344 - type: "plot"
9345   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9346   algorithm: "plot_nf_heatmap"
9347   output-file-type: ".html"
9348   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9349   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9350   filter: "'NIC_Intel-XXV710' and
9351            'NF_DENSITY' and
9352            'VHOST' and
9353            'VXLAN' and
9354            'CHAIN' and
9355            'IMIX' and
9356            '8T4C' and
9357            'NDRPDR'"
9358   parameters:
9359   - "throughput"
9360   - "name"
9361   - "tags"
9362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9363   x-axis: "X = VNFs per Service Chain"
9364   y-axis: "Y = Number of Service Chains"
9365   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9366   layout:
9367     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9368     layout: "plot-service-density"
9369
9370 # Plots - NF Density - VSC - PDR IMIX
9371 - type: "plot"
9372   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9373   algorithm: "plot_nf_heatmap"
9374   output-file-type: ".html"
9375   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9376   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9377   filter: "'NIC_Intel-XXV710' and
9378            'NF_DENSITY' and
9379            'VHOST' and
9380            'VXLAN' and
9381            'CHAIN' and
9382            'IMIX' and
9383            '2T1C' and
9384            'NDRPDR'"
9385   parameters:
9386   - "throughput"
9387   - "name"
9388   - "tags"
9389   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9390   x-axis: "X = VNFs per Service Chain"
9391   y-axis: "Y = Number of Service Chains"
9392   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9393   layout:
9394     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9395     layout: "plot-service-density"
9396
9397 - type: "plot"
9398   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9399   algorithm: "plot_nf_heatmap"
9400   output-file-type: ".html"
9401   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9402   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9403   filter: "'NIC_Intel-XXV710' and
9404            'NF_DENSITY' and
9405            'VHOST' and
9406            'VXLAN' and
9407            'CHAIN' and
9408            'IMIX' and
9409            '4T2C' and
9410            'NDRPDR'"
9411   parameters:
9412   - "throughput"
9413   - "name"
9414   - "tags"
9415   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9416   x-axis: "X = VNFs per Service Chain"
9417   y-axis: "Y = Number of Service Chains"
9418   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9419   layout:
9420     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9421     layout: "plot-service-density"
9422
9423 - type: "plot"
9424   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9425   algorithm: "plot_nf_heatmap"
9426   output-file-type: ".html"
9427   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9428   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9429   filter: "'NIC_Intel-XXV710' and
9430            'NF_DENSITY' and
9431            'VHOST' and
9432            'VXLAN' and
9433            'CHAIN' and
9434            'IMIX' and
9435            '8T4C' and
9436            'NDRPDR'"
9437   parameters:
9438   - "throughput"
9439   - "name"
9440   - "tags"
9441   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9442   x-axis: "X = VNFs per Service Chain"
9443   y-axis: "Y = Number of Service Chains"
9444   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9445   layout:
9446     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9447     layout: "plot-service-density"
9448
9449 ###############################################################################
9450
9451 # Plots - NF Density - CSC - MRR IMIX
9452 - type: "plot"
9453   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9454   algorithm: "plot_nf_heatmap"
9455   output-file-type: ".html"
9456   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
9457   data: "plot-vpp-nfv-2n-skx-mrr"
9458   filter: "'NIC_Intel-XXV710' and
9459            'NF_DENSITY' and
9460            'DOCKER' and
9461            'CHAIN' and
9462            'NF_VPPIP4' and
9463            'IMIX' and
9464            '2T1C' and
9465            'MRR'"
9466   parameters:
9467   - "result"
9468   - "name"
9469   - "tags"
9470   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9471   x-axis: "X = CNFs per Service Chain"
9472   y-axis: "Y = Number of Service Chains"
9473   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9474   layout:
9475     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9476     layout: "plot-service-density"
9477
9478 - type: "plot"
9479   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9480   algorithm: "plot_nf_heatmap"
9481   output-file-type: ".html"
9482   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
9483   data: "plot-vpp-nfv-2n-skx-mrr"
9484   filter: "'NIC_Intel-XXV710' and
9485            'NF_DENSITY' and
9486            'DOCKER' and
9487            'CHAIN' and
9488            'NF_VPPIP4' and
9489            'IMIX' and
9490            '4T2C' and
9491            'MRR'"
9492   parameters:
9493   - "result"
9494   - "name"
9495   - "tags"
9496   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9497   x-axis: "X = CNFs per Service Chain"
9498   y-axis: "Y = Number of Service Chains"
9499   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9500   layout:
9501     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9502     layout: "plot-service-density"
9503
9504 - type: "plot"
9505   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9506   algorithm: "plot_nf_heatmap"
9507   output-file-type: ".html"
9508   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
9509   data: "plot-vpp-nfv-2n-skx-mrr"
9510   filter: "'NIC_Intel-XXV710' and
9511            'NF_DENSITY' and
9512            'DOCKER' and
9513            'CHAIN' and
9514            'NF_VPPIP4' and
9515            'IMIX' and
9516            '8T4C' and
9517            'MRR'"
9518   parameters:
9519   - "result"
9520   - "name"
9521   - "tags"
9522   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9523   x-axis: "X = CNFs per Service Chain"
9524   y-axis: "Y = Number of Service Chains"
9525   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9526   layout:
9527     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9528     layout: "plot-service-density"
9529
9530 # Plots - NF Density - CSC - NDR IMIX
9531 - type: "plot"
9532   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9533   algorithm: "plot_nf_heatmap"
9534   output-file-type: ".html"
9535   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
9536   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9537   filter: "'NIC_Intel-XXV710' and
9538            'NF_DENSITY' and
9539            'DOCKER' and
9540            'CHAIN' and
9541            'NF_VPPIP4' and
9542            'IMIX' and
9543            '2T1C' and
9544            'NDRPDR'"
9545   parameters:
9546   - "throughput"
9547   - "name"
9548   - "tags"
9549   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9550   x-axis: "X = CNFs per Service Chain"
9551   y-axis: "Y = Number of Service Chains"
9552   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9553   layout:
9554     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9555     layout: "plot-service-density"
9556
9557 - type: "plot"
9558   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9559   algorithm: "plot_nf_heatmap"
9560   output-file-type: ".html"
9561   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
9562   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9563   filter: "'NIC_Intel-XXV710' and
9564            'NF_DENSITY' and
9565            'DOCKER' and
9566            'CHAIN' and
9567            'NF_VPPIP4' and
9568            'IMIX' and
9569            '4T2C' and
9570            'NDRPDR'"
9571   parameters:
9572   - "throughput"
9573   - "name"
9574   - "tags"
9575   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9576   x-axis: "X = CNFs per Service Chain"
9577   y-axis: "Y = Number of Service Chains"
9578   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9579   layout:
9580     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9581     layout: "plot-service-density"
9582
9583 - type: "plot"
9584   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9585   algorithm: "plot_nf_heatmap"
9586   output-file-type: ".html"
9587   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
9588   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9589   filter: "'NIC_Intel-XXV710' and
9590            'NF_DENSITY' and
9591            'DOCKER' and
9592            'CHAIN' and
9593            'NF_VPPIP4' and
9594            'IMIX' and
9595            '8T4C' and
9596            'NDRPDR'"
9597   parameters:
9598   - "throughput"
9599   - "name"
9600   - "tags"
9601   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9602   x-axis: "X = CNFs per Service Chain"
9603   y-axis: "Y = Number of Service Chains"
9604   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9605   layout:
9606     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9607     layout: "plot-service-density"
9608
9609 # Plots - NF Density - CSC - PDR IMIX
9610 - type: "plot"
9611   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9612   algorithm: "plot_nf_heatmap"
9613   output-file-type: ".html"
9614   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
9615   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9616   filter: "'NIC_Intel-XXV710' and
9617            'NF_DENSITY' and
9618            'DOCKER' and
9619            'CHAIN' and
9620            'NF_VPPIP4' and
9621            'IMIX' and
9622            '2T1C' and
9623            'NDRPDR'"
9624   parameters:
9625   - "throughput"
9626   - "name"
9627   - "tags"
9628   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9629   x-axis: "X = CNFs per Service Chain"
9630   y-axis: "Y = Number of Service Chains"
9631   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9632   layout:
9633     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9634     layout: "plot-service-density"
9635
9636 - type: "plot"
9637   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9638   algorithm: "plot_nf_heatmap"
9639   output-file-type: ".html"
9640   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
9641   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9642   filter: "'NIC_Intel-XXV710' and
9643            'NF_DENSITY' and
9644            'DOCKER' and
9645            'CHAIN' and
9646            'NF_VPPIP4' and
9647            'IMIX' and
9648            '4T2C' and
9649            'NDRPDR'"
9650   parameters:
9651   - "throughput"
9652   - "name"
9653   - "tags"
9654   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9655   x-axis: "X = CNFs per Service Chain"
9656   y-axis: "Y = Number of Service Chains"
9657   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9658   layout:
9659     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9660     layout: "plot-service-density"
9661
9662 - type: "plot"
9663   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9664   algorithm: "plot_nf_heatmap"
9665   output-file-type: ".html"
9666   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
9667   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9668   filter: "'NIC_Intel-XXV710' and
9669            'NF_DENSITY' and
9670            'DOCKER' and
9671            'CHAIN' and
9672            'NF_VPPIP4' and
9673            'IMIX' and
9674            '8T4C' and
9675            'NDRPDR'"
9676   parameters:
9677   - "throughput"
9678   - "name"
9679   - "tags"
9680   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9681   x-axis: "X = CNFs per Service Chain"
9682   y-axis: "Y = Number of Service Chains"
9683   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9684   layout:
9685     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9686     layout: "plot-service-density"
9687
9688 ################################################################################
9689 #
9690 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9691 #- type: "plot"
9692 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9693 #  algorithm: "plot_nf_heatmap"
9694 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9695 #  data: "plot-vpp-nfv-3n-skx-mrr"
9696 #  filter: "'NIC_Intel-XXV710' and
9697 #           'NF_DENSITY' and
9698 #           'DOCKER' and
9699 #           'CHAIN' and
9700 #           'NF_VPPIP4' and
9701 #           'IPSEC' and
9702 #           'TNL_4' and
9703 #           'IMIX' and
9704 #           '2T1C' and
9705 #           'MRR'"
9706 #  parameters:
9707 #  - "result"
9708 #  - "name"
9709 #  - "tags"
9710 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9711 #  x-axis: "X = CNFs per Service Chain"
9712 #  y-axis: "Y = Number of Service Chains"
9713 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9714 #  layout:
9715 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9716 #    layout: "plot-service-density"
9717 #
9718 #- type: "plot"
9719 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9720 #  algorithm: "plot_nf_heatmap"
9721 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9722 #  data: "plot-vpp-nfv-3n-skx-mrr"
9723 #  filter: "'NIC_Intel-XXV710' and
9724 #           'NF_DENSITY' and
9725 #           'DOCKER' and
9726 #           'CHAIN' and
9727 #           'NF_VPPIP4' and
9728 #           'IPSEC' and
9729 #           'TNL_4' and
9730 #           'IMIX' and
9731 #           '4T2C' and
9732 #           'MRR'"
9733 #  parameters:
9734 #  - "result"
9735 #  - "name"
9736 #  - "tags"
9737 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9738 #  x-axis: "X = CNFs per Service Chain"
9739 #  y-axis: "Y = Number of Service Chains"
9740 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9741 #  layout:
9742 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9743 #    layout: "plot-service-density"
9744 #
9745 #- type: "plot"
9746 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9747 #  algorithm: "plot_nf_heatmap"
9748 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9749 #  data: "plot-vpp-nfv-3n-skx-mrr"
9750 #  filter: "'NIC_Intel-XXV710' and
9751 #           'NF_DENSITY' and
9752 #           'DOCKER' and
9753 #           'CHAIN' and
9754 #           'NF_VPPIP4' and
9755 #           'IPSEC' and
9756 #           'TNL_4' and
9757 #           'IMIX' and
9758 #           '8T4C' and
9759 #           'MRR'"
9760 #  parameters:
9761 #  - "result"
9762 #  - "name"
9763 #  - "tags"
9764 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9765 #  x-axis: "X = CNFs per Service Chain"
9766 #  y-axis: "Y = Number of Service Chains"
9767 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9768 #  layout:
9769 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9770 #    layout: "plot-service-density"
9771
9772 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9773 #- type: "plot"
9774 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9775 #  algorithm: "plot_nf_heatmap"
9776 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9777 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9778 #  filter: "'NIC_Intel-XXV710' and
9779 #           'NF_DENSITY' and
9780 #           'DOCKER' and
9781 #           'CHAIN' and
9782 #           'NF_VPPIP4' and
9783 #           'IPSEC' and
9784 #           'TNL_4' and
9785 #           'IMIX' and
9786 #           '2T1C' and
9787 #           'NDRPDR'"
9788 #  parameters:
9789 #  - "throughput"
9790 #  - "name"
9791 #  - "tags"
9792 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9793 #  x-axis: "X = CNFs per Service Chain"
9794 #  y-axis: "Y = Number of Service Chains"
9795 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9796 #  layout:
9797 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9798 #    layout: "plot-service-density"
9799 #
9800 #- type: "plot"
9801 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9802 #  algorithm: "plot_nf_heatmap"
9803 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9804 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9805 #  filter: "'NIC_Intel-XXV710' and
9806 #           'NF_DENSITY' and
9807 #           'DOCKER' and
9808 #           'CHAIN' and
9809 #           'NF_VPPIP4' and
9810 #           'IPSEC' and
9811 #           'TNL_4' and
9812 #           'IMIX' and
9813 #           '4T2C' and
9814 #           'NDRPDR'"
9815 #  parameters:
9816 #  - "throughput"
9817 #  - "name"
9818 #  - "tags"
9819 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9820 #  x-axis: "X = CNFs per Service Chain"
9821 #  y-axis: "Y = Number of Service Chains"
9822 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9823 #  layout:
9824 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9825 #    layout: "plot-service-density"
9826 #
9827 #- type: "plot"
9828 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9829 #  algorithm: "plot_nf_heatmap"
9830 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9831 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9832 #  filter: "'NIC_Intel-XXV710' and
9833 #           'NF_DENSITY' and
9834 #           'DOCKER' and
9835 #           'CHAIN' and
9836 #           'NF_VPPIP4' and
9837 #           'IPSEC' and
9838 #           'TNL_4' and
9839 #           'IMIX' and
9840 #           '8T4C' and
9841 #           'NDRPDR'"
9842 #  parameters:
9843 #  - "throughput"
9844 #  - "name"
9845 #  - "tags"
9846 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9847 #  x-axis: "X = CNFs per Service Chain"
9848 #  y-axis: "Y = Number of Service Chains"
9849 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9850 #  layout:
9851 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9852 #    layout: "plot-service-density"
9853 #
9854 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9855 #- type: "plot"
9856 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9857 #  algorithm: "plot_nf_heatmap"
9858 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9859 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9860 #  filter: "'NIC_Intel-XXV710' and
9861 #           'NF_DENSITY' and
9862 #           'DOCKER' and
9863 #           'CHAIN' and
9864 #           'NF_VPPIP4' and
9865 #           'IPSEC' and
9866 #           'TNL_4' and
9867 #           'IMIX' and
9868 #           '2T1C' and
9869 #           'NDRPDR'"
9870 #  parameters:
9871 #  - "throughput"
9872 #  - "name"
9873 #  - "tags"
9874 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9875 #  x-axis: "X = CNFs per Service Chain"
9876 #  y-axis: "Y = Number of Service Chains"
9877 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9878 #  layout:
9879 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9880 #    layout: "plot-service-density"
9881 #
9882 #- type: "plot"
9883 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9884 #  algorithm: "plot_nf_heatmap"
9885 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9886 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9887 #  filter: "'NIC_Intel-XXV710' and
9888 #           'NF_DENSITY' and
9889 #           'DOCKER' and
9890 #           'CHAIN' and
9891 #           'NF_VPPIP4' and
9892 #           'IPSEC' and
9893 #           'TNL_4' and
9894 #           'IMIX' and
9895 #           '4T2C' and
9896 #           'NDRPDR'"
9897 #  parameters:
9898 #  - "throughput"
9899 #  - "name"
9900 #  - "tags"
9901 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9902 #  x-axis: "X = CNFs per Service Chain"
9903 #  y-axis: "Y = Number of Service Chains"
9904 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9905 #  layout:
9906 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9907 #    layout: "plot-service-density"
9908 #
9909 #- type: "plot"
9910 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9911 #  algorithm: "plot_nf_heatmap"
9912 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9913 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9914 #  filter: "'NIC_Intel-XXV710' and
9915 #           'NF_DENSITY' and
9916 #           'DOCKER' and
9917 #           'CHAIN' and
9918 #           'NF_VPPIP4' and
9919 #           'IPSEC' and
9920 #           'TNL_4' and
9921 #           'IMIX' and
9922 #           '8T4C' and
9923 #           'NDRPDR'"
9924 #  parameters:
9925 #  - "throughput"
9926 #  - "name"
9927 #  - "tags"
9928 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9929 #  x-axis: "X = CNFs per Service Chain"
9930 #  y-axis: "Y = Number of Service Chains"
9931 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9932 #  layout:
9933 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9934 #    layout: "plot-service-density"
9935
9936 ###############################################################################
9937
9938 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9939 #- type: "plot"
9940 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9941 #  algorithm: "plot_nf_heatmap"
9942 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9943 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9944 #  filter: "'NIC_Intel-XL710' and
9945 #           'NF_DENSITY' and
9946 #           'DOCKER' and
9947 #           'CHAIN' and
9948 #           'NF_VPPIP4' and
9949 #           'IMIX' and
9950 #           'TNL_4' and
9951 #           '1T1C' and
9952 #           'MRR'"
9953 #  parameters:
9954 #  - "result"
9955 #  - "name"
9956 #  - "tags"
9957 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9958 #  x-axis: "X = CNFs per Service Chain"
9959 #  y-axis: "Y = Number of Service Chains"
9960 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9961 #  layout:
9962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9963 #    layout: "plot-service-density"
9964 #
9965 #- type: "plot"
9966 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9967 #  algorithm: "plot_nf_heatmap"
9968 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9969 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9970 #  filter: "'NIC_Intel-XL710' and
9971 #           'NF_DENSITY' and
9972 #           'DOCKER' and
9973 #           'CHAIN' and
9974 #           'NF_VPPIP4' and
9975 #           'IPSEC' and
9976 #           'TNL_4' and
9977 #           'IMIX' and
9978 #           '2T2C' and
9979 #           'MRR'"
9980 #  parameters:
9981 #  - "result"
9982 #  - "name"
9983 #  - "tags"
9984 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9985 #  x-axis: "X = CNFs per Service Chain"
9986 #  y-axis: "Y = Number of Service Chains"
9987 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9988 #  layout:
9989 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9990 #    layout: "plot-service-density"
9991 #
9992 #- type: "plot"
9993 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9994 #  algorithm: "plot_nf_heatmap"
9995 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9996 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9997 #  filter: "'NIC_Intel-XL710' and
9998 #           'NF_DENSITY' and
9999 #           'DOCKER' and
10000 #           'CHAIN' and
10001 #           'NF_VPPIP4' and
10002 #           'IPSEC' and
10003 #           'TNL_4' and
10004 #           'IMIX' and
10005 #           '4T4C' and
10006 #           'MRR'"
10007 #  parameters:
10008 #  - "result"
10009 #  - "name"
10010 #  - "tags"
10011 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10012 #  x-axis: "X = CNFs per Service Chain"
10013 #  y-axis: "Y = Number of Service Chains"
10014 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10015 #  layout:
10016 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10017 #    layout: "plot-service-density"
10018
10019 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
10020 #- type: "plot"
10021 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10022 #  algorithm: "plot_nf_heatmap"
10023 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
10024 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10025 #  filter: "'NIC_Intel-XL710' and
10026 #           'NF_DENSITY' and
10027 #           'DOCKER' and
10028 #           'CHAIN' and
10029 #           'NF_VPPIP4' and
10030 #           'IPSEC' and
10031 #           'TNL_4' and
10032 #           'IMIX' and
10033 #           '1T1C' and
10034 #           'NDRPDR'"
10035 #  parameters:
10036 #  - "throughput"
10037 #  - "name"
10038 #  - "tags"
10039 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10040 #  x-axis: "X = CNFs per Service Chain"
10041 #  y-axis: "Y = Number of Service Chains"
10042 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10043 #  layout:
10044 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10045 #    layout: "plot-service-density"
10046 #
10047 #- type: "plot"
10048 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10049 #  algorithm: "plot_nf_heatmap"
10050 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
10051 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10052 #  filter: "'NIC_Intel-XL710' and
10053 #           'NF_DENSITY' and
10054 #           'DOCKER' and
10055 #           'CHAIN' and
10056 #           'NF_VPPIP4' and
10057 #           'IPSEC' and
10058 #           'TNL_4' and
10059 #           'IMIX' and
10060 #           '2T2C' and
10061 #           'NDRPDR'"
10062 #  parameters:
10063 #  - "throughput"
10064 #  - "name"
10065 #  - "tags"
10066 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10067 #  x-axis: "X = CNFs per Service Chain"
10068 #  y-axis: "Y = Number of Service Chains"
10069 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10070 #  layout:
10071 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10072 #    layout: "plot-service-density"
10073 #
10074 #- type: "plot"
10075 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10076 #  algorithm: "plot_nf_heatmap"
10077 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
10078 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10079 #  filter: "'NIC_Intel-XL710' and
10080 #           'NF_DENSITY' and
10081 #           'DOCKER' and
10082 #           'CHAIN' and
10083 #           'NF_VPPIP4' and
10084 #           'IPSEC' and
10085 #           'TNL_4' and
10086 #           'IMIX' and
10087 #           '4T4C' and
10088 #           'NDRPDR'"
10089 #  parameters:
10090 #  - "throughput"
10091 #  - "name"
10092 #  - "tags"
10093 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10094 #  x-axis: "X = CNFs per Service Chain"
10095 #  y-axis: "Y = Number of Service Chains"
10096 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10097 #  layout:
10098 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10099 #    layout: "plot-service-density"
10100 #
10101 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
10102 #- type: "plot"
10103 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10104 #  algorithm: "plot_nf_heatmap"
10105 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
10106 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10107 #  filter: "'NIC_Intel-XL710' and
10108 #           'NF_DENSITY' and
10109 #           'DOCKER' and
10110 #           'CHAIN' and
10111 #           'NF_VPPIP4' and
10112 #           'IPSEC' and
10113 #           'TNL_4' and
10114 #           'IMIX' and
10115 #           '1T1C' and
10116 #           'NDRPDR'"
10117 #  parameters:
10118 #  - "throughput"
10119 #  - "name"
10120 #  - "tags"
10121 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10122 #  x-axis: "X = CNFs per Service Chain"
10123 #  y-axis: "Y = Number of Service Chains"
10124 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10125 #  layout:
10126 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10127 #    layout: "plot-service-density"
10128 #
10129 #- type: "plot"
10130 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10131 #  algorithm: "plot_nf_heatmap"
10132 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
10133 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10134 #  filter: "'NIC_Intel-XL710' and
10135 #           'NF_DENSITY' and
10136 #           'DOCKER' and
10137 #           'CHAIN' and
10138 #           'NF_VPPIP4' and
10139 #           'IPSEC' and
10140 #           'TNL_4' and
10141 #           'IMIX' and
10142 #           '2T2C' and
10143 #           'NDRPDR'"
10144 #  parameters:
10145 #  - "throughput"
10146 #  - "name"
10147 #  - "tags"
10148 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10149 #  x-axis: "X = CNFs per Service Chain"
10150 #  y-axis: "Y = Number of Service Chains"
10151 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10152 #  layout:
10153 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10154 #    layout: "plot-service-density"
10155 #
10156 #- type: "plot"
10157 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10158 #  algorithm: "plot_nf_heatmap"
10159 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
10160 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10161 #  filter: "'NIC_Intel-XL710' and
10162 #           'NF_DENSITY' and
10163 #           'DOCKER' and
10164 #           'CHAIN' and
10165 #           'NF_VPPIP4' and
10166 #           'IPSEC' and
10167 #           'TNL_4' and
10168 #           'IMIX' and
10169 #           '4T4C' and
10170 #           'NDRPDR'"
10171 #  parameters:
10172 #  - "throughput"
10173 #  - "name"
10174 #  - "tags"
10175 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10176 #  x-axis: "X = CNFs per Service Chain"
10177 #  y-axis: "Y = Number of Service Chains"
10178 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10179 #  layout:
10180 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10181 #    layout: "plot-service-density"
10182
10183 ###############################################################################
10184
10185 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
10186 #- type: "plot"
10187 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10188 #  algorithm: "plot_nf_heatmap"
10189 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
10190 #  data: "plot-vpp-nfv-3n-skx-mrr"
10191 #  filter: "'NIC_Intel-XXV710' and
10192 #           'NF_DENSITY' and
10193 #           'DOCKER' and
10194 #           'CHAIN' and
10195 #           'NF_VPPIP4' and
10196 #           'IPSEC' and
10197 #           'TNL_1000' and
10198 #           'IMIX' and
10199 #           '2T1C' and
10200 #           'MRR'"
10201 #  parameters:
10202 #  - "result"
10203 #  - "name"
10204 #  - "tags"
10205 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10206 #  x-axis: "X = CNFs per Service Chain"
10207 #  y-axis: "Y = Number of Service Chains"
10208 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10209 #  layout:
10210 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10211 #    layout: "plot-service-density"
10212 #
10213 #- type: "plot"
10214 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10215 #  algorithm: "plot_nf_heatmap"
10216 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
10217 #  data: "plot-vpp-nfv-3n-skx-mrr"
10218 #  filter: "'NIC_Intel-XXV710' and
10219 #           'NF_DENSITY' and
10220 #           'DOCKER' and
10221 #           'CHAIN' and
10222 #           'NF_VPPIP4' and
10223 #           'IPSEC' and
10224 #           'TNL_1000' and
10225 #           'IMIX' and
10226 #           '4T2C' and
10227 #           'MRR'"
10228 #  parameters:
10229 #  - "result"
10230 #  - "name"
10231 #  - "tags"
10232 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10233 #  x-axis: "X = CNFs per Service Chain"
10234 #  y-axis: "Y = Number of Service Chains"
10235 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10236 #  layout:
10237 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10238 #    layout: "plot-service-density"
10239 #
10240 #- type: "plot"
10241 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10242 #  algorithm: "plot_nf_heatmap"
10243 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
10244 #  data: "plot-vpp-nfv-3n-skx-mrr"
10245 #  filter: "'NIC_Intel-XXV710' and
10246 #           'NF_DENSITY' and
10247 #           'DOCKER' and
10248 #           'CHAIN' and
10249 #           'NF_VPPIP4' and
10250 #           'IPSEC' and
10251 #           'TNL_1000' and
10252 #           'IMIX' and
10253 #           '8T4C' and
10254 #           'MRR'"
10255 #  parameters:
10256 #  - "result"
10257 #  - "name"
10258 #  - "tags"
10259 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10260 #  x-axis: "X = CNFs per Service Chain"
10261 #  y-axis: "Y = Number of Service Chains"
10262 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10263 #  layout:
10264 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10265 #    layout: "plot-service-density"
10266
10267 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
10268 #- type: "plot"
10269 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10270 #  algorithm: "plot_nf_heatmap"
10271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
10272 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10273 #  filter: "'NIC_Intel-XXV710' and
10274 #           'NF_DENSITY' and
10275 #           'DOCKER' and
10276 #           'CHAIN' and
10277 #           'NF_VPPIP4' and
10278 #           'IPSEC' and
10279 #           'TNL_1000' and
10280 #           'IMIX' and
10281 #           '2T1C' and
10282 #           'NDRPDR'"
10283 #  parameters:
10284 #  - "throughput"
10285 #  - "name"
10286 #  - "tags"
10287 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10288 #  x-axis: "X = CNFs per Service Chain"
10289 #  y-axis: "Y = Number of Service Chains"
10290 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10291 #  layout:
10292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10293 #    layout: "plot-service-density"
10294 #
10295 #- type: "plot"
10296 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10297 #  algorithm: "plot_nf_heatmap"
10298 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
10299 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10300 #  filter: "'NIC_Intel-XXV710' and
10301 #           'NF_DENSITY' and
10302 #           'DOCKER' and
10303 #           'CHAIN' and
10304 #           'NF_VPPIP4' and
10305 #           'IPSEC' and
10306 #           'TNL_1000' and
10307 #           'IMIX' and
10308 #           '4T2C' and
10309 #           'NDRPDR'"
10310 #  parameters:
10311 #  - "throughput"
10312 #  - "name"
10313 #  - "tags"
10314 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10315 #  x-axis: "X = CNFs per Service Chain"
10316 #  y-axis: "Y = Number of Service Chains"
10317 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10318 #  layout:
10319 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10320 #    layout: "plot-service-density"
10321 #
10322 #- type: "plot"
10323 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10324 #  algorithm: "plot_nf_heatmap"
10325 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
10326 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10327 #  filter: "'NIC_Intel-XXV710' and
10328 #           'NF_DENSITY' and
10329 #           'DOCKER' and
10330 #           'CHAIN' and
10331 #           'NF_VPPIP4' and
10332 #           'IPSEC' and
10333 #           'TNL_1000' and
10334 #           'IMIX' and
10335 #           '8T4C' and
10336 #           'NDRPDR'"
10337 #  parameters:
10338 #  - "throughput"
10339 #  - "name"
10340 #  - "tags"
10341 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10342 #  x-axis: "X = CNFs per Service Chain"
10343 #  y-axis: "Y = Number of Service Chains"
10344 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10345 #  layout:
10346 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10347 #    layout: "plot-service-density"
10348 #
10349 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10350 #- type: "plot"
10351 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10352 #  algorithm: "plot_nf_heatmap"
10353 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
10354 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10355 #  filter: "'NIC_Intel-XXV710' and
10356 #           'NF_DENSITY' and
10357 #           'DOCKER' and
10358 #           'CHAIN' and
10359 #           'NF_VPPIP4' and
10360 #           'IPSEC' and
10361 #           'TNL_1000' and
10362 #           'IMIX' and
10363 #           '2T1C' and
10364 #           'NDRPDR'"
10365 #  parameters:
10366 #  - "throughput"
10367 #  - "name"
10368 #  - "tags"
10369 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10370 #  x-axis: "X = CNFs per Service Chain"
10371 #  y-axis: "Y = Number of Service Chains"
10372 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10373 #  layout:
10374 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10375 #    layout: "plot-service-density"
10376 #
10377 #- type: "plot"
10378 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10379 #  algorithm: "plot_nf_heatmap"
10380 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
10381 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10382 #  filter: "'NIC_Intel-XXV710' and
10383 #           'NF_DENSITY' and
10384 #           'DOCKER' and
10385 #           'CHAIN' and
10386 #           'NF_VPPIP4' and
10387 #           'IPSEC' and
10388 #           'TNL_1000' and
10389 #           'IMIX' and
10390 #           '4T2C' and
10391 #           'NDRPDR'"
10392 #  parameters:
10393 #  - "throughput"
10394 #  - "name"
10395 #  - "tags"
10396 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10397 #  x-axis: "X = CNFs per Service Chain"
10398 #  y-axis: "Y = Number of Service Chains"
10399 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10400 #  layout:
10401 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10402 #    layout: "plot-service-density"
10403 #
10404 #- type: "plot"
10405 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10406 #  algorithm: "plot_nf_heatmap"
10407 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
10408 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10409 #  filter: "'NIC_Intel-XXV710' and
10410 #           'NF_DENSITY' and
10411 #           'DOCKER' and
10412 #           'CHAIN' and
10413 #           'NF_VPPIP4' and
10414 #           'IPSEC' and
10415 #           'TNL_1000' and
10416 #           'IMIX' and
10417 #           '8T4C' and
10418 #           'NDRPDR'"
10419 #  parameters:
10420 #  - "throughput"
10421 #  - "name"
10422 #  - "tags"
10423 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10424 #  x-axis: "X = CNFs per Service Chain"
10425 #  y-axis: "Y = Number of Service Chains"
10426 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10427 #  layout:
10428 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10429 #    layout: "plot-service-density"
10430
10431 ###############################################################################
10432
10433 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
10434 #- type: "plot"
10435 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10436 #  algorithm: "plot_nf_heatmap"
10437 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
10438 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10439 #  filter: "'NIC_Intel-XL710' and
10440 #           'NF_DENSITY' and
10441 #           'DOCKER' and
10442 #           'CHAIN' and
10443 #           'NF_VPPIP4' and
10444 #           'IMIX' and
10445 #           'TNL_1000' and
10446 #           '1T1C' and
10447 #           'MRR'"
10448 #  parameters:
10449 #  - "result"
10450 #  - "name"
10451 #  - "tags"
10452 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10453 #  x-axis: "X = CNFs per Service Chain"
10454 #  y-axis: "Y = Number of Service Chains"
10455 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10456 #  layout:
10457 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10458 #    layout: "plot-service-density"
10459 #
10460 #- type: "plot"
10461 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10462 #  algorithm: "plot_nf_heatmap"
10463 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
10464 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10465 #  filter: "'NIC_Intel-XL710' and
10466 #           'NF_DENSITY' and
10467 #           'DOCKER' and
10468 #           'CHAIN' and
10469 #           'NF_VPPIP4' and
10470 #           'IPSEC' and
10471 #           'TNL_1000' and
10472 #           'IMIX' and
10473 #           '2T2C' and
10474 #           'MRR'"
10475 #  parameters:
10476 #  - "result"
10477 #  - "name"
10478 #  - "tags"
10479 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10480 #  x-axis: "X = CNFs per Service Chain"
10481 #  y-axis: "Y = Number of Service Chains"
10482 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10483 #  layout:
10484 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10485 #    layout: "plot-service-density"
10486 #
10487 #- type: "plot"
10488 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10489 #  algorithm: "plot_nf_heatmap"
10490 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
10491 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10492 #  filter: "'NIC_Intel-XL710' and
10493 #           'NF_DENSITY' and
10494 #           'DOCKER' and
10495 #           'CHAIN' and
10496 #           'NF_VPPIP4' and
10497 #           'IPSEC' and
10498 #           'TNL_1000' and
10499 #           'IMIX' and
10500 #           '4T4C' and
10501 #           'MRR'"
10502 #  parameters:
10503 #  - "result"
10504 #  - "name"
10505 #  - "tags"
10506 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10507 #  x-axis: "X = CNFs per Service Chain"
10508 #  y-axis: "Y = Number of Service Chains"
10509 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10510 #  layout:
10511 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10512 #    layout: "plot-service-density"
10513
10514 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
10515 #- type: "plot"
10516 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10517 #  algorithm: "plot_nf_heatmap"
10518 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
10519 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10520 #  filter: "'NIC_Intel-XL710' and
10521 #           'NF_DENSITY' and
10522 #           'DOCKER' and
10523 #           'CHAIN' and
10524 #           'NF_VPPIP4' and
10525 #           'IPSEC' and
10526 #           'TNL_1000' and
10527 #           'IMIX' and
10528 #           '1T1C' and
10529 #           'NDRPDR'"
10530 #  parameters:
10531 #  - "throughput"
10532 #  - "name"
10533 #  - "tags"
10534 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10535 #  x-axis: "X = CNFs per Service Chain"
10536 #  y-axis: "Y = Number of Service Chains"
10537 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10538 #  layout:
10539 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10540 #    layout: "plot-service-density"
10541 #
10542 #- type: "plot"
10543 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10544 #  algorithm: "plot_nf_heatmap"
10545 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
10546 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10547 #  filter: "'NIC_Intel-XL710' and
10548 #           'NF_DENSITY' and
10549 #           'DOCKER' and
10550 #           'CHAIN' and
10551 #           'NF_VPPIP4' and
10552 #           'IPSEC' and
10553 #           'TNL_1000' and
10554 #           'IMIX' and
10555 #           '2T2C' and
10556 #           'NDRPDR'"
10557 #  parameters:
10558 #  - "throughput"
10559 #  - "name"
10560 #  - "tags"
10561 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10562 #  x-axis: "X = CNFs per Service Chain"
10563 #  y-axis: "Y = Number of Service Chains"
10564 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10565 #  layout:
10566 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10567 #    layout: "plot-service-density"
10568 #
10569 #- type: "plot"
10570 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10571 #  algorithm: "plot_nf_heatmap"
10572 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
10573 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10574 #  filter: "'NIC_Intel-XL710' and
10575 #           'NF_DENSITY' and
10576 #           'DOCKER' and
10577 #           'CHAIN' and
10578 #           'NF_VPPIP4' and
10579 #           'IPSEC' and
10580 #           'TNL_1000' and
10581 #           'IMIX' and
10582 #           '4T4C' and
10583 #           'NDRPDR'"
10584 #  parameters:
10585 #  - "throughput"
10586 #  - "name"
10587 #  - "tags"
10588 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10589 #  x-axis: "X = CNFs per Service Chain"
10590 #  y-axis: "Y = Number of Service Chains"
10591 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10592 #  layout:
10593 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10594 #    layout: "plot-service-density"
10595 #
10596 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10597 #- type: "plot"
10598 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10599 #  algorithm: "plot_nf_heatmap"
10600 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
10601 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10602 #  filter: "'NIC_Intel-XL710' and
10603 #           'NF_DENSITY' and
10604 #           'DOCKER' and
10605 #           'CHAIN' and
10606 #           'NF_VPPIP4' and
10607 #           'IPSEC' and
10608 #           'TNL_1000' and
10609 #           'IMIX' and
10610 #           '1T1C' and
10611 #           'NDRPDR'"
10612 #  parameters:
10613 #  - "throughput"
10614 #  - "name"
10615 #  - "tags"
10616 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10617 #  x-axis: "X = CNFs per Service Chain"
10618 #  y-axis: "Y = Number of Service Chains"
10619 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10620 #  layout:
10621 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10622 #    layout: "plot-service-density"
10623 #
10624 #- type: "plot"
10625 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10626 #  algorithm: "plot_nf_heatmap"
10627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
10628 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10629 #  filter: "'NIC_Intel-XL710' and
10630 #           'NF_DENSITY' and
10631 #           'DOCKER' and
10632 #           'CHAIN' and
10633 #           'NF_VPPIP4' and
10634 #           'IPSEC' and
10635 #           'TNL_1000' and
10636 #           'IMIX' and
10637 #           '2T2C' and
10638 #           'NDRPDR'"
10639 #  parameters:
10640 #  - "throughput"
10641 #  - "name"
10642 #  - "tags"
10643 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10644 #  x-axis: "X = CNFs per Service Chain"
10645 #  y-axis: "Y = Number of Service Chains"
10646 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10647 #  layout:
10648 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10649 #    layout: "plot-service-density"
10650 #
10651 #- type: "plot"
10652 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10653 #  algorithm: "plot_nf_heatmap"
10654 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
10655 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10656 #  filter: "'NIC_Intel-XL710' and
10657 #           'NF_DENSITY' and
10658 #           'DOCKER' and
10659 #           'CHAIN' and
10660 #           'NF_VPPIP4' and
10661 #           'IPSEC' and
10662 #           'TNL_1000' and
10663 #           'IMIX' and
10664 #           '4T4C' and
10665 #           'NDRPDR'"
10666 #  parameters:
10667 #  - "throughput"
10668 #  - "name"
10669 #  - "tags"
10670 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10671 #  x-axis: "X = CNFs per Service Chain"
10672 #  y-axis: "Y = Number of Service Chains"
10673 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10674 #  layout:
10675 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10676 #    layout: "plot-service-density"
10677
10678 ###############################################################################
10679
10680 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10681 #- type: "plot"
10682 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10683 #  algorithm: "plot_nf_heatmap"
10684 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10685 #  data: "plot-vpp-nfv-3n-skx-mrr"
10686 #  filter: "'NIC_Intel-XXV710' and
10687 #           'NF_DENSITY' and
10688 #           'DOCKER' and
10689 #           'CHAIN' and
10690 #           'NF_VPPIP4' and
10691 #           'IPSEC' and
10692 #           'TNL_10000' and
10693 #           'IMIX' and
10694 #           '2T1C' and
10695 #           'MRR'"
10696 #  parameters:
10697 #  - "result"
10698 #  - "name"
10699 #  - "tags"
10700 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10701 #  x-axis: "X = CNFs per Service Chain"
10702 #  y-axis: "Y = Number of Service Chains"
10703 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10704 #  layout:
10705 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10706 #    layout: "plot-service-density"
10707 #
10708 #- type: "plot"
10709 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10710 #  algorithm: "plot_nf_heatmap"
10711 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10712 #  data: "plot-vpp-nfv-3n-skx-mrr"
10713 #  filter: "'NIC_Intel-XXV710' and
10714 #           'NF_DENSITY' and
10715 #           'DOCKER' and
10716 #           'CHAIN' and
10717 #           'NF_VPPIP4' and
10718 #           'IPSEC' and
10719 #           'TNL_10000' and
10720 #           'IMIX' and
10721 #           '4T2C' and
10722 #           'MRR'"
10723 #  parameters:
10724 #  - "result"
10725 #  - "name"
10726 #  - "tags"
10727 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10728 #  x-axis: "X = CNFs per Service Chain"
10729 #  y-axis: "Y = Number of Service Chains"
10730 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10731 #  layout:
10732 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10733 #    layout: "plot-service-density"
10734 #
10735 #- type: "plot"
10736 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10737 #  algorithm: "plot_nf_heatmap"
10738 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10739 #  data: "plot-vpp-nfv-3n-skx-mrr"
10740 #  filter: "'NIC_Intel-XXV710' and
10741 #           'NF_DENSITY' and
10742 #           'DOCKER' and
10743 #           'CHAIN' and
10744 #           'NF_VPPIP4' and
10745 #           'IPSEC' and
10746 #           'TNL_10000' and
10747 #           'IMIX' and
10748 #           '8T4C' and
10749 #           'MRR'"
10750 #  parameters:
10751 #  - "result"
10752 #  - "name"
10753 #  - "tags"
10754 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10755 #  x-axis: "X = CNFs per Service Chain"
10756 #  y-axis: "Y = Number of Service Chains"
10757 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10758 #  layout:
10759 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10760 #    layout: "plot-service-density"
10761
10762 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10763 #- type: "plot"
10764 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10765 #  algorithm: "plot_nf_heatmap"
10766 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10767 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10768 #  filter: "'NIC_Intel-XXV710' and
10769 #           'NF_DENSITY' and
10770 #           'DOCKER' and
10771 #           'CHAIN' and
10772 #           'NF_VPPIP4' and
10773 #           'IPSEC' and
10774 #           'TNL_10000' and
10775 #           'IMIX' and
10776 #           '2T1C' and
10777 #           'NDRPDR'"
10778 #  parameters:
10779 #  - "throughput"
10780 #  - "name"
10781 #  - "tags"
10782 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10783 #  x-axis: "X = CNFs per Service Chain"
10784 #  y-axis: "Y = Number of Service Chains"
10785 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10786 #  layout:
10787 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10788 #    layout: "plot-service-density"
10789 #
10790 #- type: "plot"
10791 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10792 #  algorithm: "plot_nf_heatmap"
10793 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10794 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10795 #  filter: "'NIC_Intel-XXV710' and
10796 #           'NF_DENSITY' and
10797 #           'DOCKER' and
10798 #           'CHAIN' and
10799 #           'NF_VPPIP4' and
10800 #           'IPSEC' and
10801 #           'TNL_10000' and
10802 #           'IMIX' and
10803 #           '4T2C' and
10804 #           'NDRPDR'"
10805 #  parameters:
10806 #  - "throughput"
10807 #  - "name"
10808 #  - "tags"
10809 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10810 #  x-axis: "X = CNFs per Service Chain"
10811 #  y-axis: "Y = Number of Service Chains"
10812 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10813 #  layout:
10814 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10815 #    layout: "plot-service-density"
10816 #
10817 #- type: "plot"
10818 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10819 #  algorithm: "plot_nf_heatmap"
10820 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10821 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10822 #  filter: "'NIC_Intel-XXV710' and
10823 #           'NF_DENSITY' and
10824 #           'DOCKER' and
10825 #           'CHAIN' and
10826 #           'NF_VPPIP4' and
10827 #           'IPSEC' and
10828 #           'TNL_10000' and
10829 #           'IMIX' and
10830 #           '8T4C' and
10831 #           'NDRPDR'"
10832 #  parameters:
10833 #  - "throughput"
10834 #  - "name"
10835 #  - "tags"
10836 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10837 #  x-axis: "X = CNFs per Service Chain"
10838 #  y-axis: "Y = Number of Service Chains"
10839 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10840 #  layout:
10841 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10842 #    layout: "plot-service-density"
10843 #
10844 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10845 #- type: "plot"
10846 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10847 #  algorithm: "plot_nf_heatmap"
10848 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10849 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10850 #  filter: "'NIC_Intel-XXV710' and
10851 #           'NF_DENSITY' and
10852 #           'DOCKER' and
10853 #           'CHAIN' and
10854 #           'NF_VPPIP4' and
10855 #           'IPSEC' and
10856 #           'TNL_10000' and
10857 #           'IMIX' and
10858 #           '2T1C' and
10859 #           'NDRPDR'"
10860 #  parameters:
10861 #  - "throughput"
10862 #  - "name"
10863 #  - "tags"
10864 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10865 #  x-axis: "X = CNFs per Service Chain"
10866 #  y-axis: "Y = Number of Service Chains"
10867 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10868 #  layout:
10869 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10870 #    layout: "plot-service-density"
10871 #
10872 #- type: "plot"
10873 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10874 #  algorithm: "plot_nf_heatmap"
10875 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10876 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10877 #  filter: "'NIC_Intel-XXV710' and
10878 #           'NF_DENSITY' and
10879 #           'DOCKER' and
10880 #           'CHAIN' and
10881 #           'NF_VPPIP4' and
10882 #           'IPSEC' and
10883 #           'TNL_10000' and
10884 #           'IMIX' and
10885 #           '4T2C' and
10886 #           'NDRPDR'"
10887 #  parameters:
10888 #  - "throughput"
10889 #  - "name"
10890 #  - "tags"
10891 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10892 #  x-axis: "X = CNFs per Service Chain"
10893 #  y-axis: "Y = Number of Service Chains"
10894 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10895 #  layout:
10896 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10897 #    layout: "plot-service-density"
10898 #
10899 #- type: "plot"
10900 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10901 #  algorithm: "plot_nf_heatmap"
10902 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10903 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10904 #  filter: "'NIC_Intel-XXV710' and
10905 #           'NF_DENSITY' and
10906 #           'DOCKER' and
10907 #           'CHAIN' and
10908 #           'NF_VPPIP4' and
10909 #           'IPSEC' and
10910 #           'TNL_10000' and
10911 #           'IMIX' and
10912 #           '8T4C' and
10913 #           'NDRPDR'"
10914 #  parameters:
10915 #  - "throughput"
10916 #  - "name"
10917 #  - "tags"
10918 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10919 #  x-axis: "X = CNFs per Service Chain"
10920 #  y-axis: "Y = Number of Service Chains"
10921 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10922 #  layout:
10923 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10924 #    layout: "plot-service-density"
10925
10926 ###############################################################################
10927
10928 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10929 #- type: "plot"
10930 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10931 #  algorithm: "plot_nf_heatmap"
10932 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10933 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10934 #  filter: "'NIC_Intel-XL710' and
10935 #           'NF_DENSITY' and
10936 #           'DOCKER' and
10937 #           'CHAIN' and
10938 #           'NF_VPPIP4' and
10939 #           'IMIX' and
10940 #           'TNL_10000' and
10941 #           '1T1C' and
10942 #           'MRR'"
10943 #  parameters:
10944 #  - "result"
10945 #  - "name"
10946 #  - "tags"
10947 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10948 #  x-axis: "X = CNFs per Service Chain"
10949 #  y-axis: "Y = Number of Service Chains"
10950 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10951 #  layout:
10952 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10953 #    layout: "plot-service-density"
10954 #
10955 #- type: "plot"
10956 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10957 #  algorithm: "plot_nf_heatmap"
10958 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10959 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10960 #  filter: "'NIC_Intel-XL710' and
10961 #           'NF_DENSITY' and
10962 #           'DOCKER' and
10963 #           'CHAIN' and
10964 #           'NF_VPPIP4' and
10965 #           'IPSEC' and
10966 #           'TNL_10000' and
10967 #           'IMIX' and
10968 #           '2T2C' and
10969 #           'MRR'"
10970 #  parameters:
10971 #  - "result"
10972 #  - "name"
10973 #  - "tags"
10974 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10975 #  x-axis: "X = CNFs per Service Chain"
10976 #  y-axis: "Y = Number of Service Chains"
10977 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10978 #  layout:
10979 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10980 #    layout: "plot-service-density"
10981 #
10982 #- type: "plot"
10983 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10984 #  algorithm: "plot_nf_heatmap"
10985 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10986 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10987 #  filter: "'NIC_Intel-XL710' and
10988 #           'NF_DENSITY' and
10989 #           'DOCKER' and
10990 #           'CHAIN' and
10991 #           'NF_VPPIP4' and
10992 #           'IPSEC' and
10993 #           'TNL_10000' and
10994 #           'IMIX' and
10995 #           '4T4C' and
10996 #           'MRR'"
10997 #  parameters:
10998 #  - "result"
10999 #  - "name"
11000 #  - "tags"
11001 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11002 #  x-axis: "X = CNFs per Service Chain"
11003 #  y-axis: "Y = Number of Service Chains"
11004 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11005 #  layout:
11006 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11007 #    layout: "plot-service-density"
11008
11009 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
11010 #- type: "plot"
11011 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11012 #  algorithm: "plot_nf_heatmap"
11013 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
11014 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11015 #  filter: "'NIC_Intel-XL710' and
11016 #           'NF_DENSITY' and
11017 #           'DOCKER' and
11018 #           'CHAIN' and
11019 #           'NF_VPPIP4' and
11020 #           'IPSEC' and
11021 #           'TNL_10000' and
11022 #           'IMIX' and
11023 #           '1T1C' and
11024 #           'NDRPDR'"
11025 #  parameters:
11026 #  - "throughput"
11027 #  - "name"
11028 #  - "tags"
11029 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11030 #  x-axis: "X = CNFs per Service Chain"
11031 #  y-axis: "Y = Number of Service Chains"
11032 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11033 #  layout:
11034 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11035 #    layout: "plot-service-density"
11036 #
11037 #- type: "plot"
11038 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11039 #  algorithm: "plot_nf_heatmap"
11040 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
11041 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11042 #  filter: "'NIC_Intel-XL710' and
11043 #           'NF_DENSITY' and
11044 #           'DOCKER' and
11045 #           'CHAIN' and
11046 #           'NF_VPPIP4' and
11047 #           'IPSEC' and
11048 #           'TNL_10000' and
11049 #           'IMIX' and
11050 #           '2T2C' and
11051 #           'NDRPDR'"
11052 #  parameters:
11053 #  - "throughput"
11054 #  - "name"
11055 #  - "tags"
11056 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11057 #  x-axis: "X = CNFs per Service Chain"
11058 #  y-axis: "Y = Number of Service Chains"
11059 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11060 #  layout:
11061 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11062 #    layout: "plot-service-density"
11063 #
11064 #- type: "plot"
11065 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11066 #  algorithm: "plot_nf_heatmap"
11067 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
11068 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11069 #  filter: "'NIC_Intel-XL710' and
11070 #           'NF_DENSITY' and
11071 #           'DOCKER' and
11072 #           'CHAIN' and
11073 #           'NF_VPPIP4' and
11074 #           'IPSEC' and
11075 #           'TNL_10000' and
11076 #           'IMIX' and
11077 #           '4T4C' and
11078 #           'NDRPDR'"
11079 #  parameters:
11080 #  - "throughput"
11081 #  - "name"
11082 #  - "tags"
11083 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11084 #  x-axis: "X = CNFs per Service Chain"
11085 #  y-axis: "Y = Number of Service Chains"
11086 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11087 #  layout:
11088 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11089 #    layout: "plot-service-density"
11090 #
11091 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
11092 #- type: "plot"
11093 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11094 #  algorithm: "plot_nf_heatmap"
11095 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
11096 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11097 #  filter: "'NIC_Intel-XL710' and
11098 #           'NF_DENSITY' and
11099 #           'DOCKER' and
11100 #           'CHAIN' and
11101 #           'NF_VPPIP4' and
11102 #           'IPSEC' and
11103 #           'TNL_10000' and
11104 #           'IMIX' and
11105 #           '1T1C' and
11106 #           'NDRPDR'"
11107 #  parameters:
11108 #  - "throughput"
11109 #  - "name"
11110 #  - "tags"
11111 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11112 #  x-axis: "X = CNFs per Service Chain"
11113 #  y-axis: "Y = Number of Service Chains"
11114 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11115 #  layout:
11116 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11117 #    layout: "plot-service-density"
11118 #
11119 #- type: "plot"
11120 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11121 #  algorithm: "plot_nf_heatmap"
11122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
11123 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11124 #  filter: "'NIC_Intel-XL710' and
11125 #           'NF_DENSITY' and
11126 #           'DOCKER' and
11127 #           'CHAIN' and
11128 #           'NF_VPPIP4' and
11129 #           'IPSEC' and
11130 #           'TNL_10000' and
11131 #           'IMIX' and
11132 #           '2T2C' and
11133 #           'NDRPDR'"
11134 #  parameters:
11135 #  - "throughput"
11136 #  - "name"
11137 #  - "tags"
11138 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11139 #  x-axis: "X = CNFs per Service Chain"
11140 #  y-axis: "Y = Number of Service Chains"
11141 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11142 #  layout:
11143 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11144 #    layout: "plot-service-density"
11145 #
11146 #- type: "plot"
11147 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11148 #  algorithm: "plot_nf_heatmap"
11149 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
11150 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11151 #  filter: "'NIC_Intel-XL710' and
11152 #           'NF_DENSITY' and
11153 #           'DOCKER' and
11154 #           'CHAIN' and
11155 #           'NF_VPPIP4' and
11156 #           'IPSEC' and
11157 #           'TNL_10000' and
11158 #           'IMIX' and
11159 #           '4T4C' and
11160 #           'NDRPDR'"
11161 #  parameters:
11162 #  - "throughput"
11163 #  - "name"
11164 #  - "tags"
11165 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11166 #  x-axis: "X = CNFs per Service Chain"
11167 #  y-axis: "Y = Number of Service Chains"
11168 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11169 #  layout:
11170 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11171 #    layout: "plot-service-density"
11172
11173 ###############################################################################
11174
11175 # Plots - NF Density - CSP - MRR IMIX
11176 - type: "plot"
11177   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11178   algorithm: "plot_nf_heatmap"
11179   output-file-type: ".html"
11180   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
11181   data: "plot-vpp-nfv-2n-skx-mrr"
11182   filter: "'NIC_Intel-XXV710' and
11183            'NF_DENSITY' and
11184            'DOCKER' and
11185            'PIPELINE' and
11186            'NF_VPPIP4' and
11187            'IMIX' and
11188            '2T1C' and
11189            'MRR'"
11190   parameters:
11191   - "result"
11192   - "name"
11193   - "tags"
11194   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11195   x-axis: "X = CNFs per Service Pipeline"
11196   y-axis: "Y = Number of Service Pipelines"
11197   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11198   layout:
11199     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11200     layout: "plot-service-density"
11201
11202 - type: "plot"
11203   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11204   algorithm: "plot_nf_heatmap"
11205   output-file-type: ".html"
11206   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
11207   data: "plot-vpp-nfv-2n-skx-mrr"
11208   filter: "'NIC_Intel-XXV710' and
11209            'NF_DENSITY' and
11210            'DOCKER' and
11211            'PIPELINE' and
11212            'NF_VPPIP4' and
11213            'IMIX' and
11214            '4T2C' and
11215            'MRR'"
11216   parameters:
11217   - "result"
11218   - "name"
11219   - "tags"
11220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11221   x-axis: "X = CNFs per Service Pipeline"
11222   y-axis: "Y = Number of Service Pipelines"
11223   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11224   layout:
11225     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11226     layout: "plot-service-density"
11227
11228 - type: "plot"
11229   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11230   algorithm: "plot_nf_heatmap"
11231   output-file-type: ".html"
11232   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
11233   data: "plot-vpp-nfv-2n-skx-mrr"
11234   filter: "'NIC_Intel-XXV710' and
11235            'NF_DENSITY' and
11236            'DOCKER' and
11237            'PIPELINE' and
11238            'NF_VPPIP4' and
11239            'IMIX' and
11240            '8T4C' and
11241            'MRR'"
11242   parameters:
11243   - "result"
11244   - "name"
11245   - "tags"
11246   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11247   x-axis: "X = CNFs per Service Pipeline"
11248   y-axis: "Y = Number of Service Pipelines"
11249   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11250   layout:
11251     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11252     layout: "plot-service-density"
11253
11254 # Plots - NF Density - CSP - NDR IMIX
11255 - type: "plot"
11256   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11257   algorithm: "plot_nf_heatmap"
11258   output-file-type: ".html"
11259   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
11260   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11261   filter: "'NIC_Intel-XXV710' and
11262            'NF_DENSITY' and
11263            'DOCKER' and
11264            'PIPELINE' and
11265            'NF_VPPIP4' and
11266            'IMIX' and
11267            '2T1C' and
11268            'NDRPDR'"
11269   parameters:
11270   - "throughput"
11271   - "name"
11272   - "tags"
11273   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11274   x-axis: "X = CNFs per Service Pipeline"
11275   y-axis: "Y = Number of Service Pipelines"
11276   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11277   layout:
11278     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11279     layout: "plot-service-density"
11280
11281 - type: "plot"
11282   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11283   algorithm: "plot_nf_heatmap"
11284   output-file-type: ".html"
11285   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
11286   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11287   filter: "'NIC_Intel-XXV710' and
11288            'NF_DENSITY' and
11289            'DOCKER' and
11290            'PIPELINE' and
11291            'NF_VPPIP4' and
11292            'IMIX' and
11293            '4T2C' and
11294            'NDRPDR'"
11295   parameters:
11296   - "throughput"
11297   - "name"
11298   - "tags"
11299   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11300   x-axis: "X = CNFs per Service Pipeline"
11301   y-axis: "Y = Number of Service Pipelines"
11302   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11303   layout:
11304     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11305     layout: "plot-service-density"
11306
11307 - type: "plot"
11308   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11309   algorithm: "plot_nf_heatmap"
11310   output-file-type: ".html"
11311   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
11312   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11313   filter: "'NIC_Intel-XXV710' and
11314            'NF_DENSITY' and
11315            'DOCKER' and
11316            'PIPELINE' and
11317            'NF_VPPIP4' and
11318            'IMIX' and
11319            '8T4C' and
11320            'NDRPDR'"
11321   parameters:
11322   - "throughput"
11323   - "name"
11324   - "tags"
11325   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11326   x-axis: "X = CNFs per Service Pipeline"
11327   y-axis: "Y = Number of Service Pipelines"
11328   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11329   layout:
11330     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11331     layout: "plot-service-density"
11332
11333 # Plots - NF Density - CSP - PDR IMIX
11334 - type: "plot"
11335   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11336   algorithm: "plot_nf_heatmap"
11337   output-file-type: ".html"
11338   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
11339   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11340   filter: "'NIC_Intel-XXV710' and
11341            'NF_DENSITY' and
11342            'DOCKER' and
11343            'PIPELINE' and
11344            'NF_VPPIP4' and
11345            'IMIX' and
11346            '2T1C' and
11347            'NDRPDR'"
11348   parameters:
11349   - "throughput"
11350   - "name"
11351   - "tags"
11352   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11353   x-axis: "X = CNFs per Service Pipeline"
11354   y-axis: "Y = Number of Service Pipelines"
11355   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11356   layout:
11357     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11358     layout: "plot-service-density"
11359
11360 - type: "plot"
11361   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11362   algorithm: "plot_nf_heatmap"
11363   output-file-type: ".html"
11364   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
11365   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11366   filter: "'NIC_Intel-XXV710' and
11367            'NF_DENSITY' and
11368            'DOCKER' and
11369            'PIPELINE' and
11370            'NF_VPPIP4' and
11371            'IMIX' and
11372            '4T2C' and
11373            'NDRPDR'"
11374   parameters:
11375   - "throughput"
11376   - "name"
11377   - "tags"
11378   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11379   x-axis: "X = CNFs per Service Pipeline"
11380   y-axis: "Y = Number of Service Pipelines"
11381   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11382   layout:
11383     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11384     layout: "plot-service-density"
11385
11386 - type: "plot"
11387   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11388   algorithm: "plot_nf_heatmap"
11389   output-file-type: ".html"
11390   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
11391   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11392   filter: "'NIC_Intel-XXV710' and
11393            'NF_DENSITY' and
11394            'DOCKER' and
11395            'PIPELINE' and
11396            'NF_VPPIP4' and
11397            'IMIX' and
11398            '8T4C' and
11399            'NDRPDR'"
11400   parameters:
11401   - "throughput"
11402   - "name"
11403   - "tags"
11404   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11405   x-axis: "X = CNFs per Service Pipeline"
11406   y-axis: "Y = Number of Service Pipelines"
11407   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11408   layout:
11409     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11410     layout: "plot-service-density"
11411
11412 ###############################################################################
11413 # Plots - 2n-clx NF Density - VSC - MRR IMIX
11414
11415 - type: "plot"
11416   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11417   algorithm: "plot_nf_heatmap"
11418   output-file-type: ".html"
11419   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
11420   data: "plot-vpp-nfv-2n-clx-mrr"
11421   filter: "'NIC_Intel-XXV710' and
11422            'NF_DENSITY' and
11423            'VHOST' and
11424            not 'VXLAN' and
11425            'CHAIN' and
11426            'NF_VPPIP4' and
11427            'IMIX' and
11428            '2T1C' and
11429            'MRR'"
11430   parameters:
11431   - "result"
11432   - "name"
11433   - "tags"
11434   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11435   x-axis: "X = VNFs per Service Chain"
11436   y-axis: "Y = Number of Service Chains"
11437   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11438   layout:
11439     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11440     layout: "plot-service-density"
11441
11442 - type: "plot"
11443   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11444   algorithm: "plot_nf_heatmap"
11445   output-file-type: ".html"
11446   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
11447   data: "plot-vpp-nfv-2n-clx-mrr"
11448   filter: "'NIC_Intel-XXV710' and
11449            'NF_DENSITY' and
11450            'VHOST' and
11451            not 'VXLAN' and
11452            'CHAIN' and
11453            'NF_VPPIP4' and
11454            'IMIX' and
11455            '4T2C' and
11456            'MRR'"
11457   parameters:
11458   - "result"
11459   - "name"
11460   - "tags"
11461   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11462   x-axis: "X = VNFs per Service Chain"
11463   y-axis: "Y = Number of Service Chains"
11464   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11465   layout:
11466     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11467     layout: "plot-service-density"
11468
11469 - type: "plot"
11470   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11471   algorithm: "plot_nf_heatmap"
11472   output-file-type: ".html"
11473   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
11474   data: "plot-vpp-nfv-2n-clx-mrr"
11475   filter: "'NIC_Intel-XXV710' and
11476            'NF_DENSITY' and
11477            'VHOST' and
11478            not 'VXLAN' and
11479            'CHAIN' and
11480            'NF_VPPIP4' and
11481            'IMIX' and
11482            '8T4C' and
11483            'MRR'"
11484   parameters:
11485   - "result"
11486   - "name"
11487   - "tags"
11488   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11489   x-axis: "X = VNFs per Service Chain"
11490   y-axis: "Y = Number of Service Chains"
11491   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11492   layout:
11493     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11494     layout: "plot-service-density"
11495
11496 # Plots - NF Density - VSC - NDR IMIX
11497 - type: "plot"
11498   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11499   algorithm: "plot_nf_heatmap"
11500   output-file-type: ".html"
11501   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
11502   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11503   filter: "'NIC_Intel-XXV710' and
11504            'NF_DENSITY' and
11505            'VHOST' and
11506            not 'VXLAN' and
11507            'CHAIN' and
11508            'NF_VPPIP4' and
11509            'IMIX' and
11510            '2T1C' and
11511            'NDRPDR'"
11512   parameters:
11513   - "throughput"
11514   - "name"
11515   - "tags"
11516   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11517   x-axis: "X = VNFs per Service Chain"
11518   y-axis: "Y = Number of Service Chains"
11519   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11520   layout:
11521     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11522     layout: "plot-service-density"
11523
11524 - type: "plot"
11525   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11526   algorithm: "plot_nf_heatmap"
11527   output-file-type: ".html"
11528   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
11529   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11530   filter: "'NIC_Intel-XXV710' and
11531            'NF_DENSITY' and
11532            'VHOST' and
11533            not 'VXLAN' and
11534            'CHAIN' and
11535            'NF_VPPIP4' and
11536            'IMIX' and
11537            '4T2C' and
11538            'NDRPDR'"
11539   parameters:
11540   - "throughput"
11541   - "name"
11542   - "tags"
11543   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11544   x-axis: "X = VNFs per Service Chain"
11545   y-axis: "Y = Number of Service Chains"
11546   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11547   layout:
11548     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11549     layout: "plot-service-density"
11550
11551 - type: "plot"
11552   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11553   algorithm: "plot_nf_heatmap"
11554   output-file-type: ".html"
11555   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
11556   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11557   filter: "'NIC_Intel-XXV710' and
11558            'NF_DENSITY' and
11559            'VHOST' and
11560            not 'VXLAN' and
11561            'CHAIN' and
11562            'NF_VPPIP4' and
11563            'IMIX' and
11564            '8T4C' and
11565            'NDRPDR'"
11566   parameters:
11567   - "throughput"
11568   - "name"
11569   - "tags"
11570   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11571   x-axis: "X = VNFs per Service Chain"
11572   y-axis: "Y = Number of Service Chains"
11573   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11574   layout:
11575     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11576     layout: "plot-service-density"
11577
11578 # Plots - NF Density - VSC - PDR IMIX
11579 - type: "plot"
11580   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11581   algorithm: "plot_nf_heatmap"
11582   output-file-type: ".html"
11583   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
11584   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11585   filter: "'NIC_Intel-XXV710' and
11586            'NF_DENSITY' and
11587            'VHOST' and
11588            not 'VXLAN' and
11589            'CHAIN' and
11590            'NF_VPPIP4' and
11591            'IMIX' and
11592            '2T1C' and
11593            'NDRPDR'"
11594   parameters:
11595   - "throughput"
11596   - "name"
11597   - "tags"
11598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11599   x-axis: "X = VNFs per Service Chain"
11600   y-axis: "Y = Number of Service Chains"
11601   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11602   layout:
11603     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11604     layout: "plot-service-density"
11605
11606 - type: "plot"
11607   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11608   algorithm: "plot_nf_heatmap"
11609   output-file-type: ".html"
11610   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
11611   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11612   filter: "'NIC_Intel-XXV710' and
11613            'NF_DENSITY' and
11614            'VHOST' and
11615            not 'VXLAN' and
11616            'CHAIN' and
11617            'NF_VPPIP4' and
11618            'IMIX' and
11619            '4T2C' and
11620            'NDRPDR'"
11621   parameters:
11622   - "throughput"
11623   - "name"
11624   - "tags"
11625   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11626   x-axis: "X = VNFs per Service Chain"
11627   y-axis: "Y = Number of Service Chains"
11628   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11629   layout:
11630     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11631     layout: "plot-service-density"
11632
11633 - type: "plot"
11634   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11635   algorithm: "plot_nf_heatmap"
11636   output-file-type: ".html"
11637   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
11638   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11639   filter: "'NIC_Intel-XXV710' and
11640            'NF_DENSITY' and
11641            'VHOST' and
11642            not 'VXLAN' and
11643            'CHAIN' and
11644            'NF_VPPIP4' and
11645            'IMIX' and
11646            '8T4C' and
11647            'NDRPDR'"
11648   parameters:
11649   - "throughput"
11650   - "name"
11651   - "tags"
11652   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11653   x-axis: "X = VNFs per Service Chain"
11654   y-axis: "Y = Number of Service Chains"
11655   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11656   layout:
11657     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11658     layout: "plot-service-density"
11659
11660 # Plots - NF Density - VSC - MRR IMIX
11661 - type: "plot"
11662   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11663   algorithm: "plot_nf_heatmap"
11664   output-file-type: ".html"
11665   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11666   data: "plot-vpp-nfv-2n-clx-mrr"
11667   filter: "'NIC_Intel-XXV710' and
11668            'NF_DENSITY' and
11669            'VHOST' and
11670            'VXLAN' and
11671            'CHAIN' and
11672            'IMIX' and
11673            '2T1C' and
11674            'MRR'"
11675   parameters:
11676   - "result"
11677   - "name"
11678   - "tags"
11679   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11680   x-axis: "X = VNFs per Service Chain"
11681   y-axis: "Y = Number of Service Chains"
11682   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11683   layout:
11684     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11685     layout: "plot-service-density"
11686
11687 - type: "plot"
11688   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11689   algorithm: "plot_nf_heatmap"
11690   output-file-type: ".html"
11691   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11692   data: "plot-vpp-nfv-2n-clx-mrr"
11693   filter: "'NIC_Intel-XXV710' and
11694            'NF_DENSITY' and
11695            'VHOST' and
11696            'VXLAN' and
11697            'CHAIN' and
11698            'IMIX' and
11699            '4T2C' and
11700            'MRR'"
11701   parameters:
11702   - "result"
11703   - "name"
11704   - "tags"
11705   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11706   x-axis: "X = VNFs per Service Chain"
11707   y-axis: "Y = Number of Service Chains"
11708   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11709   layout:
11710     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11711     layout: "plot-service-density"
11712
11713 - type: "plot"
11714   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11715   algorithm: "plot_nf_heatmap"
11716   output-file-type: ".html"
11717   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11718   data: "plot-vpp-nfv-2n-clx-mrr"
11719   filter: "'NIC_Intel-XXV710' and
11720            'NF_DENSITY' and
11721            'VHOST' and
11722            'VXLAN' and
11723            'CHAIN' and
11724            'IMIX' and
11725            '8T4C' and
11726            'MRR'"
11727   parameters:
11728   - "result"
11729   - "name"
11730   - "tags"
11731   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11732   x-axis: "X = VNFs per Service Chain"
11733   y-axis: "Y = Number of Service Chains"
11734   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11735   layout:
11736     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11737     layout: "plot-service-density"
11738
11739 # Plots - NF Density - VSC - NDR IMIX
11740 - type: "plot"
11741   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11742   algorithm: "plot_nf_heatmap"
11743   output-file-type: ".html"
11744   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11745   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11746   filter: "'NIC_Intel-XXV710' and
11747            'NF_DENSITY' and
11748            'VHOST' and
11749            'VXLAN' and
11750            'CHAIN' and
11751            'IMIX' and
11752            '2T1C' and
11753            'NDRPDR'"
11754   parameters:
11755   - "throughput"
11756   - "name"
11757   - "tags"
11758   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11759   x-axis: "X = VNFs per Service Chain"
11760   y-axis: "Y = Number of Service Chains"
11761   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11762   layout:
11763     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11764     layout: "plot-service-density"
11765
11766 - type: "plot"
11767   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11768   algorithm: "plot_nf_heatmap"
11769   output-file-type: ".html"
11770   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11771   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11772   filter: "'NIC_Intel-XXV710' and
11773            'NF_DENSITY' and
11774            'VHOST' and
11775            'VXLAN' and
11776            'CHAIN' and
11777            'IMIX' and
11778            '4T2C' and
11779            'NDRPDR'"
11780   parameters:
11781   - "throughput"
11782   - "name"
11783   - "tags"
11784   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11785   x-axis: "X = VNFs per Service Chain"
11786   y-axis: "Y = Number of Service Chains"
11787   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11788   layout:
11789     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11790     layout: "plot-service-density"
11791
11792 - type: "plot"
11793   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11794   algorithm: "plot_nf_heatmap"
11795   output-file-type: ".html"
11796   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11797   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11798   filter: "'NIC_Intel-XXV710' and
11799            'NF_DENSITY' and
11800            'VHOST' and
11801            'VXLAN' and
11802            'CHAIN' and
11803            'IMIX' and
11804            '8T4C' and
11805            'NDRPDR'"
11806   parameters:
11807   - "throughput"
11808   - "name"
11809   - "tags"
11810   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11811   x-axis: "X = VNFs per Service Chain"
11812   y-axis: "Y = Number of Service Chains"
11813   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11814   layout:
11815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11816     layout: "plot-service-density"
11817
11818 # Plots - NF Density - VSC - PDR IMIX
11819 - type: "plot"
11820   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11821   algorithm: "plot_nf_heatmap"
11822   output-file-type: ".html"
11823   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11824   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11825   filter: "'NIC_Intel-XXV710' and
11826            'NF_DENSITY' and
11827            'VHOST' and
11828            'VXLAN' and
11829            'CHAIN' and
11830            'IMIX' and
11831            '2T1C' and
11832            'NDRPDR'"
11833   parameters:
11834   - "throughput"
11835   - "name"
11836   - "tags"
11837   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11838   x-axis: "X = VNFs per Service Chain"
11839   y-axis: "Y = Number of Service Chains"
11840   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11841   layout:
11842     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11843     layout: "plot-service-density"
11844
11845 - type: "plot"
11846   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11847   algorithm: "plot_nf_heatmap"
11848   output-file-type: ".html"
11849   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11850   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11851   filter: "'NIC_Intel-XXV710' and
11852            'NF_DENSITY' and
11853            'VHOST' and
11854            'VXLAN' and
11855            'CHAIN' and
11856            'IMIX' and
11857            '4T2C' and
11858            'NDRPDR'"
11859   parameters:
11860   - "throughput"
11861   - "name"
11862   - "tags"
11863   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11864   x-axis: "X = VNFs per Service Chain"
11865   y-axis: "Y = Number of Service Chains"
11866   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11867   layout:
11868     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11869     layout: "plot-service-density"
11870
11871 - type: "plot"
11872   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11873   algorithm: "plot_nf_heatmap"
11874   output-file-type: ".html"
11875   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11876   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11877   filter: "'NIC_Intel-XXV710' and
11878            'NF_DENSITY' and
11879            'VHOST' and
11880            'VXLAN' and
11881            'CHAIN' and
11882            'IMIX' and
11883            '8T4C' and
11884            'NDRPDR'"
11885   parameters:
11886   - "throughput"
11887   - "name"
11888   - "tags"
11889   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11890   x-axis: "X = VNFs per Service Chain"
11891   y-axis: "Y = Number of Service Chains"
11892   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11893   layout:
11894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11895     layout: "plot-service-density"
11896
11897 # Plots - NF Density - CSC - MRR IMIX
11898 - type: "plot"
11899   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11900   algorithm: "plot_nf_heatmap"
11901   output-file-type: ".html"
11902   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11903   data: "plot-vpp-nfv-2n-clx-mrr"
11904   filter: "'NIC_Intel-XXV710' and
11905            'NF_DENSITY' and
11906            'DOCKER' and
11907            'CHAIN' and
11908            'NF_VPPIP4' and
11909            'IMIX' and
11910            '2T1C' and
11911            'MRR'"
11912   parameters:
11913   - "result"
11914   - "name"
11915   - "tags"
11916   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11917   x-axis: "X = CNFs per Service Chain"
11918   y-axis: "Y = Number of Service Chains"
11919   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11920   layout:
11921     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11922     layout: "plot-service-density"
11923
11924 - type: "plot"
11925   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11926   algorithm: "plot_nf_heatmap"
11927   output-file-type: ".html"
11928   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11929   data: "plot-vpp-nfv-2n-clx-mrr"
11930   filter: "'NIC_Intel-XXV710' and
11931            'NF_DENSITY' and
11932            'DOCKER' and
11933            'CHAIN' and
11934            'NF_VPPIP4' and
11935            'IMIX' and
11936            '4T2C' and
11937            'MRR'"
11938   parameters:
11939   - "result"
11940   - "name"
11941   - "tags"
11942   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11943   x-axis: "X = CNFs per Service Chain"
11944   y-axis: "Y = Number of Service Chains"
11945   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11946   layout:
11947     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11948     layout: "plot-service-density"
11949
11950 - type: "plot"
11951   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11952   algorithm: "plot_nf_heatmap"
11953   output-file-type: ".html"
11954   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11955   data: "plot-vpp-nfv-2n-clx-mrr"
11956   filter: "'NIC_Intel-XXV710' and
11957            'NF_DENSITY' and
11958            'DOCKER' and
11959            'CHAIN' and
11960            'NF_VPPIP4' and
11961            'IMIX' and
11962            '8T4C' and
11963            'MRR'"
11964   parameters:
11965   - "result"
11966   - "name"
11967   - "tags"
11968   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11969   x-axis: "X = CNFs per Service Chain"
11970   y-axis: "Y = Number of Service Chains"
11971   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11972   layout:
11973     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11974     layout: "plot-service-density"
11975
11976 # Plots - NF Density - CSC - NDR IMIX
11977 - type: "plot"
11978   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11979   algorithm: "plot_nf_heatmap"
11980   output-file-type: ".html"
11981   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11982   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11983   filter: "'NIC_Intel-XXV710' and
11984            'NF_DENSITY' and
11985            'DOCKER' and
11986            'CHAIN' and
11987            'NF_VPPIP4' and
11988            'IMIX' and
11989            '2T1C' and
11990            'NDRPDR'"
11991   parameters:
11992   - "throughput"
11993   - "name"
11994   - "tags"
11995   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11996   x-axis: "X = CNFs per Service Chain"
11997   y-axis: "Y = Number of Service Chains"
11998   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11999   layout:
12000     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12001     layout: "plot-service-density"
12002
12003 - type: "plot"
12004   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12005   algorithm: "plot_nf_heatmap"
12006   output-file-type: ".html"
12007   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
12008   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12009   filter: "'NIC_Intel-XXV710' and
12010            'NF_DENSITY' and
12011            'DOCKER' and
12012            'CHAIN' and
12013            'NF_VPPIP4' and
12014            'IMIX' and
12015            '4T2C' and
12016            'NDRPDR'"
12017   parameters:
12018   - "throughput"
12019   - "name"
12020   - "tags"
12021   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12022   x-axis: "X = CNFs per Service Chain"
12023   y-axis: "Y = Number of Service Chains"
12024   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12025   layout:
12026     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12027     layout: "plot-service-density"
12028
12029 - type: "plot"
12030   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12031   algorithm: "plot_nf_heatmap"
12032   output-file-type: ".html"
12033   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
12034   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12035   filter: "'NIC_Intel-XXV710' and
12036            'NF_DENSITY' and
12037            'DOCKER' and
12038            'CHAIN' and
12039            'NF_VPPIP4' and
12040            'IMIX' and
12041            '8T4C' and
12042            'NDRPDR'"
12043   parameters:
12044   - "throughput"
12045   - "name"
12046   - "tags"
12047   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12048   x-axis: "X = CNFs per Service Chain"
12049   y-axis: "Y = Number of Service Chains"
12050   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12051   layout:
12052     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12053     layout: "plot-service-density"
12054
12055 # Plots - NF Density - CSC - PDR IMIX
12056 - type: "plot"
12057   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12058   algorithm: "plot_nf_heatmap"
12059   output-file-type: ".html"
12060   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
12061   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12062   filter: "'NIC_Intel-XXV710' and
12063            'NF_DENSITY' and
12064            'DOCKER' and
12065            'CHAIN' and
12066            'NF_VPPIP4' and
12067            'IMIX' and
12068            '2T1C' and
12069            'NDRPDR'"
12070   parameters:
12071   - "throughput"
12072   - "name"
12073   - "tags"
12074   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12075   x-axis: "X = CNFs per Service Chain"
12076   y-axis: "Y = Number of Service Chains"
12077   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12078   layout:
12079     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12080     layout: "plot-service-density"
12081
12082 - type: "plot"
12083   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12084   algorithm: "plot_nf_heatmap"
12085   output-file-type: ".html"
12086   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
12087   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12088   filter: "'NIC_Intel-XXV710' and
12089            'NF_DENSITY' and
12090            'DOCKER' and
12091            'CHAIN' and
12092            'NF_VPPIP4' and
12093            'IMIX' and
12094            '4T2C' and
12095            'NDRPDR'"
12096   parameters:
12097   - "throughput"
12098   - "name"
12099   - "tags"
12100   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12101   x-axis: "X = CNFs per Service Chain"
12102   y-axis: "Y = Number of Service Chains"
12103   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12104   layout:
12105     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12106     layout: "plot-service-density"
12107
12108 - type: "plot"
12109   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12110   algorithm: "plot_nf_heatmap"
12111   output-file-type: ".html"
12112   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
12113   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12114   filter: "'NIC_Intel-XXV710' and
12115            'NF_DENSITY' and
12116            'DOCKER' and
12117            'CHAIN' and
12118            'NF_VPPIP4' and
12119            'IMIX' and
12120            '8T4C' and
12121            'NDRPDR'"
12122   parameters:
12123   - "throughput"
12124   - "name"
12125   - "tags"
12126   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12127   x-axis: "X = CNFs per Service Chain"
12128   y-axis: "Y = Number of Service Chains"
12129   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12130   layout:
12131     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12132     layout: "plot-service-density"
12133
12134 # Plots - NF Density - CSP - MRR IMIX
12135 - type: "plot"
12136   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12137   algorithm: "plot_nf_heatmap"
12138   output-file-type: ".html"
12139   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
12140   data: "plot-vpp-nfv-2n-clx-mrr"
12141   filter: "'NIC_Intel-XXV710' and
12142            'NF_DENSITY' and
12143            'DOCKER' and
12144            'PIPELINE' and
12145            'NF_VPPIP4' and
12146            'IMIX' and
12147            '2T1C' and
12148            'MRR'"
12149   parameters:
12150   - "result"
12151   - "name"
12152   - "tags"
12153   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12154   x-axis: "X = CNFs per Service Pipeline"
12155   y-axis: "Y = Number of Service Pipelines"
12156   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12157   layout:
12158     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12159     layout: "plot-service-density"
12160
12161 - type: "plot"
12162   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12163   algorithm: "plot_nf_heatmap"
12164   output-file-type: ".html"
12165   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
12166   data: "plot-vpp-nfv-2n-clx-mrr"
12167   filter: "'NIC_Intel-XXV710' and
12168            'NF_DENSITY' and
12169            'DOCKER' and
12170            'PIPELINE' and
12171            'NF_VPPIP4' and
12172            'IMIX' and
12173            '4T2C' and
12174            'MRR'"
12175   parameters:
12176   - "result"
12177   - "name"
12178   - "tags"
12179   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12180   x-axis: "X = CNFs per Service Pipeline"
12181   y-axis: "Y = Number of Service Pipelines"
12182   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12183   layout:
12184     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12185     layout: "plot-service-density"
12186
12187 - type: "plot"
12188   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12189   algorithm: "plot_nf_heatmap"
12190   output-file-type: ".html"
12191   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
12192   data: "plot-vpp-nfv-2n-clx-mrr"
12193   filter: "'NIC_Intel-XXV710' and
12194            'NF_DENSITY' and
12195            'DOCKER' and
12196            'PIPELINE' and
12197            'NF_VPPIP4' and
12198            'IMIX' and
12199            '8T4C' and
12200            'MRR'"
12201   parameters:
12202   - "result"
12203   - "name"
12204   - "tags"
12205   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12206   x-axis: "X = CNFs per Service Pipeline"
12207   y-axis: "Y = Number of Service Pipelines"
12208   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12209   layout:
12210     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12211     layout: "plot-service-density"
12212
12213 # Plots - NF Density - CSP - NDR IMIX
12214 - type: "plot"
12215   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12216   algorithm: "plot_nf_heatmap"
12217   output-file-type: ".html"
12218   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
12219   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12220   filter: "'NIC_Intel-XXV710' and
12221            'NF_DENSITY' and
12222            'DOCKER' and
12223            'PIPELINE' and
12224            'NF_VPPIP4' and
12225            'IMIX' and
12226            '2T1C' and
12227            'NDRPDR'"
12228   parameters:
12229   - "throughput"
12230   - "name"
12231   - "tags"
12232   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12233   x-axis: "X = CNFs per Service Pipeline"
12234   y-axis: "Y = Number of Service Pipelines"
12235   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12236   layout:
12237     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12238     layout: "plot-service-density"
12239
12240 - type: "plot"
12241   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12242   algorithm: "plot_nf_heatmap"
12243   output-file-type: ".html"
12244   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
12245   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12246   filter: "'NIC_Intel-XXV710' and
12247            'NF_DENSITY' and
12248            'DOCKER' and
12249            'PIPELINE' and
12250            'NF_VPPIP4' and
12251            'IMIX' and
12252            '4T2C' and
12253            'NDRPDR'"
12254   parameters:
12255   - "throughput"
12256   - "name"
12257   - "tags"
12258   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12259   x-axis: "X = CNFs per Service Pipeline"
12260   y-axis: "Y = Number of Service Pipelines"
12261   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12262   layout:
12263     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12264     layout: "plot-service-density"
12265
12266 - type: "plot"
12267   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12268   algorithm: "plot_nf_heatmap"
12269   output-file-type: ".html"
12270   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
12271   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12272   filter: "'NIC_Intel-XXV710' and
12273            'NF_DENSITY' and
12274            'DOCKER' and
12275            'PIPELINE' and
12276            'NF_VPPIP4' and
12277            'IMIX' and
12278            '8T4C' and
12279            'NDRPDR'"
12280   parameters:
12281   - "throughput"
12282   - "name"
12283   - "tags"
12284   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12285   x-axis: "X = CNFs per Service Pipeline"
12286   y-axis: "Y = Number of Service Pipelines"
12287   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12288   layout:
12289     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12290     layout: "plot-service-density"
12291
12292 # Plots - NF Density - CSP - PDR IMIX
12293 - type: "plot"
12294   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12295   algorithm: "plot_nf_heatmap"
12296   output-file-type: ".html"
12297   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
12298   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12299   filter: "'NIC_Intel-XXV710' and
12300            'NF_DENSITY' and
12301            'DOCKER' and
12302            'PIPELINE' and
12303            'NF_VPPIP4' and
12304            'IMIX' and
12305            '2T1C' and
12306            'NDRPDR'"
12307   parameters:
12308   - "throughput"
12309   - "name"
12310   - "tags"
12311   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12312   x-axis: "X = CNFs per Service Pipeline"
12313   y-axis: "Y = Number of Service Pipelines"
12314   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12315   layout:
12316     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12317     layout: "plot-service-density"
12318
12319 - type: "plot"
12320   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12321   algorithm: "plot_nf_heatmap"
12322   output-file-type: ".html"
12323   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
12324   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12325   filter: "'NIC_Intel-XXV710' and
12326            'NF_DENSITY' and
12327            'DOCKER' and
12328            'PIPELINE' and
12329            'NF_VPPIP4' and
12330            'IMIX' and
12331            '4T2C' and
12332            'NDRPDR'"
12333   parameters:
12334   - "throughput"
12335   - "name"
12336   - "tags"
12337   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12338   x-axis: "X = CNFs per Service Pipeline"
12339   y-axis: "Y = Number of Service Pipelines"
12340   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12341   layout:
12342     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12343     layout: "plot-service-density"
12344
12345 - type: "plot"
12346   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12347   algorithm: "plot_nf_heatmap"
12348   output-file-type: ".html"
12349   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
12350   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12351   filter: "'NIC_Intel-XXV710' and
12352            'NF_DENSITY' and
12353            'DOCKER' and
12354            'PIPELINE' and
12355            'NF_VPPIP4' and
12356            'IMIX' and
12357            '8T4C' and
12358            'NDRPDR'"
12359   parameters:
12360   - "throughput"
12361   - "name"
12362   - "tags"
12363   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12364   x-axis: "X = CNFs per Service Pipeline"
12365   y-axis: "Y = Number of Service Pipelines"
12366   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12367   layout:
12368     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12369     layout: "plot-service-density"
12370
12371 ################################################################################
12372
12373 # Packet Throughput
12374
12375 - type: "plot"
12376   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12377   algorithm: "plot_perf_box_name"
12378   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12380   include:
12381     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12382     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12383     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12384     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12385   layout:
12386     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12387     layout: "plot-throughput"
12388
12389 - type: "plot"
12390   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12391   algorithm: "plot_perf_box_name"
12392   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12393   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12394   include:
12395     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12396     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12397     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12398     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12399   layout:
12400     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12401     layout: "plot-throughput"
12402
12403 - type: "plot"
12404   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12405   algorithm: "plot_perf_box_name"
12406   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12407   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12408   include:
12409     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12410     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12411     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12412     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12413   layout:
12414     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12415     layout: "plot-throughput"
12416
12417 - type: "plot"
12418   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12419   algorithm: "plot_perf_box_name"
12420   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12421   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12422   include:
12423     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12424     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12425     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12426     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12427   layout:
12428     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12429     layout: "plot-throughput"
12430
12431 - type: "plot"
12432   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12433   algorithm: "plot_perf_box_name"
12434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12436   include:
12437     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12438     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12439     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12440     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12441     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12442   layout:
12443     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12444     layout: "plot-throughput"
12445
12446 - type: "plot"
12447   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12448   algorithm: "plot_perf_box_name"
12449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12451   include:
12452     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12453     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12454     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12455     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12456     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12457   layout:
12458     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12459     layout: "plot-throughput"
12460
12461 - type: "plot"
12462   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12463   algorithm: "plot_perf_box_name"
12464   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12466   include:
12467     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12468     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12469     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12470     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12471     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12472   layout:
12473     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12474     layout: "plot-throughput"
12475
12476 - type: "plot"
12477   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12478   algorithm: "plot_perf_box_name"
12479   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12481   include:
12482     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12483     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12484     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12485     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12486     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12487   layout:
12488     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12489     layout: "plot-throughput"
12490
12491 - type: "plot"
12492   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12493   algorithm: "plot_perf_box_name"
12494   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12495   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12496   include:
12497     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12498     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12499     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12500     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12501     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12502   layout:
12503     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12504     layout: "plot-throughput"
12505
12506 - type: "plot"
12507   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12508   algorithm: "plot_perf_box_name"
12509   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12510   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12511   include:
12512     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12513     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12514     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12515     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12516     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12517   layout:
12518     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12519     layout: "plot-throughput"
12520
12521 - type: "plot"
12522   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
12523   algorithm: "plot_perf_box_name"
12524   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
12525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12526   include:
12527     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12528     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12529     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12530     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12531     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12532     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12533   layout:
12534     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
12535     layout: "plot-throughput"
12536
12537 - type: "plot"
12538   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
12539   algorithm: "plot_perf_box_name"
12540   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
12541   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12542   include:
12543     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12544     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12545     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12546     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12547     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12548     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12549   layout:
12550     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
12551     layout: "plot-throughput"
12552
12553 - type: "plot"
12554   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12555   algorithm: "plot_perf_box_name"
12556   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12558   include:
12559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12564   layout:
12565     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12566     layout: "plot-throughput"
12567
12568 - type: "plot"
12569   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12570   algorithm: "plot_perf_box_name"
12571   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12572   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12573   include:
12574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12579   layout:
12580     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12581     layout: "plot-throughput"
12582
12583 - type: "plot"
12584   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12585   algorithm: "plot_perf_box_name"
12586   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12588   include:
12589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12592   layout:
12593     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12594     layout: "plot-throughput"
12595
12596 - type: "plot"
12597   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12598   algorithm: "plot_perf_box_name"
12599   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12601   include:
12602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12605   layout:
12606     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12607     layout: "plot-throughput"
12608
12609 - type: "plot"
12610   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12611   algorithm: "plot_perf_box_name"
12612   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12614   include:
12615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12620   layout:
12621     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12622     layout: "plot-throughput"
12623
12624 - type: "plot"
12625   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12626   algorithm: "plot_perf_box_name"
12627   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12628   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12629   include:
12630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12635   layout:
12636     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12637     layout: "plot-throughput"
12638
12639 - type: "plot"
12640   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12641   algorithm: "plot_perf_box_name"
12642   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12644   include:
12645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12648   layout:
12649     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12650     layout: "plot-throughput"
12651
12652 - type: "plot"
12653   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12654   algorithm: "plot_perf_box_name"
12655   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12657   include:
12658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12661   layout:
12662     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12663     layout: "plot-throughput"
12664
12665 - type: "plot"
12666   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12667   algorithm: "plot_perf_box_name"
12668   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12669   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12670   include:
12671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
12677   layout:
12678     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12679     layout: "plot-throughput"
12680
12681 - type: "plot"
12682   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12683   algorithm: "plot_perf_box_name"
12684   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12685   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12686   include:
12687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
12693   layout:
12694     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12695     layout: "plot-throughput"
12696
12697 - type: "plot"
12698   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
12699   algorithm: "plot_perf_box_name"
12700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
12701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12702   include:
12703     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
12704     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
12705     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
12706     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
12707     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
12708   layout:
12709     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
12710     layout: "plot-throughput"
12711
12712 - type: "plot"
12713   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
12714   algorithm: "plot_perf_box_name"
12715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
12716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12717   include:
12718     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
12719     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
12720     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
12721     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
12722     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
12723   layout:
12724     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
12725     layout: "plot-throughput"
12726
12727 - type: "plot"
12728   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
12729   algorithm: "plot_perf_box_name"
12730   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
12731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12732   include:
12733     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12734     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12735     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12736     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12737     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12738     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12739     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12740     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12741     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12742     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12743   layout:
12744     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
12745     layout: "plot-cps"
12746
12747 - type: "plot"
12748   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
12749   algorithm: "plot_perf_box_name"
12750   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
12751   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12752   include:
12753     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12754     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12755     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12756     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12757     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12758     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12759     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12760     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12761     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12762     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12763   layout:
12764     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
12765     layout: "plot-throughput"
12766
12767 - type: "plot"
12768   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
12769   algorithm: "plot_perf_box_name"
12770   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
12771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12772   include:
12773     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12774     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12775     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12776     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12777     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12778     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12779     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12780     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12781     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12782     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12783   layout:
12784     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
12785     layout: "plot-cps"
12786
12787 - type: "plot"
12788   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
12789   algorithm: "plot_perf_box_name"
12790   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
12791   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12792   include:
12793     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12794     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12795     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12796     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12797     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12798     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12799     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12800     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12801     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12802     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12803   layout:
12804     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
12805     layout: "plot-throughput"
12806
12807 - type: "plot"
12808   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12809   algorithm: "plot_perf_box_name"
12810   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12812   include:
12813     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
12814     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
12815     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
12816     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
12817     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
12818   layout:
12819     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12820     layout: "plot-throughput"
12821
12822 - type: "plot"
12823   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12824   algorithm: "plot_perf_box_name"
12825   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12826   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12827   include:
12828     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
12829     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
12830     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
12831     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
12832     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
12833   layout:
12834     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12835     layout: "plot-throughput"
12836
12837 - type: "plot"
12838   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12839   algorithm: "plot_perf_box_name"
12840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12842   include:
12843     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12844     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12845     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12846     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12847     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12848     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12849     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12850     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12851     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12852     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12853   layout:
12854     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12855     layout: "plot-cps"
12856
12857 - type: "plot"
12858   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12859   algorithm: "plot_perf_box_name"
12860   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12861   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12862   include:
12863     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12864     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12865     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12866     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12867     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12868     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12869     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12870     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12871     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12872     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12873   layout:
12874     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12875     layout: "plot-throughput"
12876
12877 - type: "plot"
12878   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12879   algorithm: "plot_perf_box_name"
12880   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12881   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12882   include:
12883     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12884     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12885     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12886     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12887     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12888     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12889     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12890     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12891     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12892     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12893   layout:
12894     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12895     layout: "plot-cps"
12896
12897 - type: "plot"
12898   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12899   algorithm: "plot_perf_box_name"
12900   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12902   include:
12903     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12904     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12905     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12906     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12907     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12908     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12909     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12910     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12911     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12912     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12913   layout:
12914     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12915     layout: "plot-throughput"
12916
12917 - type: "plot"
12918   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12919   algorithm: "plot_perf_box_name"
12920   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12922   include:
12923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12929   layout:
12930     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12931     layout: "plot-throughput"
12932
12933 - type: "plot"
12934   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12935   algorithm: "plot_perf_box_name"
12936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12938   include:
12939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12945   layout:
12946     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12947     layout: "plot-throughput"
12948
12949 - type: "plot"
12950   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
12951   algorithm: "plot_perf_box_name"
12952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
12953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12954   include:
12955     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
12956     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
12957     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
12958     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
12959     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
12960   layout:
12961     title: "2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
12962     layout: "plot-throughput"
12963
12964 - type: "plot"
12965   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
12966   algorithm: "plot_perf_box_name"
12967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
12968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12969   include:
12970     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
12971     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
12972     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
12973     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
12974     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
12975   layout:
12976     title: "2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
12977     layout: "plot-throughput"
12978
12979 - type: "plot"
12980   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12981   algorithm: "plot_perf_box_name"
12982   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12983   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12984   include:
12985     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12986     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12987     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12988     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12989   layout:
12990     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12991     layout: "plot-throughput"
12992
12993 - type: "plot"
12994   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12995   algorithm: "plot_perf_box_name"
12996   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12997   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12998   include:
12999     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13000     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13001     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13002     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-rnd-ndrpdr"
13003   layout:
13004     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
13005     layout: "plot-throughput"
13006
13007 - type: "plot"
13008   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13009   algorithm: "plot_perf_box_name"
13010   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13011   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13012   include:
13013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13015 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13016 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13017 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13018   layout:
13019     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13020     layout: "plot-throughput"
13021
13022 - type: "plot"
13023   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13024   algorithm: "plot_perf_box_name"
13025   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13027   include:
13028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13030 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13031 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13032 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13033   layout:
13034     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13035     layout: "plot-throughput"
13036
13037 - type: "plot"
13038   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13039   algorithm: "plot_perf_box_name"
13040   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13042   include:
13043     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13045     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
13046     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
13047     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13048   layout:
13049     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13050     layout: "plot-throughput"
13051
13052 - type: "plot"
13053   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13054   algorithm: "plot_perf_box_name"
13055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13057   include:
13058     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13059     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13060     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
13061     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
13062     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13063   layout:
13064     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13065     layout: "plot-throughput"
13066
13067 - type: "plot"
13068   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13069   algorithm: "plot_perf_box_name"
13070   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13072   include:
13073     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13074     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13075     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
13076     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
13077     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13078   layout:
13079     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13080     layout: "plot-throughput"
13081
13082 - type: "plot"
13083   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13084   algorithm: "plot_perf_box_name"
13085   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13087   include:
13088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
13091     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
13092     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13093   layout:
13094     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13095     layout: "plot-throughput"
13096
13097 - type: "plot"
13098   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13099   algorithm: "plot_perf_box_name"
13100   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13102   include:
13103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13107   layout:
13108     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13109     layout: "plot-throughput"
13110
13111 - type: "plot"
13112   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13113   algorithm: "plot_perf_box_name"
13114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13116   include:
13117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13121   layout:
13122     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13123     layout: "plot-throughput"
13124
13125 - type: "plot"
13126   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13127   algorithm: "plot_perf_box_name"
13128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13130   include:
13131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13134     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13136   layout:
13137     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13138     layout: "plot-throughput"
13139
13140 - type: "plot"
13141   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13142   algorithm: "plot_perf_box_name"
13143   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13145   include:
13146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13151   layout:
13152     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13153     layout: "plot-throughput"
13154
13155 - type: "plot"
13156   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13157   algorithm: "plot_perf_box_name"
13158   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13159   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13160   include:
13161     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13162     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13163     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13164     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13166   layout:
13167     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13168     layout: "plot-throughput"
13169
13170 - type: "plot"
13171   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13172   algorithm: "plot_perf_box_name"
13173   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13174   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13175   include:
13176     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13177     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13178     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13179     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13180     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13181   layout:
13182     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13183     layout: "plot-throughput"
13184
13185 - type: "plot"
13186   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13187   algorithm: "plot_perf_box_name"
13188   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13189   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13190   include:
13191     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13192     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13193     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13194     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13195   layout:
13196     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13197     layout: "plot-throughput"
13198
13199 - type: "plot"
13200   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13201   algorithm: "plot_perf_box_name"
13202   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13203   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13204   include:
13205     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13206     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13207     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13208     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13209   layout:
13210     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13211     layout: "plot-throughput"
13212
13213 - type: "plot"
13214   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13215   algorithm: "plot_perf_box_name"
13216   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13217   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13218   include:
13219     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13220     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13225   layout:
13226     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13227     layout: "plot-throughput"
13228
13229 - type: "plot"
13230   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13231   algorithm: "plot_perf_box_name"
13232   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13233   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13234   include:
13235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13240     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13241   layout:
13242     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13243     layout: "plot-throughput"
13244
13245 - type: "plot"
13246   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13247   algorithm: "plot_perf_box_name"
13248   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13249   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13250   include:
13251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13255     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13256     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13257   layout:
13258     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13259     layout: "plot-throughput"
13260
13261 - type: "plot"
13262   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13263   algorithm: "plot_perf_box_name"
13264   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13265   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13266   include:
13267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13271     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13272     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13273   layout:
13274     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13275     layout: "plot-throughput"
13276
13277 - type: "plot"
13278   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13279   algorithm: "plot_perf_box_name"
13280   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13281   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13282   include:
13283     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13284     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13285     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13286     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13287     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13289   layout:
13290     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13291     layout: "plot-throughput"
13292
13293 - type: "plot"
13294   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13295   algorithm: "plot_perf_box_name"
13296   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13297   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13298   include:
13299     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13300     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13305   layout:
13306     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13307     layout: "plot-throughput"
13308
13309 - type: "plot"
13310   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13311   algorithm: "plot_perf_box_name"
13312   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13313   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13314   include:
13315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13320   layout:
13321     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13322     layout: "plot-throughput"
13323
13324 - type: "plot"
13325   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13326   algorithm: "plot_perf_box_name"
13327   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13328   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13329   include:
13330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13335   layout:
13336     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13337     layout: "plot-throughput"
13338
13339 - type: "plot"
13340   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
13341   algorithm: "plot_perf_box_name"
13342   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
13343   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13344   include:
13345     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13346     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13347   layout:
13348     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
13349     layout: "plot-throughput"
13350
13351 - type: "plot"
13352   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
13353   algorithm: "plot_perf_box_name"
13354   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
13355   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13356   include:
13357     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13358     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13359   layout:
13360     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
13361     layout: "plot-throughput"
13362
13363 - type: "plot"
13364   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
13365   algorithm: "plot_perf_box_name"
13366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
13367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13368   include:
13369     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13370     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13371     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13372     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13373   layout:
13374     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
13375     layout: "plot-throughput"
13376
13377 - type: "plot"
13378   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
13379   algorithm: "plot_perf_box_name"
13380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
13381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13382   include:
13383     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13384     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13385     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13386     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13387   layout:
13388     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
13389     layout: "plot-throughput"
13390
13391 - type: "plot"
13392   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
13393   algorithm: "plot_perf_box_name"
13394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
13395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13396   include:
13397     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
13398     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13399     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13400     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13401   layout:
13402     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
13403     layout: "plot-throughput"
13404
13405 - type: "plot"
13406   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
13407   algorithm: "plot_perf_box_name"
13408   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
13409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13410   include:
13411     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
13412     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13413     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13414     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13415   layout:
13416     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
13417     layout: "plot-throughput"
13418
13419 - type: "plot"
13420   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13421   algorithm: "plot_perf_box_name"
13422   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13423   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13424   include:
13425     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13426     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13427     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13428     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13429   layout:
13430     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13431     layout: "plot-throughput"
13432
13433 - type: "plot"
13434   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13435   algorithm: "plot_perf_box_name"
13436   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13437   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13438   include:
13439     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13440     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13441     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13442     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13443   layout:
13444     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13445     layout: "plot-throughput"
13446
13447 - type: "plot"
13448   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13449   algorithm: "plot_perf_box_name"
13450   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13451   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13452   include:
13453     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13454     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13455     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13456     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13457   layout:
13458     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13459     layout: "plot-throughput"
13460
13461 - type: "plot"
13462   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13463   algorithm: "plot_perf_box_name"
13464   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13465   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13466   include:
13467     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13468     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13469     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13470     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13471   layout:
13472     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13473     layout: "plot-throughput"
13474
13475 - type: "plot"
13476   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
13477   algorithm: "plot_perf_box_name"
13478   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
13479   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13480   include:
13481     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13482     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13483     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13484     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
13485     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13486     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13487     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13488   layout:
13489     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
13490     layout: "plot-throughput"
13491
13492 - type: "plot"
13493   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
13494   algorithm: "plot_perf_box_name"
13495   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
13496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13497   include:
13498     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13499     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13500     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13501     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
13502     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13503     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13504     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13505   layout:
13506     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
13507     layout: "plot-throughput"
13508
13509 - type: "plot"
13510   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13511   algorithm: "plot_perf_box_name"
13512   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13514   include:
13515     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13517     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13518     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13520   layout:
13521     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13522     layout: "plot-throughput"
13523
13524 - type: "plot"
13525   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13526   algorithm: "plot_perf_box_name"
13527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13529   include:
13530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13532     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13533     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13535   layout:
13536     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13537     layout: "plot-throughput"
13538
13539 - type: "plot"
13540   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
13541   algorithm: "plot_perf_box_name"
13542   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
13543   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13544   include:
13545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
13547     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
13548     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
13549   layout:
13550     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
13551     layout: "plot-throughput"
13552
13553 - type: "plot"
13554   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
13555   algorithm: "plot_perf_box_name"
13556   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
13557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13558   include:
13559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
13561     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
13562     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
13563   layout:
13564     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
13565     layout: "plot-throughput"
13566
13567 - type: "plot"
13568   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13569   algorithm: "plot_perf_box_name"
13570   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13571   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13572   include:
13573     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13574     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13575     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13576     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13577     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13578   layout:
13579     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13580     layout: "plot-throughput"
13581
13582 - type: "plot"
13583   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13584   algorithm: "plot_perf_box_name"
13585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13587   include:
13588     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13593   layout:
13594     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13595     layout: "plot-throughput"
13596
13597 - type: "plot"
13598   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
13599   algorithm: "plot_perf_box_name"
13600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
13601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13602   include:
13603     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
13605     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
13606     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
13607   layout:
13608     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
13609     layout: "plot-throughput"
13610
13611 - type: "plot"
13612   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
13613   algorithm: "plot_perf_box_name"
13614   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
13615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13616   include:
13617     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13618     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
13619     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
13620     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
13621   layout:
13622     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
13623     layout: "plot-throughput"
13624
13625 - type: "plot"
13626   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
13627   algorithm: "plot_perf_box_name"
13628   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
13629   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13630   include:
13631     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13632     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13633     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13634     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-rnd-ndrpdr"
13635   layout:
13636     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
13637     layout: "plot-throughput"
13638
13639 - type: "plot"
13640   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
13641   algorithm: "plot_perf_box_name"
13642   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
13643   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13644   include:
13645     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13646     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13647     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13648     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-rnd-ndrpdr"
13649   layout:
13650     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
13651     layout: "plot-throughput"
13652
13653 - type: "plot"
13654   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13655   algorithm: "plot_perf_box_name"
13656   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13658   include:
13659     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13660     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13661     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13662   layout:
13663     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13664     layout: "plot-throughput"
13665
13666 - type: "plot"
13667   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13668   algorithm: "plot_perf_box_name"
13669   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13671   include:
13672     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13673     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13674     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13675   layout:
13676     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13677     layout: "plot-throughput"
13678
13679 - type: "plot"
13680   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13681   algorithm: "plot_perf_box_name"
13682   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13684   include:
13685     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13686     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13687     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13688     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13689     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13690   layout:
13691     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13692     layout: "plot-throughput"
13693
13694 - type: "plot"
13695   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13696   algorithm: "plot_perf_box_name"
13697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13699   include:
13700     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13701     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13702     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13703     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13704     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13705   layout:
13706     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13707     layout: "plot-throughput"
13708
13709 - type: "plot"
13710   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13711   algorithm: "plot_perf_box_name"
13712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13714   include:
13715     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13716     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13717     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13718     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13719     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13720   layout:
13721     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13722     layout: "plot-throughput"
13723
13724 - type: "plot"
13725   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13726   algorithm: "plot_perf_box_name"
13727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13729   include:
13730     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13731     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13732     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13733     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13734     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13735   layout:
13736     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13737     layout: "plot-throughput"
13738
13739 - type: "plot"
13740   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13741   algorithm: "plot_perf_box_name"
13742   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13743   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13744   include:
13745     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13746     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13747     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13748     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13749     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13750   layout:
13751     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13752     layout: "plot-throughput"
13753
13754 - type: "plot"
13755   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13756   algorithm: "plot_perf_box_name"
13757   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13758   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13759   include:
13760     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13761     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13762     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13763     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13764     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13765   layout:
13766     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13767     layout: "plot-throughput"
13768
13769 - type: "plot"
13770   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13771   algorithm: "plot_perf_box_name"
13772   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13773   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13774   include:
13775     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13776     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13777     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13778     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13779     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13780   layout:
13781     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13782     layout: "plot-throughput"
13783
13784 - type: "plot"
13785   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13786   algorithm: "plot_perf_box_name"
13787   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13788   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13789   include:
13790     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13791     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13792     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13793     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13794     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13795   layout:
13796     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13797     layout: "plot-throughput"
13798
13799 - type: "plot"
13800   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13801   algorithm: "plot_perf_box_name"
13802   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13803   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13804   include:
13805     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13806     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13807     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13808     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13809     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13810   layout:
13811     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13812     layout: "plot-throughput"
13813
13814 - type: "plot"
13815   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13816   algorithm: "plot_perf_box_name"
13817   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13818   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13819   include:
13820     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13821     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13822     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13823     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13824     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13825   layout:
13826     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13827     layout: "plot-throughput"
13828
13829 - type: "plot"
13830   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13831   algorithm: "plot_perf_box_name"
13832   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13834   include:
13835     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13836     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13837     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13838     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13839     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13840     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13841   layout:
13842     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13843     layout: "plot-throughput"
13844
13845 - type: "plot"
13846   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13847   algorithm: "plot_perf_box_name"
13848   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13849   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13850   include:
13851     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13852     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13853     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13854     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13855     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13856     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13857   layout:
13858     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13859     layout: "plot-throughput"
13860
13861 - type: "plot"
13862   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13863   algorithm: "plot_perf_box_name"
13864   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13866   include:
13867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13871   layout:
13872     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13873     layout: "plot-throughput"
13874
13875 - type: "plot"
13876   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13877   algorithm: "plot_perf_box_name"
13878   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13879   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13880   include:
13881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13883     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13884     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13885   layout:
13886     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13887     layout: "plot-throughput"
13888
13889 - type: "plot"
13890   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13891   algorithm: "plot_perf_box_name"
13892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13894   include:
13895     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13896     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13897     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13898     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13899     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13900     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13901   layout:
13902     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13903     layout: "plot-throughput"
13904
13905 - type: "plot"
13906   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13907   algorithm: "plot_perf_box_name"
13908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13910   include:
13911     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13912     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13913     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13914     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13915     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13916     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13917   layout:
13918     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13919     layout: "plot-throughput"
13920
13921 - type: "plot"
13922   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13923   algorithm: "plot_perf_box_name"
13924   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13926   include:
13927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13933   layout:
13934     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13935     layout: "plot-throughput"
13936
13937 - type: "plot"
13938   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13939   algorithm: "plot_perf_box_name"
13940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13942   include:
13943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13947     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13948     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13949   layout:
13950     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13951     layout: "plot-throughput"
13952
13953 - type: "plot"
13954   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13955   algorithm: "plot_perf_box_name"
13956   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13958   include:
13959     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13960     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13963     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13964     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13965   layout:
13966     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13967     layout: "plot-throughput"
13968
13969 - type: "plot"
13970   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13971   algorithm: "plot_perf_box_name"
13972   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13974   include:
13975     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13976     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13977     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13978     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13979     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13980     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13981   layout:
13982     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13983     layout: "plot-throughput"
13984
13985 - type: "plot"
13986   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13987   algorithm: "plot_perf_box_name"
13988   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13989   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13990   include:
13991     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13992     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13993     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13994     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13995     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13996     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13997   layout:
13998     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13999     layout: "plot-throughput"
14000
14001 - type: "plot"
14002   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14003   algorithm: "plot_perf_box_name"
14004   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14005   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14006   include:
14007     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14008     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14009     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14010     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14011     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14012     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14013   layout:
14014     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14015     layout: "plot-throughput"
14016
14017 - type: "plot"
14018   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14019   algorithm: "plot_perf_box_name"
14020   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14021   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14022   include:
14023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14024     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14025     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14026     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14027     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14028     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14029   layout:
14030     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14031     layout: "plot-throughput"
14032
14033 - type: "plot"
14034   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14035   algorithm: "plot_perf_box_name"
14036   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14037   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14038   include:
14039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14040     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14041     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14042     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14043     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14044     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14045   layout:
14046     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14047     layout: "plot-throughput"
14048
14049 - type: "plot"
14050   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
14051   algorithm: "plot_perf_box_name"
14052   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
14053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14054   include:
14055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14058     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14059     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14060     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14061   layout:
14062     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
14063     layout: "plot-throughput"
14064
14065 - type: "plot"
14066   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
14067   algorithm: "plot_perf_box_name"
14068   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
14069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14070   include:
14071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14072     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14074     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14075     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14076     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14077   layout:
14078     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
14079     layout: "plot-throughput"
14080
14081 - type: "plot"
14082   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14083   algorithm: "plot_perf_box_name"
14084   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14086   include:
14087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14092   layout:
14093     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14094     layout: "plot-throughput"
14095
14096 - type: "plot"
14097   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14098   algorithm: "plot_perf_box_name"
14099   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14100   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14101   include:
14102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14107   layout:
14108     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14109     layout: "plot-throughput"
14110
14111 - type: "plot"
14112   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14113   algorithm: "plot_perf_box_name"
14114   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14115   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14116   include:
14117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14122   layout:
14123     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14124     layout: "plot-throughput"
14125
14126 - type: "plot"
14127   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14128   algorithm: "plot_perf_box_name"
14129   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14130   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14131   include:
14132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14137   layout:
14138     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14139     layout: "plot-throughput"
14140
14141 - type: "plot"
14142   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14143   algorithm: "plot_perf_box_name"
14144   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14145   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14146   include:
14147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14151   layout:
14152     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14153     layout: "plot-throughput"
14154
14155 - type: "plot"
14156   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14157   algorithm: "plot_perf_box_name"
14158   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14159   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14160   include:
14161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14165   layout:
14166     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14167     layout: "plot-throughput"
14168
14169 - type: "plot"
14170   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14171   algorithm: "plot_perf_box_name"
14172   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14173   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14174   include:
14175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14179   layout:
14180     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14181     layout: "plot-throughput"
14182
14183 - type: "plot"
14184   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14185   algorithm: "plot_perf_box_name"
14186   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14187   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14188   include:
14189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14193   layout:
14194     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14195     layout: "plot-throughput"
14196
14197 - type: "plot"
14198   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
14199   algorithm: "plot_perf_box_name"
14200   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
14201   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14202   include:
14203     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14204     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14205     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14206     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14207     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14208     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14209   layout:
14210     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
14211     layout: "plot-throughput"
14212
14213 - type: "plot"
14214   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
14215   algorithm: "plot_perf_box_name"
14216   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
14217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14218   include:
14219     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14220     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14221     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14222     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14223     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14224     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14225   layout:
14226     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
14227     layout: "plot-throughput"
14228
14229 - type: "plot"
14230   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
14231   algorithm: "plot_perf_box_name"
14232   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
14233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14234   include:
14235     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14236     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14237     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14238     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14239     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14240   layout:
14241     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
14242     layout: "plot-throughput"
14243
14244 - type: "plot"
14245   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
14246   algorithm: "plot_perf_box_name"
14247   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
14248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14249   include:
14250     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14251     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14252     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14253     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14254     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14255   layout:
14256     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
14257     layout: "plot-throughput"
14258
14259 - type: "plot"
14260   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14261   algorithm: "plot_perf_box_name"
14262   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14264   include:
14265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14270   layout:
14271     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14272     layout: "plot-throughput"
14273
14274 - type: "plot"
14275   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14276   algorithm: "plot_perf_box_name"
14277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14279   include:
14280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14285   layout:
14286     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14287     layout: "plot-throughput"
14288
14289 - type: "plot"
14290   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14291   algorithm: "plot_perf_box_name"
14292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14294   include:
14295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14299   layout:
14300     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14301     layout: "plot-throughput"
14302
14303 - type: "plot"
14304   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14305   algorithm: "plot_perf_box_name"
14306   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14308   include:
14309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14313   layout:
14314     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14315     layout: "plot-throughput"
14316
14317 - type: "plot"
14318   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14319   algorithm: "plot_perf_box_name"
14320   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14322   include:
14323     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14329   layout:
14330     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14331     layout: "plot-throughput"
14332
14333 - type: "plot"
14334   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14335   algorithm: "plot_perf_box_name"
14336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14338   include:
14339     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14345   layout:
14346     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14347     layout: "plot-throughput"
14348
14349 - type: "plot"
14350   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14351   algorithm: "plot_perf_box_name"
14352   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14354   include:
14355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14361   layout:
14362     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14363     layout: "plot-throughput"
14364
14365 - type: "plot"
14366   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14367   algorithm: "plot_perf_box_name"
14368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14370   include:
14371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14377   layout:
14378     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14379     layout: "plot-throughput"
14380
14381 - type: "plot"
14382   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
14383   algorithm: "plot_perf_box_name"
14384   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
14385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14386   include:
14387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14393   layout:
14394     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
14395     layout: "plot-throughput"
14396
14397 - type: "plot"
14398   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
14399   algorithm: "plot_perf_box_name"
14400   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
14401   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14402   include:
14403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14409   layout:
14410     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
14411     layout: "plot-throughput"
14412
14413 - type: "plot"
14414   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
14415   algorithm: "plot_perf_box_name"
14416   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
14417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14418   include:
14419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14425   layout:
14426     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
14427     layout: "plot-throughput"
14428
14429 - type: "plot"
14430   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
14431   algorithm: "plot_perf_box_name"
14432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
14433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14434   include:
14435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14441   layout:
14442     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
14443     layout: "plot-throughput"
14444
14445 - type: "plot"
14446   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
14447   algorithm: "plot_perf_box_name"
14448   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
14449   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14450   include:
14451     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14452     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14453     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14454     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14455   layout:
14456     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
14457     layout: "plot-throughput"
14458
14459 - type: "plot"
14460   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
14461   algorithm: "plot_perf_box_name"
14462   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
14463   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14464   include:
14465     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14466     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14469   layout:
14470     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
14471     layout: "plot-throughput"
14472
14473 - type: "plot"
14474   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14475   algorithm: "plot_perf_box_name"
14476   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14477   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14478   include:
14479     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14480     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14481     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14482     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14485   layout:
14486     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14487     layout: "plot-throughput"
14488
14489 - type: "plot"
14490   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14491   algorithm: "plot_perf_box_name"
14492   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14493   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14494   include:
14495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14501   layout:
14502     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14503     layout: "plot-throughput"
14504
14505 - type: "plot"
14506   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14507   algorithm: "plot_perf_box_name"
14508   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14509   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14510   include:
14511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14517   layout:
14518     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14519     layout: "plot-throughput"
14520
14521 - type: "plot"
14522   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14523   algorithm: "plot_perf_box_name"
14524   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14525   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14526   include:
14527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14533   layout:
14534     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14535     layout: "plot-throughput"
14536
14537 - type: "plot"
14538   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14539   algorithm: "plot_perf_box_name"
14540   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14541   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14542   include:
14543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14544     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14547   layout:
14548     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14549     layout: "plot-throughput"
14550
14551 - type: "plot"
14552   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14553   algorithm: "plot_perf_box_name"
14554   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14555   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14556   include:
14557     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14558     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14559     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14561   layout:
14562     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14563     layout: "plot-throughput"
14564
14565 - type: "plot"
14566   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14567   algorithm: "plot_perf_box_name"
14568   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14569   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14570   include:
14571     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14572     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14573     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14574     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14577   layout:
14578     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14579     layout: "plot-throughput"
14580
14581 - type: "plot"
14582   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14583   algorithm: "plot_perf_box_name"
14584   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14585   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14586   include:
14587     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14593   layout:
14594     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14595     layout: "plot-throughput"
14596
14597 - type: "plot"
14598   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14599   algorithm: "plot_perf_box_name"
14600   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14601   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14602   include:
14603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14604     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14605     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14606     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14607   layout:
14608     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14609     layout: "plot-throughput"
14610
14611 - type: "plot"
14612   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14613   algorithm: "plot_perf_box_name"
14614   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14615   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14616   include:
14617     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14618     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14619     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14620     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14621   layout:
14622     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14623     layout: "plot-throughput"
14624
14625 - type: "plot"
14626   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14627   algorithm: "plot_perf_box_name"
14628   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14629   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14630   include:
14631     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14632     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14633     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14634     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14635     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14636     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14637   layout:
14638     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14639     layout: "plot-throughput"
14640
14641 - type: "plot"
14642   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14643   algorithm: "plot_perf_box_name"
14644   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14645   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14646   include:
14647     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14648     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14649     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14650     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14651     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14652     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14653   layout:
14654     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14655     layout: "plot-throughput"
14656
14657 - type: "plot"
14658   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14659   algorithm: "plot_perf_box_name"
14660   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14661   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14662   include:
14663     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14664     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14665     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14666     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14667     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14668     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14669   layout:
14670     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14671     layout: "plot-throughput"
14672
14673 - type: "plot"
14674   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14675   algorithm: "plot_perf_box_name"
14676   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14677   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14678   include:
14679     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14680     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14681     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14682     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14683     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14684     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14685   layout:
14686     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14687     layout: "plot-throughput"
14688
14689 - type: "plot"
14690   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
14691   algorithm: "plot_perf_box_name"
14692   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
14693   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14694   include:
14695     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14696     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14697     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14698     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14699     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14700     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14701   layout:
14702     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
14703     layout: "plot-throughput"
14704
14705 - type: "plot"
14706   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
14707   algorithm: "plot_perf_box_name"
14708   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
14709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14710   include:
14711     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14712     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14713     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14714     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14715     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14716     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14717   layout:
14718     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
14719     layout: "plot-throughput"
14720
14721 - type: "plot"
14722   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
14723   algorithm: "plot_perf_box_name"
14724   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
14725   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14726   include:
14727     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14728     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14729     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14730 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14731 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14732 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14733   layout:
14734     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
14735     layout: "plot-throughput"
14736
14737 - type: "plot"
14738   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
14739   algorithm: "plot_perf_box_name"
14740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
14741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14742   include:
14743     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14744     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14745     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14746 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14747 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14748 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14749   layout:
14750     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
14751     layout: "plot-throughput"
14752
14753 - type: "plot"
14754   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
14755   algorithm: "plot_perf_box_name"
14756   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
14757   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14758   include:
14759     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14760     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14761     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14762     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14763     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14764     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14765   layout:
14766     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
14767     layout: "plot-throughput"
14768
14769 - type: "plot"
14770   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
14771   algorithm: "plot_perf_box_name"
14772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
14773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14774   include:
14775     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14776     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14777     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14778     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14779     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14780     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14781   layout:
14782     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
14783     layout: "plot-throughput"
14784
14785 - type: "plot"
14786   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14787   algorithm: "plot_perf_box_name"
14788   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14789   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14790   include:
14791     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14792     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14793     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14794     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14795     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14796     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14797   layout:
14798     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14799     layout: "plot-throughput"
14800
14801 - type: "plot"
14802   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14803   algorithm: "plot_perf_box_name"
14804   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14805   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14806   include:
14807     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14808     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14809     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14810     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14811     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14812     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14813   layout:
14814     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14815     layout: "plot-throughput"
14816
14817 #- type: "plot"
14818 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14819 #  algorithm: "plot_perf_box_name"
14820 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14821 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14822 #  include:
14823 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14824 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14825 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14826 #  layout:
14827 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14828 #    layout: "plot-throughput"
14829 #
14830 #- type: "plot"
14831 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14832 #  algorithm: "plot_perf_box_name"
14833 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14834 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14835 #  include:
14836 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14837 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14838 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14839 #  layout:
14840 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14841 #    layout: "plot-throughput"
14842
14843 - type: "plot"
14844   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14845   algorithm: "plot_perf_box_name"
14846   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14847   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14848   include:
14849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14853     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14854   layout:
14855     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14856     layout: "plot-throughput"
14857
14858 - type: "plot"
14859   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14860   algorithm: "plot_perf_box_name"
14861   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14862   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14863   include:
14864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14865     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14866     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14867     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14868     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14869   layout:
14870     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14871     layout: "plot-throughput"
14872
14873 - type: "plot"
14874   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14875   algorithm: "plot_perf_box_name"
14876   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14877   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14878   include:
14879     - "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"
14880     - "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"
14881     - "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"
14882     - "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"
14883     - "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"
14884   layout:
14885     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14886     layout: "plot-throughput"
14887
14888 - type: "plot"
14889   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14890   algorithm: "plot_perf_box_name"
14891   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14892   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14893   include:
14894     - "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"
14895     - "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"
14896     - "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"
14897     - "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"
14898     - "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"
14899   layout:
14900     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14901     layout: "plot-throughput"
14902
14903 - type: "plot"
14904   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14905   algorithm: "plot_perf_box_name"
14906   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14907   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14908   include:
14909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14914   layout:
14915     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14916     layout: "plot-throughput"
14917
14918 - type: "plot"
14919   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14920   algorithm: "plot_perf_box_name"
14921   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14922   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14923   include:
14924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14929   layout:
14930     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14931     layout: "plot-throughput"
14932
14933 - type: "plot"
14934   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14935   algorithm: "plot_perf_box_name"
14936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14938   include:
14939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14944   layout:
14945     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14946     layout: "plot-throughput"
14947
14948 - type: "plot"
14949   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14950   algorithm: "plot_perf_box_name"
14951   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14952   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14953   include:
14954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14959   layout:
14960     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14961     layout: "plot-throughput"
14962
14963 - type: "plot"
14964   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14965   algorithm: "plot_perf_box_name"
14966   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14968   include:
14969     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14970     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14971     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14972     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14973     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14974   layout:
14975     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14976     layout: "plot-throughput"
14977
14978 - type: "plot"
14979   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14980   algorithm: "plot_perf_box_name"
14981   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14983   include:
14984     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14985     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14986     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14987     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14988     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14989   layout:
14990     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14991     layout: "plot-throughput"
14992
14993 - type: "plot"
14994   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14995   algorithm: "plot_perf_box_name"
14996   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14997   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14998   include:
14999     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15000     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15001     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15002     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15003     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15004   layout:
15005     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
15006     layout: "plot-throughput"
15007
15008 - type: "plot"
15009   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
15010   algorithm: "plot_perf_box_name"
15011   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
15012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15013   include:
15014     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15015     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15016     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15017     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15019   layout:
15020     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
15021     layout: "plot-throughput"
15022
15023 - type: "plot"
15024   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15025   algorithm: "plot_perf_box_name"
15026   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15028   include:
15029     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15030     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15031     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15032     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15033   layout:
15034     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15035     layout: "plot-throughput"
15036
15037 - type: "plot"
15038   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15039   algorithm: "plot_perf_box_name"
15040   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15042   include:
15043     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15044     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15045     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15046     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15047   layout:
15048     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15049     layout: "plot-throughput"
15050
15051 - type: "plot"
15052   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15053   algorithm: "plot_perf_box_name"
15054   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15056   include:
15057     - "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"
15058     - "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"
15059     - "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"
15060     - "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"
15061   layout:
15062     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15063     layout: "plot-throughput"
15064
15065 - type: "plot"
15066   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15067   algorithm: "plot_perf_box_name"
15068   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15070   include:
15071     - "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"
15072     - "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"
15073     - "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"
15074     - "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"
15075   layout:
15076     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15077     layout: "plot-throughput"
15078
15079 - type: "plot"
15080   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15081   algorithm: "plot_perf_box_name"
15082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15084   include:
15085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15091   layout:
15092     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15093     layout: "plot-throughput"
15094
15095 - type: "plot"
15096   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15097   algorithm: "plot_perf_box_name"
15098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15100   include:
15101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15105     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15106     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15107   layout:
15108     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15109     layout: "plot-throughput"
15110
15111 - type: "plot"
15112   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15113   algorithm: "plot_perf_box_name"
15114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15116   include:
15117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15123   layout:
15124     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15125     layout: "plot-throughput"
15126
15127 - type: "plot"
15128   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15129   algorithm: "plot_perf_box_name"
15130   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15132   include:
15133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15139   layout:
15140     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15141     layout: "plot-throughput"
15142
15143 - type: "plot"
15144   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15145   algorithm: "plot_perf_box_name"
15146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15148   include:
15149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15155   layout:
15156     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15157     layout: "plot-throughput"
15158
15159 - type: "plot"
15160   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15161   algorithm: "plot_perf_box_name"
15162   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15164   include:
15165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15171   layout:
15172     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15173     layout: "plot-throughput"
15174
15175 - type: "plot"
15176   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15177   algorithm: "plot_perf_box_name"
15178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15180   include:
15181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15186   layout:
15187     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15188     layout: "plot-throughput"
15189
15190 - type: "plot"
15191   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15192   algorithm: "plot_perf_box_name"
15193   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15195   include:
15196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15201   layout:
15202     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15203     layout: "plot-throughput"
15204
15205 - type: "plot"
15206   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15207   algorithm: "plot_perf_box_name"
15208   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15210   include:
15211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15213   layout:
15214     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15215     layout: "plot-throughput"
15216
15217 - type: "plot"
15218   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15219   algorithm: "plot_perf_box_name"
15220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15222   include:
15223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15225   layout:
15226     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15227     layout: "plot-throughput"
15228
15229 - type: "plot"
15230   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15231   algorithm: "plot_perf_box_name"
15232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15234   include:
15235     - "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"
15236     - "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"
15237   layout:
15238     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15239     layout: "plot-throughput"
15240
15241 - type: "plot"
15242   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15243   algorithm: "plot_perf_box_name"
15244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15246   include:
15247     - "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"
15248     - "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"
15249   layout:
15250     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15251     layout: "plot-throughput"
15252
15253 - type: "plot"
15254   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
15255   algorithm: "plot_perf_box_name"
15256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
15257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15258   include:
15259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15261   layout:
15262     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
15263     layout: "plot-throughput"
15264
15265 - type: "plot"
15266   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
15267   algorithm: "plot_perf_box_name"
15268   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
15269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15270   include:
15271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15273   layout:
15274     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
15275     layout: "plot-throughput"
15276
15277 - type: "plot"
15278   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
15279   algorithm: "plot_perf_box_name"
15280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
15281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15282   include:
15283     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15284     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15285   layout:
15286     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
15287     layout: "plot-throughput"
15288
15289 - type: "plot"
15290   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
15291   algorithm: "plot_perf_box_name"
15292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
15293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15294   include:
15295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15297   layout:
15298     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
15299     layout: "plot-throughput"
15300
15301 - type: "plot"
15302   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
15303   algorithm: "plot_perf_box_name"
15304   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
15305   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15306   include:
15307     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15308     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15309     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15310     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15311     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15312     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15313   layout:
15314     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
15315     layout: "plot-throughput"
15316
15317 - type: "plot"
15318   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
15319   algorithm: "plot_perf_box_name"
15320   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
15321   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15322   include:
15323     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15324     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15325     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15326     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15327     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15328     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15329   layout:
15330     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
15331     layout: "plot-throughput"
15332
15333 - type: "plot"
15334   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
15335   algorithm: "plot_perf_box_name"
15336   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
15337   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15338   include:
15339     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15340     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15341     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15342     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15343     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15344     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15345   layout:
15346     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
15347     layout: "plot-throughput"
15348
15349 - type: "plot"
15350   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
15351   algorithm: "plot_perf_box_name"
15352   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
15353   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15354   include:
15355     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15356     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15357     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15358     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15359     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15360     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15361   layout:
15362     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
15363     layout: "plot-throughput"
15364
15365 - type: "plot"
15366   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
15367   algorithm: "plot_perf_box_name"
15368   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
15369   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15370   include:
15371     - "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"
15372     - "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"
15373     - "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"
15374     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15375     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15376     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15377   layout:
15378     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
15379     layout: "plot-throughput"
15380
15381 - type: "plot"
15382   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
15383   algorithm: "plot_perf_box_name"
15384   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
15385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15386   include:
15387     - "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"
15388     - "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"
15389     - "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"
15390     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15391     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15392     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15393   layout:
15394     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
15395     layout: "plot-throughput"
15396
15397 - type: "plot"
15398   title: "Throughput: 2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
15399   algorithm: "plot_perf_box_name"
15400   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
15401   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15402   include:
15403     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
15404     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
15405     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
15406     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
15407     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
15408   layout:
15409     title: "2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
15410     layout: "plot-throughput"
15411
15412 - type: "plot"
15413   title: "Throughput: 2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
15414   algorithm: "plot_perf_box_name"
15415   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
15416   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15417   include:
15418     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
15419     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
15420     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
15421     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
15422     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
15423   layout:
15424     title: "2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
15425     layout: "plot-throughput"
15426
15427 - type: "plot"
15428   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-ndr"
15429   algorithm: "plot_perf_box_name"
15430   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-ndr"
15431   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15432   include:
15433     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-1t1c-ethip4-ip4base-iacldstbase-ndrpdr"
15434     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15435     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15436     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15437     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15438   layout:
15439     title: "2n-tx2-xl710-64b-1t1c-ip4routing-features-base-scale-dpdk-ndr"
15440     layout: "plot-throughput"
15441
15442 - type: "plot"
15443   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-pdr"
15444   algorithm: "plot_perf_box_name"
15445   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-pdr"
15446   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15447   include:
15448     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-1t1c-ethip4-ip4base-iacldstbase-ndrpdr"
15449     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15450     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15451     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15452     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15453   layout:
15454     title: "2n-tx2-xl710-64b-1t1c-ip4routing-features-base-scale-dpdk-pdr"
15455     layout: "plot-throughput"
15456
15457 - type: "plot"
15458   title: "Throughput: 2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
15459   algorithm: "plot_perf_box_name"
15460   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
15461   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15462   include:
15463     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
15464     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
15465     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
15466     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
15467     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
15468     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-1t1c-ethip6-ip6base-iacldstbase-ndrpdr"
15469   layout:
15470     title: "2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
15471     layout: "plot-throughput"
15472
15473 - type: "plot"
15474   title: "Throughput: 2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
15475   algorithm: "plot_perf_box_name"
15476   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
15477   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15478   include:
15479     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
15480     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
15481     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
15482     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
15483     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
15484     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-1t1c-ethip6-ip6base-iacldstbase-ndrpdr"
15485   layout:
15486     title: "2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
15487     layout: "plot-throughput"
15488
15489 - type: "plot"
15490   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-ndr"
15491   algorithm: "plot_perf_box_name"
15492   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-ndr"
15493   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15494   include:
15495     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15496     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15497     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15498     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15499     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15500   layout:
15501     title: "2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-ndr"
15502     layout: "plot-throughput"
15503
15504 - type: "plot"
15505   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-pdr"
15506   algorithm: "plot_perf_box_name"
15507   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-pdr"
15508   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15509   include:
15510     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15511     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15512     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15513     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15514     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15515   layout:
15516     title: "2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-pdr"
15517     layout: "plot-throughput"
15518
15519 - type: "plot"
15520   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-ndr"
15521   algorithm: "plot_perf_box_name"
15522   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-ndr"
15523   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15524   include:
15525     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15526     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15527     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15528     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15529   layout:
15530     title: "2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-ndr"
15531     layout: "plot-throughput"
15532
15533 - type: "plot"
15534   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-pdr"
15535   algorithm: "plot_perf_box_name"
15536   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-pdr"
15537   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15538   include:
15539     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15542     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15543   layout:
15544     title: "2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-pdr"
15545     layout: "plot-throughput"
15546
15547 - type: "plot"
15548   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-ndr"
15549   algorithm: "plot_perf_box_name"
15550   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-ndr"
15551   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15552   include:
15553     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15557     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15558   layout:
15559     title: "2n-tx2-xl710-64b-1t1c-features-l2switching-base-ndr"
15560     layout: "plot-throughput"
15561
15562 - type: "plot"
15563   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-pdr"
15564   algorithm: "plot_perf_box_name"
15565   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-pdr"
15566   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15567   include:
15568     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15572     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15573   layout:
15574     title: "2n-tx2-xl710-64b-1t1c-features-l2switching-base-pdr"
15575     layout: "plot-throughput"
15576
15577 ################################################################################
15578
15579 # Packet Speedup
15580
15581 - type: "plot"
15582   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
15583   algorithm: "plot_tsa_name"
15584   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
15585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15586   include:
15587     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15588     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15589     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15590     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15591   layout:
15592     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
15593     layout: "plot-throughput-speedup-analysis"
15594
15595 - type: "plot"
15596   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
15597   algorithm: "plot_tsa_name"
15598   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
15599   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15600   include:
15601     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15602     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15603     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15604     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15605   layout:
15606     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
15607     layout: "plot-throughput-speedup-analysis"
15608
15609 - type: "plot"
15610   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15611   algorithm: "plot_tsa_name"
15612   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15614   include:
15615     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15616     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15617     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15619   layout:
15620     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
15621     layout: "plot-throughput-speedup-analysis"
15622
15623 - type: "plot"
15624   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15625   algorithm: "plot_tsa_name"
15626   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15627   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15628   include:
15629     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15630     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15631     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15632     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15633   layout:
15634     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
15635     layout: "plot-throughput-speedup-analysis"
15636
15637 - type: "plot"
15638   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
15639   algorithm: "plot_tsa_name"
15640   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
15641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15642   include:
15643     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15644     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15645     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15646     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15647     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15648   layout:
15649     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
15650     layout: "plot-throughput-speedup-analysis"
15651
15652 - type: "plot"
15653   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
15654   algorithm: "plot_tsa_name"
15655   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
15656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15657   include:
15658     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15659     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15660     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15661     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15662     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15663   layout:
15664     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
15665     layout: "plot-throughput-speedup-analysis"
15666
15667 - type: "plot"
15668   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15669   algorithm: "plot_tsa_name"
15670   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15671   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15672   include:
15673     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15674     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15675     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15676     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15677     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15678   layout:
15679     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
15680     layout: "plot-throughput-speedup-analysis"
15681
15682 - type: "plot"
15683   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15684   algorithm: "plot_tsa_name"
15685   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15687   include:
15688     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15689     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15690     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15691     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15692     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15693   layout:
15694     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
15695     layout: "plot-throughput-speedup-analysis"
15696
15697 - type: "plot"
15698   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15699   algorithm: "plot_tsa_name"
15700   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15702   include:
15703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15709   layout:
15710     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15711     layout: "plot-throughput-speedup-analysis"
15712
15713 - type: "plot"
15714   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15715   algorithm: "plot_tsa_name"
15716   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15718   include:
15719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15725   layout:
15726     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15727     layout: "plot-throughput-speedup-analysis"
15728
15729 - type: "plot"
15730   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15731   algorithm: "plot_tsa_name"
15732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15734   include:
15735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15740   layout:
15741     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15742     layout: "plot-throughput-speedup-analysis"
15743
15744 - type: "plot"
15745   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15746   algorithm: "plot_tsa_name"
15747   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15748   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15749   include:
15750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15755   layout:
15756     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15757     layout: "plot-throughput-speedup-analysis"
15758
15759 - type: "plot"
15760   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
15761   algorithm: "plot_tsa_name"
15762   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
15763   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15764   include:
15765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15768   layout:
15769     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
15770     layout: "plot-throughput-speedup-analysis"
15771
15772 - type: "plot"
15773   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
15774   algorithm: "plot_tsa_name"
15775   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
15776   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15777   include:
15778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15781   layout:
15782     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
15783     layout: "plot-throughput-speedup-analysis"
15784
15785 - type: "plot"
15786   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15787   algorithm: "plot_tsa_name"
15788   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15790   include:
15791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15796   layout:
15797     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15798     layout: "plot-throughput-speedup-analysis"
15799
15800 - type: "plot"
15801   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15802   algorithm: "plot_tsa_name"
15803   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15804   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15805   include:
15806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15811   layout:
15812     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15813     layout: "plot-throughput-speedup-analysis"
15814
15815 - type: "plot"
15816   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
15817   algorithm: "plot_tsa_name"
15818   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
15819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15820   include:
15821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
15822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
15823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
15824   layout:
15825     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
15826     layout: "plot-throughput-speedup-analysis"
15827
15828 - type: "plot"
15829   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
15830   algorithm: "plot_tsa_name"
15831   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
15832   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15833   include:
15834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
15835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
15836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
15837   layout:
15838     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
15839     layout: "plot-throughput-speedup-analysis"
15840
15841 - type: "plot"
15842   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15843   algorithm: "plot_tsa_name"
15844   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15845   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15846   include:
15847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15853   layout:
15854     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15855     layout: "plot-throughput-speedup-analysis"
15856
15857 - type: "plot"
15858   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15859   algorithm: "plot_tsa_name"
15860   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15861   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15862   include:
15863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15869   layout:
15870     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15871     layout: "plot-throughput-speedup-analysis"
15872
15873 - type: "plot"
15874   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
15875   algorithm: "plot_tsa_name"
15876   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
15877   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15878   include:
15879     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15880     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
15881     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
15882     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
15883     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
15884   layout:
15885     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
15886     layout: "plot-throughput-speedup-analysis"
15887
15888 - type: "plot"
15889   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
15890   algorithm: "plot_tsa_name"
15891   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
15892   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15893   include:
15894     - "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"
15895     - "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"
15896     - "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"
15897     - "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"
15898     - "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"
15899   layout:
15900     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
15901     layout: "plot-throughput-speedup-analysis"
15902
15903 - type: "plot"
15904   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
15905   algorithm: "plot_tsa_name"
15906   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
15907   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15908   include:
15909     - "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"
15910     - "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"
15911     - "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"
15912     - "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"
15913     - "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"
15914     - "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"
15915     - "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"
15916     - "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"
15917     - "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"
15918     - "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"
15919   layout:
15920     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
15921     layout: "plot-throughput-speedup-analysis-cps"
15922
15923 - type: "plot"
15924   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
15925   algorithm: "plot_tsa_name"
15926   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
15927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15928   include:
15929     - "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"
15930     - "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"
15931     - "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"
15932     - "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"
15933     - "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"
15934     - "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"
15935     - "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"
15936     - "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"
15937     - "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"
15938     - "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"
15939   layout:
15940     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
15941     layout: "plot-throughput-speedup-analysis"
15942
15943 - type: "plot"
15944   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
15945   algorithm: "plot_tsa_name"
15946   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
15947   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15948   include:
15949     - "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"
15950     - "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"
15951     - "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"
15952     - "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"
15953     - "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"
15954     - "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"
15955     - "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"
15956     - "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"
15957     - "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"
15958     - "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"
15959   layout:
15960     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
15961     layout: "plot-throughput-speedup-analysis-cps"
15962
15963 - type: "plot"
15964   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
15965   algorithm: "plot_tsa_name"
15966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
15967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15968   include:
15969     - "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"
15970     - "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"
15971     - "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"
15972     - "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"
15973     - "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"
15974     - "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"
15975     - "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"
15976     - "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"
15977     - "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"
15978     - "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"
15979   layout:
15980     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
15981     layout: "plot-throughput-speedup-analysis"
15982
15983 - type: "plot"
15984   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
15985   algorithm: "plot_tsa_name"
15986   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
15987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15988   include:
15989     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15990     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
15991     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
15992     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
15993     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
15994   layout:
15995     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
15996     layout: "plot-throughput-speedup-analysis"
15997
15998 - type: "plot"
15999   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
16000   algorithm: "plot_tsa_name"
16001   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
16002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16003   include:
16004     - "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"
16005     - "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"
16006     - "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"
16007     - "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"
16008     - "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"
16009   layout:
16010     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
16011     layout: "plot-throughput-speedup-analysis"
16012
16013 - type: "plot"
16014   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
16015   algorithm: "plot_tsa_name"
16016   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
16017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16018   include:
16019     - "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"
16020     - "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"
16021     - "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"
16022     - "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"
16023     - "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"
16024     - "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"
16025     - "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"
16026     - "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"
16027     - "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"
16028     - "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"
16029   layout:
16030     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
16031     layout: "plot-throughput-speedup-analysis-cps"
16032
16033 - type: "plot"
16034   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
16035   algorithm: "plot_tsa_name"
16036   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
16037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16038   include:
16039     - "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"
16040     - "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"
16041     - "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"
16042     - "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"
16043     - "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"
16044     - "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"
16045     - "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"
16046     - "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"
16047     - "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"
16048     - "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"
16049   layout:
16050     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
16051     layout: "plot-throughput-speedup-analysis"
16052
16053 - type: "plot"
16054   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
16055   algorithm: "plot_tsa_name"
16056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
16057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16058   include:
16059     - "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"
16060     - "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"
16061     - "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"
16062     - "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"
16063     - "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"
16064     - "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"
16065     - "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"
16066     - "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"
16067     - "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"
16068     - "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"
16069   layout:
16070     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
16071     layout: "plot-throughput-speedup-analysis-cps"
16072
16073 - type: "plot"
16074   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
16075   algorithm: "plot_tsa_name"
16076   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
16077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16078   include:
16079     - "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"
16080     - "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"
16081     - "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"
16082     - "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"
16083     - "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"
16084     - "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"
16085     - "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"
16086     - "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"
16087     - "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"
16088     - "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"
16089   layout:
16090     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
16091     layout: "plot-throughput-speedup-analysis"
16092
16093 - type: "plot"
16094   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16095   algorithm: "plot_tsa_name"
16096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16098   include:
16099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16105   layout:
16106     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
16107     layout: "plot-throughput-speedup-analysis"
16108
16109 - type: "plot"
16110   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16111   algorithm: "plot_tsa_name"
16112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16114   include:
16115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16121   layout:
16122     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16123     layout: "plot-throughput-speedup-analysis"
16124
16125 - type: "plot"
16126   title: "Speedup: 2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
16127   algorithm: "plot_tsa_name"
16128   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
16129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16130   include:
16131     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
16132     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
16133     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
16134     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
16135     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
16136   layout:
16137     title: "2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
16138     layout: "plot-throughput-speedup-analysis"
16139
16140 - type: "plot"
16141   title: "Speedup: 2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
16142   algorithm: "plot_tsa_name"
16143   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
16144   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16145   include:
16146     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
16147     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
16148     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
16149     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
16150     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
16151   layout:
16152     title: "2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
16153     layout: "plot-throughput-speedup-analysis"
16154
16155 - type: "plot"
16156   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16157   algorithm: "plot_tsa_name"
16158   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16159   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16160   include:
16161     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16162     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16163     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16164     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16165   layout:
16166     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
16167     layout: "plot-throughput-speedup-analysis"
16168
16169 - type: "plot"
16170   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16171   algorithm: "plot_tsa_name"
16172   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16173   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16174   include:
16175     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16176     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16177     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16178     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16179   layout:
16180     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
16181     layout: "plot-throughput-speedup-analysis"
16182
16183 - type: "plot"
16184   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
16185   algorithm: "plot_tsa_name"
16186   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
16187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16188   include:
16189     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16190     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16191     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16192 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16193 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16194   layout:
16195     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
16196     layout: "plot-throughput-speedup-analysis"
16197
16198 - type: "plot"
16199   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
16200   algorithm: "plot_tsa_name"
16201   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
16202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16203   include:
16204     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16205     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16206     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16207 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16208 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16209   layout:
16210     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
16211     layout: "plot-throughput-speedup-analysis"
16212
16213 - type: "plot"
16214   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16215   algorithm: "plot_tsa_name"
16216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16218   include:
16219     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16220     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
16221     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16223     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16224   layout:
16225     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16226     layout: "plot-throughput-speedup-analysis"
16227
16228 - type: "plot"
16229   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16230   algorithm: "plot_tsa_name"
16231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16233   include:
16234     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16235     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
16236     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16237     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16238     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16239   layout:
16240     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16241     layout: "plot-throughput-speedup-analysis"
16242
16243 - type: "plot"
16244   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16245   algorithm: "plot_tsa_name"
16246   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16247   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16248   include:
16249     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16250     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16251     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16252     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16253     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16254   layout:
16255     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
16256     layout: "plot-throughput-speedup-analysis"
16257
16258 - type: "plot"
16259   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16260   algorithm: "plot_tsa_name"
16261   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16263   include:
16264     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16265     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16266     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16267     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16268     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16269   layout:
16270     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
16271     layout: "plot-throughput-speedup-analysis"
16272
16273 - type: "plot"
16274   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
16275   algorithm: "plot_tsa_name"
16276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
16277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16278   include:
16279     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16280     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16281     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16282     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16283   layout:
16284     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
16285     layout: "plot-throughput-speedup-analysis"
16286
16287 - type: "plot"
16288   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
16289   algorithm: "plot_tsa_name"
16290   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
16291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16292   include:
16293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16294     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16296     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16297   layout:
16298     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
16299     layout: "plot-throughput-speedup-analysis"
16300
16301 - type: "plot"
16302   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16303   algorithm: "plot_tsa_name"
16304   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16306   include:
16307     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16308     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16309     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16310     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16311     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16312   layout:
16313     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
16314     layout: "plot-throughput-speedup-analysis"
16315
16316 - type: "plot"
16317   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16318   algorithm: "plot_tsa_name"
16319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16321   include:
16322     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16323     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16324     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16325     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16326     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16327   layout:
16328     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16329     layout: "plot-throughput-speedup-analysis"
16330
16331 - type: "plot"
16332   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
16333   algorithm: "plot_tsa_name"
16334   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
16335   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16336   include:
16337     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16338     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16339   layout:
16340     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
16341     layout: "plot-throughput-speedup-analysis"
16342
16343 - type: "plot"
16344   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
16345   algorithm: "plot_tsa_name"
16346   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
16347   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16348   include:
16349     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16351   layout:
16352     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
16353     layout: "plot-throughput-speedup-analysis"
16354
16355 - type: "plot"
16356   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
16357   algorithm: "plot_tsa_name"
16358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
16359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16360   include:
16361     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16365   layout:
16366     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
16367     layout: "plot-throughput-speedup-analysis"
16368
16369 - type: "plot"
16370   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
16371   algorithm: "plot_tsa_name"
16372   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
16373   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16374   include:
16375     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16379   layout:
16380     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
16381     layout: "plot-throughput-speedup-analysis"
16382
16383 - type: "plot"
16384   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
16385   algorithm: "plot_tsa_name"
16386   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
16387   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16388   include:
16389     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16393   layout:
16394     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
16395     layout: "plot-throughput-speedup-analysis"
16396
16397 - type: "plot"
16398   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
16399   algorithm: "plot_tsa_name"
16400   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
16401   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16402   include:
16403     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16404     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16407   layout:
16408     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
16409     layout: "plot-throughput-speedup-analysis"
16410
16411 - type: "plot"
16412   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
16413   algorithm: "plot_tsa_name"
16414   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
16415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16416   include:
16417     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16418     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16420     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16424   layout:
16425     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
16426     layout: "plot-throughput-speedup-analysis"
16427
16428 - type: "plot"
16429   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
16430   algorithm: "plot_tsa_name"
16431   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
16432   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16433   include:
16434     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16440     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16441   layout:
16442     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
16443     layout: "plot-throughput-speedup-analysis"
16444
16445 - type: "plot"
16446   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16447   algorithm: "plot_tsa_name"
16448   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16449   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16450   include:
16451     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16455     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16456   layout:
16457     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16458     layout: "plot-throughput-speedup-analysis"
16459
16460 - type: "plot"
16461   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16462   algorithm: "plot_tsa_name"
16463   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16464   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16465   include:
16466     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16467     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16468     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16470     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16471   layout:
16472     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16473     layout: "plot-throughput-speedup-analysis"
16474
16475 - type: "plot"
16476   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
16477   algorithm: "plot_tsa_name"
16478   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
16479   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16480   include:
16481     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16482     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
16483     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
16484     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
16485   layout:
16486     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr"
16487     layout: "plot-throughput-speedup-analysis"
16488
16489 - type: "plot"
16490   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
16491   algorithm: "plot_tsa_name"
16492   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
16493   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16494   include:
16495     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16496     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
16497     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
16498     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
16499   layout:
16500     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr"
16501     layout: "plot-throughput-speedup-analysis"
16502
16503 - type: "plot"
16504   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
16505   algorithm: "plot_tsa_name"
16506   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
16507   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16508   include:
16509     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16510     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16511     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
16512     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
16513     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16514   layout:
16515     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
16516     layout: "plot-throughput-speedup-analysis"
16517
16518 - type: "plot"
16519   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
16520   algorithm: "plot_tsa_name"
16521   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
16522   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16523   include:
16524     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16525     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16526     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
16527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
16528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16529   layout:
16530     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
16531     layout: "plot-throughput-speedup-analysis"
16532
16533 - type: "plot"
16534   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
16535   algorithm: "plot_tsa_name"
16536   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
16537   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16538   include:
16539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
16541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
16542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
16543   layout:
16544     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr"
16545     layout: "plot-throughput-speedup-analysis"
16546
16547 - type: "plot"
16548   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
16549   algorithm: "plot_tsa_name"
16550   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
16551   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16552   include:
16553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16554     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
16555     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
16556     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
16557   layout:
16558     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr"
16559     layout: "plot-throughput-speedup-analysis"
16560
16561 - type: "plot"
16562   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16563   algorithm: "plot_tsa_name"
16564   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16565   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16566   include:
16567     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16568     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16569     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16570     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
16571   layout:
16572     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
16573     layout: "plot-throughput-speedup-analysis"
16574
16575 - type: "plot"
16576   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16577   algorithm: "plot_tsa_name"
16578   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16579   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16580   include:
16581     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16582     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16583     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16584     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
16585   layout:
16586     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
16587     layout: "plot-throughput-speedup-analysis"
16588
16589 - type: "plot"
16590   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
16591   algorithm: "plot_tsa_name"
16592   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
16593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16594   include:
16595     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16596     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16597     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16598   layout:
16599     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
16600     layout: "plot-throughput-speedup-analysis"
16601
16602 - type: "plot"
16603   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
16604   algorithm: "plot_tsa_name"
16605   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
16606   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16607   include:
16608     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16609     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16610     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16611   layout:
16612     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
16613     layout: "plot-throughput-speedup-analysis"
16614
16615 - type: "plot"
16616   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16617   algorithm: "plot_tsa_name"
16618   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16620   include:
16621     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16622     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16623     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16624     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16625     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16626   layout:
16627     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16628     layout: "plot-throughput-speedup-analysis"
16629
16630 - type: "plot"
16631   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16632   algorithm: "plot_tsa_name"
16633   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16635   include:
16636     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16637     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16638     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16639     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16640     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16641   layout:
16642     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16643     layout: "plot-throughput-speedup-analysis"
16644
16645 - type: "plot"
16646   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
16647   algorithm: "plot_tsa_name"
16648   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
16649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16650   include:
16651     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16652     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16653     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
16654     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
16655     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16656   layout:
16657     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
16658     layout: "plot-throughput-speedup-analysis"
16659
16660 - type: "plot"
16661   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
16662   algorithm: "plot_tsa_name"
16663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
16664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16665   include:
16666     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16667     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16668     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
16669     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
16670     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16671   layout:
16672     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
16673     layout: "plot-throughput-speedup-analysis"
16674
16675 - type: "plot"
16676   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
16677   algorithm: "plot_tsa_name"
16678   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
16679   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16680   include:
16681     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16682     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16683     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16684     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16685     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16686     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16687   layout:
16688     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
16689     layout: "plot-throughput-speedup-analysis"
16690
16691 - type: "plot"
16692   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
16693   algorithm: "plot_tsa_name"
16694   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
16695   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16696   include:
16697     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16698     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16699     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16700     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16701     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
16702     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16703   layout:
16704     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
16705     layout: "plot-throughput-speedup-analysis"
16706
16707 - type: "plot"
16708   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
16709   algorithm: "plot_tsa_name"
16710   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
16711   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16712   include:
16713     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
16714     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16715     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
16716     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16717   layout:
16718     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
16719     layout: "plot-throughput-speedup-analysis"
16720
16721 - type: "plot"
16722   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
16723   algorithm: "plot_tsa_name"
16724   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
16725   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16726   include:
16727     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
16728     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16729     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16730     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16731   layout:
16732     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
16733     layout: "plot-throughput-speedup-analysis"
16734
16735 - type: "plot"
16736   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
16737   algorithm: "plot_tsa_name"
16738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
16739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16740   include:
16741     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16742     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16743     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16744     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16745     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16746     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16747   layout:
16748     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
16749     layout: "plot-throughput-speedup-analysis"
16750
16751 - type: "plot"
16752   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
16753   algorithm: "plot_tsa_name"
16754   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
16755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16756   include:
16757     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16758     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16759     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16760     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16761     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16762     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16763   layout:
16764     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
16765     layout: "plot-throughput-speedup-analysis"
16766
16767 - type: "plot"
16768   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
16769   algorithm: "plot_tsa_name"
16770   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
16771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16772   include:
16773     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16774     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16775     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16776     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16777     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16778     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16779   layout:
16780     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
16781     layout: "plot-throughput-speedup-analysis"
16782
16783 - type: "plot"
16784   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
16785   algorithm: "plot_tsa_name"
16786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
16787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16788   include:
16789     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16790     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16791     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16792     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16793     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16794     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16795   layout:
16796     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
16797     layout: "plot-throughput-speedup-analysis"
16798
16799 - type: "plot"
16800   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16801   algorithm: "plot_tsa_name"
16802   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16803   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16804   include:
16805     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16806     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16807     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16808     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16809     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16810     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16811   layout:
16812     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16813     layout: "plot-throughput-speedup-analysis"
16814
16815 - type: "plot"
16816   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16817   algorithm: "plot_tsa_name"
16818   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16820   include:
16821     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16822     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16823     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16825     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16826     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16827   layout:
16828     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16829     layout: "plot-throughput-speedup-analysis"
16830
16831 - type: "plot"
16832   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16833   algorithm: "plot_tsa_name"
16834   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16836   include:
16837     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
16838     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16842   layout:
16843     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
16844     layout: "plot-throughput-speedup-analysis"
16845
16846 - type: "plot"
16847   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16848   algorithm: "plot_tsa_name"
16849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16850   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16851   include:
16852     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
16853     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16856     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16857   layout:
16858     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
16859     layout: "plot-throughput-speedup-analysis"
16860
16861 - type: "plot"
16862   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16863   algorithm: "plot_tsa_name"
16864   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16866   include:
16867     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16868     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16872   layout:
16873     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
16874     layout: "plot-throughput-speedup-analysis"
16875
16876 - type: "plot"
16877   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16878   algorithm: "plot_tsa_name"
16879   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16880   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16881   include:
16882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16887   layout:
16888     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
16889     layout: "plot-throughput-speedup-analysis"
16890
16891 - type: "plot"
16892   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16893   algorithm: "plot_tsa_name"
16894   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16896   include:
16897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16901   layout:
16902     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
16903     layout: "plot-throughput-speedup-analysis"
16904
16905 - type: "plot"
16906   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16907   algorithm: "plot_tsa_name"
16908   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16910   include:
16911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16915   layout:
16916     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
16917     layout: "plot-throughput-speedup-analysis"
16918
16919 - type: "plot"
16920   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16921   algorithm: "plot_tsa_name"
16922   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16923   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16924   include:
16925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16929   layout:
16930     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16931     layout: "plot-throughput-speedup-analysis"
16932
16933 - type: "plot"
16934   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16935   algorithm: "plot_tsa_name"
16936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16938   include:
16939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16943   layout:
16944     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16945     layout: "plot-throughput-speedup-analysis"
16946
16947 - type: "plot"
16948   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16949   algorithm: "plot_tsa_name"
16950   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16951   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16952   include:
16953     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16954     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16955     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16956     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16957     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16958     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16959   layout:
16960     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
16961     layout: "plot-throughput-speedup-analysis"
16962
16963 - type: "plot"
16964   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16965   algorithm: "plot_tsa_name"
16966   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16968   include:
16969     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16970     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16971     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16972     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16973     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16974     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16975   layout:
16976     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
16977     layout: "plot-throughput-speedup-analysis"
16978
16979 - type: "plot"
16980   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
16981   algorithm: "plot_tsa_name"
16982   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
16983   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16984   include:
16985     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16986     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16987     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16988     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16989     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16990   layout:
16991     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
16992     layout: "plot-throughput-speedup-analysis"
16993
16994 - type: "plot"
16995   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
16996   algorithm: "plot_tsa_name"
16997   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
16998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16999   include:
17000     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17001     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17002     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17003     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17004     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17005   layout:
17006     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
17007     layout: "plot-throughput-speedup-analysis"
17008
17009 - type: "plot"
17010   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17011   algorithm: "plot_tsa_name"
17012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17014   include:
17015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17016     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17017     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17018     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17019     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17020   layout:
17021     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
17022     layout: "plot-throughput-speedup-analysis"
17023
17024 - type: "plot"
17025   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17026   algorithm: "plot_tsa_name"
17027   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17029   include:
17030     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17031     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17032     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17033     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17034     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17035   layout:
17036     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
17037     layout: "plot-throughput-speedup-analysis"
17038
17039 - type: "plot"
17040   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17041   algorithm: "plot_tsa_name"
17042   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17043   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17044   include:
17045     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17046     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17047     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17048     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17049   layout:
17050     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
17051     layout: "plot-throughput-speedup-analysis"
17052
17053 - type: "plot"
17054   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17055   algorithm: "plot_tsa_name"
17056   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17058   include:
17059     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17060     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17061     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17062     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17063   layout:
17064     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
17065     layout: "plot-throughput-speedup-analysis"
17066
17067 - type: "plot"
17068   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17069   algorithm: "plot_tsa_name"
17070   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17072   include:
17073     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17074     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17075     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17076     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17077     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17078     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17079   layout:
17080     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
17081     layout: "plot-throughput-speedup-analysis"
17082
17083 - type: "plot"
17084   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17085   algorithm: "plot_tsa_name"
17086   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17088   include:
17089     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17090     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17091     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17092     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17093     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17094     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17095   layout:
17096     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
17097     layout: "plot-throughput-speedup-analysis"
17098
17099 - type: "plot"
17100   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17101   algorithm: "plot_tsa_name"
17102   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17104   include:
17105     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17106     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17107     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17108     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17109     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17110     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17111   layout:
17112     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17113     layout: "plot-throughput-speedup-analysis"
17114
17115 - type: "plot"
17116   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17117   algorithm: "plot_tsa_name"
17118   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17120   include:
17121     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17122     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17123     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17124     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17125     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17126     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17127   layout:
17128     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17129     layout: "plot-throughput-speedup-analysis"
17130
17131 - type: "plot"
17132   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
17133   algorithm: "plot_tsa_name"
17134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
17135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17136   include:
17137     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17138     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17139     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17140     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17141     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17142     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17143   layout:
17144     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
17145     layout: "plot-throughput-speedup-analysis"
17146
17147 - type: "plot"
17148   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
17149   algorithm: "plot_tsa_name"
17150   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
17151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17152   include:
17153     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17154     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17155     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17156     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17157     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17158     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17159   layout:
17160     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
17161     layout: "plot-throughput-speedup-analysis"
17162
17163 - type: "plot"
17164   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
17165   algorithm: "plot_tsa_name"
17166   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
17167   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17168   include:
17169     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17170     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17171     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17172     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17173     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17174     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17175   layout:
17176     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
17177     layout: "plot-throughput-speedup-analysis"
17178
17179 - type: "plot"
17180   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
17181   algorithm: "plot_tsa_name"
17182   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
17183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17184   include:
17185     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17186     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17187     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17188     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17189     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17190     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17191   layout:
17192     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
17193     layout: "plot-throughput-speedup-analysis"
17194
17195 - type: "plot"
17196   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
17197   algorithm: "plot_tsa_name"
17198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
17199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17200   include:
17201     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17202     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17203     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17204     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17205     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17206     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17207   layout:
17208     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
17209     layout: "plot-throughput-speedup-analysis"
17210
17211 - type: "plot"
17212   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
17213   algorithm: "plot_tsa_name"
17214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
17215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17216   include:
17217     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17218     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17219     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17220     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17221     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17222     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17223   layout:
17224     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
17225     layout: "plot-throughput-speedup-analysis"
17226
17227 - type: "plot"
17228   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
17229   algorithm: "plot_tsa_name"
17230   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
17231   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17232   include:
17233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17234     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17235     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17237     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17238   layout:
17239     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
17240     layout: "plot-throughput-speedup-analysis"
17241
17242 - type: "plot"
17243   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
17244   algorithm: "plot_tsa_name"
17245   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
17246   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17247   include:
17248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17251     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17253   layout:
17254     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
17255     layout: "plot-throughput-speedup-analysis"
17256
17257 - type: "plot"
17258   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
17259   algorithm: "plot_tsa_name"
17260   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
17261   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17262   include:
17263     - "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"
17264     - "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"
17265     - "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"
17266     - "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"
17267     - "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"
17268   layout:
17269     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
17270     layout: "plot-throughput-speedup-analysis"
17271
17272 - type: "plot"
17273   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
17274   algorithm: "plot_tsa_name"
17275   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
17276   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17277   include:
17278     - "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"
17279     - "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"
17280     - "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"
17281     - "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"
17282     - "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"
17283   layout:
17284     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
17285     layout: "plot-throughput-speedup-analysis"
17286
17287 - type: "plot"
17288   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
17289   algorithm: "plot_tsa_name"
17290   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
17291   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17292   include:
17293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17298   layout:
17299     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
17300     layout: "plot-throughput-speedup-analysis"
17301
17302 - type: "plot"
17303   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
17304   algorithm: "plot_tsa_name"
17305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
17306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17307   include:
17308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17313   layout:
17314     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
17315     layout: "plot-throughput-speedup-analysis"
17316
17317 - type: "plot"
17318   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17319   algorithm: "plot_tsa_name"
17320   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
17321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17322   include:
17323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17328   layout:
17329     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17330     layout: "plot-throughput-speedup-analysis"
17331
17332 - type: "plot"
17333   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17334   algorithm: "plot_tsa_name"
17335   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
17336   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17337   include:
17338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17343   layout:
17344     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17345     layout: "plot-throughput-speedup-analysis"
17346
17347 - type: "plot"
17348   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
17349   algorithm: "plot_tsa_name"
17350   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
17351   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17352   include:
17353     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17354     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17355     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17356     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17357     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17358   layout:
17359     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
17360     layout: "plot-throughput-speedup-analysis"
17361
17362 - type: "plot"
17363   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
17364   algorithm: "plot_tsa_name"
17365   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
17366   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17367   include:
17368     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17369     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17370     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17371     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17372     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17373   layout:
17374     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
17375     layout: "plot-throughput-speedup-analysis"
17376
17377 - type: "plot"
17378   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
17379   algorithm: "plot_tsa_name"
17380   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
17381   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17382   include:
17383     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17384     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17385     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17386     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17387     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17388   layout:
17389     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
17390     layout: "plot-throughput-speedup-analysis"
17391
17392 - type: "plot"
17393   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
17394   algorithm: "plot_tsa_name"
17395   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
17396   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17397   include:
17398     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17399     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17400     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17401     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17402     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17403   layout:
17404     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
17405     layout: "plot-throughput-speedup-analysis"
17406
17407 - type: "plot"
17408   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
17409   algorithm: "plot_tsa_name"
17410   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
17411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17412   include:
17413     - "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"
17414     - "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"
17415     - "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"
17416     - "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"
17417   layout:
17418     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
17419     layout: "plot-throughput-speedup-analysis"
17420
17421 - type: "plot"
17422   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
17423   algorithm: "plot_tsa_name"
17424   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
17425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17426   include:
17427     - "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"
17428     - "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"
17429     - "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"
17430     - "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"
17431   layout:
17432     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
17433     layout: "plot-throughput-speedup-analysis"
17434
17435 - type: "plot"
17436   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
17437   algorithm: "plot_tsa_name"
17438   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
17439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17440   include:
17441     - "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"
17442     - "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"
17443     - "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"
17444     - "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"
17445   layout:
17446     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
17447     layout: "plot-throughput-speedup-analysis"
17448
17449 - type: "plot"
17450   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
17451   algorithm: "plot_tsa_name"
17452   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
17453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17454   include:
17455     - "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"
17456     - "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"
17457     - "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"
17458     - "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"
17459   layout:
17460     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
17461     layout: "plot-throughput-speedup-analysis"
17462
17463 - type: "plot"
17464   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
17465   algorithm: "plot_tsa_name"
17466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
17467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17468   include:
17469     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17470     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17471     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17472     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17473     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17474     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17475   layout:
17476     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
17477     layout: "plot-throughput-speedup-analysis"
17478
17479 - type: "plot"
17480   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
17481   algorithm: "plot_tsa_name"
17482   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
17483   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17484   include:
17485     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17486     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17487     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17488     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17489     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17490     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17491   layout:
17492     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
17493     layout: "plot-throughput-speedup-analysis"
17494
17495 - type: "plot"
17496   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
17497   algorithm: "plot_tsa_name"
17498   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
17499   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17500   include:
17501     - "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"
17502     - "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"
17503     - "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"
17504     - "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"
17505     - "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"
17506     - "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"
17507   layout:
17508     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
17509     layout: "plot-throughput-speedup-analysis"
17510
17511 - type: "plot"
17512   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
17513   algorithm: "plot_tsa_name"
17514   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
17515   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17516   include:
17517     - "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"
17518     - "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"
17519     - "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"
17520     - "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"
17521     - "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"
17522     - "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"
17523   layout:
17524     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
17525     layout: "plot-throughput-speedup-analysis"
17526
17527 - type: "plot"
17528   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
17529   algorithm: "plot_tsa_name"
17530   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
17531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17532   include:
17533     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17534     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17535     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17536     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17537     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17538     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17539   layout:
17540     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
17541     layout: "plot-throughput-speedup-analysis"
17542
17543 - type: "plot"
17544   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
17545   algorithm: "plot_tsa_name"
17546   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
17547   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17548   include:
17549     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17550     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17551     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17552     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17553     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17554     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17555   layout:
17556     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
17557     layout: "plot-throughput-speedup-analysis"
17558
17559 - type: "plot"
17560   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17561   algorithm: "plot_tsa_name"
17562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
17563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17564   include:
17565     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17566     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17567     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17568     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17569     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17570   layout:
17571     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17572     layout: "plot-throughput-speedup-analysis"
17573
17574 - type: "plot"
17575   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17576   algorithm: "plot_tsa_name"
17577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
17578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17579   include:
17580     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17581     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17582     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17583     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17584     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17585   layout:
17586     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17587     layout: "plot-throughput-speedup-analysis"
17588
17589 - type: "plot"
17590   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
17591   algorithm: "plot_tsa_name"
17592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
17593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17594   include:
17595     - "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"
17596     - "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"
17597   layout:
17598     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
17599     layout: "plot-throughput-speedup-analysis"
17600
17601 - type: "plot"
17602   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
17603   algorithm: "plot_tsa_name"
17604   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
17605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17606   include:
17607     - "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"
17608     - "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"
17609   layout:
17610     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
17611     layout: "plot-throughput-speedup-analysis"
17612
17613 - type: "plot"
17614   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
17615   algorithm: "plot_tsa_name"
17616   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
17617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17618   include:
17619     - "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"
17620     - "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"
17621   layout:
17622     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
17623     layout: "plot-throughput-speedup-analysis"
17624
17625 - type: "plot"
17626   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
17627   algorithm: "plot_tsa_name"
17628   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
17629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17630   include:
17631     - "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"
17632     - "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"
17633   layout:
17634     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
17635     layout: "plot-throughput-speedup-analysis"
17636
17637 - type: "plot"
17638   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
17639   algorithm: "plot_tsa_name"
17640   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
17641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17642   include:
17643     - "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"
17644     - "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"
17645     - "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"
17646     - "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"
17647     - "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"
17648     - "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"
17649   layout:
17650     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
17651     layout: "plot-throughput-speedup-analysis"
17652
17653 - type: "plot"
17654   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
17655   algorithm: "plot_tsa_name"
17656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
17657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17658   include:
17659     - "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"
17660     - "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"
17661     - "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"
17662     - "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"
17663     - "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"
17664     - "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"
17665   layout:
17666     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
17667     layout: "plot-throughput-speedup-analysis"
17668
17669 - type: "plot"
17670   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
17671   algorithm: "plot_tsa_name"
17672   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
17673   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17674   include:
17675     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
17676     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17677     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17678     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
17679     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17680   layout:
17681     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
17682     layout: "plot-throughput-speedup-analysis"
17683
17684 - type: "plot"
17685   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
17686   algorithm: "plot_tsa_name"
17687   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
17688   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17689   include:
17690     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
17691     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17692     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17693     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
17694     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17695   layout:
17696     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
17697     layout: "plot-throughput-speedup-analysis"
17698
17699 - type: "plot"
17700   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17701   algorithm: "plot_tsa_name"
17702   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17703   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17704   include:
17705     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17707     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17708     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17709     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17710   layout:
17711     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
17712     layout: "plot-throughput-speedup-analysis"
17713
17714 - type: "plot"
17715   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17716   algorithm: "plot_tsa_name"
17717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17719   include:
17720     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17722     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17723     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17724     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17725   layout:
17726     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
17727     layout: "plot-throughput-speedup-analysis"
17728
17729 - type: "plot"
17730   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17731   algorithm: "plot_tsa_name"
17732   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17733   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17734   include:
17735     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17737     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17739   layout:
17740     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
17741     layout: "plot-throughput-speedup-analysis"
17742
17743 - type: "plot"
17744   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17745   algorithm: "plot_tsa_name"
17746   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17747   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17748   include:
17749     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17750     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17751     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17753   layout:
17754     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
17755     layout: "plot-throughput-speedup-analysis"
17756
17757 - type: "plot"
17758   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17759   algorithm: "plot_tsa_name"
17760   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17761   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17762   include:
17763     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17765     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17766     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17767   layout:
17768     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
17769     layout: "plot-throughput-speedup-analysis"
17770
17771 - type: "plot"
17772   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17773   algorithm: "plot_tsa_name"
17774   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17775   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17776   include:
17777     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17780     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17781   layout:
17782     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
17783     layout: "plot-throughput-speedup-analysis"
17784
17785 - type: "plot"
17786   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17787   algorithm: "plot_tsa_name"
17788   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17789   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17790   include:
17791     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17795     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17796   layout:
17797     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
17798     layout: "plot-throughput-speedup-analysis"
17799
17800 - type: "plot"
17801   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17802   algorithm: "plot_tsa_name"
17803   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17804   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17805   include:
17806     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17807     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17808     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17809     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17810     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17811   layout:
17812     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
17813     layout: "plot-throughput-speedup-analysis"
17814
17815 - type: "plot"
17816   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17817   algorithm: "plot_tsa_name"
17818   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17819   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17820   include:
17821     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17822     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17823     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17824     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17825     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17826     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17827   layout:
17828     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
17829     layout: "plot-throughput-speedup-analysis"
17830
17831 - type: "plot"
17832   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17833   algorithm: "plot_tsa_name"
17834   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17835   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17836   include:
17837     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17838     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17839     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17840     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17841     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17842     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17843   layout:
17844     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
17845     layout: "plot-throughput-speedup-analysis"
17846
17847 - type: "plot"
17848   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
17849   algorithm: "plot_tsa_name"
17850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
17851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17852   include:
17853     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17854     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17855     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17856     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17857   layout:
17858     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
17859     layout: "plot-throughput-speedup-analysis"
17860
17861 - type: "plot"
17862   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
17863   algorithm: "plot_tsa_name"
17864   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
17865   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17866   include:
17867     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17868     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17869     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17870     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17871   layout:
17872     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
17873     layout: "plot-throughput-speedup-analysis"
17874
17875 - type: "plot"
17876   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17877   algorithm: "plot_tsa_name"
17878   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17879   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17880   include:
17881     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17882     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17883     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17884     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17885     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17886     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17887   layout:
17888     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
17889     layout: "plot-throughput-speedup-analysis"
17890
17891 - type: "plot"
17892   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17893   algorithm: "plot_tsa_name"
17894   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17895   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17896   include:
17897     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17898     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17899     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17900     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17901     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17902     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17903   layout:
17904     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
17905     layout: "plot-throughput-speedup-analysis"
17906
17907 - type: "plot"
17908   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
17909   algorithm: "plot_tsa_name"
17910   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
17911   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17912   include:
17913     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17914     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17915     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17916     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17917     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17918     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17919   layout:
17920     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
17921     layout: "plot-throughput-speedup-analysis"
17922
17923 - type: "plot"
17924   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
17925   algorithm: "plot_tsa_name"
17926   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
17927   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17928   include:
17929     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17930     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17931     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17932     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17933     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17934     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17935   layout:
17936     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
17937     layout: "plot-throughput-speedup-analysis"
17938
17939 - type: "plot"
17940   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17941   algorithm: "plot_tsa_name"
17942   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17943   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17944   include:
17945     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17946     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17947     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17948     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17949     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17950     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17951   layout:
17952     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
17953     layout: "plot-throughput-speedup-analysis"
17954
17955 - type: "plot"
17956   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17957   algorithm: "plot_tsa_name"
17958   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17959   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17960   include:
17961     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17962     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17963     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17964     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17965     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17966     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17967   layout:
17968     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
17969     layout: "plot-throughput-speedup-analysis"
17970
17971 - type: "plot"
17972   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
17973   algorithm: "plot_tsa_name"
17974   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
17975   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17976   include:
17977     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17978     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17979     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17980     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17981     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17983   layout:
17984     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
17985     layout: "plot-throughput-speedup-analysis"
17986
17987 - type: "plot"
17988   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
17989   algorithm: "plot_tsa_name"
17990   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
17991   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17992   include:
17993     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17994     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17995     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17996     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17997     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17998     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17999   layout:
18000     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
18001     layout: "plot-throughput-speedup-analysis"
18002
18003 - type: "plot"
18004   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
18005   algorithm: "plot_tsa_name"
18006   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
18007   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18008   include:
18009     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18010     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18011     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18012     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18013     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18014     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18015   layout:
18016     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
18017     layout: "plot-throughput-speedup-analysis"
18018
18019 - type: "plot"
18020   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
18021   algorithm: "plot_tsa_name"
18022   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
18023   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18024   include:
18025     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18026     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18027     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18028     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18029     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18030     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18031   layout:
18032     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
18033     layout: "plot-throughput-speedup-analysis"
18034
18035 #- type: "plot"
18036 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
18037 #  algorithm: "plot_tsa_name"
18038 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
18039 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18040 #  include:
18041 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18042 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18043 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18044 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18045 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18046 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18047 #  layout:
18048 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
18049 #    layout: "plot-throughput-speedup-analysis"
18050 #
18051 #- type: "plot"
18052 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
18053 #  algorithm: "plot_tsa_name"
18054 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
18055 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18056 #  include:
18057 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18058 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18059 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18060 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18061 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18062 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18063 #  layout:
18064 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
18065 #    layout: "plot-throughput-speedup-analysis"
18066
18067 - type: "plot"
18068   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18069   algorithm: "plot_tsa_name"
18070   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18071   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18072   include:
18073     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18074     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18075     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18076     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18077     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18078     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18079   layout:
18080     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18081     layout: "plot-throughput-speedup-analysis"
18082
18083 - type: "plot"
18084   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18085   algorithm: "plot_tsa_name"
18086   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18087   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18088   include:
18089     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18090     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18091     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18092     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18093     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18094     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18095   layout:
18096     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18097     layout: "plot-throughput-speedup-analysis"
18098
18099 - type: "plot"
18100   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18101   algorithm: "plot_tsa_name"
18102   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18103   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18104   include:
18105     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18106     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18107     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18109     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18110     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18111   layout:
18112     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18113     layout: "plot-throughput-speedup-analysis"
18114
18115 - type: "plot"
18116   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18117   algorithm: "plot_tsa_name"
18118   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18119   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18120   include:
18121     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18122     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18123     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18124     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18125     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18126     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18127   layout:
18128     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18129     layout: "plot-throughput-speedup-analysis"
18130
18131 - type: "plot"
18132   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18133   algorithm: "plot_tsa_name"
18134   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18135   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18136   include:
18137     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18138     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18142   layout:
18143     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18144     layout: "plot-throughput-speedup-analysis"
18145
18146 - type: "plot"
18147   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18148   algorithm: "plot_tsa_name"
18149   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18150   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18151   include:
18152     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18153     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18154     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18155     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18156     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18157   layout:
18158     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18159     layout: "plot-throughput-speedup-analysis"
18160
18161 - type: "plot"
18162   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18163   algorithm: "plot_tsa_name"
18164   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18165   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18166   include:
18167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18171   layout:
18172     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18173     layout: "plot-throughput-speedup-analysis"
18174
18175 - type: "plot"
18176   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18177   algorithm: "plot_tsa_name"
18178   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18179   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18180   include:
18181     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18185   layout:
18186     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18187     layout: "plot-throughput-speedup-analysis"
18188
18189 - type: "plot"
18190   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18191   algorithm: "plot_tsa_name"
18192   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18193   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18194   include:
18195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18200     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18201   layout:
18202     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18203     layout: "plot-throughput-speedup-analysis"
18204
18205 - type: "plot"
18206   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18207   algorithm: "plot_tsa_name"
18208   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18209   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18210   include:
18211     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18212     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18213     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18214     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18215     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18216     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18217   layout:
18218     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18219     layout: "plot-throughput-speedup-analysis"
18220
18221 - type: "plot"
18222   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18223   algorithm: "plot_tsa_name"
18224   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18225   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18226   include:
18227     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18228     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18229     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18233   layout:
18234     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18235     layout: "plot-throughput-speedup-analysis"
18236
18237 - type: "plot"
18238   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18239   algorithm: "plot_tsa_name"
18240   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18241   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18242   include:
18243     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18244     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18245     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18249   layout:
18250     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18251     layout: "plot-throughput-speedup-analysis"
18252
18253 - type: "plot"
18254   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18255   algorithm: "plot_tsa_name"
18256   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18257   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18258   include:
18259     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18264   layout:
18265     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18266     layout: "plot-throughput-speedup-analysis"
18267
18268 - type: "plot"
18269   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18270   algorithm: "plot_tsa_name"
18271   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18272   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18273   include:
18274     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18278     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18279   layout:
18280     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18281     layout: "plot-throughput-speedup-analysis"
18282
18283 - type: "plot"
18284   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18285   algorithm: "plot_tsa_name"
18286   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18287   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18288   include:
18289     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18290     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18291     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18292     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18293   layout:
18294     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18295     layout: "plot-throughput-speedup-analysis"
18296
18297 - type: "plot"
18298   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18299   algorithm: "plot_tsa_name"
18300   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18301   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18302   include:
18303     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18307   layout:
18308     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18309     layout: "plot-throughput-speedup-analysis"
18310
18311 - type: "plot"
18312   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18313   algorithm: "plot_tsa_name"
18314   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18315   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18316   include:
18317     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18318     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18322   layout:
18323     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18324     layout: "plot-throughput-speedup-analysis"
18325
18326 - type: "plot"
18327   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18328   algorithm: "plot_tsa_name"
18329   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18330   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18331   include:
18332     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18333     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18337   layout:
18338     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18339     layout: "plot-throughput-speedup-analysis"
18340
18341 - type: "plot"
18342   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18343   algorithm: "plot_tsa_name"
18344   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18345   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18346   include:
18347     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18348     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18349     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18350     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18351     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18352     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18353   layout:
18354     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18355     layout: "plot-throughput-speedup-analysis"
18356
18357 - type: "plot"
18358   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18359   algorithm: "plot_tsa_name"
18360   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18361   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18362   include:
18363     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18364     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18365     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18366     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18367     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18368     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18369   layout:
18370     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18371     layout: "plot-throughput-speedup-analysis"
18372
18373 - type: "plot"
18374   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18375   algorithm: "plot_tsa_name"
18376   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18377   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18378   include:
18379     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18380     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18381     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18382     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18383   layout:
18384     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18385     layout: "plot-throughput-speedup-analysis"
18386
18387 - type: "plot"
18388   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18389   algorithm: "plot_tsa_name"
18390   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18391   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18392   include:
18393     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18394     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18395     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18396     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18397   layout:
18398     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18399     layout: "plot-throughput-speedup-analysis"
18400
18401 - type: "plot"
18402   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18403   algorithm: "plot_tsa_name"
18404   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18405   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18406   include:
18407     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18408     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18409     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18410     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18411     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18412     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18413   layout:
18414     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18415     layout: "plot-throughput-speedup-analysis"
18416
18417 - type: "plot"
18418   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18419   algorithm: "plot_tsa_name"
18420   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18421   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18422   include:
18423     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18424     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18425     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18426     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18427     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18428     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18429   layout:
18430     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18431     layout: "plot-throughput-speedup-analysis"
18432
18433 - type: "plot"
18434   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
18435   algorithm: "plot_tsa_name"
18436   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
18437   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18438   include:
18439     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18440     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18441     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18442     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18443     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18444     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18445   layout:
18446     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
18447     layout: "plot-throughput-speedup-analysis"
18448
18449 - type: "plot"
18450   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
18451   algorithm: "plot_tsa_name"
18452   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
18453   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18454   include:
18455     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18456     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18457     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18458     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18459     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18460     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18461   layout:
18462     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
18463     layout: "plot-throughput-speedup-analysis"
18464
18465 #- type: "plot"
18466 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18467 #  algorithm: "plot_tsa_name"
18468 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18469 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18470 #  include:
18471 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18472 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18473 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18474 #  layout:
18475 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18476 #    layout: "plot-throughput-speedup-analysis"
18477 #
18478 #- type: "plot"
18479 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18480 #  algorithm: "plot_tsa_name"
18481 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18482 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18483 #  include:
18484 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18485 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18486 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18487 #  layout:
18488 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18489 #    layout: "plot-throughput-speedup-analysis"
18490
18491 - type: "plot"
18492   title: "Speedup: 2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18493   algorithm: "plot_tsa_name"
18494   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18495   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18496   include:
18497     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18498     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18499     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18500     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18501     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18502   layout:
18503     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18504     layout: "plot-throughput-speedup-analysis"
18505
18506 - type: "plot"
18507   title: "Speedup: 2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18508   algorithm: "plot_tsa_name"
18509   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18510   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18511   include:
18512     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18513     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18514     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18515     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18516     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18517   layout:
18518     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18519     layout: "plot-throughput-speedup-analysis"
18520
18521 - type: "plot"
18522   title: "Speedup: 2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-ndr-tsa"
18523   algorithm: "plot_tsa_name"
18524   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-ndr-tsa"
18525   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18526   include:
18527     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-.t.c-ethip4-ip4base-iacldstbase-ndrpdr"
18528     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18529     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18530     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18531     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18532   layout:
18533     title: "2n-tx2-xl710-64b-ip4routing-features-base-scale-dpdk-ndr-tsa"
18534     layout: "plot-throughput-speedup-analysis"
18535
18536 - type: "plot"
18537   title: "Speedup: 2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-pdr-tsa"
18538   algorithm: "plot_tsa_name"
18539   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-pdr-tsa"
18540   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18541   include:
18542     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-.t.c-ethip4-ip4base-iacldstbase-ndrpdr"
18543     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18544     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18545     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18546     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18547   layout:
18548     title: "2n-tx2-xl710-64b-ip4routing-features-base-scale-dpdk-pdr-tsa"
18549     layout: "plot-throughput-speedup-analysis"
18550
18551 - type: "plot"
18552   title: "Speedup: 2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18553   algorithm: "plot_tsa_name"
18554   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18555   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18556   include:
18557     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18558     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18559     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18560     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18561     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18562     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-.t.c-ethip6-ip6base-iacldstbase-ndrpdr"
18563   layout:
18564     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18565     layout: "plot-throughput-speedup-analysis"
18566
18567 - type: "plot"
18568   title: "Speedup: 2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18569   algorithm: "plot_tsa_name"
18570   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18571   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18572   include:
18573     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18574     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18575     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18576     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18577     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18578     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-.t.c-ethip6-ip6base-iacldstbase-ndrpdr"
18579   layout:
18580     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18581     layout: "plot-throughput-speedup-analysis"
18582
18583 - type: "plot"
18584   title: "Speedup: 2n-tx2-xl710-64b-l2switching-base-dpdk-ndr-tsa"
18585   algorithm: "plot_tsa_name"
18586   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-base-dpdk-ndr-tsa"
18587   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18588   include:
18589     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18590     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18591     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18592     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18593     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18594   layout:
18595     title: "2n-tx2-xl710-64b-l2switching-base-dpdk-ndr-tsa"
18596     layout: "plot-throughput-speedup-analysis"
18597
18598 - type: "plot"
18599   title: "Speedup: 2n-tx2-xl710-64b-l2switching-base-dpdk-pdr-tsa"
18600   algorithm: "plot_tsa_name"
18601   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-base-dpdk-pdr-tsa"
18602   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18603   include:
18604     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18605     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18606     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18607     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18608     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18609   layout:
18610     title: "2n-tx2-xl710-64b-l2switching-base-dpdk-pdr-tsa"
18611     layout: "plot-throughput-speedup-analysis"
18612
18613 - type: "plot"
18614   title: "Speedup: 2n-tx2-xl710-64b-l2switching-scale-dpdk-ndr-tsa"
18615   algorithm: "plot_tsa_name"
18616   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-scale-dpdk-ndr-tsa"
18617   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18618   include:
18619     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18620     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18621     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18622     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18623   layout:
18624     title: "2n-tx2-xl710-64b-l2switching-scale-dpdk-ndr-tsa"
18625     layout: "plot-throughput-speedup-analysis"
18626
18627 - type: "plot"
18628   title: "Speedup: 2n-tx2-xl710-64b-l2switching-scale-dpdk-pdr-tsa"
18629   algorithm: "plot_tsa_name"
18630   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-scale-dpdk-pdr-tsa"
18631   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18632   include:
18633     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18634     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18635     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18636     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18637   layout:
18638     title: "2n-tx2-xl710-64b-l2switching-scale-dpdk-pdr-tsa"
18639     layout: "plot-throughput-speedup-analysis"
18640
18641 - type: "plot"
18642   title: "Speedup: 2n-tx2-xl710-64b-features-l2switching-base-dpdk-ndr-tsa"
18643   algorithm: "plot_tsa_name"
18644   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-l2switching-base-dpdk-ndr-tsa"
18645   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18646   include:
18647     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18648     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18649     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18650     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18651     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18652   layout:
18653     title: "2n-tx2-xl710-64b-features-l2switching-base-ndr-tsa"
18654     layout: "plot-throughput-speedup-analysis"
18655
18656 - type: "plot"
18657   title: "Speedup: 2n-tx2-xl710-64b-features-l2switching-base-dpdk-pdr-tsa"
18658   algorithm: "plot_tsa_name"
18659   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-l2switching-base-dpdk-pdr-tsa"
18660   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18661   include:
18662     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18663     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18664     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18665     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18666     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18667   layout:
18668     title: "2n-tx2-xl710-64b-features-l2switching-base-pdr-tsa"
18669     layout: "plot-throughput-speedup-analysis"
18670
18671 ################################################################################
18672
18673 # Packet Throughput - DPDK
18674
18675 # 2n-skx-xxv710
18676
18677 - type: "plot"
18678   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
18679   algorithm: "plot_perf_box_name"
18680   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
18681   data: "plot-dpdk-throughput-latency-2n-skx"
18682   include:
18683     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18684     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18685   layout:
18686     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
18687     layout: "plot-throughput"
18688
18689 - type: "plot"
18690   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
18691   algorithm: "plot_perf_box_name"
18692   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
18693   data: "plot-dpdk-throughput-latency-2n-skx"
18694   include:
18695     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18696     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18697   layout:
18698     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
18699     layout: "plot-throughput"
18700
18701 - type: "plot"
18702   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
18703   algorithm: "plot_perf_box_name"
18704   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
18705   data: "plot-dpdk-throughput-latency-2n-skx"
18706   include:
18707     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18708     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18709   layout:
18710     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
18711     layout: "plot-throughput"
18712
18713 - type: "plot"
18714   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
18715   algorithm: "plot_perf_box_name"
18716   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
18717   data: "plot-dpdk-throughput-latency-2n-skx"
18718   include:
18719     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18720     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18721   layout:
18722     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
18723     layout: "plot-throughput"
18724
18725 # 2n-skx-x710
18726
18727 - type: "plot"
18728   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
18729   algorithm: "plot_perf_box_name"
18730   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
18731   data: "plot-dpdk-throughput-latency-2n-skx"
18732   include:
18733     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18734     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18735   layout:
18736     title: "2n-skx-x710-64b-2t1c-base-ndr"
18737     layout: "plot-throughput"
18738
18739 - type: "plot"
18740   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
18741   algorithm: "plot_perf_box_name"
18742   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
18743   data: "plot-dpdk-throughput-latency-2n-skx"
18744   include:
18745     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18746     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18747   layout:
18748     title: "2n-skx-x710-64b-4t2c-base-ndr"
18749     layout: "plot-throughput"
18750
18751 - type: "plot"
18752   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
18753   algorithm: "plot_perf_box_name"
18754   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
18755   data: "plot-dpdk-throughput-latency-2n-skx"
18756   include:
18757     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18758     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18759   layout:
18760     title: "2n-skx-x710-64b-2t1c-base-pdr"
18761     layout: "plot-throughput"
18762
18763 - type: "plot"
18764   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
18765   algorithm: "plot_perf_box_name"
18766   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
18767   data: "plot-dpdk-throughput-latency-2n-skx"
18768   include:
18769     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18770     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18771   layout:
18772     title: "2n-skx-x710-64b-4t2c-base-pdr"
18773     layout: "plot-throughput"
18774
18775 # 3n-skx-xxv710
18776
18777 - type: "plot"
18778   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
18779   algorithm: "plot_perf_box_name"
18780   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
18781   data: "plot-dpdk-throughput-latency-3n-skx"
18782   include:
18783     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18784     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18785   layout:
18786     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
18787     layout: "plot-throughput"
18788
18789 - type: "plot"
18790   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
18791   algorithm: "plot_perf_box_name"
18792   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
18793   data: "plot-dpdk-throughput-latency-3n-skx"
18794   include:
18795     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18796     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18797   layout:
18798     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
18799     layout: "plot-throughput"
18800
18801 - type: "plot"
18802   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
18803   algorithm: "plot_perf_box_name"
18804   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
18805   data: "plot-dpdk-throughput-latency-3n-skx"
18806   include:
18807     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18808     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18809   layout:
18810     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
18811     layout: "plot-throughput"
18812
18813 - type: "plot"
18814   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
18815   algorithm: "plot_perf_box_name"
18816   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
18817   data: "plot-dpdk-throughput-latency-3n-skx"
18818   include:
18819     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18820     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18821   layout:
18822     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
18823     layout: "plot-throughput"
18824
18825 # 3n-skx-x710
18826
18827 - type: "plot"
18828   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
18829   algorithm: "plot_perf_box_name"
18830   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
18831   data: "plot-dpdk-throughput-latency-3n-skx"
18832   include:
18833     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18834     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18835   layout:
18836     title: "3n-skx-x710-64b-2t1c-base-ndr"
18837     layout: "plot-throughput"
18838
18839 - type: "plot"
18840   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
18841   algorithm: "plot_perf_box_name"
18842   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
18843   data: "plot-dpdk-throughput-latency-3n-skx"
18844   include:
18845     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18846     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18847   layout:
18848     title: "3n-skx-x710-64b-4t2c-base-ndr"
18849     layout: "plot-throughput"
18850
18851 - type: "plot"
18852   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
18853   algorithm: "plot_perf_box_name"
18854   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
18855   data: "plot-dpdk-throughput-latency-3n-skx"
18856   include:
18857     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18858     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18859   layout:
18860     title: "3n-skx-x710-64b-2t1c-base-pdr"
18861     layout: "plot-throughput"
18862
18863 - type: "plot"
18864   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
18865   algorithm: "plot_perf_box_name"
18866   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
18867   data: "plot-dpdk-throughput-latency-3n-skx"
18868   include:
18869     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18870     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18871   layout:
18872     title: "3n-skx-x710-64b-4t2c-base-pdr"
18873     layout: "plot-throughput"
18874
18875 # 3n-hsw-xl710
18876
18877 - type: "plot"
18878   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
18879   algorithm: "plot_perf_box_name"
18880   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
18881   data: "plot-dpdk-throughput-latency-3n-hsw"
18882   include:
18883     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
18884     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
18885   layout:
18886     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
18887     layout: "plot-throughput"
18888
18889 - type: "plot"
18890   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
18891   algorithm: "plot_perf_box_name"
18892   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
18893   data: "plot-dpdk-throughput-latency-3n-hsw"
18894   include:
18895     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
18896     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
18897   layout:
18898     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
18899     layout: "plot-throughput"
18900
18901 - type: "plot"
18902   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
18903   algorithm: "plot_perf_box_name"
18904   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
18905   data: "plot-dpdk-throughput-latency-3n-hsw"
18906   include:
18907     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
18908     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
18909   layout:
18910     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
18911     layout: "plot-throughput"
18912
18913 - type: "plot"
18914   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
18915   algorithm: "plot_perf_box_name"
18916   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
18917   data: "plot-dpdk-throughput-latency-3n-hsw"
18918   include:
18919     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
18920     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
18921   layout:
18922     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
18923     layout: "plot-throughput"
18924
18925 # 3n-hsw-x710
18926
18927 - type: "plot"
18928   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
18929   algorithm: "plot_perf_box_name"
18930   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
18931   data: "plot-dpdk-throughput-latency-3n-hsw"
18932   include:
18933     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
18934     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
18935   layout:
18936     title: "3n-hsw-x710-64b-1t1c-base-ndr"
18937     layout: "plot-throughput"
18938
18939 - type: "plot"
18940   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
18941   algorithm: "plot_perf_box_name"
18942   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
18943   data: "plot-dpdk-throughput-latency-3n-hsw"
18944   include:
18945     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
18946     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
18947   layout:
18948     title: "3n-hsw-x710-64b-2t2c-base-ndr"
18949     layout: "plot-throughput"
18950
18951 - type: "plot"
18952   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
18953   algorithm: "plot_perf_box_name"
18954   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
18955   data: "plot-dpdk-throughput-latency-3n-hsw"
18956   include:
18957     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
18958     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
18959   layout:
18960     title: "3n-hsw-x710-64b-1t1c-base-pdr"
18961     layout: "plot-throughput"
18962
18963 - type: "plot"
18964   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
18965   algorithm: "plot_perf_box_name"
18966   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
18967   data: "plot-dpdk-throughput-latency-3n-hsw"
18968   include:
18969     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
18970     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
18971   layout:
18972     title: "3n-hsw-x710-64b-2t2c-base-pdr"
18973     layout: "plot-throughput"
18974
18975 ## 2n-dnv-x553
18976 #
18977 #- type: "plot"
18978 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
18979 #  algorithm: "plot_perf_box_name"
18980 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
18981 #  data: "plot-dpdk-throughput-latency-2n-dnv"
18982 #  include:
18983 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
18984 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
18985 #  layout:
18986 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
18987 #    layout: "plot-throughput"
18988 #
18989 #- type: "plot"
18990 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
18991 #  algorithm: "plot_perf_box_name"
18992 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
18993 #  data: "plot-dpdk-throughput-latency-2n-dnv"
18994 #  include:
18995 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
18996 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
18997 #  layout:
18998 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
18999 #    layout: "plot-throughput"
19000 #
19001 #- type: "plot"
19002 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
19003 #  algorithm: "plot_perf_box_name"
19004 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
19005 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19006 #  include:
19007 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19008 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19009 #  layout:
19010 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
19011 #    layout: "plot-throughput"
19012 #
19013 #- type: "plot"
19014 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
19015 #  algorithm: "plot_perf_box_name"
19016 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
19017 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19018 #  include:
19019 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19020 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19021 #  layout:
19022 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
19023 #    layout: "plot-throughput"
19024 #
19025 ## 3n-dnv-x553
19026 #
19027 #- type: "plot"
19028 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
19029 #  algorithm: "plot_perf_box_name"
19030 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
19031 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19032 #  include:
19033 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19034 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19035 #  layout:
19036 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
19037 #    layout: "plot-throughput"
19038 #
19039 #- type: "plot"
19040 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
19041 #  algorithm: "plot_perf_box_name"
19042 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
19043 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19044 #  include:
19045 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19046 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19047 #  layout:
19048 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
19049 #    layout: "plot-throughput"
19050 #
19051 #- type: "plot"
19052 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
19053 #  algorithm: "plot_perf_box_name"
19054 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
19055 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19056 #  include:
19057 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19058 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19059 #  layout:
19060 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
19061 #    layout: "plot-throughput"
19062 #
19063 #- type: "plot"
19064 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
19065 #  algorithm: "plot_perf_box_name"
19066 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
19067 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19068 #  include:
19069 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19070 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19071 #  layout:
19072 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
19073 #    layout: "plot-throughput"
19074
19075 # 3n-tsh-x520
19076
19077 - type: "plot"
19078   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
19079   algorithm: "plot_perf_box_name"
19080   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
19081   data: "plot-dpdk-throughput-latency-3n-tsh"
19082   include:
19083     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19084     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19085   layout:
19086     title: "3n-tsh-x520-64b-1t1c-base-ndr"
19087     layout: "plot-throughput"
19088
19089 - type: "plot"
19090   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
19091   algorithm: "plot_perf_box_name"
19092   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
19093   data: "plot-dpdk-throughput-latency-3n-tsh"
19094   include:
19095     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19096     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19097   layout:
19098     title: "3n-tsh-x520-64b-2t2c-base-ndr"
19099     layout: "plot-throughput"
19100
19101 - type: "plot"
19102   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
19103   algorithm: "plot_perf_box_name"
19104   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
19105   data: "plot-dpdk-throughput-latency-3n-tsh"
19106   include:
19107     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19108     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19109   layout:
19110     title: "3n-tsh-x520-64b-1t1c-base-pdr"
19111     layout: "plot-throughput"
19112
19113 - type: "plot"
19114   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
19115   algorithm: "plot_perf_box_name"
19116   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
19117   data: "plot-dpdk-throughput-latency-3n-tsh"
19118   include:
19119     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19120     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19121   layout:
19122     title: "3n-tsh-x520-64b-2t2c-base-pdr"
19123     layout: "plot-throughput"
19124
19125 # 2n-tx2-xl710
19126
19127 - type: "plot"
19128   title: "DPDK Throughput: 2n-tx2-xl710-64b-1t1c-base-ndr"
19129   algorithm: "plot_perf_box_name"
19130   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-1t1c-base-ndr"
19131   data: "plot-dpdk-throughput-latency-2n-tx2"
19132   include:
19133     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19134     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19135   layout:
19136     title: "2n-tx2-xl710-64b-1t1c-base-ndr"
19137     layout: "plot-throughput"
19138
19139 - type: "plot"
19140   title: "DPDK Throughput: 2n-tx2-xl710-64b-2t2c-base-ndr"
19141   algorithm: "plot_perf_box_name"
19142   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-2t2c-base-ndr"
19143   data: "plot-dpdk-throughput-latency-2n-tx2"
19144   include:
19145     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19146     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19147   layout:
19148     title: "2n-tx2-xl710-64b-2t2c-base-ndr"
19149     layout: "plot-throughput"
19150
19151 - type: "plot"
19152   title: "DPDK Throughput: 2n-tx2-xl710-64b-1t1c-base-pdr"
19153   algorithm: "plot_perf_box_name"
19154   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-1t1c-base-pdr"
19155   data: "plot-dpdk-throughput-latency-2n-tx2"
19156   include:
19157     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19158     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19159   layout:
19160     title: "2n-tx2-xl710-64b-1t1c-base-pdr"
19161     layout: "plot-throughput"
19162
19163 - type: "plot"
19164   title: "DPDK Throughput: 2n-tx2-xl710-64b-2t2c-base-pdr"
19165   algorithm: "plot_perf_box_name"
19166   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-2t2c-base-pdr"
19167   data: "plot-dpdk-throughput-latency-2n-tx2"
19168   include:
19169     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19170     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19171   layout:
19172     title: "2n-tx2-xl710-64b-2t2c-base-pdr"
19173     layout: "plot-throughput"
19174
19175 ################################################################################
19176 ###   2n-clx                                                                 ###
19177 ################################################################################
19178
19179 # Packet Throughput
19180
19181 - type: "plot"
19182   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
19183   algorithm: "plot_perf_box_name"
19184   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
19185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19186   include:
19187     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19188     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19189     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19190     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19191   layout:
19192     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
19193     layout: "plot-throughput"
19194
19195 - type: "plot"
19196   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
19197   algorithm: "plot_perf_box_name"
19198   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
19199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19200   include:
19201     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19202     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19203     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19204     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19205   layout:
19206     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
19207     layout: "plot-throughput"
19208
19209 - type: "plot"
19210   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
19211   algorithm: "plot_perf_box_name"
19212   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
19213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19214   include:
19215     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19216     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19217     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19218     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19219   layout:
19220     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
19221     layout: "plot-throughput"
19222
19223 - type: "plot"
19224   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
19225   algorithm: "plot_perf_box_name"
19226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
19227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19228   include:
19229     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19230     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19231     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19232     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19233   layout:
19234     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
19235     layout: "plot-throughput"
19236
19237 - type: "plot"
19238   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19239   algorithm: "plot_perf_box_name"
19240   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19242   include:
19243     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19244     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19245     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19246     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19247   layout:
19248     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19249     layout: "plot-throughput"
19250
19251 - type: "plot"
19252   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19253   algorithm: "plot_perf_box_name"
19254   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19256   include:
19257     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19258     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19259     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19260     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19261   layout:
19262     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19263     layout: "plot-throughput"
19264
19265 - type: "plot"
19266   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
19267   algorithm: "plot_perf_box_name"
19268   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
19269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19270   include:
19271     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
19272     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19273     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19274     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19275     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19276     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19277   layout:
19278     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
19279     layout: "plot-throughput"
19280
19281 - type: "plot"
19282   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
19283   algorithm: "plot_perf_box_name"
19284   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
19285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19286   include:
19287     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
19288     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19289     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19290     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19291     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19293   layout:
19294     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
19295     layout: "plot-throughput"
19296
19297 - type: "plot"
19298   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
19299   algorithm: "plot_perf_box_name"
19300   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
19301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19302   include:
19303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
19305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
19306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19307   layout:
19308     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
19309     layout: "plot-throughput"
19310
19311 - type: "plot"
19312   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
19313   algorithm: "plot_perf_box_name"
19314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
19315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19316   include:
19317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
19319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
19320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19321   layout:
19322     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
19323     layout: "plot-throughput"
19324
19325 - type: "plot"
19326   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
19327   algorithm: "plot_perf_box_name"
19328   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
19329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19330   include:
19331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19334   layout:
19335     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
19336     layout: "plot-throughput"
19337
19338 - type: "plot"
19339   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
19340   algorithm: "plot_perf_box_name"
19341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
19342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19343   include:
19344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19347   layout:
19348     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
19349     layout: "plot-throughput"
19350
19351 - type: "plot"
19352   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
19353   algorithm: "plot_perf_box_name"
19354   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
19355   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19356   include:
19357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
19360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
19361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
19362   layout:
19363     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
19364     layout: "plot-throughput"
19365
19366 - type: "plot"
19367   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
19368   algorithm: "plot_perf_box_name"
19369   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
19370   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19371   include:
19372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
19375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
19376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
19377   layout:
19378     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
19379     layout: "plot-throughput"
19380
19381 - type: "plot"
19382   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
19383   algorithm: "plot_perf_box_name"
19384   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
19385   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19386   include:
19387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
19388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
19389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
19390   layout:
19391     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
19392     layout: "plot-throughput"
19393
19394 - type: "plot"
19395   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
19396   algorithm: "plot_perf_box_name"
19397   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
19398   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19399   include:
19400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
19401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
19402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
19403   layout:
19404     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
19405     layout: "plot-throughput"
19406
19407 - type: "plot"
19408   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
19409   algorithm: "plot_perf_box_name"
19410   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
19411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19412   include:
19413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19419   layout:
19420     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
19421     layout: "plot-throughput"
19422
19423 - type: "plot"
19424   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
19425   algorithm: "plot_perf_box_name"
19426   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
19427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19428   include:
19429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19435   layout:
19436     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
19437     layout: "plot-throughput"
19438
19439 - type: "plot"
19440   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
19441   algorithm: "plot_perf_box_name"
19442   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
19443   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19444   include:
19445     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19446     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19447     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19448     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19449     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19450   layout:
19451     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
19452     layout: "plot-throughput"
19453
19454 - type: "plot"
19455   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
19456   algorithm: "plot_perf_box_name"
19457   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
19458   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19459   include:
19460     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
19461     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
19462     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
19463     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
19464     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
19465   layout:
19466     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
19467     layout: "plot-throughput"
19468
19469 - type: "plot"
19470   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19471   algorithm: "plot_perf_box_name"
19472   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19473   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19474   include:
19475     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19476     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19477     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19478     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19479     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19480     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19481     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19482     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19483     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19484     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19485   layout:
19486     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19487     layout: "plot-cps"
19488
19489 - type: "plot"
19490   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19491   algorithm: "plot_perf_box_name"
19492   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19494   include:
19495     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19496     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19497     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19498     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19499     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19500     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19501     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19502     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19503     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19504     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19505   layout:
19506     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19507     layout: "plot-throughput"
19508
19509 - type: "plot"
19510   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19511   algorithm: "plot_perf_box_name"
19512   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19514   include:
19515     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19516     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19517     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19518     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19519     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19520     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19521     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19522     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19523     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19524     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19525   layout:
19526     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19527     layout: "plot-cps"
19528
19529 - type: "plot"
19530   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19531   algorithm: "plot_perf_box_name"
19532   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19533   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19534   include:
19535     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19536     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19537     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19538     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19539     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19540     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19541     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19542     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19543     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19544     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19545   layout:
19546     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19547     layout: "plot-throughput"
19548
19549 - type: "plot"
19550   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
19551   algorithm: "plot_perf_box_name"
19552   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
19553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19554   include:
19555     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19556     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19557     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19558     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19559     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19560   layout:
19561     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
19562     layout: "plot-throughput"
19563
19564 - type: "plot"
19565   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
19566   algorithm: "plot_perf_box_name"
19567   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
19568   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19569   include:
19570     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
19571     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
19572     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
19573     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
19574     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
19575   layout:
19576     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
19577     layout: "plot-throughput"
19578
19579 - type: "plot"
19580   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19581   algorithm: "plot_perf_box_name"
19582   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19583   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19584   include:
19585     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19586     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19587     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19588     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19589     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19590     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19591     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19592     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19593     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19594     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19595   layout:
19596     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19597     layout: "plot-cps"
19598
19599 - type: "plot"
19600   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19601   algorithm: "plot_perf_box_name"
19602   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19603   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19604   include:
19605     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19606     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19607     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19608     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19609     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19610     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19611     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19612     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19613     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19614     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19615   layout:
19616     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19617     layout: "plot-throughput"
19618
19619 - type: "plot"
19620   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19621   algorithm: "plot_perf_box_name"
19622   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19623   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19624   include:
19625     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19626     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19627     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19628     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19629     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19630     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19631     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19632     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19633     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19634     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19635   layout:
19636     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19637     layout: "plot-cps"
19638
19639 - type: "plot"
19640   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19641   algorithm: "plot_perf_box_name"
19642   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19644   include:
19645     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19646     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19647     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19648     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19649     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19650     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19651     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19652     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19653     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19654     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19655   layout:
19656     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19657     layout: "plot-throughput"
19658
19659 - type: "plot"
19660   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
19661   algorithm: "plot_perf_box_name"
19662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
19663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19664   include:
19665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19671   layout:
19672     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
19673     layout: "plot-throughput"
19674
19675 - type: "plot"
19676   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
19677   algorithm: "plot_perf_box_name"
19678   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
19679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19680   include:
19681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19687   layout:
19688     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
19689     layout: "plot-throughput"
19690
19691 - type: "plot"
19692   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
19693   algorithm: "plot_perf_box_name"
19694   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
19695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19696   include:
19697     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
19698     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
19699   layout:
19700     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
19701     layout: "plot-throughput"
19702
19703 - type: "plot"
19704   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
19705   algorithm: "plot_perf_box_name"
19706   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
19707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19708   include:
19709     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
19710     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
19711   layout:
19712     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
19713     layout: "plot-throughput"
19714
19715 - type: "plot"
19716   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
19717   algorithm: "plot_perf_box_name"
19718   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
19719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19720   include:
19721     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
19722     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19723     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
19724     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19725     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
19726     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19727   layout:
19728     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
19729     layout: "plot-throughput"
19730
19731 - type: "plot"
19732   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
19733   algorithm: "plot_perf_box_name"
19734   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
19735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19736   include:
19737     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
19738     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19739     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
19740     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19741     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
19742     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19743   layout:
19744     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
19745     layout: "plot-throughput"
19746
19747 - type: "plot"
19748   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
19749   algorithm: "plot_perf_box_name"
19750   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
19751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19752   include:
19753     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19754     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19755     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19756     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19757     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19758     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19759   layout:
19760     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
19761     layout: "plot-throughput"
19762
19763 - type: "plot"
19764   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
19765   algorithm: "plot_perf_box_name"
19766   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
19767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19768   include:
19769     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19770     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19771     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19772     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19773     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19774     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19775   layout:
19776     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
19777     layout: "plot-throughput"
19778
19779 - type: "plot"
19780   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
19781   algorithm: "plot_perf_box_name"
19782   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
19783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19784   include:
19785     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
19786     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
19787     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
19788     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
19789     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
19790   layout:
19791     title: "2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
19792     layout: "plot-throughput"
19793
19794 - type: "plot"
19795   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
19796   algorithm: "plot_perf_box_name"
19797   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
19798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19799   include:
19800     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
19801     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
19802     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
19803     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
19804     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
19805   layout:
19806     title: "2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
19807     layout: "plot-throughput"
19808
19809 - type: "plot"
19810   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
19811   algorithm: "plot_perf_box_name"
19812   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
19813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19814   include:
19815     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
19816     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
19817     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
19818     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
19819     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
19820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
19821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
19822   layout:
19823     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
19824     layout: "plot-throughput"
19825
19826 - type: "plot"
19827   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
19828   algorithm: "plot_perf_box_name"
19829   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
19830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19831   include:
19832     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
19833     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
19834     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
19835     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
19836     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
19837     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
19838     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
19839   layout:
19840     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
19841     layout: "plot-throughput"
19842
19843 - type: "plot"
19844   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
19845   algorithm: "plot_perf_box_name"
19846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
19847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19848   include:
19849     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
19850     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
19851     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
19852     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
19853     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
19854   layout:
19855     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
19856     layout: "plot-throughput"
19857
19858 - type: "plot"
19859   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
19860   algorithm: "plot_perf_box_name"
19861   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
19862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19863   include:
19864     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
19865     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
19866     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
19867     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
19868     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
19869   layout:
19870     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
19871     layout: "plot-throughput"
19872
19873 - type: "plot"
19874   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
19875   algorithm: "plot_perf_box_name"
19876   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
19877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19878   include:
19879     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
19880     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
19881     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
19882     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
19883   layout:
19884     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
19885     layout: "plot-throughput"
19886
19887 - type: "plot"
19888   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
19889   algorithm: "plot_perf_box_name"
19890   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
19891   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19892   include:
19893     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
19894     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
19895     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
19896     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
19897   layout:
19898     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
19899     layout: "plot-throughput"
19900
19901 - type: "plot"
19902   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
19903   algorithm: "plot_perf_box_name"
19904   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
19905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19906   include:
19907     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
19908     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
19909     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
19910     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
19911     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
19912   layout:
19913     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
19914     layout: "plot-throughput"
19915
19916 - type: "plot"
19917   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
19918   algorithm: "plot_perf_box_name"
19919   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
19920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19921   include:
19922     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
19923     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
19924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
19925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
19926     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
19927   layout:
19928     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
19929     layout: "plot-throughput"
19930
19931 - type: "plot"
19932   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
19933   algorithm: "plot_perf_box_name"
19934   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
19935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19936   include:
19937     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
19938     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
19939     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
19940     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
19941   layout:
19942     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
19943     layout: "plot-throughput"
19944
19945 - type: "plot"
19946   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
19947   algorithm: "plot_perf_box_name"
19948   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
19949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19950   include:
19951     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
19952     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
19953     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
19954     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
19955   layout:
19956     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
19957     layout: "plot-throughput"
19958
19959 - type: "plot"
19960   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
19961   algorithm: "plot_perf_box_name"
19962   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
19963   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19964   include:
19965     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
19966     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
19967     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
19968     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
19969     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
19970   layout:
19971     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
19972     layout: "plot-throughput"
19973
19974 - type: "plot"
19975   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
19976   algorithm: "plot_perf_box_name"
19977   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
19978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19979   include:
19980     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
19981     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
19982     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
19983     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
19984     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
19985   layout:
19986     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
19987     layout: "plot-throughput"
19988
19989 - type: "plot"
19990   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
19991   algorithm: "plot_perf_box_name"
19992   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
19993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19994   include:
19995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
19997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
19998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
19999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20000   layout:
20001     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20002     layout: "plot-throughput"
20003
20004 - type: "plot"
20005   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20006   algorithm: "plot_perf_box_name"
20007   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20008   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20009   include:
20010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20015   layout:
20016     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20017     layout: "plot-throughput"
20018
20019 - type: "plot"
20020   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20021   algorithm: "plot_perf_box_name"
20022   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20024   include:
20025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20030   layout:
20031     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20032     layout: "plot-throughput"
20033
20034 - type: "plot"
20035   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20036   algorithm: "plot_perf_box_name"
20037   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20039   include:
20040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20043     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20045   layout:
20046     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20047     layout: "plot-throughput"
20048
20049 - type: "plot"
20050   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20051   algorithm: "plot_perf_box_name"
20052   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20054   include:
20055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
20056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20060   layout:
20061     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20062     layout: "plot-throughput"
20063
20064 - type: "plot"
20065   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20066   algorithm: "plot_perf_box_name"
20067   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20068   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20069   include:
20070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
20071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20075   layout:
20076     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20077     layout: "plot-throughput"
20078
20079 - type: "plot"
20080   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20081   algorithm: "plot_perf_box_name"
20082   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20084   include:
20085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
20087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
20088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20089   layout:
20090     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20091     layout: "plot-throughput"
20092
20093 - type: "plot"
20094   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20095   algorithm: "plot_perf_box_name"
20096   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20098   include:
20099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
20101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
20102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20103   layout:
20104     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20105     layout: "plot-throughput"
20106
20107 - type: "plot"
20108   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20109   algorithm: "plot_perf_box_name"
20110   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20112   include:
20113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20118   layout:
20119     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20120     layout: "plot-throughput"
20121
20122 - type: "plot"
20123   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20124   algorithm: "plot_perf_box_name"
20125   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20127   include:
20128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20133   layout:
20134     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20135     layout: "plot-throughput"
20136
20137 - type: "plot"
20138   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20139   algorithm: "plot_perf_box_name"
20140   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20142   include:
20143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20147   layout:
20148     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20149     layout: "plot-throughput"
20150
20151 - type: "plot"
20152   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20153   algorithm: "plot_perf_box_name"
20154   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20156   include:
20157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20161   layout:
20162     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20163     layout: "plot-throughput"
20164
20165 - type: "plot"
20166   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20167   algorithm: "plot_perf_box_name"
20168   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20170   include:
20171     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
20172     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
20173     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
20174     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
20175     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20176   layout:
20177     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20178     layout: "plot-throughput"
20179
20180 - type: "plot"
20181   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20182   algorithm: "plot_perf_box_name"
20183   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20185   include:
20186     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
20187     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
20188     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
20189     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
20190     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20191   layout:
20192     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20193     layout: "plot-throughput"
20194
20195 - type: "plot"
20196   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20197   algorithm: "plot_perf_box_name"
20198   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20200   include:
20201     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20202     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20203     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20204     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20205   layout:
20206     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20207     layout: "plot-throughput"
20208
20209 - type: "plot"
20210   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20211   algorithm: "plot_perf_box_name"
20212   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20214   include:
20215     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20216     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20217     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20218     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20219   layout:
20220     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20221     layout: "plot-throughput"
20222
20223 - type: "plot"
20224   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
20225   algorithm: "plot_perf_box_name"
20226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
20227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20228   include:
20229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20230     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20231     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20232     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20234   layout:
20235     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
20236     layout: "plot-throughput"
20237
20238 - type: "plot"
20239   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
20240   algorithm: "plot_perf_box_name"
20241   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
20242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20243   include:
20244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20249   layout:
20250     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
20251     layout: "plot-throughput"
20252
20253 - type: "plot"
20254   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
20255   algorithm: "plot_perf_box_name"
20256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
20257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20258   include:
20259     - "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"
20260     - "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"
20261     - "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"
20262     - "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"
20263     - "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"
20264   layout:
20265     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
20266     layout: "plot-throughput"
20267
20268 - type: "plot"
20269   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
20270   algorithm: "plot_perf_box_name"
20271   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
20272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20273   include:
20274     - "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"
20275     - "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"
20276     - "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"
20277     - "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"
20278     - "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"
20279   layout:
20280     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
20281     layout: "plot-throughput"
20282
20283 - type: "plot"
20284   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
20285   algorithm: "plot_perf_box_name"
20286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
20287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20288   include:
20289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20294   layout:
20295     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
20296     layout: "plot-throughput"
20297
20298 - type: "plot"
20299   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
20300   algorithm: "plot_perf_box_name"
20301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
20302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20303   include:
20304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20309   layout:
20310     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
20311     layout: "plot-throughput"
20312
20313 - type: "plot"
20314   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
20315   algorithm: "plot_perf_box_name"
20316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
20317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20318   include:
20319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20324   layout:
20325     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
20326     layout: "plot-throughput"
20327
20328 - type: "plot"
20329   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
20330   algorithm: "plot_perf_box_name"
20331   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
20332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20333   include:
20334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20339   layout:
20340     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
20341     layout: "plot-throughput"
20342
20343 - type: "plot"
20344   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20345   algorithm: "plot_perf_box_name"
20346   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20348   include:
20349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20353   layout:
20354     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20355     layout: "plot-throughput"
20356
20357 - type: "plot"
20358   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
20359   algorithm: "plot_perf_box_name"
20360   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
20361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20362   include:
20363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20367   layout:
20368     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
20369     layout: "plot-throughput"
20370
20371 - type: "plot"
20372   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20373   algorithm: "plot_perf_box_name"
20374   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20376   include:
20377     - "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"
20378     - "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"
20379     - "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"
20380     - "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"
20381   layout:
20382     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20383     layout: "plot-throughput"
20384
20385 - type: "plot"
20386   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
20387   algorithm: "plot_perf_box_name"
20388   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
20389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20390   include:
20391     - "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"
20392     - "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"
20393     - "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"
20394     - "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"
20395   layout:
20396     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
20397     layout: "plot-throughput"
20398
20399 - type: "plot"
20400   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
20401   algorithm: "plot_perf_box_name"
20402   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
20403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20404   include:
20405     - "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"
20406     - "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"
20407     - "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"
20408     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
20409     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
20410     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
20411   layout:
20412     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
20413     layout: "plot-throughput"
20414
20415 - type: "plot"
20416   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
20417   algorithm: "plot_perf_box_name"
20418   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
20419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20420   include:
20421     - "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"
20422     - "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"
20423     - "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"
20424     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
20425     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
20426     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
20427   layout:
20428     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
20429     layout: "plot-throughput"
20430
20431 ################################################################################
20432
20433 # Packet Speedup
20434
20435 - type: "plot"
20436   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
20437   algorithm: "plot_tsa_name"
20438   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
20439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20440   include:
20441     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20442     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20443     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20444     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20445   layout:
20446     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
20447     layout: "plot-throughput-speedup-analysis"
20448
20449 - type: "plot"
20450   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
20451   algorithm: "plot_tsa_name"
20452   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
20453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20454   include:
20455     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20456     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20457     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20458     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20459   layout:
20460     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
20461     layout: "plot-throughput-speedup-analysis"
20462
20463 - type: "plot"
20464   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
20465   algorithm: "plot_tsa_name"
20466   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
20467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20468   include:
20469     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20470     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20471     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20472     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20473   layout:
20474     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
20475     layout: "plot-throughput-speedup-analysis"
20476
20477 - type: "plot"
20478   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
20479   algorithm: "plot_tsa_name"
20480   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
20481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20482   include:
20483     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20484     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20485     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20486     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20487   layout:
20488     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
20489     layout: "plot-throughput-speedup-analysis"
20490
20491 - type: "plot"
20492   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
20493   algorithm: "plot_tsa_name"
20494   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
20495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20496   include:
20497     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20498     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20499     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20500     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20501   layout:
20502     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
20503     layout: "plot-throughput-speedup-analysis"
20504
20505 - type: "plot"
20506   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
20507   algorithm: "plot_tsa_name"
20508   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
20509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20510   include:
20511     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20512     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20513     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20514     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20515   layout:
20516     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
20517     layout: "plot-throughput-speedup-analysis"
20518
20519 - type: "plot"
20520   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
20521   algorithm: "plot_tsa_name"
20522   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
20523   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20524   include:
20525     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
20526     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
20527     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
20528     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20529     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
20530     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20531   layout:
20532     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
20533     layout: "plot-throughput-speedup-analysis"
20534
20535 - type: "plot"
20536   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
20537   algorithm: "plot_tsa_name"
20538   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
20539   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20540   include:
20541     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
20542     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
20543     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
20544     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20545     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
20546     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20547   layout:
20548     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
20549     layout: "plot-throughput-speedup-analysis"
20550
20551 - type: "plot"
20552   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
20553   algorithm: "plot_tsa_name"
20554   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
20555   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20556   include:
20557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
20558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
20559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
20560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
20561   layout:
20562     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
20563     layout: "plot-throughput-speedup-analysis"
20564
20565 - type: "plot"
20566   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
20567   algorithm: "plot_tsa_name"
20568   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
20569   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20570   include:
20571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
20572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
20573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
20574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
20575   layout:
20576     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
20577     layout: "plot-throughput-speedup-analysis"
20578
20579 - type: "plot"
20580   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
20581   algorithm: "plot_tsa_name"
20582   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
20583   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20584   include:
20585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20588   layout:
20589     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
20590     layout: "plot-throughput-speedup-analysis"
20591
20592 - type: "plot"
20593   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
20594   algorithm: "plot_tsa_name"
20595   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
20596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20597   include:
20598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20601   layout:
20602     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
20603     layout: "plot-throughput-speedup-analysis"
20604
20605 - type: "plot"
20606   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
20607   algorithm: "plot_tsa_name"
20608   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
20609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20610   include:
20611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
20612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
20614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
20615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
20616   layout:
20617     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
20618     layout: "plot-throughput-speedup-analysis"
20619
20620 - type: "plot"
20621   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
20622   algorithm: "plot_tsa_name"
20623   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
20624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20625   include:
20626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
20627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
20629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
20630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
20631   layout:
20632     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
20633     layout: "plot-throughput-speedup-analysis"
20634
20635 - type: "plot"
20636   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
20637   algorithm: "plot_tsa_name"
20638   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
20639   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20640   include:
20641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
20642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
20643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
20644   layout:
20645     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
20646     layout: "plot-throughput-speedup-analysis"
20647
20648 - type: "plot"
20649   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
20650   algorithm: "plot_tsa_name"
20651   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
20652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20653   include:
20654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
20655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
20656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
20657   layout:
20658     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
20659     layout: "plot-throughput-speedup-analysis"
20660
20661 - type: "plot"
20662   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
20663   algorithm: "plot_tsa_name"
20664   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
20665   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20666   include:
20667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20673   layout:
20674     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
20675     layout: "plot-throughput-speedup-analysis"
20676
20677 - type: "plot"
20678   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
20679   algorithm: "plot_tsa_name"
20680   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
20681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20682   include:
20683     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20684     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20685     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20686     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20687     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20688   layout:
20689     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
20690     layout: "plot-throughput-speedup-analysis"
20691
20692 - type: "plot"
20693   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
20694   algorithm: "plot_tsa_name"
20695   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
20696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20697   include:
20698     - "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"
20699     - "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"
20700     - "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"
20701     - "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"
20702     - "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"
20703   layout:
20704     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
20705     layout: "plot-throughput-speedup-analysis"
20706
20707 - type: "plot"
20708   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
20709   algorithm: "plot_tsa_name"
20710   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
20711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20712   include:
20713     - "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"
20714     - "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"
20715     - "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"
20716     - "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"
20717     - "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"
20718     - "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"
20719     - "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"
20720     - "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"
20721     - "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"
20722     - "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"
20723   layout:
20724     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20725     layout: "plot-throughput-speedup-analysis-cps"
20726
20727 - type: "plot"
20728   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
20729   algorithm: "plot_tsa_name"
20730   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
20731   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20732   include:
20733     - "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"
20734     - "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"
20735     - "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"
20736     - "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"
20737     - "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"
20738     - "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"
20739     - "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"
20740     - "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"
20741     - "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"
20742     - "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"
20743   layout:
20744     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20745     layout: "plot-throughput-speedup-analysis"
20746
20747 - type: "plot"
20748   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
20749   algorithm: "plot_tsa_name"
20750   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
20751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20752   include:
20753     - "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"
20754     - "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"
20755     - "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"
20756     - "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"
20757     - "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"
20758     - "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"
20759     - "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"
20760     - "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"
20761     - "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"
20762     - "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"
20763   layout:
20764     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20765     layout: "plot-throughput-speedup-analysis-cps"
20766
20767 - type: "plot"
20768   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
20769   algorithm: "plot_tsa_name"
20770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
20771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20772   include:
20773     - "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"
20774     - "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"
20775     - "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"
20776     - "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"
20777     - "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"
20778     - "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"
20779     - "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"
20780     - "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"
20781     - "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"
20782     - "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"
20783   layout:
20784     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20785     layout: "plot-throughput-speedup-analysis"
20786
20787 - type: "plot"
20788   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
20789   algorithm: "plot_tsa_name"
20790   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
20791   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20792   include:
20793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20799   layout:
20800     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
20801     layout: "plot-throughput-speedup-analysis"
20802
20803 - type: "plot"
20804   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
20805   algorithm: "plot_tsa_name"
20806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
20807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20808   include:
20809     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20810     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20811     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20812     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20813     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20814   layout:
20815     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
20816     layout: "plot-throughput-speedup-analysis"
20817
20818 - type: "plot"
20819   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
20820   algorithm: "plot_tsa_name"
20821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
20822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20823   include:
20824     - "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"
20825     - "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"
20826     - "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"
20827     - "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"
20828     - "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"
20829   layout:
20830     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
20831     layout: "plot-throughput-speedup-analysis"
20832
20833 - type: "plot"
20834   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
20835   algorithm: "plot_tsa_name"
20836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
20837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20838   include:
20839     - "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"
20840     - "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"
20841     - "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"
20842     - "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"
20843     - "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"
20844     - "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"
20845     - "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"
20846     - "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"
20847     - "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"
20848     - "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"
20849   layout:
20850     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20851     layout: "plot-throughput-speedup-analysis-cps"
20852
20853 - type: "plot"
20854   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
20855   algorithm: "plot_tsa_name"
20856   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
20857   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20858   include:
20859     - "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"
20860     - "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"
20861     - "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"
20862     - "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"
20863     - "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"
20864     - "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"
20865     - "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"
20866     - "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"
20867     - "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"
20868     - "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"
20869   layout:
20870     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20871     layout: "plot-throughput-speedup-analysis"
20872
20873 - type: "plot"
20874   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
20875   algorithm: "plot_tsa_name"
20876   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
20877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20878   include:
20879     - "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"
20880     - "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"
20881     - "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"
20882     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20883     - "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"
20884     - "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"
20885     - "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"
20886     - "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"
20887     - "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"
20888     - "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"
20889   layout:
20890     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20891     layout: "plot-throughput-speedup-analysis-cps"
20892
20893 - type: "plot"
20894   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
20895   algorithm: "plot_tsa_name"
20896   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
20897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20898   include:
20899     - "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"
20900     - "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"
20901     - "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"
20902     - "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"
20903     - "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"
20904     - "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"
20905     - "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"
20906     - "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"
20907     - "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"
20908     - "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"
20909   layout:
20910     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20911     layout: "plot-throughput-speedup-analysis"
20912
20913 - type: "plot"
20914   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
20915   algorithm: "plot_tsa_name"
20916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
20917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20918   include:
20919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20925   layout:
20926     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
20927     layout: "plot-throughput-speedup-analysis"
20928
20929 - type: "plot"
20930   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
20931   algorithm: "plot_tsa_name"
20932   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
20933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20934   include:
20935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20941   layout:
20942     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
20943     layout: "plot-throughput-speedup-analysis"
20944
20945 - type: "plot"
20946   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
20947   algorithm: "plot_tsa_name"
20948   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
20949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20950   include:
20951     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
20952     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
20953   layout:
20954     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
20955     layout: "plot-throughput-speedup-analysis"
20956
20957 - type: "plot"
20958   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
20959   algorithm: "plot_tsa_name"
20960   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
20961   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20962   include:
20963     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
20964     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
20965   layout:
20966     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
20967     layout: "plot-throughput-speedup-analysis"
20968
20969 - type: "plot"
20970   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
20971   algorithm: "plot_tsa_name"
20972   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
20973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20974   include:
20975     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
20976     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20977     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
20978     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20979     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
20980     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20981   layout:
20982     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
20983     layout: "plot-throughput-speedup-analysis"
20984
20985 - type: "plot"
20986   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
20987   algorithm: "plot_tsa_name"
20988   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
20989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20990   include:
20991     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
20992     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20993     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
20994     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20995     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
20996     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20997   layout:
20998     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
20999     layout: "plot-throughput-speedup-analysis"
21000
21001 - type: "plot"
21002   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21003   algorithm: "plot_tsa_name"
21004   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21006   include:
21007     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21008     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21009     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21010     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21011     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21012     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21013   layout:
21014     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
21015     layout: "plot-throughput-speedup-analysis"
21016
21017 - type: "plot"
21018   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21019   algorithm: "plot_tsa_name"
21020   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21022   include:
21023     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21024     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21025     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21026     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21027     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21028     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21029   layout:
21030     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
21031     layout: "plot-throughput-speedup-analysis"
21032
21033 - type: "plot"
21034   title: "Speedup: 2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
21035   algorithm: "plot_tsa_name"
21036   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
21037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21038   include:
21039     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
21040     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
21041     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
21042     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
21043     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
21044   layout:
21045     title: "2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
21046     layout: "plot-throughput-speedup-analysis"
21047
21048 - type: "plot"
21049   title: "Speedup: 2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
21050   algorithm: "plot_tsa_name"
21051   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
21052   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21053   include:
21054     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
21055     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
21056     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
21057     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
21058     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
21059   layout:
21060     title: "2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
21061     layout: "plot-throughput-speedup-analysis"
21062
21063 - type: "plot"
21064   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21065   algorithm: "plot_tsa_name"
21066   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21068   include:
21069     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21070     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21071     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21072     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21075     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21076   layout:
21077     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
21078     layout: "plot-throughput-speedup-analysis"
21079
21080 - type: "plot"
21081   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
21082   algorithm: "plot_tsa_name"
21083   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
21084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21085   include:
21086     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21087     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21088     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21089     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21090     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21091     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21092     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21093   layout:
21094     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
21095     layout: "plot-throughput-speedup-analysis"
21096
21097 - type: "plot"
21098   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
21099   algorithm: "plot_tsa_name"
21100   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
21101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21102   include:
21103     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21104     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
21106     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
21107     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21108   layout:
21109     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
21110     layout: "plot-throughput-speedup-analysis"
21111
21112 - type: "plot"
21113   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
21114   algorithm: "plot_tsa_name"
21115   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
21116   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21117   include:
21118     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21119     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21120     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
21121     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
21122     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21123   layout:
21124     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
21125     layout: "plot-throughput-speedup-analysis"
21126
21127 - type: "plot"
21128   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
21129   algorithm: "plot_tsa_name"
21130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
21131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21132   include:
21133     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21134     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
21135     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
21136     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21137   layout:
21138     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr"
21139     layout: "plot-throughput-speedup-analysis"
21140
21141 - type: "plot"
21142   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
21143   algorithm: "plot_tsa_name"
21144   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
21145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21146   include:
21147     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21148     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
21149     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
21150     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21151   layout:
21152     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr"
21153     layout: "plot-throughput-speedup-analysis"
21154
21155 - type: "plot"
21156   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
21157   algorithm: "plot_tsa_name"
21158   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
21159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21160   include:
21161     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21162     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21163     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
21164     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
21165     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21166   layout:
21167     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
21168     layout: "plot-throughput-speedup-analysis"
21169
21170 - type: "plot"
21171   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
21172   algorithm: "plot_tsa_name"
21173   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
21174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21175   include:
21176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
21179     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
21180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21181   layout:
21182     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
21183     layout: "plot-throughput-speedup-analysis"
21184
21185 - type: "plot"
21186   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
21187   algorithm: "plot_tsa_name"
21188   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
21189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21190   include:
21191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
21193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
21194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
21195   layout:
21196     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr"
21197     layout: "plot-throughput-speedup-analysis"
21198
21199 - type: "plot"
21200   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
21201   algorithm: "plot_tsa_name"
21202   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
21203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21204   include:
21205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
21207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
21208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
21209   layout:
21210     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr"
21211     layout: "plot-throughput-speedup-analysis"
21212
21213 - type: "plot"
21214   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
21215   algorithm: "plot_tsa_name"
21216   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
21217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21218   include:
21219     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
21220     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
21221     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
21222     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
21223     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
21224   layout:
21225     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
21226     layout: "plot-throughput-speedup-analysis"
21227
21228 - type: "plot"
21229   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
21230   algorithm: "plot_tsa_name"
21231   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
21232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21233   include:
21234     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
21235     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
21236     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
21237     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
21238     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
21239   layout:
21240     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
21241     layout: "plot-throughput-speedup-analysis"
21242
21243 - type: "plot"
21244   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
21245   algorithm: "plot_tsa_name"
21246   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
21247   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21248   include:
21249     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21250     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
21251     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
21252     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21253     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21254   layout:
21255     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
21256     layout: "plot-throughput-speedup-analysis"
21257
21258 - type: "plot"
21259   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
21260   algorithm: "plot_tsa_name"
21261   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
21262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21263   include:
21264     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21265     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
21266     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
21267     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21268     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21269   layout:
21270     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
21271     layout: "plot-throughput-speedup-analysis"
21272
21273 - type: "plot"
21274   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
21275   algorithm: "plot_tsa_name"
21276   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
21277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21278   include:
21279     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
21280     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
21281     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
21282     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
21283     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
21284   layout:
21285     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
21286     layout: "plot-throughput-speedup-analysis"
21287
21288 - type: "plot"
21289   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
21290   algorithm: "plot_tsa_name"
21291   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
21292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21293   include:
21294     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
21295     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
21296     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
21297     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
21298     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
21299   layout:
21300     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
21301     layout: "plot-throughput-speedup-analysis"
21302
21303 - type: "plot"
21304   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
21305   algorithm: "plot_tsa_name"
21306   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
21307   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21308   include:
21309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
21310     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
21312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
21313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21314   layout:
21315     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
21316     layout: "plot-throughput-speedup-analysis"
21317
21318 - type: "plot"
21319   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
21320   algorithm: "plot_tsa_name"
21321   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
21322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21323   include:
21324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
21325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
21327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
21328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21329   layout:
21330     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
21331     layout: "plot-throughput-speedup-analysis"
21332
21333 - type: "plot"
21334   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
21335   algorithm: "plot_tsa_name"
21336   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
21337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21338   include:
21339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21343   layout:
21344     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
21345     layout: "plot-throughput-speedup-analysis"
21346
21347 - type: "plot"
21348   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
21349   algorithm: "plot_tsa_name"
21350   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
21351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21352   include:
21353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21357   layout:
21358     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
21359     layout: "plot-throughput-speedup-analysis"
21360
21361 - type: "plot"
21362   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
21363   algorithm: "plot_tsa_name"
21364   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
21365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21366   include:
21367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
21368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
21369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
21370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
21371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
21372   layout:
21373     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
21374     layout: "plot-throughput-speedup-analysis"
21375
21376 - type: "plot"
21377   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
21378   algorithm: "plot_tsa_name"
21379   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
21380   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21381   include:
21382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
21383     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
21384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
21385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
21386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
21387   layout:
21388     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
21389     layout: "plot-throughput-speedup-analysis"
21390
21391 - type: "plot"
21392   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
21393   algorithm: "plot_tsa_name"
21394   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
21395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21396   include:
21397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
21398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
21399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
21400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
21401   layout:
21402     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
21403     layout: "plot-throughput-speedup-analysis"
21404
21405 - type: "plot"
21406   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
21407   algorithm: "plot_tsa_name"
21408   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
21409   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21410   include:
21411     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
21412     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
21413     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
21414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
21415   layout:
21416     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
21417     layout: "plot-throughput-speedup-analysis"
21418
21419 - type: "plot"
21420   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
21421   algorithm: "plot_tsa_name"
21422   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
21423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21424   include:
21425     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
21426     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21427     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
21428     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
21429     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21430   layout:
21431     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
21432     layout: "plot-throughput-speedup-analysis"
21433
21434 - type: "plot"
21435   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
21436   algorithm: "plot_tsa_name"
21437   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
21438   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21439   include:
21440     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
21441     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21442     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
21443     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
21444     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21445   layout:
21446     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
21447     layout: "plot-throughput-speedup-analysis"
21448
21449 - type: "plot"
21450   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
21451   algorithm: "plot_tsa_name"
21452   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
21453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21454   include:
21455     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21456     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21457     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21458     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21459   layout:
21460     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
21461     layout: "plot-throughput-speedup-analysis"
21462
21463 - type: "plot"
21464   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
21465   algorithm: "plot_tsa_name"
21466   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
21467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21468   include:
21469     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21470     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21471     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21472     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21473   layout:
21474     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
21475     layout: "plot-throughput-speedup-analysis"
21476
21477 - type: "plot"
21478   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
21479   algorithm: "plot_tsa_name"
21480   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
21481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21482   include:
21483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21488   layout:
21489     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
21490     layout: "plot-throughput-speedup-analysis"
21491
21492 - type: "plot"
21493   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
21494   algorithm: "plot_tsa_name"
21495   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
21496   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21497   include:
21498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21503   layout:
21504     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
21505     layout: "plot-throughput-speedup-analysis"
21506
21507 - type: "plot"
21508   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
21509   algorithm: "plot_tsa_name"
21510   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
21511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21512   include:
21513     - "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"
21514     - "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"
21515     - "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"
21516     - "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"
21517     - "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"
21518   layout:
21519     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
21520     layout: "plot-throughput-speedup-analysis"
21521
21522 - type: "plot"
21523   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
21524   algorithm: "plot_tsa_name"
21525   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
21526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21527   include:
21528     - "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"
21529     - "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"
21530     - "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"
21531     - "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"
21532     - "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"
21533   layout:
21534     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
21535     layout: "plot-throughput-speedup-analysis"
21536
21537 - type: "plot"
21538   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
21539   algorithm: "plot_tsa_name"
21540   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
21541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21542   include:
21543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21545     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21548   layout:
21549     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
21550     layout: "plot-throughput-speedup-analysis"
21551
21552 - type: "plot"
21553   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
21554   algorithm: "plot_tsa_name"
21555   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
21556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21557   include:
21558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21560     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21562     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21563   layout:
21564     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
21565     layout: "plot-throughput-speedup-analysis"
21566
21567 - type: "plot"
21568   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
21569   algorithm: "plot_tsa_name"
21570   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
21571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21572   include:
21573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21575     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21576     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21577     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21578   layout:
21579     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
21580     layout: "plot-throughput-speedup-analysis"
21581
21582 - type: "plot"
21583   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
21584   algorithm: "plot_tsa_name"
21585   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
21586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21587   include:
21588     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21589     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21590     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21591     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21592     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21593   layout:
21594     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
21595     layout: "plot-throughput-speedup-analysis"
21596
21597 - type: "plot"
21598   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
21599   algorithm: "plot_tsa_name"
21600   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
21601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21602   include:
21603     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21604     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21605     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21606     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21607   layout:
21608     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
21609     layout: "plot-throughput-speedup-analysis"
21610
21611 - type: "plot"
21612   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
21613   algorithm: "plot_tsa_name"
21614   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
21615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21616   include:
21617     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21618     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21619     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21620     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21621   layout:
21622     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
21623     layout: "plot-throughput-speedup-analysis"
21624
21625 - type: "plot"
21626   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
21627   algorithm: "plot_tsa_name"
21628   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
21629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21630   include:
21631     - "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"
21632     - "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"
21633     - "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"
21634     - "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"
21635   layout:
21636     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
21637     layout: "plot-throughput-speedup-analysis"
21638
21639 - type: "plot"
21640   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
21641   algorithm: "plot_tsa_name"
21642   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
21643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21644   include:
21645     - "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"
21646     - "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"
21647     - "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"
21648     - "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"
21649   layout:
21650     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
21651     layout: "plot-throughput-speedup-analysis"
21652
21653 - type: "plot"
21654   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
21655   algorithm: "plot_tsa_name"
21656   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
21657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21658   include:
21659     - "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"
21660     - "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"
21661     - "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"
21662     - "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"
21663     - "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"
21664     - "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"
21665   layout:
21666     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
21667     layout: "plot-throughput-speedup-analysis"
21668
21669 - type: "plot"
21670   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
21671   algorithm: "plot_tsa_name"
21672   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
21673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21674   include:
21675     - "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"
21676     - "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"
21677     - "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"
21678     - "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"
21679     - "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"
21680     - "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"
21681   layout:
21682     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
21683     layout: "plot-throughput-speedup-analysis"
21684
21685 # Packet Throughput - DPDK
21686
21687 # 2n-clx-xxv710
21688
21689 - type: "plot"
21690   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
21691   algorithm: "plot_perf_box_name"
21692   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
21693   data: "plot-dpdk-throughput-latency-2n-clx"
21694   include:
21695     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
21696     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
21697   layout:
21698     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
21699     layout: "plot-throughput"
21700
21701 - type: "plot"
21702   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
21703   algorithm: "plot_perf_box_name"
21704   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
21705   data: "plot-dpdk-throughput-latency-2n-clx"
21706   include:
21707     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
21708     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
21709   layout:
21710     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
21711     layout: "plot-throughput"
21712
21713 - type: "plot"
21714   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
21715   algorithm: "plot_perf_box_name"
21716   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
21717   data: "plot-dpdk-throughput-latency-2n-clx"
21718   include:
21719     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
21720     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
21721   layout:
21722     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
21723     layout: "plot-throughput"
21724
21725 - type: "plot"
21726   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
21727   algorithm: "plot_perf_box_name"
21728   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
21729   data: "plot-dpdk-throughput-latency-2n-clx"
21730   include:
21731     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
21732     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
21733   layout:
21734     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
21735     layout: "plot-throughput"
21736
21737 # 2n-clx-x710
21738
21739 - type: "plot"
21740   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
21741   algorithm: "plot_perf_box_name"
21742   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
21743   data: "plot-dpdk-throughput-latency-2n-clx"
21744   include:
21745     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
21746     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
21747   layout:
21748     title: "2n-clx-x710-64b-2t1c-base-ndr"
21749     layout: "plot-throughput"
21750
21751 - type: "plot"
21752   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
21753   algorithm: "plot_perf_box_name"
21754   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
21755   data: "plot-dpdk-throughput-latency-2n-clx"
21756   include:
21757     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
21758     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
21759   layout:
21760     title: "2n-clx-x710-64b-4t2c-base-ndr"
21761     layout: "plot-throughput"
21762
21763 - type: "plot"
21764   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
21765   algorithm: "plot_perf_box_name"
21766   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
21767   data: "plot-dpdk-throughput-latency-2n-clx"
21768   include:
21769     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
21770     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
21771   layout:
21772     title: "2n-clx-x710-64b-2t1c-base-pdr"
21773     layout: "plot-throughput"
21774
21775 - type: "plot"
21776   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
21777   algorithm: "plot_perf_box_name"
21778   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
21779   data: "plot-dpdk-throughput-latency-2n-clx"
21780   include:
21781     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
21782     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
21783   layout:
21784     title: "2n-clx-x710-64b-4t2c-base-pdr"
21785     layout: "plot-throughput"
21786
21787 ###############################################################################
21788
21789 # 2n-zn2
21790
21791 # Packet Throughput
21792
21793 - type: "plot"
21794   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
21795   algorithm: "plot_perf_box_name"
21796   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
21797   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21798   include:
21799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21800     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21801     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21802     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21803   layout:
21804     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
21805     layout: "plot-throughput"
21806
21807 - type: "plot"
21808   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
21809   algorithm: "plot_perf_box_name"
21810   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
21811   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21812   include:
21813     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21814     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21815     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21816     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21817   layout:
21818     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
21819     layout: "plot-throughput"
21820
21821 - type: "plot"
21822   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
21823   algorithm: "plot_perf_box_name"
21824   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
21825   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21826   include:
21827     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21828     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21829     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21830     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21831   layout:
21832     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
21833     layout: "plot-throughput"
21834
21835 - type: "plot"
21836   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
21837   algorithm: "plot_perf_box_name"
21838   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
21839   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21840   include:
21841     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21842     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21843     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21844     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21845   layout:
21846     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
21847     layout: "plot-throughput"
21848
21849 - type: "plot"
21850   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
21851   algorithm: "plot_perf_box_name"
21852   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
21853   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21854   include:
21855     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21856     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21857     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21858     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21859   layout:
21860     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
21861     layout: "plot-throughput"
21862
21863 - type: "plot"
21864   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
21865   algorithm: "plot_perf_box_name"
21866   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
21867   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21868   include:
21869     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21870     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21871     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21872     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21873   layout:
21874     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
21875     layout: "plot-throughput"
21876
21877 - type: "plot"
21878   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
21879   algorithm: "plot_perf_box_name"
21880   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
21881   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21882   include:
21883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
21884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
21885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
21888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21889   layout:
21890     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
21891     layout: "plot-throughput"
21892
21893 - type: "plot"
21894   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
21895   algorithm: "plot_perf_box_name"
21896   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
21897   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21898   include:
21899     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
21900     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
21901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
21904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21905   layout:
21906     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
21907     layout: "plot-throughput"
21908
21909 - type: "plot"
21910   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
21911   algorithm: "plot_perf_box_name"
21912   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
21913   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21914   include:
21915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
21916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
21917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
21918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21919   layout:
21920     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
21921     layout: "plot-throughput"
21922
21923 - type: "plot"
21924   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
21925   algorithm: "plot_perf_box_name"
21926   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
21927   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21928   include:
21929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
21930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
21931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
21932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21933   layout:
21934     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
21935     layout: "plot-throughput"
21936
21937 - type: "plot"
21938   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
21939   algorithm: "plot_perf_box_name"
21940   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
21941   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21942   include:
21943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21946   layout:
21947     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
21948     layout: "plot-throughput"
21949
21950 - type: "plot"
21951   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
21952   algorithm: "plot_perf_box_name"
21953   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
21954   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21955   include:
21956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21959   layout:
21960     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
21961     layout: "plot-throughput"
21962
21963 - type: "plot"
21964   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
21965   algorithm: "plot_perf_box_name"
21966   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
21967   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21968   include:
21969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
21970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
21972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
21973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
21974   layout:
21975     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
21976     layout: "plot-throughput"
21977
21978 - type: "plot"
21979   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
21980   algorithm: "plot_perf_box_name"
21981   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
21982   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21983   include:
21984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
21985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
21987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
21988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
21989   layout:
21990     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
21991     layout: "plot-throughput"
21992
21993 - type: "plot"
21994   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
21995   algorithm: "plot_perf_box_name"
21996   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
21997   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21998   include:
21999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
22000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
22001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
22002   layout:
22003     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
22004     layout: "plot-throughput"
22005
22006 - type: "plot"
22007   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
22008   algorithm: "plot_perf_box_name"
22009   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
22010   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22011   include:
22012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
22013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
22014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
22015   layout:
22016     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
22017     layout: "plot-throughput"
22018
22019 - type: "plot"
22020   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
22021   algorithm: "plot_perf_box_name"
22022   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
22023   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22024   include:
22025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22031   layout:
22032     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
22033     layout: "plot-throughput"
22034
22035 - type: "plot"
22036   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
22037   algorithm: "plot_perf_box_name"
22038   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
22039   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22040   include:
22041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22047   layout:
22048     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
22049     layout: "plot-throughput"
22050
22051 - type: "plot"
22052   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
22053   algorithm: "plot_perf_box_name"
22054   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
22055   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22056   include:
22057     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22058     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
22059     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
22060     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
22061     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
22062   layout:
22063     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
22064     layout: "plot-throughput"
22065
22066 #- type: "plot"
22067 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
22068 #  algorithm: "plot_perf_box_name"
22069 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
22070 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22071 #  include:
22072 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
22073 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
22074 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
22075 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
22076 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
22077 #  layout:
22078 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
22079 #    layout: "plot-throughput"
22080 #
22081 #- type: "plot"
22082 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
22083 #  algorithm: "plot_perf_box_name"
22084 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
22085 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22086 #  include:
22087 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
22088 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
22089 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
22090 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
22091 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
22092 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
22093 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
22094 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
22095 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
22096 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
22097 #  layout:
22098 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
22099 #    layout: "plot-cps"
22100 #
22101 #- type: "plot"
22102 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
22103 #  algorithm: "plot_perf_box_name"
22104 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
22105 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22106 #  include:
22107 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
22108 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
22109 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
22110 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
22111 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
22112 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
22113 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
22114 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
22115 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
22116 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
22117 #  layout:
22118 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
22119 #    layout: "plot-throughput"
22120 #
22121 #- type: "plot"
22122 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
22123 #  algorithm: "plot_perf_box_name"
22124 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
22125 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22126 #  include:
22127 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
22128 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
22129 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
22130 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
22131 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
22132 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
22133 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
22134 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
22135 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
22136 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
22137 #  layout:
22138 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
22139 #    layout: "plot-cps"
22140 #
22141 #- type: "plot"
22142 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
22143 #  algorithm: "plot_perf_box_name"
22144 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
22145 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22146 #  include:
22147 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
22148 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
22149 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
22150 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
22151 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
22152 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
22153 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
22154 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
22155 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
22156 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
22157 #  layout:
22158 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
22159 #    layout: "plot-throughput"
22160
22161 - type: "plot"
22162   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
22163   algorithm: "plot_perf_box_name"
22164   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
22165   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22166   include:
22167     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22168     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
22169     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
22170     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
22171     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
22172   layout:
22173     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
22174     layout: "plot-throughput"
22175
22176 #- type: "plot"
22177 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
22178 #  algorithm: "plot_perf_box_name"
22179 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
22180 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22181 #  include:
22182 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
22183 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
22184 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
22185 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
22186 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
22187 #  layout:
22188 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
22189 #    layout: "plot-throughput"
22190 #
22191 #- type: "plot"
22192 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
22193 #  algorithm: "plot_perf_box_name"
22194 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
22195 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22196 #  include:
22197 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
22198 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
22199 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
22200 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
22201 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
22202 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
22203 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
22204 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
22205 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
22206 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
22207 #  layout:
22208 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
22209 #    layout: "plot-cps"
22210 #
22211 #- type: "plot"
22212 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
22213 #  algorithm: "plot_perf_box_name"
22214 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
22215 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22216 #  include:
22217 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
22218 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
22219 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
22220 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
22221 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
22222 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
22223 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
22224 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
22225 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
22226 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
22227 #  layout:
22228 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
22229 #    layout: "plot-throughput"
22230 #
22231 #- type: "plot"
22232 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
22233 #  algorithm: "plot_perf_box_name"
22234 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
22235 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22236 #  include:
22237 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
22238 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
22239 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
22240 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
22241 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
22242 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
22243 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
22244 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
22245 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
22246 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
22247 #  layout:
22248 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
22249 #    layout: "plot-cps"
22250 #
22251 #- type: "plot"
22252 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
22253 #  algorithm: "plot_perf_box_name"
22254 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
22255 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22256 #  include:
22257 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
22258 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
22259 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
22260 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
22261 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
22262 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
22263 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
22264 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
22265 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
22266 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
22267 #  layout:
22268 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
22269 #    layout: "plot-throughput"
22270
22271 - type: "plot"
22272   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
22273   algorithm: "plot_perf_box_name"
22274   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
22275   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22276   include:
22277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22283   layout:
22284     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
22285     layout: "plot-throughput"
22286
22287 - type: "plot"
22288   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
22289   algorithm: "plot_perf_box_name"
22290   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
22291   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22292   include:
22293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22299   layout:
22300     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
22301     layout: "plot-throughput"
22302
22303 - type: "plot"
22304   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
22305   algorithm: "plot_perf_box_name"
22306   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
22307   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22308   include:
22309     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
22310     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
22311   layout:
22312     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
22313     layout: "plot-throughput"
22314
22315 - type: "plot"
22316   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
22317   algorithm: "plot_perf_box_name"
22318   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
22319   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22320   include:
22321     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
22322     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
22323   layout:
22324     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
22325     layout: "plot-throughput"
22326
22327 - type: "plot"
22328   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
22329   algorithm: "plot_perf_box_name"
22330   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
22331   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22332   include:
22333     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
22334     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
22335     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
22336     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
22337     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
22338     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
22339   layout:
22340     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
22341     layout: "plot-throughput"
22342
22343 - type: "plot"
22344   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
22345   algorithm: "plot_perf_box_name"
22346   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
22347   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22348   include:
22349     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
22350     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
22351     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
22352     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
22353     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
22354     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
22355   layout:
22356     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
22357     layout: "plot-throughput"
22358
22359 - type: "plot"
22360   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
22361   algorithm: "plot_perf_box_name"
22362   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
22363   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22364   include:
22365     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22366     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22367     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22368     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22369     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22370     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22371   layout:
22372     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
22373     layout: "plot-throughput"
22374
22375 - type: "plot"
22376   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
22377   algorithm: "plot_perf_box_name"
22378   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
22379   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22380   include:
22381     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22382     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22383     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22384     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22385     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22386     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22387   layout:
22388     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
22389     layout: "plot-throughput"
22390
22391 - type: "plot"
22392   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
22393   algorithm: "plot_perf_box_name"
22394   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
22395   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22396   include:
22397     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
22398     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
22399     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
22400     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
22401     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
22402   layout:
22403     title: "2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
22404     layout: "plot-throughput"
22405
22406 - type: "plot"
22407   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
22408   algorithm: "plot_perf_box_name"
22409   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
22410   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22411   include:
22412     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
22413     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
22414     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
22415     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
22416     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
22417   layout:
22418     title: "2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
22419     layout: "plot-throughput"
22420
22421 - type: "plot"
22422   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
22423   algorithm: "plot_perf_box_name"
22424   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
22425   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22426   include:
22427     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
22428     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
22429     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
22430     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
22431     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
22432     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
22433     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
22434   layout:
22435     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
22436     layout: "plot-throughput"
22437
22438 - type: "plot"
22439   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
22440   algorithm: "plot_perf_box_name"
22441   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
22442   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22443   include:
22444     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
22445     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
22446     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
22447     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
22448     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
22449     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
22450     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
22451   layout:
22452     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
22453     layout: "plot-throughput"
22454
22455 - type: "plot"
22456   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
22457   algorithm: "plot_perf_box_name"
22458   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
22459   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22460   include:
22461     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
22462     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
22463     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
22464     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
22465     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
22466   layout:
22467     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
22468     layout: "plot-throughput"
22469
22470 - type: "plot"
22471   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
22472   algorithm: "plot_perf_box_name"
22473   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
22474   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22475   include:
22476     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
22477     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
22478     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
22479     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
22480     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
22481   layout:
22482     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
22483     layout: "plot-throughput"
22484
22485 - type: "plot"
22486   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
22487   algorithm: "plot_perf_box_name"
22488   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
22489   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22490   include:
22491     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
22492     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
22493     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
22494     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
22495   layout:
22496     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
22497     layout: "plot-throughput"
22498
22499 - type: "plot"
22500   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
22501   algorithm: "plot_perf_box_name"
22502   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
22503   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22504   include:
22505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
22506     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
22507     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
22508     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
22509   layout:
22510     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
22511     layout: "plot-throughput"
22512
22513 - type: "plot"
22514   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
22515   algorithm: "plot_perf_box_name"
22516   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
22517   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22518   include:
22519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
22520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
22521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
22522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
22523     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
22524   layout:
22525     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
22526     layout: "plot-throughput"
22527
22528 - type: "plot"
22529   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
22530   algorithm: "plot_perf_box_name"
22531   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
22532   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22533   include:
22534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
22535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
22536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
22537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
22538     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
22539   layout:
22540     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
22541     layout: "plot-throughput"
22542
22543 - type: "plot"
22544   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
22545   algorithm: "plot_perf_box_name"
22546   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
22547   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22548   include:
22549     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
22550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
22551     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
22552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
22553   layout:
22554     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
22555     layout: "plot-throughput"
22556
22557 - type: "plot"
22558   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
22559   algorithm: "plot_perf_box_name"
22560   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
22561   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22562   include:
22563     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
22564     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
22565     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
22566     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
22567   layout:
22568     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
22569     layout: "plot-throughput"
22570
22571 - type: "plot"
22572   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
22573   algorithm: "plot_perf_box_name"
22574   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
22575   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22576   include:
22577     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
22578     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
22579     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
22580     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
22581     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
22582   layout:
22583     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
22584     layout: "plot-throughput"
22585
22586 - type: "plot"
22587   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
22588   algorithm: "plot_perf_box_name"
22589   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
22590   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22591   include:
22592     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
22593     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
22594     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
22595     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
22596     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
22597   layout:
22598     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
22599     layout: "plot-throughput"
22600
22601 - type: "plot"
22602   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
22603   algorithm: "plot_perf_box_name"
22604   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
22605   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22606   include:
22607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
22609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
22610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22612   layout:
22613     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
22614     layout: "plot-throughput"
22615
22616 - type: "plot"
22617   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
22618   algorithm: "plot_perf_box_name"
22619   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
22620   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22621   include:
22622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
22624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
22625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22627   layout:
22628     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
22629     layout: "plot-throughput"
22630
22631 - type: "plot"
22632   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
22633   algorithm: "plot_perf_box_name"
22634   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
22635   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22636   include:
22637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
22638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
22639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
22640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
22642   layout:
22643     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
22644     layout: "plot-throughput"
22645
22646 - type: "plot"
22647   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
22648   algorithm: "plot_perf_box_name"
22649   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
22650   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22651   include:
22652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
22653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
22654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
22655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
22657   layout:
22658     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
22659     layout: "plot-throughput"
22660
22661 - type: "plot"
22662   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
22663   algorithm: "plot_perf_box_name"
22664   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
22665   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22666   include:
22667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
22668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
22671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
22672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22673   layout:
22674     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
22675     layout: "plot-throughput"
22676
22677 - type: "plot"
22678   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
22679   algorithm: "plot_perf_box_name"
22680   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
22681   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22682   include:
22683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
22684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
22687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
22688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22689   layout:
22690     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
22691     layout: "plot-throughput"
22692
22693 - type: "plot"
22694   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
22695   algorithm: "plot_perf_box_name"
22696   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
22697   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22698   include:
22699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22703   layout:
22704     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
22705     layout: "plot-throughput"
22706
22707 - type: "plot"
22708   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
22709   algorithm: "plot_perf_box_name"
22710   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
22711   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22712   include:
22713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22717   layout:
22718     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
22719     layout: "plot-throughput"
22720
22721 - type: "plot"
22722   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
22723   algorithm: "plot_perf_box_name"
22724   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
22725   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22726   include:
22727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
22728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
22729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
22731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
22732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22733   layout:
22734     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
22735     layout: "plot-throughput"
22736
22737 - type: "plot"
22738   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
22739   algorithm: "plot_perf_box_name"
22740   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
22741   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22742   include:
22743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
22744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
22745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
22747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
22748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22749   layout:
22750     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
22751     layout: "plot-throughput"
22752
22753 - type: "plot"
22754   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
22755   algorithm: "plot_perf_box_name"
22756   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
22757   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22758   include:
22759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
22761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
22762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
22763   layout:
22764     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
22765     layout: "plot-throughput"
22766
22767 - type: "plot"
22768   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
22769   algorithm: "plot_perf_box_name"
22770   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
22771   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22772   include:
22773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
22775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
22776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
22777   layout:
22778     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
22779     layout: "plot-throughput"
22780
22781 - type: "plot"
22782   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
22783   algorithm: "plot_perf_box_name"
22784   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
22785   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22786   include:
22787     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
22788     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22789     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22790     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
22791     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
22792     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22793   layout:
22794     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
22795     layout: "plot-throughput"
22796
22797 - type: "plot"
22798   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
22799   algorithm: "plot_perf_box_name"
22800   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
22801   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22802   include:
22803     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
22804     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22805     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22806     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
22807     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
22808     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22809   layout:
22810     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
22811     layout: "plot-throughput"
22812
22813 - type: "plot"
22814   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
22815   algorithm: "plot_perf_box_name"
22816   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
22817   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22818   include:
22819     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22820     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22821     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22822     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22823   layout:
22824     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
22825     layout: "plot-throughput"
22826
22827 - type: "plot"
22828   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
22829   algorithm: "plot_perf_box_name"
22830   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
22831   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22832   include:
22833     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22834     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22835     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22836     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22837   layout:
22838     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
22839     layout: "plot-throughput"
22840
22841 - type: "plot"
22842   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
22843   algorithm: "plot_perf_box_name"
22844   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
22845   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22846   include:
22847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22852   layout:
22853     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
22854     layout: "plot-throughput"
22855
22856 - type: "plot"
22857   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
22858   algorithm: "plot_perf_box_name"
22859   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
22860   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22861   include:
22862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22865     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22866     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22867   layout:
22868     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
22869     layout: "plot-throughput"
22870
22871 - type: "plot"
22872   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
22873   algorithm: "plot_perf_box_name"
22874   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
22875   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22876   include:
22877     - "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"
22878     - "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"
22879     - "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"
22880     - "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"
22881     - "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"
22882   layout:
22883     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
22884     layout: "plot-throughput"
22885
22886 - type: "plot"
22887   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
22888   algorithm: "plot_perf_box_name"
22889   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
22890   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22891   include:
22892     - "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"
22893     - "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"
22894     - "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"
22895     - "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"
22896     - "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"
22897   layout:
22898     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
22899     layout: "plot-throughput"
22900
22901 - type: "plot"
22902   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
22903   algorithm: "plot_perf_box_name"
22904   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
22905   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22906   include:
22907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22912   layout:
22913     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
22914     layout: "plot-throughput"
22915
22916 - type: "plot"
22917   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
22918   algorithm: "plot_perf_box_name"
22919   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
22920   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22921   include:
22922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22927   layout:
22928     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
22929     layout: "plot-throughput"
22930
22931 - type: "plot"
22932   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
22933   algorithm: "plot_perf_box_name"
22934   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
22935   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22936   include:
22937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22942   layout:
22943     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
22944     layout: "plot-throughput"
22945
22946 - type: "plot"
22947   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
22948   algorithm: "plot_perf_box_name"
22949   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
22950   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22951   include:
22952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22957   layout:
22958     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
22959     layout: "plot-throughput"
22960
22961 - type: "plot"
22962   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
22963   algorithm: "plot_perf_box_name"
22964   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
22965   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22966   include:
22967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22971   layout:
22972     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
22973     layout: "plot-throughput"
22974
22975 - type: "plot"
22976   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
22977   algorithm: "plot_perf_box_name"
22978   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
22979   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22980   include:
22981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22985   layout:
22986     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
22987     layout: "plot-throughput"
22988
22989 - type: "plot"
22990   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
22991   algorithm: "plot_perf_box_name"
22992   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
22993   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22994   include:
22995     - "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"
22996     - "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"
22997     - "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"
22998     - "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"
22999   layout:
23000     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
23001     layout: "plot-throughput"
23002
23003 - type: "plot"
23004   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
23005   algorithm: "plot_perf_box_name"
23006   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
23007   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23008   include:
23009     - "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"
23010     - "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"
23011     - "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"
23012     - "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"
23013   layout:
23014     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
23015     layout: "plot-throughput"
23016
23017 - type: "plot"
23018   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
23019   algorithm: "plot_perf_box_name"
23020   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
23021   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23022   include:
23023     - "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"
23024     - "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"
23025     - "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"
23026     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
23027     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
23028     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
23029   layout:
23030     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
23031     layout: "plot-throughput"
23032
23033 - type: "plot"
23034   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
23035   algorithm: "plot_perf_box_name"
23036   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
23037   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23038   include:
23039     - "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"
23040     - "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"
23041     - "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"
23042     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
23043     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
23044     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
23045   layout:
23046     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
23047     layout: "plot-throughput"
23048
23049 ################################################################################
23050
23051 # Packet Speedup
23052
23053 - type: "plot"
23054   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
23055   algorithm: "plot_tsa_name"
23056   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
23057   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23058   include:
23059     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23060     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23061     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23062     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23063   layout:
23064     title: "2n-zn2-xxv710-64b-memif-base-avf-ndr"
23065     layout: "plot-throughput-speedup-analysis"
23066
23067 - type: "plot"
23068   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
23069   algorithm: "plot_tsa_name"
23070   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
23071   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23072   include:
23073     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23074     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23075     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23076     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23077   layout:
23078     title: "2n-zn2-xxv710-64b-memif-base-avf-pdr"
23079     layout: "plot-throughput-speedup-analysis"
23080
23081 - type: "plot"
23082   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
23083   algorithm: "plot_tsa_name"
23084   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
23085   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23086   include:
23087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23090     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23091   layout:
23092     title: "2n-zn2-xxv710-64b-memif-base-dpdk-ndr"
23093     layout: "plot-throughput-speedup-analysis"
23094
23095 - type: "plot"
23096   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
23097   algorithm: "plot_tsa_name"
23098   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
23099   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23100   include:
23101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23102     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23104     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23105   layout:
23106     title: "2n-zn2-xxv710-64b-memif-base-dpdk-pdr"
23107     layout: "plot-throughput-speedup-analysis"
23108
23109 - type: "plot"
23110   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
23111   algorithm: "plot_tsa_name"
23112   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
23113   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23114   include:
23115     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23116     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23117     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23118     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23119   layout:
23120     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
23121     layout: "plot-throughput-speedup-analysis"
23122
23123 - type: "plot"
23124   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
23125   algorithm: "plot_tsa_name"
23126   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
23127   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23128   include:
23129     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23130     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23131     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23132     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23133   layout:
23134     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
23135     layout: "plot-throughput-speedup-analysis"
23136
23137 - type: "plot"
23138   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
23139   algorithm: "plot_tsa_name"
23140   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
23141   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23142   include:
23143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
23144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
23145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
23146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
23148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23149   layout:
23150     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
23151     layout: "plot-throughput-speedup-analysis"
23152
23153 - type: "plot"
23154   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
23155   algorithm: "plot_tsa_name"
23156   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
23157   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23158   include:
23159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
23160     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
23161     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
23162     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23163     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
23164     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23165   layout:
23166     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
23167     layout: "plot-throughput-speedup-analysis"
23168
23169 - type: "plot"
23170   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
23171   algorithm: "plot_tsa_name"
23172   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
23173   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23174   include:
23175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
23176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
23177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
23178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
23179   layout:
23180     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr"
23181     layout: "plot-throughput-speedup-analysis"
23182
23183 - type: "plot"
23184   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
23185   algorithm: "plot_tsa_name"
23186   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
23187   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23188   include:
23189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
23190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
23191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
23192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
23193   layout:
23194     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr"
23195     layout: "plot-throughput-speedup-analysis"
23196
23197 - type: "plot"
23198   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
23199   algorithm: "plot_tsa_name"
23200   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
23201   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23202   include:
23203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
23204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
23205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23206   layout:
23207     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
23208     layout: "plot-throughput-speedup-analysis"
23209
23210 - type: "plot"
23211   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
23212   algorithm: "plot_tsa_name"
23213   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
23214   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23215   include:
23216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
23217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
23218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23219   layout:
23220     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
23221     layout: "plot-throughput-speedup-analysis"
23222
23223 - type: "plot"
23224   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
23225   algorithm: "plot_tsa_name"
23226   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
23227   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23228   include:
23229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
23230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
23232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
23233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
23234   layout:
23235     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
23236     layout: "plot-throughput-speedup-analysis"
23237
23238 - type: "plot"
23239   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
23240   algorithm: "plot_tsa_name"
23241   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
23242   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23243   include:
23244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
23245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
23247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
23248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
23249   layout:
23250     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
23251     layout: "plot-throughput-speedup-analysis"
23252
23253 - type: "plot"
23254   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
23255   algorithm: "plot_tsa_name"
23256   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
23257   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23258   include:
23259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
23260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
23261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
23262   layout:
23263     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
23264     layout: "plot-throughput-speedup-analysis"
23265
23266 - type: "plot"
23267   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
23268   algorithm: "plot_tsa_name"
23269   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
23270   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23271   include:
23272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
23273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
23274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
23275   layout:
23276     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
23277     layout: "plot-throughput-speedup-analysis"
23278
23279 - type: "plot"
23280   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
23281   algorithm: "plot_tsa_name"
23282   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
23283   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23284   include:
23285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23291   layout:
23292     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr"
23293     layout: "plot-throughput-speedup-analysis"
23294
23295 - type: "plot"
23296   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
23297   algorithm: "plot_tsa_name"
23298   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
23299   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23300   include:
23301     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23302     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
23303     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
23304     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
23305     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
23306   layout:
23307     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
23308     layout: "plot-throughput-speedup-analysis"
23309
23310 #- type: "plot"
23311 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
23312 #  algorithm: "plot_tsa_name"
23313 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
23314 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23315 #  include:
23316 #    - "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"
23317 #    - "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"
23318 #    - "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"
23319 #    - "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"
23320 #    - "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"
23321 #  layout:
23322 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
23323 #    layout: "plot-throughput-speedup-analysis"
23324 #
23325 #- type: "plot"
23326 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
23327 #  algorithm: "plot_tsa_name"
23328 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
23329 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23330 #  include:
23331 #    - "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"
23332 #    - "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"
23333 #    - "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"
23334 #    - "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"
23335 #    - "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"
23336 #    - "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"
23337 #    - "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"
23338 #    - "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"
23339 #    - "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"
23340 #    - "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"
23341 #  layout:
23342 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
23343 #    layout: "plot-throughput-speedup-analysis-cps"
23344 #
23345 #- type: "plot"
23346 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
23347 #  algorithm: "plot_tsa_name"
23348 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
23349 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23350 #  include:
23351 #    - "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"
23352 #    - "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"
23353 #    - "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"
23354 #    - "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"
23355 #    - "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"
23356 #    - "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"
23357 #    - "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"
23358 #    - "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"
23359 #    - "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"
23360 #    - "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"
23361 #  layout:
23362 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
23363 #    layout: "plot-throughput-speedup-analysis"
23364 #
23365 #- type: "plot"
23366 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
23367 #  algorithm: "plot_tsa_name"
23368 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
23369 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23370 #  include:
23371 #    - "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"
23372 #    - "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"
23373 #    - "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"
23374 #    - "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"
23375 #    - "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"
23376 #    - "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"
23377 #    - "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"
23378 #    - "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"
23379 #    - "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"
23380 #    - "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"
23381 #  layout:
23382 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
23383 #    layout: "plot-throughput-speedup-analysis-cps"
23384 #
23385 #- type: "plot"
23386 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
23387 #  algorithm: "plot_tsa_name"
23388 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
23389 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23390 #  include:
23391 #    - "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"
23392 #    - "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"
23393 #    - "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"
23394 #    - "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"
23395 #    - "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"
23396 #    - "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"
23397 #    - "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"
23398 #    - "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"
23399 #    - "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"
23400 #    - "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"
23401 #  layout:
23402 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
23403 #    layout: "plot-throughput-speedup-analysis"
23404
23405 - type: "plot"
23406   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
23407   algorithm: "plot_tsa_name"
23408   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
23409   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23410   include:
23411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23417   layout:
23418     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr"
23419     layout: "plot-throughput-speedup-analysis"
23420
23421 - type: "plot"
23422   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
23423   algorithm: "plot_tsa_name"
23424   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
23425   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23426   include:
23427     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23428     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
23429     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
23430     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
23431     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
23432   layout:
23433     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
23434     layout: "plot-throughput-speedup-analysis"
23435
23436 #- type: "plot"
23437 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
23438 #  algorithm: "plot_tsa_name"
23439 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
23440 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23441 #  include:
23442 #    - "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"
23443 #    - "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"
23444 #    - "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"
23445 #    - "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"
23446 #    - "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"
23447 #  layout:
23448 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
23449 #    layout: "plot-throughput-speedup-analysis"
23450 #
23451 #- type: "plot"
23452 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
23453 #  algorithm: "plot_tsa_name"
23454 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
23455 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23456 #  include:
23457 #    - "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"
23458 #    - "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"
23459 #    - "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"
23460 #    - "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"
23461 #    - "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"
23462 #    - "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"
23463 #    - "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"
23464 #    - "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"
23465 #    - "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"
23466 #    - "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"
23467 #  layout:
23468 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
23469 #    layout: "plot-throughput-speedup-analysis-cps"
23470 #
23471 #- type: "plot"
23472 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
23473 #  algorithm: "plot_tsa_name"
23474 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
23475 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23476 #  include:
23477 #    - "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"
23478 #    - "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"
23479 #    - "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"
23480 #    - "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"
23481 #    - "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"
23482 #    - "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"
23483 #    - "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"
23484 #    - "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"
23485 #    - "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"
23486 #    - "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"
23487 #  layout:
23488 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
23489 #    layout: "plot-throughput-speedup-analysis"
23490 #
23491 #- type: "plot"
23492 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
23493 #  algorithm: "plot_tsa_name"
23494 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
23495 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23496 #  include:
23497 #    - "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"
23498 #    - "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"
23499 #    - "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"
23500 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
23501 #    - "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"
23502 #    - "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"
23503 #    - "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"
23504 #    - "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"
23505 #    - "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"
23506 #    - "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"
23507 #  layout:
23508 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
23509 #    layout: "plot-throughput-speedup-analysis-cps"
23510 #
23511 #- type: "plot"
23512 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
23513 #  algorithm: "plot_tsa_name"
23514 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
23515 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23516 #  include:
23517 #    - "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"
23518 #    - "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"
23519 #    - "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"
23520 #    - "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"
23521 #    - "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"
23522 #    - "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"
23523 #    - "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"
23524 #    - "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"
23525 #    - "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"
23526 #    - "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"
23527 #  layout:
23528 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
23529 #    layout: "plot-throughput-speedup-analysis"
23530
23531 - type: "plot"
23532   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
23533   algorithm: "plot_tsa_name"
23534   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
23535   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23536   include:
23537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23543   layout:
23544     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr"
23545     layout: "plot-throughput-speedup-analysis"
23546
23547 - type: "plot"
23548   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
23549   algorithm: "plot_tsa_name"
23550   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
23551   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23552   include:
23553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23559   layout:
23560     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr"
23561     layout: "plot-throughput-speedup-analysis"
23562
23563 - type: "plot"
23564   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
23565   algorithm: "plot_tsa_name"
23566   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
23567   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23568   include:
23569     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
23570     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
23571   layout:
23572     title: "2n-zn2-cx556a-64b-rdma-ip4base-ndr"
23573     layout: "plot-throughput-speedup-analysis"
23574
23575 - type: "plot"
23576   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
23577   algorithm: "plot_tsa_name"
23578   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
23579   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23580   include:
23581     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
23582     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
23583   layout:
23584     title: "2n-zn2-cx556a-64b-rdma-ip4base-pdr"
23585     layout: "plot-throughput-speedup-analysis"
23586
23587 - type: "plot"
23588   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
23589   algorithm: "plot_tsa_name"
23590   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
23591   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23592   include:
23593     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
23594     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
23595     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
23596     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
23597     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
23598     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
23599   layout:
23600     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr"
23601     layout: "plot-throughput-speedup-analysis"
23602
23603 - type: "plot"
23604   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
23605   algorithm: "plot_tsa_name"
23606   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
23607   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23608   include:
23609     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
23610     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
23611     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
23612     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
23613     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
23614     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
23615   layout:
23616     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr"
23617     layout: "plot-throughput-speedup-analysis"
23618
23619 - type: "plot"
23620   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
23621   algorithm: "plot_tsa_name"
23622   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
23623   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23624   include:
23625     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23626     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23627     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23628     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23629     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23630     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23631   layout:
23632     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-ndr"
23633     layout: "plot-throughput-speedup-analysis"
23634
23635 - type: "plot"
23636   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
23637   algorithm: "plot_tsa_name"
23638   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
23639   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23640   include:
23641     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23642     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23643     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23644     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23645     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23646     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23647   layout:
23648     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-pdr"
23649     layout: "plot-throughput-speedup-analysis"
23650
23651 - type: "plot"
23652   title: "Speedup: 2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
23653   algorithm: "plot_tsa_name"
23654   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
23655   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23656   include:
23657     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
23658     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
23659     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
23660     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
23661     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
23662   layout:
23663     title: "2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
23664     layout: "plot-throughput-speedup-analysis"
23665
23666 - type: "plot"
23667   title: "Speedup: 2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
23668   algorithm: "plot_tsa_name"
23669   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
23670   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23671   include:
23672     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
23673     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
23674     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
23675     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
23676     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
23677   layout:
23678     title: "2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
23679     layout: "plot-throughput-speedup-analysis"
23680
23681 - type: "plot"
23682   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
23683   algorithm: "plot_tsa_name"
23684   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
23685   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23686   include:
23687     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
23688     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
23689     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
23690     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23691     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
23692     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23693     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
23694   layout:
23695     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
23696     layout: "plot-throughput-speedup-analysis"
23697
23698 - type: "plot"
23699   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
23700   algorithm: "plot_tsa_name"
23701   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
23702   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23703   include:
23704     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
23705     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
23706     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
23707     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23708     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
23709     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23710     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
23711   layout:
23712     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
23713     layout: "plot-throughput-speedup-analysis"
23714
23715 - type: "plot"
23716   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
23717   algorithm: "plot_tsa_name"
23718   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
23719   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23720   include:
23721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
23722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
23723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
23724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
23725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
23726   layout:
23727     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr"
23728     layout: "plot-throughput-speedup-analysis"
23729
23730 - type: "plot"
23731   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
23732   algorithm: "plot_tsa_name"
23733   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
23734   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23735   include:
23736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
23737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
23738     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
23739     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
23740     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
23741   layout:
23742     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr"
23743     layout: "plot-throughput-speedup-analysis"
23744
23745 - type: "plot"
23746   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
23747   algorithm: "plot_tsa_name"
23748   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
23749   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23750   include:
23751     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
23752     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
23753     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
23754     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23755   layout:
23756     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr"
23757     layout: "plot-throughput-speedup-analysis"
23758
23759 - type: "plot"
23760   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
23761   algorithm: "plot_tsa_name"
23762   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
23763   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23764   include:
23765     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
23766     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
23767     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
23768     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23769   layout:
23770     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr"
23771     layout: "plot-throughput-speedup-analysis"
23772
23773 - type: "plot"
23774   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
23775   algorithm: "plot_tsa_name"
23776   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
23777   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23778   include:
23779     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
23780     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23781     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
23782     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
23783     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
23784   layout:
23785     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
23786     layout: "plot-throughput-speedup-analysis"
23787
23788 - type: "plot"
23789   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
23790   algorithm: "plot_tsa_name"
23791   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
23792   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23793   include:
23794     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
23795     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23796     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
23797     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
23798     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
23799   layout:
23800     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
23801     layout: "plot-throughput-speedup-analysis"
23802
23803 - type: "plot"
23804   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
23805   algorithm: "plot_tsa_name"
23806   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
23807   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23808   include:
23809     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23810     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
23811     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
23812     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
23813   layout:
23814     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr"
23815     layout: "plot-throughput-speedup-analysis"
23816
23817 - type: "plot"
23818   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
23819   algorithm: "plot_tsa_name"
23820   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
23821   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23822   include:
23823     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23824     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
23825     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
23826     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
23827   layout:
23828     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr"
23829     layout: "plot-throughput-speedup-analysis"
23830
23831 - type: "plot"
23832   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
23833   algorithm: "plot_tsa_name"
23834   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
23835   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23836   include:
23837     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
23838     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
23839     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
23840     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
23841     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
23842   layout:
23843     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr"
23844     layout: "plot-throughput-speedup-analysis"
23845
23846 - type: "plot"
23847   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
23848   algorithm: "plot_tsa_name"
23849   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
23850   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23851   include:
23852     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
23853     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
23854     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
23855     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
23856     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
23857   layout:
23858     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr"
23859     layout: "plot-throughput-speedup-analysis"
23860
23861 - type: "plot"
23862   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
23863   algorithm: "plot_tsa_name"
23864   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
23865   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23866   include:
23867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23868     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
23869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
23870     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
23871     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23872   layout:
23873     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-ndr"
23874     layout: "plot-throughput-speedup-analysis"
23875
23876 - type: "plot"
23877   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
23878   algorithm: "plot_tsa_name"
23879   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
23880   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23881   include:
23882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
23884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
23885     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
23886     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23887   layout:
23888     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-pdr"
23889     layout: "plot-throughput-speedup-analysis"
23890
23891 - type: "plot"
23892   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
23893   algorithm: "plot_tsa_name"
23894   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
23895   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23896   include:
23897     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
23898     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
23899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
23900     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
23901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
23902   layout:
23903     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr"
23904     layout: "plot-throughput-speedup-analysis"
23905
23906 - type: "plot"
23907   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
23908   algorithm: "plot_tsa_name"
23909   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
23910   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23911   include:
23912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
23913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
23914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
23915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
23916     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
23917   layout:
23918     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr"
23919     layout: "plot-throughput-speedup-analysis"
23920
23921 - type: "plot"
23922   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
23923   algorithm: "plot_tsa_name"
23924   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
23925   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23926   include:
23927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
23928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
23931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
23932     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
23933   layout:
23934     title: "2n-zn2-xxv710-64b-l2switching-base-avf-ndr"
23935     layout: "plot-throughput-speedup-analysis"
23936
23937 - type: "plot"
23938   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
23939   algorithm: "plot_tsa_name"
23940   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
23941   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23942   include:
23943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
23944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
23947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
23948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
23949   layout:
23950     title: "2n-zn2-xxv710-64b-l2switching-base-avf-pdr"
23951     layout: "plot-throughput-speedup-analysis"
23952
23953 - type: "plot"
23954   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
23955   algorithm: "plot_tsa_name"
23956   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
23957   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23958   include:
23959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
23960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
23961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
23962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23963   layout:
23964     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr"
23965     layout: "plot-throughput-speedup-analysis"
23966
23967 - type: "plot"
23968   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
23969   algorithm: "plot_tsa_name"
23970   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
23971   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23972   include:
23973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
23974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
23975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
23976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23977   layout:
23978     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr"
23979     layout: "plot-throughput-speedup-analysis"
23980
23981 - type: "plot"
23982   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
23983   algorithm: "plot_tsa_name"
23984   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
23985   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23986   include:
23987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
23988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
23989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
23991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
23992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
23993   layout:
23994     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr"
23995     layout: "plot-throughput-speedup-analysis"
23996
23997 - type: "plot"
23998   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
23999   algorithm: "plot_tsa_name"
24000   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
24001   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24002   include:
24003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
24004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
24005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
24007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
24008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24009   layout:
24010     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr"
24011     layout: "plot-throughput-speedup-analysis"
24012
24013 - type: "plot"
24014   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
24015   algorithm: "plot_tsa_name"
24016   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
24017   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24018   include:
24019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
24021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
24022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
24023   layout:
24024     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr"
24025     layout: "plot-throughput-speedup-analysis"
24026
24027 - type: "plot"
24028   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
24029   algorithm: "plot_tsa_name"
24030   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
24031   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24032   include:
24033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
24035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
24036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
24037   layout:
24038     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr"
24039     layout: "plot-throughput-speedup-analysis"
24040
24041 - type: "plot"
24042   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
24043   algorithm: "plot_tsa_name"
24044   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
24045   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24046   include:
24047     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
24048     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
24049     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24050     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
24051     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
24052     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24053   layout:
24054     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-ndr"
24055     layout: "plot-throughput-speedup-analysis"
24056
24057 - type: "plot"
24058   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
24059   algorithm: "plot_tsa_name"
24060   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
24061   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24062   include:
24063     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
24064     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
24065     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24066     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
24067     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
24068     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24069   layout:
24070     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-pdr"
24071     layout: "plot-throughput-speedup-analysis"
24072
24073 - type: "plot"
24074   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
24075   algorithm: "plot_tsa_name"
24076   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
24077   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24078   include:
24079     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24080     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
24081     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
24082     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
24083   layout:
24084     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr"
24085     layout: "plot-throughput-speedup-analysis"
24086
24087 - type: "plot"
24088   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
24089   algorithm: "plot_tsa_name"
24090   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
24091   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24092   include:
24093     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24094     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
24095     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
24096     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
24097   layout:
24098     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr"
24099     layout: "plot-throughput-speedup-analysis"
24100
24101 - type: "plot"
24102   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-ndr"
24103   algorithm: "plot_tsa_name"
24104   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-ndr-tsa"
24105   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24106   include:
24107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24110     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24112   layout:
24113     title: "2n-zn2-xxv710-64b-vhost-base-avf-ndr"
24114     layout: "plot-throughput-speedup-analysis"
24115
24116 - type: "plot"
24117   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-pdr"
24118   algorithm: "plot_tsa_name"
24119   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-pdr-tsa"
24120   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24121   include:
24122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24127   layout:
24128     title: "2n-zn2-xxv710-64b-vhost-base-avf-pdr"
24129     layout: "plot-throughput-speedup-analysis"
24130
24131 - type: "plot"
24132   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
24133   algorithm: "plot_tsa_name"
24134   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
24135   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24136   include:
24137     - "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"
24138     - "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"
24139     - "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"
24140     - "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"
24141     - "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"
24142   layout:
24143     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
24144     layout: "plot-throughput-speedup-analysis"
24145
24146 - type: "plot"
24147   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
24148   algorithm: "plot_tsa_name"
24149   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
24150   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24151   include:
24152     - "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"
24153     - "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"
24154     - "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"
24155     - "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"
24156     - "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"
24157   layout:
24158     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
24159     layout: "plot-throughput-speedup-analysis"
24160
24161 - type: "plot"
24162   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
24163   algorithm: "plot_tsa_name"
24164   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-ndr-tsa"
24165   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24166   include:
24167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24171     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24172   layout:
24173     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
24174     layout: "plot-throughput-speedup-analysis"
24175
24176 - type: "plot"
24177   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
24178   algorithm: "plot_tsa_name"
24179   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-pdr-tsa"
24180   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24181   include:
24182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24185     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24186     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24187   layout:
24188     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
24189     layout: "plot-throughput-speedup-analysis"
24190
24191 - type: "plot"
24192   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
24193   algorithm: "plot_tsa_name"
24194   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
24195   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24196   include:
24197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24200     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24201     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
24202   layout:
24203     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
24204     layout: "plot-throughput-speedup-analysis"
24205
24206 - type: "plot"
24207   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
24208   algorithm: "plot_tsa_name"
24209   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
24210   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24211   include:
24212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24216     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
24217   layout:
24218     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
24219     layout: "plot-throughput-speedup-analysis"
24220
24221 - type: "plot"
24222   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
24223   algorithm: "plot_tsa_name"
24224   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
24225   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24226   include:
24227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24230     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24231   layout:
24232     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr"
24233     layout: "plot-throughput-speedup-analysis"
24234
24235 - type: "plot"
24236   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
24237   algorithm: "plot_tsa_name"
24238   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
24239   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24240   include:
24241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24245   layout:
24246     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr"
24247     layout: "plot-throughput-speedup-analysis"
24248
24249 - type: "plot"
24250   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
24251   algorithm: "plot_tsa_name"
24252   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
24253   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24254   include:
24255     - "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"
24256     - "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"
24257     - "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"
24258     - "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"
24259   layout:
24260     title: "2n-zn2-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
24261     layout: "plot-throughput-speedup-analysis"
24262
24263 - type: "plot"
24264   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
24265   algorithm: "plot_tsa_name"
24266   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
24267   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24268   include:
24269     - "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"
24270     - "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"
24271     - "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"
24272     - "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"
24273   layout:
24274     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
24275     layout: "plot-throughput-speedup-analysis"
24276
24277 - type: "plot"
24278   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
24279   algorithm: "plot_tsa_name"
24280   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
24281   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24282   include:
24283     - "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"
24284     - "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"
24285     - "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"
24286     - "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"
24287     - "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"
24288     - "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"
24289   layout:
24290     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
24291     layout: "plot-throughput-speedup-analysis"
24292
24293 - type: "plot"
24294   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
24295   algorithm: "plot_tsa_name"
24296   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
24297   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24298   include:
24299     - "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"
24300     - "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"
24301     - "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"
24302     - "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"
24303     - "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"
24304     - "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"
24305   layout:
24306     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
24307     layout: "plot-throughput-speedup-analysis"
24308
24309 # Packet Throughput - DPDK
24310
24311 # 2n-zn2-xxv710
24312
24313 - type: "plot"
24314   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-ndr"
24315   algorithm: "plot_perf_box_name"
24316   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-ndr"
24317   data: "plot-dpdk-throughput-latency-2n-zn2"
24318   include:
24319     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
24320     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
24321   layout:
24322     title: "2n-zn2-xxv710-64b-2t1c-base-ndr"
24323     layout: "plot-throughput"
24324
24325 - type: "plot"
24326   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-ndr"
24327   algorithm: "plot_perf_box_name"
24328   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-ndr"
24329   data: "plot-dpdk-throughput-latency-2n-zn2"
24330   include:
24331     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
24332     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
24333   layout:
24334     title: "2n-zn2-xxv710-64b-4t2c-base-ndr"
24335     layout: "plot-throughput"
24336
24337 - type: "plot"
24338   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-pdr"
24339   algorithm: "plot_perf_box_name"
24340   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-pdr"
24341   data: "plot-dpdk-throughput-latency-2n-zn2"
24342   include:
24343     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
24344     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
24345   layout:
24346     title: "2n-zn2-xxv710-64b-2t1c-base-pdr"
24347     layout: "plot-throughput"
24348
24349 - type: "plot"
24350   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-pdr"
24351   algorithm: "plot_perf_box_name"
24352   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-pdr"
24353   data: "plot-dpdk-throughput-latency-2n-zn2"
24354   include:
24355     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
24356     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
24357   layout:
24358     title: "2n-zn2-xxv710-64b-4t2c-base-pdr"
24359     layout: "plot-throughput"
24360
24361 # 2n-zn2-x710
24362
24363 - type: "plot"
24364   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-ndr"
24365   algorithm: "plot_perf_box_name"
24366   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-ndr"
24367   data: "plot-dpdk-throughput-latency-2n-zn2"
24368   include:
24369     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
24370     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
24371   layout:
24372     title: "2n-zn2-x710-64b-2t1c-base-ndr"
24373     layout: "plot-throughput"
24374
24375 - type: "plot"
24376   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-ndr"
24377   algorithm: "plot_perf_box_name"
24378   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-ndr"
24379   data: "plot-dpdk-throughput-latency-2n-zn2"
24380   include:
24381     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
24382     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
24383   layout:
24384     title: "2n-zn2-x710-64b-4t2c-base-ndr"
24385     layout: "plot-throughput"
24386
24387 - type: "plot"
24388   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-pdr"
24389   algorithm: "plot_perf_box_name"
24390   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-pdr"
24391   data: "plot-dpdk-throughput-latency-2n-zn2"
24392   include:
24393     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
24394     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
24395   layout:
24396     title: "2n-zn2-x710-64b-2t1c-base-pdr"
24397     layout: "plot-throughput"
24398
24399 - type: "plot"
24400   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-pdr"
24401   algorithm: "plot_perf_box_name"
24402   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-pdr"
24403   data: "plot-dpdk-throughput-latency-2n-zn2"
24404   include:
24405     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
24406     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
24407   layout:
24408     title: "2n-zn2-x710-64b-4t2c-base-pdr"
24409     layout: "plot-throughput"
24410
24411 ################################################################################
24412
24413 - type: "plot"
24414   title: "Latency by percentile: 2n-skx"
24415   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24416   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
24417   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
24418   target-links: "../../_static/vpp"
24419   data: "plot-vpp-hdrh-lat-2n-skx"
24420   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24421   layout:
24422     layout: "plot-hdrh-latency-percentile-x-log"
24423
24424 - type: "plot"
24425   title: "Latency by percentile: 2n-skx RND"
24426   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24427   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
24428   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
24429   target-links: "../../_static/vpp"
24430   data: "plot-vpp-hdrh-lat-2n-skx-rnd"
24431   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24432   layout:
24433     layout: "plot-hdrh-latency-percentile-x-log"
24434
24435 - type: "plot"
24436   title: "Latency by percentile: 2n-zn2"
24437   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24438   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
24439   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
24440   target-links: "../../_static/vpp"
24441   data: "plot-vpp-hdrh-lat-2n-zn2"
24442   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24443   layout:
24444     layout: "plot-hdrh-latency-percentile-x-log"
24445
24446 - type: "plot"
24447   title: "Latency by percentile: 2n-zn2 RND"
24448   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24449   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
24450   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
24451   target-links: "../../_static/vpp"
24452   data: "plot-vpp-hdrh-lat-2n-zn2-rnd"
24453   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24454   layout:
24455     layout: "plot-hdrh-latency-percentile-x-log"
24456
24457 - type: "plot"
24458   title: "Latency by percentile: 3n-skx"
24459   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24460   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
24461   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
24462   target-links: "../../_static/vpp"
24463   data: "plot-vpp-hdrh-lat-3n-skx"
24464   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24465   layout:
24466     layout: "plot-hdrh-latency-percentile-x-log"
24467
24468 - type: "plot"
24469   title: "Latency by percentile: 2n-clx"
24470   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24471   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
24472   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
24473   target-links: "../../_static/vpp"
24474   data: "plot-vpp-hdrh-lat-2n-clx"
24475   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24476   layout:
24477     layout: "plot-hdrh-latency-percentile-x-log"
24478
24479 # - type: "plot"
24480 #   title: "Latency by percentile: 2n-clx RND"
24481 #   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24482 #   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
24483 #   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
24484 #   target-links: "../../_static/vpp"
24485 #   data: "plot-vpp-hdrh-lat-2n-clx-rnd"
24486 #   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24487 #   layout:
24488 #     layout: "plot-hdrh-latency-percentile-x-log"
24489
24490 - type: "plot"
24491   title: "Latency by percentile: 3n-hsw"
24492   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24493   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
24494   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
24495   target-links: "../../_static/vpp"
24496   data: "plot-vpp-hdrh-lat-3n-hsw"
24497   filter: "'1T1C' and 'NIC_Intel-XL710'"
24498   layout:
24499     layout: "plot-hdrh-latency-percentile-x-log"
24500
24501 - type: "plot"
24502   title: "Latency by percentile: 3n-hsw RND"
24503   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24504   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
24505   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
24506   target-links: "../../_static/vpp"
24507   data: "plot-vpp-hdrh-lat-3n-hsw-rnd"
24508   filter: "'1T1C' and 'NIC_Intel-XL710'"
24509   layout:
24510     layout: "plot-hdrh-latency-percentile-x-log"
24511
24512 - type: "plot"
24513   title: "Latency by percentile: 3n-tsh"
24514   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24515   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
24516   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
24517   target-links: "../../_static/vpp"
24518   data: "plot-vpp-hdrh-lat-3n-tsh"
24519   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
24520   layout:
24521     layout: "plot-hdrh-latency-percentile-x-log"
24522
24523 - type: "plot"
24524   title: "Latency by percentile: 2n-tx2"
24525   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24526   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-tx2"
24527   output-file-links: "{DIR[LAT,VPP]}/2n-tx2.rst"
24528   target-links: "../../_static/vpp"
24529   data: "plot-vpp-hdrh-lat-2n-tx2"
24530   filter: "'1T1C' and 'NIC_Intel-XL710'"
24531   layout:
24532     layout: "plot-hdrh-latency-percentile-x-log"
24533
24534 - type: "plot"
24535   title: "Latency by percentile: DPDK 2n-skx"
24536   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24537   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
24538   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
24539   target-links: "../../_static/dpdk"
24540   data: "plot-dpdk-hdrh-lat-2n-skx"
24541   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24542   layout:
24543     layout: "plot-hdrh-latency-percentile-x-log"
24544
24545 - type: "plot"
24546   title: "Latency by percentile: DPDK 3n-skx"
24547   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24548   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
24549   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
24550   target-links: "../../_static/dpdk"
24551   data: "plot-dpdk-hdrh-lat-3n-skx"
24552   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24553   layout:
24554     layout: "plot-hdrh-latency-percentile-x-log"
24555
24556 - type: "plot"
24557   title: "Latency by percentile: DPDK 2n-clx"
24558   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24559   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
24560   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
24561   target-links: "../../_static/dpdk"
24562   data: "plot-dpdk-hdrh-lat-2n-clx"
24563   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24564   layout:
24565     layout: "plot-hdrh-latency-percentile-x-log"
24566
24567 - type: "plot"
24568   title: "Latency by percentile: DPDK 2n-zn2"
24569   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24570   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2"
24571   output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst"
24572   target-links: "../../_static/dpdk"
24573   data: "plot-dpdk-hdrh-lat-2n-zn2"
24574   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24575   layout:
24576     layout: "plot-hdrh-latency-percentile-x-log"
24577
24578 - type: "plot"
24579   title: "Latency by percentile: DPDK 3n-hsw"
24580   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24581   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
24582   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
24583   target-links: "../../_static/dpdk"
24584   data: "plot-dpdk-hdrh-lat-3n-hsw"
24585   filter: "'1T1C' and 'NIC_Intel-XL710'"
24586   layout:
24587     layout: "plot-hdrh-latency-percentile-x-log"
24588
24589 - type: "plot"
24590   title: "Latency by percentile: DPDK 3n-tsh"
24591   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24592   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
24593   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
24594   target-links: "../../_static/dpdk"
24595   data: "plot-dpdk-hdrh-lat-3n-tsh"
24596   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
24597   layout:
24598     layout: "plot-hdrh-latency-percentile-x-log"
24599
24600 - type: "plot"
24601   title: "Latency by percentile: DPDK 2n-tx2"
24602   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24603   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-tx2"
24604   output-file-links: "{DIR[LAT,DPDK]}/2n-tx2.rst"
24605   target-links: "../../_static/dpdk"
24606   data: "plot-dpdk-hdrh-lat-2n-tx2"
24607   filter: "'1T1C' and 'NIC_Intel-XL710'"
24608   layout:
24609     layout: "plot-hdrh-latency-percentile-x-log"