Report: Add data
[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,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 148809523.81
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2009-3n-hsw:
155         - 21  # rls2009 NDRPDR iter env 5
156         - 22  # rls2009 NDRPDR iter env 5
157         - 24  # rls2009 NDRPDR iter env 5
158         - 25  # rls2009 NDRPDR iter env 5
159         - 26  # rls2009 NDRPDR iter env 5
160         - 27  # rls2009 NDRPDR iter env 5
161         - 28  # rls2009 NDRPDR iter env 5
162         - 29  # rls2009 NDRPDR iter env 5
163         - 30  # rls2009 NDRPDR iter env 5
164         - 31  # rls2009 NDRPDR iter env 5
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2009-3n-hsw:
168         - 22  # rls2009 NDRPDR iter env 5
169
170     plot-vpp-hoststack-3n-hsw:
171       csit-vpp-perf-report-iterative-2009-3n-hsw:
172         - 32  # rls2009 Hoststack iter env 5
173         - 33  # rls2009 Hoststack iter env 5
174         - 34  # rls2009 Hoststack iter env 5
175         - 35  # rls2009 Hoststack iter env 5
176         - 36  # rls2009 Hoststack iter env 5
177         - 37  # rls2009 Hoststack iter env 5
178         - 38  # rls2009 Hoststack iter env 5
179         - 39  # rls2009 Hoststack iter env 5
180         - 40  # rls2009 Hoststack iter env 5
181         - 41  # rls2009 Hoststack iter env 5
182
183     plot-dpdk-throughput-latency-3n-hsw:
184       csit-dpdk-perf-report-iterative-2009-3n-hsw:
185         - 6   # NDRPDR iter env5
186         - 7   # NDRPDR iter env5
187         - 8   # NDRPDR iter env5
188         - 9   # NDRPDR iter env5
189         - 10  # NDRPDR iter env5
190         - 11  # NDRPDR iter env5
191         - 12  # NDRPDR iter env5
192         - 13  # NDRPDR iter env5
193         - 14  # NDRPDR iter env5
194         - 15  # NDRPDR iter env5
195
196     plot-dpdk-hdrh-lat-3n-hsw:
197       csit-dpdk-perf-report-iterative-2009-3n-hsw:
198         - 6   # NDRPDR iter env5
199
200     # 3n-skx
201
202     plot-vpp-throughput-lat-tsa-3n-skx:
203       csit-vpp-perf-report-iterative-2009-3n-skx:
204         - 26  # rls2009 NDRPDR iter env 5
205         - 27  # rls2009 NDRPDR iter env 5
206         - 28  # rls2009 NDRPDR iter env 5
207         - 29  # rls2009 NDRPDR iter env 5
208         - 35  # rls2009 NDRPDR iter env 5
209         - 36  # rls2009 NDRPDR iter env 5
210         - 37  # rls2009 NDRPDR iter env 5
211         - 38  # rls2009 NDRPDR iter env 5
212         - 39  # rls2009 NDRPDR iter env 5
213         - 40  # rls2009 NDRPDR iter env 5
214
215     plot-vpp-hdrh-lat-3n-skx:
216       csit-vpp-perf-report-iterative-2009-3n-skx:
217         - 27  # rls2009 NDRPDR iter env 5
218
219 #    plot-vpp-nfv-3n-skx-ndrpdr:
220 #      # No data
221 #      csit-vpp-perf-report-iterative-2009-3n-skx:
222
223 #    plot-vpp-nfv-3n-skx-mrr:
224 #      # No data
225 #      csit-vpp-perf-report-iterative-2009-3n-skx:
226
227     plot-dpdk-throughput-latency-3n-skx:
228       csit-dpdk-perf-report-iterative-2009-3n-skx:
229         - 4   # NDRPDR sel env5
230         - 5   # NDRPDR sel env5
231         - 6   # NDRPDR sel env5
232         - 7   # NDRPDR sel env5
233         - 8   # NDRPDR sel env5
234         - 9   # NDRPDR sel env5
235         - 14  # NDRPDR sel env5
236         - 11  # NDRPDR sel env5
237         - 12  # NDRPDR sel env5
238         - 13  # NDRPDR sel env5
239
240     plot-dpdk-hdrh-lat-3n-skx:
241       csit-dpdk-perf-report-iterative-2009-3n-skx:
242         - 4   # NDRPDR sel env5
243
244     # 2n-skx
245
246     plot-vpp-throughput-lat-tsa-2n-skx:
247       csit-vpp-perf-report-iterative-2009-2n-skx:
248         - 35  # rls2009 NDRPDR iter env 5
249         - 36  # rls2009 NDRPDR iter env 5
250         - 37  # rls2009 NDRPDR iter env 5
251         - 39  # rls2009 NDRPDR iter env 5
252         - 40  # rls2009 NDRPDR iter env 5
253         - 42  # rls2009 NDRPDR iter env 5
254         - 43  # rls2009 NDRPDR iter env 5
255         - 44  # rls2009 NDRPDR iter env 5
256         - 46  # rls2009 NDRPDR iter env 5
257         - 48  # rls2009 NDRPDR iter env 5
258         - 51  # rls2009 NDRPDR iter NAT44 env 5
259         - 52  # rls2009 NDRPDR iter NAT44 env 5
260         - 53  # rls2009 NDRPDR iter NAT44 env 5
261         - 54  # rls2009 NDRPDR iter NAT44 env 5
262         - 55  # rls2009 NDRPDR iter NAT44 env 5
263         - 56  # rls2009 NDRPDR iter NAT44 env 5
264         - 57  # rls2009 NDRPDR iter NAT44 env 5
265         - 58  # rls2009 NDRPDR iter NAT44 env 5
266         - 59  # rls2009 NDRPDR iter NAT44 env 5
267         - 60  # rls2009 NDRPDR iter NAT44 env 5
268
269     plot-vpp-hdrh-lat-2n-skx:
270       csit-vpp-perf-report-iterative-2009-2n-skx:
271         - 35  # rls2009 NDRPDR iter env 5
272
273     plot-vpp-hdrh-lat-2n-skx-nat44:
274       csit-vpp-perf-report-iterative-2009-2n-skx:
275         - 51  # rls2009 NDRPDR iter NAT44 env 5
276
277     plot-vpp-soak-2n-skx:
278       csit-vpp-perf-report-iterative-2009-2n-skx:
279         - 33  # rls2009 soak env 5
280         - 34  # rls2009 soak env 5
281
282     plot-vpp-nfv-2n-skx-ndrpdr:
283       csit-vpp-perf-report-iterative-2009-2n-skx:
284         - 38  # rls2009 nf-density iter env 5
285         - 41  # rls2009 nf-density iter env 5
286         - 45  # rls2009 nf-density iter env 5
287         - 47  # rls2009 nf-density iter env 5
288         - 49  # rls2009 nf-density iter env 5
289         - 63  # rls2009 nf-density iter env 5
290         - 65  # rls2009 nf-density iter env 5
291         - 66  # rls2009 nf-density iter env 5
292         - 71  # rls2009 nf-density iter env 5
293         - 72  # rls2009 nf-density iter env 5
294
295     plot-vpp-nfv-2n-skx-mrr:
296       csit-vpp-perf-report-iterative-2009-2n-skx:
297         - 50  # rls2009 MRR nf-density iter env 5
298
299     plot-vpp-nfv-reconf-2n-skx:
300       csit-vpp-perf-report-iterative-2009-2n-skx:
301         - 27  # rls2009 reconf env 5
302         - 28  # rls2009 reconf env 5
303         - 29  # rls2009 reconf env 5
304         - 30  # rls2009 reconf env 5
305         - 31  # rls2009 reconf env 5
306         - 32  # rls2009 reconf env 5
307         - 61  # rls2009 reconf env 5
308         - 62  # rls2009 reconf env 5
309         - 68  # rls2009 reconf env 5
310         - 70  # rls2009 reconf env 5
311
312     plot-dpdk-throughput-latency-2n-skx:
313       csit-dpdk-perf-report-iterative-2009-2n-skx:
314         - 4   # NDRPDR iter env5
315         - 5   # NDRPDR iter env5
316         - 6   # NDRPDR iter env5
317         - 7   # NDRPDR iter env5
318         - 8   # NDRPDR iter env5
319         - 9   # NDRPDR iter env5
320         - 10  # NDRPDR iter env5
321         - 11  # NDRPDR iter env5
322         - 12  # NDRPDR iter env5
323         - 13  # NDRPDR iter env5
324
325     plot-dpdk-hdrh-lat-2n-skx:
326       csit-dpdk-perf-report-iterative-2009-2n-skx:
327         - 4   # NDRPDR iter env5
328
329     # 2n-clx
330
331     plot-vpp-throughput-lat-tsa-2n-clx:
332       csit-vpp-perf-report-iterative-2009-2n-clx:
333         - 36  # rls2009 NDRPDR iter env 5
334         - 39  # rls2009 NDRPDR iter env 5
335         - 40  # rls2009 NDRPDR iter env 5
336         - 65  # rls2009 NDRPDR iter env 5
337         - 66  # rls2009 NDRPDR iter env 5
338         - 79  # rls2009 NDRPDR iter env 5
339         - 82  # rls2009 NDRPDR iter env 5
340         - 88  # rls2009 NDRPDR iter env 5
341         - 89  # rls2009 NDRPDR iter env 5
342         - 90  # rls2009 NDRPDR iter env 5
343
344     plot-vpp-hdrh-lat-2n-clx:
345       csit-vpp-perf-report-iterative-2009-2n-clx:
346         - 36  # rls2009 NDRPDR iter env 5
347
348     plot-vpp-nfv-2n-clx-ndrpdr:
349       csit-vpp-perf-report-iterative-2009-2n-clx:
350         - 37  # rls2009 nf-density iter env 5
351         - 43  # rls2009 nf-density iter env 5
352         - 69  # rls2009 nf-density iter env 5
353         - 70  # rls2009 nf-density iter env 5
354         - 71  # rls2009 nf-density iter env 5
355         - 72  # rls2009 nf-density iter env 5
356         - 73  # rls2009 nf-density iter env 5
357         - 74  # rls2009 nf-density iter env 5
358         - 75  # rls2009 nf-density iter env 5
359         - 76  # rls2009 nf-density iter env 5
360
361     plot-vpp-nfv-2n-clx-mrr:
362       csit-vpp-perf-report-iterative-2009-2n-clx:
363         - 45  # rls2009 MRR nf-density iter env 5
364
365     plot-vpp-nfv-reconf-2n-clx:
366       csit-vpp-perf-report-iterative-2009-2n-clx:
367         - 25  # rls2009 reconf env 5
368         - 27  # rls2009 reconf env 5
369         - 28  # rls2009 reconf env 5
370         - 29  # rls2009 reconf env 5
371         - 30  # rls2009 reconf env 5
372         - 30  # rls2009 reconf env 5
373         - 32  # rls2009 reconf env 5
374         - 48  # rls2009 reconf env 5
375         - 53  # rls2009 reconf env 5
376         - 68  # rls2009 reconf env 5
377
378     plot-vpp-soak-2n-clx:
379       csit-vpp-perf-report-iterative-2009-2n-clx:
380         - 33  # rls2009 soak env 5
381         - 34  # rls2009 soak env 5
382
383     plot-dpdk-throughput-latency-2n-clx:
384       csit-dpdk-perf-report-iterative-2009-2n-clx:
385         - 4   # NDRPDR iter env5
386         - 5   # NDRPDR iter env5
387         - 6   # NDRPDR iter env5
388         - 7   # NDRPDR iter env5
389         - 8   # NDRPDR iter env5
390         - 9   # NDRPDR iter env5
391         - 10  # NDRPDR iter env5
392         - 11  # NDRPDR iter env5
393         - 12  # NDRPDR iter env5
394         - 13  # NDRPDR iter env5
395
396     plot-dpdk-hdrh-lat-2n-clx:
397       csit-dpdk-perf-report-iterative-2009-2n-clx:
398         - 4   # NDRPDR iter env5
399
400     # 3n-tsh
401
402     plot-vpp-throughput-lat-tsa-3n-tsh:
403       # TODO: Add:
404       csit-vpp-perf-report-iterative-2009-3n-tsh:
405         - 14  # rls2009 NDRPDR iter env 5
406         - 20  # rls2009 NDRPDR iter env 5
407         - 21  # rls2009 NDRPDR iter env 5
408         - 22  # rls2009 NDRPDR iter env 5
409         - 23  # rls2009 NDRPDR iter env 5
410         - 28  # rls2009 NDRPDR iter env 5
411         - 30  # rls2009 NDRPDR iter env 5
412
413     plot-vpp-hdrh-lat-3n-tsh:
414       csit-vpp-perf-report-iterative-2009-3n-tsh:
415         - 14  # rls2009 NDRPDR iter env 5
416
417     plot-dpdk-throughput-latency-3n-tsh:
418       csit-dpdk-perf-report-iterative-2009-3n-tsh:
419         - 1   # NDRPDR iter env5
420         - 2   # NDRPDR iter env5
421         - 3   # NDRPDR iter env5
422         - 4   # NDRPDR iter env5
423         - 5   # NDRPDR iter env5
424         - 6   # NDRPDR iter env5
425         - 7   # NDRPDR iter env5
426         - 9   # NDRPDR iter env5
427         - 10  # NDRPDR iter env5
428         - 11  # NDRPDR iter env5
429
430     plot-dpdk-hdrh-lat-3n-tsh:
431       csit-dpdk-perf-report-iterative-2009-3n-tsh:
432         - 1   # NDRPDR iter env5
433
434     # 3n-dnv
435
436     plot-vpp-throughput-lat-tsa-3n-dnv:
437       csit-vpp-perf-report-iterative-2009-3n-dnv:
438         - 3   # rls2009 NDRPDR iter env 5
439         - 6   # rls2009 NDRPDR iter env 5
440         - 7   # rls2009 NDRPDR iter env 5
441         - 8   # rls2009 NDRPDR iter env 5
442         - 10  # rls2009 NDRPDR iter env 5
443         - 11  # rls2009 NDRPDR iter env 5
444         - 12  # rls2009 NDRPDR iter env 5
445         - 14  # rls2009 NDRPDR iter env 5
446         - 15  # rls2009 NDRPDR iter env 5
447         - 24  # rls2009 NDRPDR iter env 5
448
449 #    plot-dpdk-throughput-latency-3n-dnv:
450 #      # No data
451 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
452
453     # 2n-dnv
454
455     plot-vpp-throughput-lat-tsa-2n-dnv:
456       csit-vpp-perf-report-iterative-2009-2n-dnv:
457         - 3   # rls2009 NDRPDR iter env 5
458         - 5   # rls2009 NDRPDR iter env 5
459         - 6   # rls2009 NDRPDR iter env 5
460         - 7   # rls2009 NDRPDR iter env 5
461         - 9   # rls2009 NDRPDR iter env 5
462         - 10  # rls2009 NDRPDR iter env 5
463         - 11  # rls2009 NDRPDR iter env 5
464         - 12  # rls2009 NDRPDR iter env 5
465         - 14  # rls2009 NDRPDR iter env 5
466         - 15  # rls2009 NDRPDR iter env 5
467
468 #    plot-dpdk-throughput-latency-2n-dnv:
469 #      # No data
470 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
471
472     ###########################################################################
473     # Simple tables (only one data set):
474
475     # NIC Comparisons
476
477     vpp-nic-comparison-3n-skx:
478       csit-vpp-perf-report-iterative-2009-3n-skx:
479         - 26  # rls2009 NDRPDR iter env 5
480         - 27  # rls2009 NDRPDR iter env 5
481         - 28  # rls2009 NDRPDR iter env 5
482         - 29  # rls2009 NDRPDR iter env 5
483         - 35  # rls2009 NDRPDR iter env 5
484         - 36  # rls2009 NDRPDR iter env 5
485         - 37  # rls2009 NDRPDR iter env 5
486         - 38  # rls2009 NDRPDR iter env 5
487         - 39  # rls2009 NDRPDR iter env 5
488         - 40  # rls2009 NDRPDR iter env 5
489
490     vpp-nic-comparison-2n-skx:
491       csit-vpp-perf-report-iterative-2009-2n-skx:
492         - 35  # rls2009 NDRPDR iter env 5
493         - 36  # rls2009 NDRPDR iter env 5
494         - 37  # rls2009 NDRPDR iter env 5
495         - 39  # rls2009 NDRPDR iter env 5
496         - 40  # rls2009 NDRPDR iter env 5
497         - 42  # rls2009 NDRPDR iter env 5
498         - 43  # rls2009 NDRPDR iter env 5
499         - 44  # rls2009 NDRPDR iter env 5
500         - 46  # rls2009 NDRPDR iter env 5
501         - 48  # rls2009 NDRPDR iter env 5
502         - 51  # rls2009 NDRPDR iter NAT44 env 5
503         - 52  # rls2009 NDRPDR iter NAT44 env 5
504         - 53  # rls2009 NDRPDR iter NAT44 env 5
505         - 54  # rls2009 NDRPDR iter NAT44 env 5
506         - 55  # rls2009 NDRPDR iter NAT44 env 5
507         - 56  # rls2009 NDRPDR iter NAT44 env 5
508         - 57  # rls2009 NDRPDR iter NAT44 env 5
509         - 58  # rls2009 NDRPDR iter NAT44 env 5
510         - 59  # rls2009 NDRPDR iter NAT44 env 5
511         - 60  # rls2009 NDRPDR iter NAT44 env 5
512
513     vpp-nic-comparison-3n-skx-mrr:
514       csit-vpp-perf-report-iterative-2009-3n-skx:
515         - 24  # rls2009 MRR iter env 5
516
517     vpp-nic-comparison-2n-skx-mrr:
518       csit-vpp-perf-report-iterative-2009-2n-skx:
519         - 26  # rls2009 MRR iter env 5
520
521     # Results
522
523     vpp-perf-results-3n-hsw:
524       csit-vpp-perf-report-coverage-2009-3n-hsw:
525         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
526         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
527         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
528         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
529         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
530         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
531         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
532         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
533         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
534         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
535         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
536         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
537         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
538         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
539         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
540         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
541         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
542         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
543         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
544         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
545         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
546         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
547         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
548         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
549         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
550         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
551         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
552         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
553         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
554         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
555         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
556         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
557         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
558         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
559         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
560
561     vpp-perf-results-3n-skx:
562       csit-vpp-perf-report-coverage-2009-3n-skx:
563         - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
564         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
565         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
566         - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
567         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
568         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
569         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
570         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
571         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
572         - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
573         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
574         - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
575         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
576         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
577         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
578         - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
579         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
580         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
581         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
582         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
583         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
584         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
585         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
586         - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
587         - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
588         - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
589         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
590         - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
591         - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
592         - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
593         - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
594         - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
595         - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
596         - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
597         - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
598         - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
599
600     vpp-perf-results-2n-skx:
601       csit-vpp-perf-report-coverage-2009-2n-skx:
602         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
603         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
604         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
605         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
606         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
607         - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
608         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
609         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
610         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
611         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
612         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
613         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
614         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
615         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
616         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
617
618     vpp-perf-results-2n-clx:
619       csit-vpp-perf-report-coverage-2009-2n-clx:
620         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
621         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
622         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
623         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
624         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
625         - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
626         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
627         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
628         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
629         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
630         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
631         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
632         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
633         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
634         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
635
636     vpp-perf-results-3n-tsh:
637       csit-vpp-perf-report-iterative-2009-3n-tsh:
638         - 14  # rls2009 NDRPDR iter env 5
639
640     vpp-perf-results-3n-dnv:
641       csit-vpp-perf-report-coverage-2009-3n-dnv:
642         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
643         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
644         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
645         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
646         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
647         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
648         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
649         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
650         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
651
652     vpp-perf-results-2n-dnv:
653       csit-vpp-perf-report-coverage-2009-2n-dnv:
654         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
655         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
656         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
657         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
658         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
659         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
660
661     vpp-mrr-results-3n-hsw:
662       csit-vpp-perf-report-iterative-2009-3n-hsw:
663         - 23  # rls2009 MRR iter env 5
664
665     vpp-mrr-results-3n-skx:
666       csit-vpp-perf-report-iterative-2009-3n-skx:
667         - 24  # rls2009 MRR iter env 5
668
669     vpp-mrr-results-2n-skx:
670       csit-vpp-perf-report-iterative-2009-2n-skx:
671         - 26  # rls2009 MRR iter env 5
672
673     vpp-mrr-results-2n-clx:
674       csit-vpp-perf-report-iterative-2009-2n-clx:
675         - 78  # rls2009 MRR iter env 5
676
677     vpp-mrr-results-3n-tsh:
678       csit-vpp-perf-report-iterative-2009-3n-tsh:
679         - 15  # rls2009 MRR iter env 5
680
681     vpp-mrr-results-3n-dnv:
682       csit-vpp-perf-report-iterative-2009-3n-dnv:
683         - 22  # rls2009 MRR iter env 5
684
685     vpp-mrr-results-2n-dnv:
686       csit-vpp-perf-report-iterative-2009-2n-dnv:
687         - 13  # rls2009 MRR iter env 5
688
689     vpp-device-results-ubuntu:
690       csit-vpp-device-2009-ubuntu1804-1n-skx:
691         - 131 # rls2009 env 5
692
693     dpdk-perf-results-3n-hsw:
694       csit-dpdk-perf-report-iterative-2009-3n-hsw:
695         - 6   # NDRPDR iter env5
696
697     dpdk-perf-results-3n-skx:
698       csit-dpdk-perf-report-iterative-2009-3n-skx:
699         - 4   # NDRPDR sel env5
700
701     dpdk-perf-results-2n-skx:
702       csit-dpdk-perf-report-iterative-2009-2n-skx:
703         - 4   # NDRPDR iter env5
704
705     dpdk-perf-results-2n-clx:
706       csit-dpdk-perf-report-iterative-2009-2n-clx:
707         - 4   # NDRPDR iter env5
708
709 #    dpdk-perf-results-2n-dnv:
710 #      # No data
711 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
712
713 #    dpdk-perf-results-3n-dnv:
714 #      # No data
715 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
716
717     dpdk-perf-results-3n-tsh:
718       csit-dpdk-perf-report-iterative-2009-3n-tsh:
719         - 1   # NDRPDR iter env5
720
721 ###########################################################################
722     # Tables (more than one data set)
723
724     # Performance changes
725
726     vpp-performance-changes-3n-hsw-h1:
727       csit-vpp-perf-report-iterative-2005-3n-hsw:
728         - 31  # NDRPDR sel 2001.0-4
729         - 32  # NDRPDR sel 2001.0-4
730         - 33  # NDRPDR sel 2001.0-4
731         - 34  # NDRPDR sel 2001.0-4
732         - 35  # NDRPDR sel 2001.0-4
733         - 36  # NDRPDR sel 2001.0-4
734         - 38  # NDRPDR sel 2001.0-4
735     vpp-performance-changes-3n-hsw-ref-env4:
736       csit-vpp-perf-report-iterative-2005-3n-hsw:
737         - 20  # NDRPDR sel env 4
738         - 21  # NDRPDR sel env 4
739         - 22  # NDRPDR sel env 4
740         - 23  # NDRPDR sel env 4
741         - 24  # NDRPDR sel env 4
742         - 25  # NDRPDR sel env 4
743         - 26  # NDRPDR sel env 4
744         - 27  # NDRPDR sel env 4
745         - 28  # NDRPDR sel env 4
746         - 29  # NDRPDR sel env 4
747     vpp-performance-changes-3n-hsw-ref-env5:
748       csit-vpp-perf-report-iterative-2009-3n-hsw:
749         - 9   # rls2005 NDRPDR iter env 5
750         - 10  # rls2005 NDRPDR iter env 5
751         - 11  # rls2005 NDRPDR iter env 5
752         - 12  # rls2005 NDRPDR iter env 5
753         - 13  # rls2005 NDRPDR iter env 5
754         - 14  # rls2005 NDRPDR iter env 5
755         - 15  # rls2005 NDRPDR iter env 5
756         - 16  # rls2005 NDRPDR iter env 5
757         - 17  # rls2005 NDRPDR iter env 5
758         - 19  # rls2005 NDRPDR iter env 5
759     vpp-performance-changes-3n-hsw-cmp:
760       csit-vpp-perf-report-iterative-2009-3n-hsw:
761         - 21  # rls2009 NDRPDR iter env 5
762         - 22  # rls2009 NDRPDR iter env 5
763         - 24  # rls2009 NDRPDR iter env 5
764         - 25  # rls2009 NDRPDR iter env 5
765         - 26  # rls2009 NDRPDR iter env 5
766         - 27  # rls2009 NDRPDR iter env 5
767         - 28  # rls2009 NDRPDR iter env 5
768         - 29  # rls2009 NDRPDR iter env 5
769         - 30  # rls2009 NDRPDR iter env 5
770         - 31  # rls2009 NDRPDR iter env 5
771
772     vpp-performance-changes-3n-skx-h1:
773       csit-vpp-perf-report-iterative-2005-3n-skx:
774         - 50  # NDRPDR sel 2001.0-4
775         - 51  # NDRPDR sel 2001.0-4
776         - 52  # NDRPDR sel 2001.0-4
777         - 53  # NDRPDR sel 2001.0-4
778         - 54  # NDRPDR sel 2001.0-4
779     vpp-performance-changes-3n-skx-ref-env4:
780       csit-vpp-perf-report-iterative-2005-3n-skx:
781         - 42  # NDRPDR sel env 4
782         - 43  # NDRPDR sel env 4
783         - 44  # NDRPDR sel env 4
784         - 45  # NDRPDR sel env 4
785         - 47  # NDRPDR sel env 4
786         - 55  # NDRPDR sel env 4
787         - 56  # NDRPDR sel env 4
788         - 57  # NDRPDR sel env 4
789         - 61  # NDRPDR sel env 4
790         - 62  # NDRPDR sel env 4
791     vpp-performance-changes-3n-skx-ref-env5:
792       csit-vpp-perf-report-iterative-2009-3n-skx:
793         - 13  # rls2005 NDRPDR iter env 5
794         - 18  # rls2005 NDRPDR iter env 5
795         - 19  # rls2005 NDRPDR iter env 5
796         - 41  # rls2005 NDRPDR iter env 5
797         - 43  # rls2005 NDRPDR iter env 5
798         - 44  # rls2005 NDRPDR iter env 5
799         - 45  # rls2005 NDRPDR iter env 5
800         - 46  # rls2005 NDRPDR iter env 5
801     vpp-performance-changes-3n-skx-cmp:
802       csit-vpp-perf-report-iterative-2009-3n-skx:
803         - 26  # rls2009 NDRPDR iter env 5
804         - 27  # rls2009 NDRPDR iter env 5
805         - 28  # rls2009 NDRPDR iter env 5
806         - 29  # rls2009 NDRPDR iter env 5
807         - 35  # rls2009 NDRPDR iter env 5
808         - 36  # rls2009 NDRPDR iter env 5
809         - 37  # rls2009 NDRPDR iter env 5
810         - 38  # rls2009 NDRPDR iter env 5
811         - 39  # rls2009 NDRPDR iter env 5
812         - 40  # rls2009 NDRPDR iter env 5
813
814     vpp-performance-changes-2n-skx-h1:
815       csit-vpp-perf-report-iterative-2005-2n-skx:
816         - 100 # NDRPDR sel 2001.0-4
817         - 101 # NDRPDR sel 2001.0-4
818         - 102 # NDRPDR sel 2001.0-4
819         - 103 # NDRPDR sel 2001.0-4
820         - 104 # NDRPDR sel 2001.0-4
821         - 105 # NDRPDR sel 2001.0-4
822     vpp-performance-changes-2n-skx-ref-env4:
823       csit-vpp-perf-report-iterative-2005-2n-skx:
824         - 88  # NDRPDR sel env 4
825         - 89  # NDRPDR sel env 4
826         - 90  # NDRPDR sel env 4
827         - 91  # NDRPDR sel env 4
828         - 92  # NDRPDR sel env 4
829         - 93  # NDRPDR sel env 4
830         - 94  # NDRPDR sel env 4
831         - 125 # NDRPDR sel env 4
832         - 126 # NDRPDR sel env 4
833         - 127 # NDRPDR sel env 4
834     vpp-performance-changes-2n-skx-ref-env5:
835       csit-vpp-perf-report-iterative-2009-2n-skx:
836         - 13  # rls2005 NDRPDR iter env 5
837         - 16  # rls2005 NDRPDR iter env 5
838         - 17  # rls2005 NDRPDR iter env 5
839         - 18  # rls2005 NDRPDR iter env 5
840         - 19  # rls2005 NDRPDR iter env 5
841         - 21  # rls2005 NDRPDR iter env 5
842         - 22  # rls2005 NDRPDR iter env 5
843         - 23  # rls2005 NDRPDR iter env 5
844         - 24  # rls2005 NDRPDR iter env 5
845         - 25  # rls2005 NDRPDR iter env 5
846     vpp-performance-changes-2n-skx-cmp:
847       csit-vpp-perf-report-iterative-2009-2n-skx:
848         - 35  # rls2009 NDRPDR iter env 5
849         - 36  # rls2009 NDRPDR iter env 5
850         - 37  # rls2009 NDRPDR iter env 5
851         - 39  # rls2009 NDRPDR iter env 5
852         - 40  # rls2009 NDRPDR iter env 5
853         - 42  # rls2009 NDRPDR iter env 5
854         - 43  # rls2009 NDRPDR iter env 5
855         - 44  # rls2009 NDRPDR iter env 5
856         - 46  # rls2009 NDRPDR iter env 5
857         - 48  # rls2009 NDRPDR iter env 5
858         - 51  # rls2009 NDRPDR iter NAT44 env 5
859         - 52  # rls2009 NDRPDR iter NAT44 env 5
860         - 53  # rls2009 NDRPDR iter NAT44 env 5
861         - 54  # rls2009 NDRPDR iter NAT44 env 5
862         - 55  # rls2009 NDRPDR iter NAT44 env 5
863         - 56  # rls2009 NDRPDR iter NAT44 env 5
864         - 57  # rls2009 NDRPDR iter NAT44 env 5
865         - 58  # rls2009 NDRPDR iter NAT44 env 5
866         - 59  # rls2009 NDRPDR iter NAT44 env 5
867         - 60  # rls2009 NDRPDR iter NAT44 env 5
868
869     vpp-performance-changes-2n-clx-h1:
870       csit-vpp-perf-report-iterative-2005-2n-clx:
871         - 73  # NDRPDR sel 2001.0-4
872         - 74  # NDRPDR sel 2001.0-4
873         - 75  # NDRPDR sel 2001.0-4
874         - 76  # NDRPDR sel 2001.0-4
875         - 77  # NDRPDR sel 2001.0-4
876         - 78  # NDRPDR sel 2001.0-4
877         - 79  # NDRPDR sel 2001.0-4
878         - 80  # NDRPDR sel 2001.0-4
879     vpp-performance-changes-2n-clx-ref-env4:
880       csit-vpp-perf-report-iterative-2005-2n-clx:
881         - 62  # NDRPDR sel env 4
882         - 63  # NDRPDR sel env 4
883         - 64  # NDRPDR sel env 4
884         - 65  # NDRPDR sel env 4
885         - 66  # NDRPDR sel env 4
886         - 68  # NDRPDR sel env 4
887         - 69  # NDRPDR sel env 4
888         - 70  # NDRPDR sel env 4
889         - 103 # NDRPDR sel env 4
890         - 104 # NDRPDR sel env 4
891     vpp-performance-changes-2n-clx-ref-env5:
892       csit-vpp-perf-report-iterative-2009-2n-clx:
893         - 13  # rls2005 NDRPDR iter env 5
894         - 15  # rls2005 NDRPDR iter env 5
895         - 17  # rls2005 NDRPDR iter env 5
896         - 18  # rls2005 NDRPDR iter env 5
897         - 19  # rls2005 NDRPDR iter env 5
898         - 20  # rls2005 NDRPDR iter env 5
899         - 21  # rls2005 NDRPDR iter env 5
900         - 22  # rls2005 NDRPDR iter env 5
901         - 23  # rls2005 NDRPDR iter env 5
902         - 24  # rls2005 NDRPDR iter env 5
903     vpp-performance-changes-2n-clx-cmp:
904       csit-vpp-perf-report-iterative-2009-2n-clx:
905         - 36  # rls2009 NDRPDR iter env 5
906         - 39  # rls2009 NDRPDR iter env 5
907         - 40  # rls2009 NDRPDR iter env 5
908         - 65  # rls2009 NDRPDR iter env 5
909         - 66  # rls2009 NDRPDR iter env 5
910         - 79  # rls2009 NDRPDR iter env 5
911         - 82  # rls2009 NDRPDR iter env 5
912         - 88  # rls2009 NDRPDR iter env 5
913         - 89  # rls2009 NDRPDR iter env 5
914         - 90  # rls2009 NDRPDR iter env 5
915
916     vpp-performance-changes-2n-dnv-h1:
917       csit-vpp-perf-verify-2001-2n-dnv:
918         - 4   # NDRPDR sel
919         - 5   # NDRPDR sel
920         - 6   # NDRPDR sel
921         - 7   # NDRPDR sel
922         - 8   # NDRPDR sel
923         - 9   # NDRPDR sel
924         - 10  # NDRPDR sel
925         - 11  # NDRPDR sel
926         - 13  # NDRPDR sel
927         - 16  # NDRPDR sel
928     vpp-performance-changes-2n-dnv-ref:
929       csit-vpp-perf-report-iterative-2009-2n-dnv:
930         - 16  # rls2005 NDRPDR iter env 5
931         - 17  # rls2005 NDRPDR iter env 5
932         - 18  # rls2005 NDRPDR iter env 5
933         - 19  # rls2005 NDRPDR iter env 5
934         - 21  # rls2005 NDRPDR iter env 5
935         - 24  # rls2005 NDRPDR iter env 5
936         - 27  # rls2005 NDRPDR iter env 5
937         - 28  # rls2005 NDRPDR iter env 5
938         - 29  # rls2005 NDRPDR iter env 5
939         - 30  # rls2005 NDRPDR iter env 5
940     vpp-performance-changes-2n-dnv-cmp:
941       csit-vpp-perf-report-iterative-2009-2n-dnv:
942         - 3   # rls2009 NDRPDR iter env 5
943         - 5   # rls2009 NDRPDR iter env 5
944         - 6   # rls2009 NDRPDR iter env 5
945         - 7   # rls2009 NDRPDR iter env 5
946         - 9   # rls2009 NDRPDR iter env 5
947         - 10  # rls2009 NDRPDR iter env 5
948         - 11  # rls2009 NDRPDR iter env 5
949         - 12  # rls2009 NDRPDR iter env 5
950         - 14  # rls2009 NDRPDR iter env 5
951         - 15  # rls2009 NDRPDR iter env 5
952
953     vpp-performance-changes-3n-dnv-h1:
954       csit-vpp-perf-verify-2001-3n-dnv:
955         - 5   # NDRPDR sel
956         - 6   # NDRPDR sel
957         - 7   # NDRPDR sel
958         - 8   # NDRPDR sel
959         - 9   # NDRPDR sel
960         - 10  # NDRPDR sel
961         - 12  # NDRPDR sel
962         - 16  # NDRPDR sel
963         - 17  # NDRPDR sel
964         - 18  # NDRPDR sel
965     vpp-performance-changes-3n-dnv-ref:
966       csit-vpp-perf-report-iterative-2009-3n-dnv:
967         - 16  # rls2005 NDRPDR iter env 5
968         - 23  # rls2005 NDRPDR iter env 5
969         - 25  # rls2005 NDRPDR iter env 5
970         - 26  # rls2005 NDRPDR iter env 5
971         - 27  # rls2005 NDRPDR iter env 5
972         - 28  # rls2005 NDRPDR iter env 5
973         - 29  # rls2005 NDRPDR iter env 5
974         - 30  # rls2005 NDRPDR iter env 5
975         - 31  # rls2005 NDRPDR iter env 5
976         - 32  # rls2005 NDRPDR iter env 5
977     vpp-performance-changes-3n-dnv-cmp:
978       csit-vpp-perf-report-iterative-2009-3n-dnv:
979         - 3   # rls2009 NDRPDR iter env 5
980         - 6   # rls2009 NDRPDR iter env 5
981         - 7   # rls2009 NDRPDR iter env 5
982         - 8   # rls2009 NDRPDR iter env 5
983         - 10  # rls2009 NDRPDR iter env 5
984         - 11  # rls2009 NDRPDR iter env 5
985         - 12  # rls2009 NDRPDR iter env 5
986         - 14  # rls2009 NDRPDR iter env 5
987         - 15  # rls2009 NDRPDR iter env 5
988         - 24  # rls2009 NDRPDR iter env 5
989
990     vpp-performance-changes-3n-tsh-h1:
991       csit-vpp-perf-report-iterative-2005-3n-tsh:
992         - 28  # NDRPDR sel 2001.0-4
993         - 29  # NDRPDR sel 2001.0-4
994         - 31  # NDRPDR sel 2001.0-4
995     vpp-performance-changes-3n-tsh-ref-env4:
996       csit-vpp-perf-report-iterative-2005-3n-tsh:
997         - 23  # NDRPDR sel env 4
998         - 25  # NDRPDR sel env 4
999         - 33  # NDRPDR sel env 4
1000         - 34  # NDRPDR sel env 4
1001         - 35  # NDRPDR sel env 4
1002         - 36  # NDRPDR sel env 4
1003         - 37  # NDRPDR sel env 4
1004         - 38  # NDRPDR sel env 4
1005         - 39  # NDRPDR sel env 4
1006         - 40  # NDRPDR sel env 4
1007     vpp-performance-changes-3n-tsh-ref-env5:
1008       csit-vpp-perf-report-iterative-2009-3n-tsh:
1009         - 8   # rls2005 NDRPDR iter env 5
1010         - 11  # rls2005 NDRPDR iter env 5
1011         - 12  # rls2005 NDRPDR iter env 5
1012         - 24  # rls2005 NDRPDR iter env 5
1013         - 27  # rls2005 NDRPDR iter env 5
1014         - 29  # rls2005 NDRPDR iter env 5
1015         - 31  # rls2005 NDRPDR iter env 5
1016     vpp-performance-changes-3n-tsh-cmp:
1017       # TODO: Add:
1018       csit-vpp-perf-report-iterative-2009-3n-tsh:
1019         - 14  # rls2009 NDRPDR iter env 5
1020         - 20  # rls2009 NDRPDR iter env 5
1021         - 21  # rls2009 NDRPDR iter env 5
1022         - 22  # rls2009 NDRPDR iter env 5
1023         - 23  # rls2009 NDRPDR iter env 5
1024         - 28  # rls2009 NDRPDR iter env 5
1025         - 30  # rls2009 NDRPDR iter env 5
1026
1027     vpp-soak-vs-ndr-2n-skx-ref:
1028       csit-vpp-perf-report-iterative-2009-2n-skx:
1029         - 35  # rls2009 NDRPDR iter env 5
1030         - 36  # rls2009 NDRPDR iter env 5
1031         - 37  # rls2009 NDRPDR iter env 5
1032         - 39  # rls2009 NDRPDR iter env 5
1033         - 40  # rls2009 NDRPDR iter env 5
1034         - 42  # rls2009 NDRPDR iter env 5
1035         - 43  # rls2009 NDRPDR iter env 5
1036         - 44  # rls2009 NDRPDR iter env 5
1037         - 46  # rls2009 NDRPDR iter env 5
1038         - 48  # rls2009 NDRPDR iter env 5
1039     vpp-soak-vs-ndr-2n-skx-cmp:
1040       csit-vpp-perf-report-iterative-2009-2n-skx:
1041         - 33  # rls2009 soak env 5
1042         - 34  # rls2009 soak env 5
1043     vpp-soak-vs-ndr-2n-skx:
1044       csit-vpp-perf-report-iterative-2009-2n-skx:
1045         - 35  # rls2009 NDRPDR iter env 5
1046         - 36  # rls2009 NDRPDR iter env 5
1047         - 37  # rls2009 NDRPDR iter env 5
1048         - 39  # rls2009 NDRPDR iter env 5
1049         - 40  # rls2009 NDRPDR iter env 5
1050         - 42  # rls2009 NDRPDR iter env 5
1051         - 43  # rls2009 NDRPDR iter env 5
1052         - 44  # rls2009 NDRPDR iter env 5
1053         - 46  # rls2009 NDRPDR iter env 5
1054         - 48  # rls2009 NDRPDR iter env 5
1055         - 33  # rls2009 soak env 5
1056         - 34  # rls2009 soak env 5
1057
1058     vpp-soak-vs-ndr-2n-clx-ref:
1059       csit-vpp-perf-report-iterative-2009-2n-clx:
1060         - 36  # rls2009 NDRPDR iter env 5
1061         - 39  # rls2009 NDRPDR iter env 5
1062         - 40  # rls2009 NDRPDR iter env 5
1063         - 65  # rls2009 NDRPDR iter env 5
1064         - 66  # rls2009 NDRPDR iter env 5
1065         - 79  # rls2009 NDRPDR iter env 5
1066         - 82  # rls2009 NDRPDR iter env 5
1067         - 88  # rls2009 NDRPDR iter env 5
1068         - 89  # rls2009 NDRPDR iter env 5
1069         - 90  # rls2009 NDRPDR iter env 5
1070     vpp-soak-vs-ndr-2n-clx-cmp:
1071       csit-vpp-perf-report-iterative-2009-2n-clx:
1072         - 33  # rls2009 soak env 5
1073         - 34  # rls2009 soak env 5
1074     vpp-soak-vs-ndr-2n-clx:
1075       csit-vpp-perf-report-iterative-2009-2n-clx:
1076         - 36  # rls2009 NDRPDR iter env 5
1077         - 39  # rls2009 NDRPDR iter env 5
1078         - 40  # rls2009 NDRPDR iter env 5
1079         - 65  # rls2009 NDRPDR iter env 5
1080         - 66  # rls2009 NDRPDR iter env 5
1081         - 79  # rls2009 NDRPDR iter env 5
1082         - 82  # rls2009 NDRPDR iter env 5
1083         - 88  # rls2009 NDRPDR iter env 5
1084         - 89  # rls2009 NDRPDR iter env 5
1085         - 90  # rls2009 NDRPDR iter env 5
1086         - 33  # rls2009 soak env 5
1087         - 34  # rls2009 soak env 5
1088
1089     vpp-performance-changes-3n-hsw-mrr-h1:
1090       csit-vpp-perf-verify-2001-3n-hsw:
1091         - 17  # MRR sel
1092     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1093       csit-vpp-perf-report-iterative-2005-3n-hsw:
1094         - 30  # MRR env 4
1095     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1096       csit-vpp-perf-report-iterative-2009-3n-hsw:
1097         - 18  # rls2005 MRR iter env 5
1098     vpp-performance-changes-3n-hsw-mrr-cmp:
1099       csit-vpp-perf-report-iterative-2009-3n-hsw:
1100         - 23  # rls2009 MRR iter env 5
1101
1102     vpp-performance-changes-3n-skx-mrr-h1:
1103       csit-vpp-perf-verify-2001-3n-skx:
1104         - 50  # MRR sel
1105         - 53  # MRR sel addition
1106     vpp-performance-changes-3n-skx-mrr-ref-env4:
1107       csit-vpp-perf-report-iterative-2005-3n-skx:
1108         - 49  # MRR sel env 4
1109     vpp-performance-changes-3n-skx-mrr-ref-env5:
1110       csit-vpp-perf-report-iterative-2009-3n-skx:
1111         - 17  # rls2005 MRR iter env 5
1112     vpp-performance-changes-3n-skx-mrr-cmp:
1113       csit-vpp-perf-report-iterative-2009-3n-skx:
1114         - 24  # rls2009 MRR iter env 5
1115
1116     vpp-performance-changes-2n-skx-mrr-h1:
1117       csit-vpp-perf-verify-2001-2n-skx:
1118         - 101 # MRR sel
1119         - 128 # MRR sel addition
1120     vpp-performance-changes-2n-skx-mrr-ref-env4:
1121       csit-vpp-perf-report-iterative-2005-2n-skx:
1122         - 99  # MRR sel env 4
1123     vpp-performance-changes-2n-skx-mrr-ref-env5:
1124       csit-vpp-perf-report-iterative-2009-2n-skx:
1125         - 20  # rls2005 MRR iter env 5
1126     vpp-performance-changes-2n-skx-mrr-cmp:
1127       csit-vpp-perf-report-iterative-2009-2n-skx:
1128         - 26  # rls2009 MRR iter env 5
1129
1130     vpp-performance-changes-2n-clx-mrr-h1:
1131       csit-vpp-perf-verify-2001-2n-clx:
1132         - 39  # MRR
1133     vpp-performance-changes-2n-clx-mrr-ref-env4:
1134       csit-vpp-perf-report-iterative-2005-2n-clx:
1135         - 72   # MRR sel env 4
1136     vpp-performance-changes-2n-clx-mrr-ref-env5:
1137       csit-vpp-perf-report-iterative-2009-2n-clx:
1138         - 77  # rls2005 MRR iter env 5
1139     vpp-performance-changes-2n-clx-mrr-cmp:
1140       csit-vpp-perf-report-iterative-2009-2n-clx:
1141         - 78  # rls2009 MRR iter env 5
1142
1143     vpp-performance-changes-2n-dnv-mrr-h1:
1144       csit-vpp-perf-verify-2001-2n-dnv:
1145         - 12  # MRR sel
1146     vpp-performance-changes-2n-dnv-mrr-ref:
1147       csit-vpp-perf-report-iterative-2009-2n-dnv:
1148         - 23  # rls2005 MRR iter env 5
1149     vpp-performance-changes-2n-dnv-mrr-cmp:
1150       csit-vpp-perf-report-iterative-2009-2n-dnv:
1151         - 13  # rls2009 MRR iter env 5
1152
1153     vpp-performance-changes-3n-dnv-mrr-h1:
1154       csit-vpp-perf-verify-2001-3n-dnv:
1155         - 11  # MRR sel
1156     vpp-performance-changes-3n-dnv-mrr-ref:
1157       csit-vpp-perf-report-iterative-2009-3n-dnv:
1158         - 19  # rls2005 MRR iter env 5
1159     vpp-performance-changes-3n-dnv-mrr-cmp:
1160       csit-vpp-perf-report-iterative-2009-3n-dnv:
1161         - 22  # rls2009 MRR iter env 5
1162
1163     vpp-performance-changes-3n-tsh-mrr-h1:
1164       csit-vpp-perf-verify-2001-3n-tsh:
1165         - 9   # MRR sel
1166     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1167       csit-vpp-perf-report-iterative-2005-3n-tsh:
1168         - 27  # MRR sel env 4
1169     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1170       csit-vpp-perf-report-iterative-2009-3n-tsh:
1171         - 13  # rls2005 MRR iter env 5
1172     vpp-performance-changes-3n-tsh-mrr-cmp:
1173       csit-vpp-perf-report-iterative-2009-3n-tsh:
1174         - 15  # rls2009 MRR iter env 5
1175
1176     dpdk-performance-changes-3n-hsw-h1:
1177       csit-dpdk-perf-verify-2001-3n-hsw:
1178         - 4   # NDRPDR sel
1179         - 5   # NDRPDR sel
1180         - 6   # NDRPDR sel
1181         - 7   # NDRPDR sel
1182         - 8   # NDRPDR sel
1183         - 9   # NDRPDR sel
1184         - 10  # NDRPDR sel
1185         - 11  # NDRPDR sel
1186         - 12  # NDRPDR sel
1187         - 13  # NDRPDR sel
1188         - 15  # NDRPDR sel
1189         - 16  # NDRPDR sel
1190         - 17  # NDRPDR sel
1191         - 18  # NDRPDR sel
1192         - 19  # NDRPDR sel
1193         - 20  # NDRPDR sel
1194         - 21  # NDRPDR sel
1195         - 22  # NDRPDR sel
1196         - 23  # NDRPDR sel
1197         - 24  # NDRPDR sel
1198     dpdk-performance-changes-3n-hsw-ref:
1199       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1200         - 25  # NDRPDR iter
1201         - 26  # NDRPDR iter
1202         - 27  # NDRPDR iter
1203         - 28  # NDRPDR iter
1204         - 29  # NDRPDR iter
1205         - 30  # NDRPDR iter
1206         - 31  # NDRPDR iter
1207         - 32  # NDRPDR iter
1208         - 33  # NDRPDR iter
1209         - 34  # NDRPDR iter
1210     dpdk-performance-changes-3n-hsw-cmp:
1211       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1212         - 6   # NDRPDR iter env5
1213         - 7   # NDRPDR iter env5
1214         - 8   # NDRPDR iter env5
1215         - 9   # NDRPDR iter env5
1216         - 10  # NDRPDR iter env5
1217         - 11  # NDRPDR iter env5
1218         - 12  # NDRPDR iter env5
1219         - 13  # NDRPDR iter env5
1220         - 14  # NDRPDR iter env5
1221         - 15  # NDRPDR iter env5
1222
1223     dpdk-performance-changes-3n-skx-h1:
1224       csit-dpdk-perf-verify-2001-3n-skx:
1225         - 29  # NDRPDR sel xxv710
1226         - 33  # NDRPDR sel xxv710
1227         - 34  # NDRPDR sel xxv710
1228         - 35  # NDRPDR sel xxv710
1229         - 36  # NDRPDR sel xxv710
1230         - 37  # NDRPDR sel xxv710
1231         - 41  # NDRPDR sel xxv710
1232         - 42  # NDRPDR sel xxv710
1233         - 43  # NDRPDR sel xxv710
1234         - 45  # NDRPDR sel xxv710
1235         - 30  # NDRPDR sel x710
1236         - 31  # NDRPDR sel x710
1237         - 32  # NDRPDR sel x710
1238         - 38  # NDRPDR sel x710
1239         - 39  # NDRPDR sel x710
1240         - 40  # NDRPDR sel x710
1241         - 44  # NDRPDR sel x710
1242         - 46  # NDRPDR sel x710
1243         - 47  # NDRPDR sel x710
1244         - 48  # NDRPDR sel x710
1245     dpdk-performance-changes-3n-skx-ref:
1246       csit-dpdk-perf-report-iterative-2005-3n-skx:
1247         - 28  # NDRPDR iter
1248         - 29  # NDRPDR iter
1249         - 30  # NDRPDR iter
1250         - 31  # NDRPDR iter
1251         - 32  # NDRPDR iter
1252         - 33  # NDRPDR iter
1253         - 34  # NDRPDR iter
1254         - 35  # NDRPDR iter
1255         - 36  # NDRPDR iter
1256         - 37  # NDRPDR iter
1257     dpdk-performance-changes-3n-skx-cmp:
1258       csit-dpdk-perf-report-iterative-2009-3n-skx:
1259         - 4   # NDRPDR sel env5
1260         - 5   # NDRPDR sel env5
1261         - 6   # NDRPDR sel env5
1262         - 7   # NDRPDR sel env5
1263         - 8   # NDRPDR sel env5
1264         - 9   # NDRPDR sel env5
1265         - 14  # NDRPDR sel env5
1266         - 11  # NDRPDR sel env5
1267         - 12  # NDRPDR sel env5
1268         - 13  # NDRPDR sel env5
1269
1270     dpdk-performance-changes-2n-skx-h1:
1271       csit-dpdk-perf-verify-2001-2n-skx:
1272         - 35  # NDRPDR sel xxv710
1273         - 36  # NDRPDR sel xxv710
1274         - 37  # NDRPDR sel xxv710
1275         - 41  # NDRPDR sel xxv710
1276         - 42  # NDRPDR sel xxv710
1277         - 43  # NDRPDR sel xxv710
1278         - 46  # NDRPDR sel xxv710
1279         - 47  # NDRPDR sel xxv710
1280         - 52  # NDRPDR sel xxv710
1281         - 53  # NDRPDR sel xxv710
1282         - 38  # NDRPDR sel x710
1283         - 39  # NDRPDR sel x710
1284         - 40  # NDRPDR sel x710
1285         - 44  # NDRPDR sel x710
1286         - 45  # NDRPDR sel x710
1287         - 48  # NDRPDR sel x710
1288         - 49  # NDRPDR sel x710
1289         - 50  # NDRPDR sel x710
1290         - 51  # NDRPDR sel x710
1291         - 54  # NDRPDR sel x710
1292     dpdk-performance-changes-2n-skx-ref:
1293       csit-dpdk-perf-report-iterative-2005-2n-skx:
1294         - 20  # NDRPDR iter
1295         - 21  # NDRPDR iter
1296         - 22  # NDRPDR iter
1297         - 23  # NDRPDR iter
1298         - 24  # NDRPDR iter
1299         - 25  # NDRPDR iter
1300         - 26  # NDRPDR iter
1301         - 27  # NDRPDR iter
1302         - 28  # NDRPDR iter
1303         - 29  # NDRPDR iter
1304     dpdk-performance-changes-2n-skx-cmp:
1305       csit-dpdk-perf-report-iterative-2009-2n-skx:
1306         - 4   # NDRPDR iter env5
1307         - 5   # NDRPDR iter env5
1308         - 6   # NDRPDR iter env5
1309         - 7   # NDRPDR iter env5
1310         - 8   # NDRPDR iter env5
1311         - 9   # NDRPDR iter env5
1312         - 10  # NDRPDR iter env5
1313         - 11  # NDRPDR iter env5
1314         - 12  # NDRPDR iter env5
1315         - 13  # NDRPDR iter env5
1316
1317     dpdk-performance-changes-2n-clx-h1:
1318       csit-dpdk-perf-verify-2001-2n-clx:
1319         - 15  # NDRPDR sel
1320         - 16  # NDRPDR sel
1321         - 17  # NDRPDR sel
1322         - 18  # NDRPDR sel
1323         - 19  # NDRPDR sel
1324         - 20  # NDRPDR sel
1325         - 21  # NDRPDR sel
1326         - 22  # NDRPDR sel
1327         - 23  # NDRPDR sel
1328         - 24  # NDRPDR sel
1329         - 25  # NDRPDR sel
1330         - 26  # NDRPDR sel
1331         - 27  # NDRPDR sel
1332         - 28  # NDRPDR sel
1333         - 29  # NDRPDR sel
1334         - 30  # NDRPDR sel
1335         - 31  # NDRPDR sel
1336         - 32  # NDRPDR sel
1337         - 33  # NDRPDR sel
1338         - 34  # NDRPDR sel
1339     dpdk-performance-changes-2n-clx-ref:
1340       csit-dpdk-perf-report-iterative-2005-2n-clx:
1341         - 20  # NDRPDR iter
1342         - 21  # NDRPDR iter
1343         - 22  # NDRPDR iter
1344         - 23  # NDRPDR iter
1345         - 24  # NDRPDR iter
1346         - 25  # NDRPDR iter
1347         - 26  # NDRPDR iter
1348         - 27  # NDRPDR iter
1349         - 28  # NDRPDR iter
1350         - 29  # NDRPDR iter
1351     dpdk-performance-changes-2n-clx-cmp:
1352       csit-dpdk-perf-report-iterative-2009-2n-clx:
1353         - 4   # NDRPDR iter env5
1354         - 5   # NDRPDR iter env5
1355         - 6   # NDRPDR iter env5
1356         - 7   # NDRPDR iter env5
1357         - 8   # NDRPDR iter env5
1358         - 9   # NDRPDR iter env5
1359         - 10  # NDRPDR iter env5
1360         - 11  # NDRPDR iter env5
1361         - 12  # NDRPDR iter env5
1362         - 13  # NDRPDR iter env5
1363
1364 #    dpdk-performance-changes-2n-dnv-h1:
1365 #      csit-dpdk-perf-verify-2001-2n-dnv:
1366 #        - 9   # NDRPDR sel
1367 #        - 10  # NDRPDR sel
1368 #        - 11  # NDRPDR sel
1369 #        - 12  # NDRPDR sel
1370 #        - 13  # NDRPDR sel
1371 #        - 14  # NDRPDR sel
1372 #        - 15  # NDRPDR sel
1373 #        - 16  # NDRPDR sel
1374 #        - 17  # NDRPDR sel
1375 #        - 18  # NDRPDR sel
1376 #    dpdk-performance-changes-2n-dnv-ref:
1377 #      # No data
1378 #    dpdk-performance-changes-2n-dnv-cmp:
1379 #      # No data
1380 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1381
1382 #    dpdk-performance-changes-3n-dnv-h1:
1383 #      csit-dpdk-perf-verify-2001-3n-dnv:
1384 #        - 12  # NDRPDR sel
1385 #        - 13  # NDRPDR sel
1386 #        - 14  # NDRPDR sel
1387 #        - 15  # NDRPDR sel
1388 #        - 16  # NDRPDR sel
1389 #        - 17  # NDRPDR sel
1390 #        - 18  # NDRPDR sel
1391 #        - 19  # NDRPDR sel
1392 #        - 20  # NDRPDR sel
1393 #        - 22  # NDRPDR sel
1394 #    dpdk-performance-changes-3n-dnv-ref:
1395 #      # No data
1396 #    dpdk-performance-changes-3n-dnv-cmp:
1397 #      # No data
1398 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1399
1400     dpdk-performance-changes-3n-tsh-h1:
1401       csit-dpdk-perf-verify-2001-3n-tsh:
1402         - 3   # NDRPDR sel
1403         - 4   # NDRPDR sel
1404         - 5   # NDRPDR sel
1405         - 9   # NDRPDR sel
1406         - 10  # NDRPDR sel
1407         - 11  # NDRPDR sel
1408         - 12  # NDRPDR sel
1409         - 14  # NDRPDR sel
1410         - 15  # NDRPDR sel
1411         - 18  # NDRPDR sel
1412     dpdk-performance-changes-3n-tsh-ref:
1413       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1414         - 5   # NDRPDR sel
1415     dpdk-performance-changes-3n-tsh-cmp:
1416       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1417         - 1   # NDRPDR iter env5
1418         - 2   # NDRPDR iter env5
1419         - 3   # NDRPDR iter env5
1420         - 4   # NDRPDR iter env5
1421         - 5   # NDRPDR iter env5
1422         - 6   # NDRPDR iter env5
1423         - 7   # NDRPDR iter env5
1424         - 9   # NDRPDR iter env5
1425         - 10  # NDRPDR iter env5
1426         - 11  # NDRPDR iter env5
1427
1428     # Compare testbeds
1429
1430     vpp-compare-testbeds-ref:
1431       csit-vpp-perf-report-iterative-2009-3n-hsw:
1432         - 21  # rls2009 NDRPDR iter env 5
1433         - 22  # rls2009 NDRPDR iter env 5
1434         - 24  # rls2009 NDRPDR iter env 5
1435         - 25  # rls2009 NDRPDR iter env 5
1436         - 26  # rls2009 NDRPDR iter env 5
1437         - 27  # rls2009 NDRPDR iter env 5
1438         - 28  # rls2009 NDRPDR iter env 5
1439         - 29  # rls2009 NDRPDR iter env 5
1440         - 30  # rls2009 NDRPDR iter env 5
1441         - 31  # rls2009 NDRPDR iter env 5
1442     vpp-compare-testbeds-cmp:
1443       csit-vpp-perf-report-iterative-2009-3n-skx:
1444         - 26  # rls2009 NDRPDR iter env 5
1445         - 27  # rls2009 NDRPDR iter env 5
1446         - 28  # rls2009 NDRPDR iter env 5
1447         - 29  # rls2009 NDRPDR iter env 5
1448         - 35  # rls2009 NDRPDR iter env 5
1449         - 36  # rls2009 NDRPDR iter env 5
1450         - 37  # rls2009 NDRPDR iter env 5
1451         - 38  # rls2009 NDRPDR iter env 5
1452         - 39  # rls2009 NDRPDR iter env 5
1453         - 40  # rls2009 NDRPDR iter env 5
1454
1455     vpp-compare-testbeds-skx-clx-ref:
1456       csit-vpp-perf-report-iterative-2009-2n-skx:
1457         - 35  # rls2009 NDRPDR iter env 5
1458         - 36  # rls2009 NDRPDR iter env 5
1459         - 37  # rls2009 NDRPDR iter env 5
1460         - 39  # rls2009 NDRPDR iter env 5
1461         - 40  # rls2009 NDRPDR iter env 5
1462         - 42  # rls2009 NDRPDR iter env 5
1463         - 43  # rls2009 NDRPDR iter env 5
1464         - 44  # rls2009 NDRPDR iter env 5
1465         - 46  # rls2009 NDRPDR iter env 5
1466         - 48  # rls2009 NDRPDR iter env 5
1467         - 51  # rls2009 NDRPDR iter NAT44 env 5
1468         - 52  # rls2009 NDRPDR iter NAT44 env 5
1469         - 53  # rls2009 NDRPDR iter NAT44 env 5
1470         - 54  # rls2009 NDRPDR iter NAT44 env 5
1471         - 55  # rls2009 NDRPDR iter NAT44 env 5
1472         - 56  # rls2009 NDRPDR iter NAT44 env 5
1473         - 57  # rls2009 NDRPDR iter NAT44 env 5
1474         - 58  # rls2009 NDRPDR iter NAT44 env 5
1475         - 59  # rls2009 NDRPDR iter NAT44 env 5
1476         - 60  # rls2009 NDRPDR iter NAT44 env 5
1477     vpp-compare-testbeds-skx-clx-cmp:
1478       csit-vpp-perf-report-iterative-2009-2n-clx:
1479         - 36  # rls2009 NDRPDR iter env 5
1480         - 39  # rls2009 NDRPDR iter env 5
1481         - 40  # rls2009 NDRPDR iter env 5
1482         - 65  # rls2009 NDRPDR iter env 5
1483         - 66  # rls2009 NDRPDR iter env 5
1484         - 79  # rls2009 NDRPDR iter env 5
1485         - 82  # rls2009 NDRPDR iter env 5
1486         - 88  # rls2009 NDRPDR iter env 5
1487         - 89  # rls2009 NDRPDR iter env 5
1488         - 90  # rls2009 NDRPDR iter env 5
1489
1490     vpp-compare-testbeds-hsw-clx-ref:
1491       csit-vpp-perf-report-iterative-2009-3n-hsw:
1492         - 21  # rls2009 NDRPDR iter env 5
1493         - 22  # rls2009 NDRPDR iter env 5
1494         - 24  # rls2009 NDRPDR iter env 5
1495         - 25  # rls2009 NDRPDR iter env 5
1496         - 26  # rls2009 NDRPDR iter env 5
1497         - 27  # rls2009 NDRPDR iter env 5
1498         - 28  # rls2009 NDRPDR iter env 5
1499         - 29  # rls2009 NDRPDR iter env 5
1500         - 30  # rls2009 NDRPDR iter env 5
1501         - 31  # rls2009 NDRPDR iter env 5
1502     vpp-compare-testbeds-hsw-clx-cmp:
1503       csit-vpp-perf-report-iterative-2009-2n-clx:
1504         - 36  # rls2009 NDRPDR iter env 5
1505         - 39  # rls2009 NDRPDR iter env 5
1506         - 40  # rls2009 NDRPDR iter env 5
1507         - 65  # rls2009 NDRPDR iter env 5
1508         - 66  # rls2009 NDRPDR iter env 5
1509         - 79  # rls2009 NDRPDR iter env 5
1510         - 82  # rls2009 NDRPDR iter env 5
1511         - 88  # rls2009 NDRPDR iter env 5
1512         - 89  # rls2009 NDRPDR iter env 5
1513         - 90  # rls2009 NDRPDR iter env 5
1514
1515     vpp-compare-testbeds-mrr-ref:
1516       csit-vpp-perf-report-iterative-2009-3n-hsw:
1517         - 23  # rls2009 MRR iter env 5
1518     vpp-compare-testbeds-mrr-cmp:
1519       csit-vpp-perf-report-iterative-2009-3n-skx:
1520         - 24  # rls2009 MRR iter env 5
1521
1522     vpp-compare-testbeds-mrr-skx-clx-ref:
1523       csit-vpp-perf-report-iterative-2009-2n-skx:
1524         - 26  # rls2009 MRR iter env 5
1525     vpp-compare-testbeds-mrr-skx-clx-cmp:
1526       csit-vpp-perf-report-iterative-2009-2n-clx:
1527         - 78  # rls2009 MRR iter env 5
1528
1529     vpp-compare-testbeds-mrr-hsw-clx-ref:
1530       csit-vpp-perf-report-iterative-2009-3n-hsw:
1531         - 23  # rls2009 MRR iter env 5
1532     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1533       csit-vpp-perf-report-iterative-2009-2n-clx:
1534         - 78  # rls2009 MRR iter env 5
1535
1536     dpdk-compare-testbeds-ref:
1537       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1538         - 6   # NDRPDR iter env5
1539         - 7   # NDRPDR iter env5
1540         - 8   # NDRPDR iter env5
1541         - 9   # NDRPDR iter env5
1542         - 10  # NDRPDR iter env5
1543         - 11  # NDRPDR iter env5
1544         - 12  # NDRPDR iter env5
1545         - 13  # NDRPDR iter env5
1546         - 14  # NDRPDR iter env5
1547         - 15  # NDRPDR iter env5
1548     dpdk-compare-testbeds-cmp:
1549       csit-dpdk-perf-report-iterative-2009-3n-skx:
1550         - 4   # NDRPDR sel env5
1551         - 5   # NDRPDR sel env5
1552         - 6   # NDRPDR sel env5
1553         - 7   # NDRPDR sel env5
1554         - 8   # NDRPDR sel env5
1555         - 9   # NDRPDR sel env5
1556         - 14  # NDRPDR sel env5
1557         - 11  # NDRPDR sel env5
1558         - 12  # NDRPDR sel env5
1559         - 13  # NDRPDR sel env5
1560
1561     dpdk-compare-testbeds-skx-clx-ref:
1562       csit-dpdk-perf-report-iterative-2009-2n-skx:
1563         - 4   # NDRPDR iter env5
1564         - 5   # NDRPDR iter env5
1565         - 6   # NDRPDR iter env5
1566         - 7   # NDRPDR iter env5
1567         - 8   # NDRPDR iter env5
1568         - 9   # NDRPDR iter env5
1569         - 10  # NDRPDR iter env5
1570         - 11  # NDRPDR iter env5
1571         - 12  # NDRPDR iter env5
1572         - 13  # NDRPDR iter env5
1573     dpdk-compare-testbeds-skx-clx-cmp:
1574       csit-dpdk-perf-report-iterative-2009-2n-clx:
1575         - 4   # NDRPDR iter env5
1576         - 5   # NDRPDR iter env5
1577         - 6   # NDRPDR iter env5
1578         - 7   # NDRPDR iter env5
1579         - 8   # NDRPDR iter env5
1580         - 9   # NDRPDR iter env5
1581         - 10  # NDRPDR iter env5
1582         - 11  # NDRPDR iter env5
1583         - 12  # NDRPDR iter env5
1584         - 13  # NDRPDR iter env5
1585
1586     # Compare topologies
1587
1588     vpp-compare-topologies-ref:
1589       csit-vpp-perf-report-iterative-2009-3n-skx:
1590         - 26  # rls2009 NDRPDR iter env 5
1591         - 27  # rls2009 NDRPDR iter env 5
1592         - 28  # rls2009 NDRPDR iter env 5
1593         - 29  # rls2009 NDRPDR iter env 5
1594         - 35  # rls2009 NDRPDR iter env 5
1595         - 36  # rls2009 NDRPDR iter env 5
1596         - 37  # rls2009 NDRPDR iter env 5
1597         - 38  # rls2009 NDRPDR iter env 5
1598         - 39  # rls2009 NDRPDR iter env 5
1599         - 40  # rls2009 NDRPDR iter env 5
1600     vpp-compare-topologies-cmp:
1601       csit-vpp-perf-report-iterative-2009-2n-skx:
1602         - 35  # rls2009 NDRPDR iter env 5
1603         - 36  # rls2009 NDRPDR iter env 5
1604         - 37  # rls2009 NDRPDR iter env 5
1605         - 39  # rls2009 NDRPDR iter env 5
1606         - 40  # rls2009 NDRPDR iter env 5
1607         - 42  # rls2009 NDRPDR iter env 5
1608         - 43  # rls2009 NDRPDR iter env 5
1609         - 44  # rls2009 NDRPDR iter env 5
1610         - 46  # rls2009 NDRPDR iter env 5
1611         - 48  # rls2009 NDRPDR iter env 5
1612
1613     vpp-compare-topologies-mrr-ref:
1614       csit-vpp-perf-report-iterative-2009-3n-skx:
1615         - 24  # rls2009 MRR iter env 5
1616     vpp-compare-topologies-mrr-cmp:
1617       csit-vpp-perf-report-iterative-2009-2n-skx:
1618         - 26  # rls2009 MRR iter env 5
1619
1620     dpdk-compare-topologies-ref:
1621       csit-dpdk-perf-report-iterative-2009-3n-skx:
1622         - 4   # NDRPDR sel env5
1623         - 5   # NDRPDR sel env5
1624         - 6   # NDRPDR sel env5
1625         - 7   # NDRPDR sel env5
1626         - 8   # NDRPDR sel env5
1627         - 9   # NDRPDR sel env5
1628         - 14  # NDRPDR sel env5
1629         - 11  # NDRPDR sel env5
1630         - 12  # NDRPDR sel env5
1631         - 13  # NDRPDR sel env5
1632     dpdk-compare-topologies-cmp:
1633       csit-dpdk-perf-report-iterative-2009-2n-skx:
1634         - 4   # NDRPDR iter env5
1635         - 5   # NDRPDR iter env5
1636         - 6   # NDRPDR iter env5
1637         - 7   # NDRPDR iter env5
1638         - 8   # NDRPDR iter env5
1639         - 9   # NDRPDR iter env5
1640         - 10  # NDRPDR iter env5
1641         - 11  # NDRPDR iter env5
1642         - 12  # NDRPDR iter env5
1643         - 13  # NDRPDR iter env5
1644
1645   plot-layouts:
1646
1647     plot-soak-throughput:
1648       titlefont:
1649         size: 16
1650       xaxis:
1651         title: "<b>Test Cases [Index]</b>"
1652         titlefont:
1653           size: 14
1654         autorange: True
1655         fixedrange: False
1656         gridcolor: "rgb(230, 230, 230)"
1657         linecolor: "rgb(220, 220, 220)"
1658         linewidth: 1
1659         showgrid: True
1660         showline: True
1661         showticklabels: True
1662         tickcolor: "rgb(220, 220, 220)"
1663         tickmode: "linear"
1664         tickfont:
1665           size: 14
1666         zeroline: False
1667       yaxis:
1668         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1669         titlefont:
1670           size: 14
1671         gridcolor: "rgb(230, 230, 230)"
1672         hoverformat: ".4r"
1673         tickformat: ".3r"
1674         linecolor: "rgb(220, 220, 220)"
1675         linewidth: 1
1676         showgrid: True
1677         showline: True
1678         showticklabels: True
1679         tickcolor: "rgb(220, 220, 220)"
1680         tickfont:
1681           size: 14
1682         zeroline: False
1683         range: [0,50]
1684       autosize: False
1685       margin:
1686         t: 50
1687         b: 0
1688         l: 80
1689         r: 20
1690       showlegend: True
1691       legend:
1692         orientation: "h"
1693         font:
1694           size: 14
1695       width: 700
1696       height: 900
1697       paper_bgcolor: "#fff"
1698       plot_bgcolor: "#fff"
1699       hoverlabel:
1700         namelength: -1
1701
1702     plot-service-density:
1703       titlefont:
1704         size: 16
1705       xaxis:
1706         side: "top"
1707         autorange: True
1708         fixedrange: False
1709         showgrid: False
1710         showline: False
1711         showticklabels: False
1712         ticks: ""
1713         ticklen: 0
1714         tickwidth: 0
1715         zeroline: False
1716       yaxis:
1717         autorange: "reversed"
1718         showgrid: False
1719         showline: False
1720         showticklabels: False
1721         ticks: ""
1722         ticklen: 0
1723         tickwidth: 0
1724         zeroline: False
1725       showlegend: False
1726       paper_bgcolor: "#fff"
1727       plot_bgcolor: "#fff"
1728       width: 700
1729       height: 700
1730       hoverlabel:
1731         namelength: -1
1732
1733     plot-hoststack:
1734       titlefont:
1735         size: 16
1736       xaxis:
1737         title: "<b>Test Cases [Index]</b>"
1738         titlefont:
1739           size: 14
1740         autorange: True
1741         fixedrange: False
1742         gridcolor: "rgb(230, 230, 230)"
1743         linecolor: "rgb(220, 220, 220)"
1744         linewidth: 1
1745         showgrid: True
1746         showline: True
1747         showticklabels: True
1748         tickcolor: "rgb(220, 220, 220)"
1749         tickmode: "linear"
1750         tickfont:
1751           size: 14
1752         zeroline: False
1753       yaxis:
1754         title: "<b>Bandwidth [Gbps]</b>"
1755         titlefont:
1756           size: 14
1757         gridcolor: "rgb(230, 230, 230)"
1758         hoverformat: ".4s"
1759         linecolor: "rgb(220, 220, 220)"
1760         linewidth: 1
1761         rangemode: "tozero"
1762         showgrid: True
1763         showline: True
1764         showticklabels: True
1765         tickcolor: "rgb(230, 230, 230)"
1766         tickformat: ".3s"
1767         tickfont:
1768           size: 14
1769         zeroline: False
1770       autosize: False
1771       margin:
1772         t: 50
1773         b: 20
1774         l: 80
1775         r: 20
1776       showlegend: True
1777       legend:
1778         orientation: "h"
1779         font:
1780           size: 14
1781       width: 700
1782       height: 800
1783       paper_bgcolor: "#fff"
1784       plot_bgcolor: "#fff"
1785       hoverlabel:
1786         namelength: -1
1787
1788     plot-throughput:
1789       titlefont:
1790         size: 16
1791       xaxis:
1792         title: "<b>Test Cases [Index]</b>"
1793         titlefont:
1794           size: 14
1795         autorange: True
1796         fixedrange: False
1797         gridcolor: "rgb(230, 230, 230)"
1798         linecolor: "rgb(220, 220, 220)"
1799         linewidth: 1
1800         showgrid: True
1801         showline: True
1802         showticklabels: True
1803         tickcolor: "rgb(220, 220, 220)"
1804         tickmode: "linear"
1805         tickfont:
1806           size: 14
1807         zeroline: False
1808       yaxis:
1809         title: "<b>Packet Throughput [Mpps]</b>"
1810         titlefont:
1811           size: 14
1812         gridcolor: "rgb(230, 230, 230)"
1813         hoverformat: ".4r"
1814         tickformat: ".3r"
1815         linecolor: "rgb(220, 220, 220)"
1816         linewidth: 1
1817         showgrid: True
1818         showline: True
1819         showticklabels: True
1820         tickcolor: "rgb(220, 220, 220)"
1821         tickfont:
1822           size: 14
1823         zeroline: False
1824         range: [0,50]
1825       autosize: False
1826       margin:
1827         t: 50
1828         b: 0
1829         l: 80
1830         r: 20
1831       showlegend: True
1832       legend:
1833         orientation: "h"
1834         font:
1835           size: 14
1836       width: 700
1837       height: 900
1838       paper_bgcolor: "#fff"
1839       plot_bgcolor: "#fff"
1840       hoverlabel:
1841         namelength: -1
1842
1843     plot-throughput-gbps:
1844       titlefont:
1845         size: 16
1846       xaxis:
1847         title: "<b>Test Cases [Index]</b>"
1848         titlefont:
1849           size: 14
1850         autorange: True
1851         fixedrange: False
1852         gridcolor: "rgb(230, 230, 230)"
1853         linecolor: "rgb(220, 220, 220)"
1854         linewidth: 1
1855         showgrid: True
1856         showline: True
1857         showticklabels: True
1858         tickcolor: "rgb(220, 220, 220)"
1859         tickmode: "linear"
1860         tickfont:
1861           size: 14
1862         zeroline: False
1863       yaxis:
1864         title: "<b>Packet Throughput [Gbps]</b>"
1865         titlefont:
1866           size: 14
1867         gridcolor: "rgb(230, 230, 230)"
1868         hoverformat: ".4r"
1869         tickformat: ".3r"
1870         linecolor: "rgb(220, 220, 220)"
1871         linewidth: 1
1872         showgrid: True
1873         showline: True
1874         showticklabels: True
1875         tickcolor: "rgb(220, 220, 220)"
1876         tickfont:
1877           size: 14
1878         zeroline: False
1879         range: [0,10]
1880       autosize: False
1881       margin:
1882         t: 50
1883         b: 0
1884         l: 80
1885         r: 20
1886       showlegend: True
1887       legend:
1888         orientation: "h"
1889         font:
1890           size: 14
1891       width: 700
1892       height: 900
1893       paper_bgcolor: "#fff"
1894       plot_bgcolor: "#fff"
1895       hoverlabel:
1896         namelength: -1
1897
1898     plot-cps:
1899       titlefont:
1900         size: 16
1901       xaxis:
1902         title: "<b>Test Cases [Index]</b>"
1903         titlefont:
1904           size: 14
1905         autorange: True
1906         fixedrange: False
1907         gridcolor: "rgb(230, 230, 230)"
1908         linecolor: "rgb(220, 220, 220)"
1909         linewidth: 1
1910         showgrid: True
1911         showline: True
1912         showticklabels: True
1913         tickcolor: "rgb(220, 220, 220)"
1914         tickmode: "linear"
1915         tickfont:
1916           size: 14
1917         zeroline: False
1918       yaxis:
1919         title: "<b>Connections Per Second [cps]</b>"
1920         titlefont:
1921           size: 14
1922         gridcolor: "rgb(230, 230, 230)"
1923         hoverformat: ".4r"
1924         tickformat: ".3s"
1925         linecolor: "rgb(220, 220, 220)"
1926         linewidth: 1
1927         showgrid: True
1928         showline: True
1929         showticklabels: True
1930         tickcolor: "rgb(220, 220, 220)"
1931         tickfont:
1932           size: 14
1933         zeroline: False
1934         range: [0,10]
1935       autosize: False
1936       margin:
1937         t: 50
1938         b: 0
1939         l: 80
1940         r: 20
1941       showlegend: True
1942       legend:
1943         orientation: "h"
1944         font:
1945           size: 14
1946       width: 700
1947       height: 900
1948       paper_bgcolor: "#fff"
1949       plot_bgcolor: "#fff"
1950       hoverlabel:
1951         namelength: -1
1952
1953     plot-throughput-speedup-analysis:
1954       titlefont:
1955         size: 16
1956       xaxis:
1957         title: "<b>Number of Cores [Qty]</b>"
1958         titlefont:
1959           size: 14
1960         autorange: True
1961         fixedrange: False
1962         gridcolor: "rgb(230, 230, 230)"
1963         linecolor: "rgb(220, 220, 220)"
1964         linewidth: 1
1965         showgrid: True
1966         showline: True
1967         showticklabels: True
1968         tickcolor: "rgb(238, 238, 238)"
1969         tickmode: "linear"
1970         tickfont:
1971           size: 14
1972         zeroline: False
1973       yaxis:
1974         title: "<b>Packet Throughput [Mpps]</b>"
1975         titlefont:
1976           size: 14
1977         type: "linear"
1978         gridcolor: "rgb(230, 230, 230)"
1979         hoverformat: ".4s"
1980         linecolor: "rgb(220, 220, 220)"
1981         linewidth: 1
1982         showgrid: True
1983         showline: True
1984         showticklabels: True
1985         tickcolor: "rgb(220, 220, 220)"
1986         tickformat: ".4s"
1987         tickfont:
1988           size: 14
1989         zeroline: True
1990         rangemode: "tozero"
1991         range: [0,100]
1992       legend:
1993         orientation: "h"
1994         font:
1995           size: 14
1996         xanchor: "left"
1997         yanchor: "top"
1998         x: 0
1999         y: -0.2
2000         bgcolor: "rgba(255, 255, 255, 0)"
2001         bordercolor: "rgba(255, 255, 255, 0)"
2002         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2003       autosize: False
2004       margin:
2005           't': 50
2006           'b': 150
2007           'l': 85
2008           'r': 10
2009       showlegend: True
2010       width: 700
2011       height: 700
2012       paper_bgcolor: "#fff"
2013       plot_bgcolor: "#fff"
2014       hoverlabel:
2015         namelength: -1
2016       annotations: [
2017         {
2018           text: "_ _          __          ...",
2019           align: "left",
2020           showarrow: False,
2021           xref: "paper",
2022           yref: "paper",
2023           xanchor: "left",
2024           yanchor: "top",
2025           x: 0,
2026           y: -0.14,
2027           font: {
2028             family: "Consolas, Courier New",
2029             size: 13
2030           },
2031         },
2032         {
2033           text: "    Perfect     Measured     Limit",
2034           align: "left",
2035           showarrow: False,
2036           xref: "paper",
2037           yref: "paper",
2038           xanchor: "left",
2039           yanchor: "top",
2040           x: 0,
2041           y: -0.15,
2042           font: {
2043             family: "Consolas, Courier New",
2044             size: 13
2045           },
2046         },
2047       ]
2048
2049     plot-throughput-speedup-analysis-gbps:
2050       titlefont:
2051         size: 16
2052       xaxis:
2053         title: "<b>Number of Cores [Qty]</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(238, 238, 238)"
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         type: "linear"
2074         gridcolor: "rgb(230, 230, 230)"
2075         hoverformat: ".4s"
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         tickformat: ".4s"
2083         tickfont:
2084           size: 14
2085         zeroline: True
2086         rangemode: "tozero"
2087         range: [0,100]
2088       legend:
2089         orientation: "h"
2090         font:
2091           size: 14
2092         xanchor: "left"
2093         yanchor: "top"
2094         x: 0
2095         y: -0.2
2096         bgcolor: "rgba(255, 255, 255, 0)"
2097         bordercolor: "rgba(255, 255, 255, 0)"
2098         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2099       autosize: False
2100       margin:
2101           't': 50
2102           'b': 150
2103           'l': 85
2104           'r': 10
2105       showlegend: True
2106       width: 700
2107       height: 700
2108       paper_bgcolor: "#fff"
2109       plot_bgcolor: "#fff"
2110       hoverlabel:
2111         namelength: -1
2112       annotations: [
2113         {
2114           text: "_ _          __",
2115           align: "left",
2116           showarrow: False,
2117           xref: "paper",
2118           yref: "paper",
2119           xanchor: "left",
2120           yanchor: "top",
2121           x: 0,
2122           y: -0.13,
2123           font: {
2124             family: "Consolas, Courier New",
2125             size: 13
2126           },
2127         },
2128         {
2129           text: "    Perfect     Measured",
2130           align: "left",
2131           showarrow: False,
2132           xref: "paper",
2133           yref: "paper",
2134           xanchor: "left",
2135           yanchor: "top",
2136           x: 0,
2137           y: -0.15,
2138           font: {
2139             family: "Consolas, Courier New",
2140             size: 13
2141           },
2142         },
2143       ]
2144
2145     plot-throughput-speedup-analysis-cps:
2146       titlefont:
2147         size: 16
2148       xaxis:
2149         title: "<b>Number of Cores [Qty]</b>"
2150         titlefont:
2151           size: 14
2152         autorange: True
2153         fixedrange: False
2154         gridcolor: "rgb(230, 230, 230)"
2155         linecolor: "rgb(220, 220, 220)"
2156         linewidth: 1
2157         showgrid: True
2158         showline: True
2159         showticklabels: True
2160         tickcolor: "rgb(238, 238, 238)"
2161         tickmode: "linear"
2162         tickfont:
2163           size: 14
2164         zeroline: False
2165       yaxis:
2166         title: "<b>Connections Per Second [cps]</b>"
2167         titlefont:
2168           size: 14
2169         type: "linear"
2170         gridcolor: "rgb(230, 230, 230)"
2171         hoverformat: ".4s"
2172         linecolor: "rgb(220, 220, 220)"
2173         linewidth: 1
2174         showgrid: True
2175         showline: True
2176         showticklabels: True
2177         tickcolor: "rgb(220, 220, 220)"
2178         tickformat: ".4s"
2179         tickfont:
2180           size: 14
2181         zeroline: True
2182         rangemode: "tozero"
2183         range: [0,100]
2184       legend:
2185         orientation: "h"
2186         font:
2187           size: 14
2188         xanchor: "left"
2189         yanchor: "top"
2190         x: 0
2191         y: -0.2
2192         bgcolor: "rgba(255, 255, 255, 0)"
2193         bordercolor: "rgba(255, 255, 255, 0)"
2194         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2195       autosize: False
2196       margin:
2197           't': 50
2198           'b': 150
2199           'l': 85
2200           'r': 10
2201       showlegend: True
2202       width: 700
2203       height: 700
2204       paper_bgcolor: "#fff"
2205       plot_bgcolor: "#fff"
2206       hoverlabel:
2207         namelength: -1
2208       annotations: [
2209         {
2210           text: "_ _          __",
2211           align: "left",
2212           showarrow: False,
2213           xref: "paper",
2214           yref: "paper",
2215           xanchor: "left",
2216           yanchor: "top",
2217           x: 0,
2218           y: -0.13,
2219           font: {
2220             family: "Consolas, Courier New",
2221             size: 13
2222           },
2223         },
2224         {
2225           text: "    Perfect     Measured",
2226           align: "left",
2227           showarrow: False,
2228           xref: "paper",
2229           yref: "paper",
2230           xanchor: "left",
2231           yanchor: "top",
2232           x: 0,
2233           y: -0.15,
2234           font: {
2235             family: "Consolas, Courier New",
2236             size: 13
2237           },
2238         },
2239       ]
2240
2241     plot-latency:
2242       titlefont:
2243         size: 16
2244       xaxis:
2245         title: "<b>Direction</b>"
2246         titlefont:
2247           size: 14
2248         autorange: True
2249         fixedrange: False
2250         gridcolor: "rgb(230, 230, 230)"
2251         linecolor: "rgb(220, 220, 220)"
2252         linewidth: 1
2253         showgrid: True
2254         showline: True
2255         showticklabels: False
2256         tickcolor: "rgb(220, 220, 220)"
2257         tickmode: "linear"
2258         tickfont:
2259           size: 14
2260         zeroline: False
2261       yaxis:
2262         title: "<b>Packet Latency [uSec]</b>"
2263         titlefont:
2264           size: 14
2265         type: "linear"
2266         gridcolor: "rgb(230, 230, 230)"
2267         hoverformat: ".4s"
2268         linecolor: "rgb(220, 220, 220)"
2269         linewidth: 1
2270         showgrid: True
2271         showline: True
2272         showticklabels: True
2273         tickcolor: "rgb(220, 220, 220)"
2274         tickformat: ".4s"
2275         tickfont:
2276           size: 14
2277         zeroline: True
2278         rangemode: "tozero"
2279       legend:
2280         orientation: "h"
2281         font:
2282           size: 14
2283         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2284       autosize: False
2285       margin:
2286           't': 50
2287           'b': 150
2288           'l': 80
2289           'r': 10
2290       showlegend: True
2291       width: 700
2292       height: 700
2293       paper_bgcolor: "#fff"
2294       plot_bgcolor: "#fff"
2295       hoverlabel:
2296         namelength: -1
2297
2298     plot-hdrh-latency:
2299       title:
2300         text: ""
2301         xanchor: "center"
2302         x: 0.5
2303         font:
2304           size: 16
2305       width: 700
2306       plot_bgcolor: "white"
2307       annotations:
2308         - font:
2309             size: 14
2310           showarrow: False
2311           text: "<b>Packet Latency [uSec]</b>"
2312           x: 1
2313           xanchor: "right"
2314           xref: "paper"
2315           y: -0.045
2316           yanchor: "top"
2317           yref: "paper"
2318         - font:
2319             size: 14
2320           showarrow: False
2321           text: "<b>Probability [%]</b>"
2322           textangle: 270
2323           x: -0.06
2324           xanchor: "center"
2325           xref: "paper"
2326           y: 0.5
2327           yanchor: "middle"
2328           yref: "paper"
2329         - font:
2330             size: 14
2331           showarrow: False
2332           text: "<b>Direction: E-W</b>"
2333           x: 0.24
2334           xanchor: "center"
2335           xref: "paper"
2336           y: 1.05
2337           yanchor: "bottom"
2338           yref: "paper"
2339         - font:
2340             size: 14
2341           showarrow: False
2342           text: "<b>Direction: W-E</b>"
2343           x: 0.74
2344           xanchor: "center"
2345           xref: "paper"
2346           y: 1.05
2347           yanchor: "bottom"
2348           yref: "paper"
2349
2350     plot-hdrh-latency-percentile:
2351       title:
2352         text: ""
2353         xanchor: "center"
2354         x: 0.5
2355         font:
2356           size: 16
2357       xaxis:
2358         type: "log"
2359         title: "<b>Percentile [%]</b>"
2360         titlefont:
2361           size: 14
2362         autorange: True
2363         fixedrange: False
2364         gridcolor: "rgb(230, 230, 230)"
2365         linecolor: "rgb(220, 220, 220)"
2366         linewidth: 1
2367         showgrid: True
2368         showline: True
2369         showticklabels: True
2370         tickcolor: "rgb(220, 220, 220)"
2371         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2372         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2373         tickfont:
2374           size: 14
2375       yaxis:
2376         title: "<b>Packet Latency [uSec]</b>"
2377         titlefont:
2378           size: 14
2379         gridcolor: "rgb(230, 230, 230)"
2380         linecolor: "rgb(220, 220, 220)"
2381         linewidth: 1
2382         showgrid: True
2383         showline: True
2384         showticklabels: True
2385         tickcolor: "rgb(220, 220, 220)"
2386         tickfont:
2387           size: 14
2388       autosize: False
2389       showlegend: True
2390       legend:
2391         traceorder: "normal"
2392         orientation: "h"
2393         font:
2394           size: 14
2395         xanchor: "left"
2396         yanchor: "top"
2397         x: 0
2398         y: -0.15
2399         bgcolor: "rgba(255, 255, 255, 0)"
2400         bordercolor: "rgba(255, 255, 255, 0)"
2401       width: 700
2402       height: 700
2403       paper_bgcolor: "white"
2404       plot_bgcolor: "white"
2405
2406     plot-hdrh-latency-by-percentile:
2407       title:
2408         text: "<b>Latency by Percentile Distribution</b>"
2409         xanchor: "center"
2410         x: 0.5
2411         font:
2412           size: 18
2413       showlegend: True
2414       legend:
2415         traceorder: "normal"
2416         orientation: "h"
2417         font:
2418           size: 16
2419         xanchor: "left"
2420         yanchor: "top"
2421         x: 0
2422         y: -0.2
2423         bgcolor: "rgba(255, 255, 255, 0)"
2424         bordercolor: "rgba(255, 255, 255, 0)"
2425       xaxis:
2426         type: "linear"
2427         title: "<b>Percentile [%]</b>"
2428         titlefont:
2429           size: 14
2430         autorange: False
2431         fixedrange: False
2432         range: [0, 100]
2433         gridcolor: "rgb(230, 230, 230)"
2434         linecolor: "rgb(220, 220, 220)"
2435         linewidth: 1
2436         showgrid: True
2437         showline: True
2438         showticklabels: True
2439         tickcolor: "rgb(220, 220, 220)"
2440         tickvals: [0, 25, 50, 75, 100]
2441         ticktext: [0, 25, 50, 75, 100]
2442         tickfont:
2443           size: 14
2444       yaxis:
2445         title: "<b>One-Way Latency per Direction [uSec]</b>"
2446         titlefont:
2447           size: 14
2448         gridcolor: "rgb(230, 230, 230)"
2449         linecolor: "rgb(220, 220, 220)"
2450         linewidth: 1
2451         showgrid: True
2452         showline: True
2453         showticklabels: True
2454         tickcolor: "rgb(220, 220, 220)"
2455         tickfont:
2456           size: 14
2457       width: 700
2458       height: 700
2459       paper_bgcolor: "white"
2460       plot_bgcolor: "white"
2461
2462 - type: "static"
2463   src-path: "{DIR[RST]}"
2464   dst-path: "{DIR[WORKING,SRC]}"
2465
2466 - type: "input"
2467   general:
2468     file-name: "output_info.xml.gz"
2469     file-format: ".gz"
2470     arch-file-format:
2471       - ".gz"
2472       - ".zip"
2473     download-path: "{job}/{build}/archives/{filename}"
2474     extract: "output.xml"
2475
2476     zip-file-name: "robot-plugin.zip"
2477     zip-file-format: ".zip"
2478     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2479     zip-extract: "robot-plugin/output.xml"
2480
2481   builds:
2482
2483     csit-vpp-perf-verify-2001-3n-hsw:
2484       - 17  # MRR sel
2485     csit-vpp-perf-report-iterative-2005-3n-hsw:
2486       - 20  # NDRPDR sel env 4
2487       - 21  # NDRPDR sel env 4
2488       - 22  # NDRPDR sel env 4
2489       - 23  # NDRPDR sel env 4
2490       - 24  # NDRPDR sel env 4
2491       - 25  # NDRPDR sel env 4
2492       - 26  # NDRPDR sel env 4
2493       - 27  # NDRPDR sel env 4
2494       - 28  # NDRPDR sel env 4
2495       - 29  # NDRPDR sel env 4
2496       - 30  # MRR env 4
2497       - 31  # NDRPDR sel 2001.0-4
2498       - 32  # NDRPDR sel 2001.0-4
2499       - 33  # NDRPDR sel 2001.0-4
2500       - 34  # NDRPDR sel 2001.0-4
2501       - 35  # NDRPDR sel 2001.0-4
2502       - 36  # NDRPDR sel 2001.0-4
2503       - 38  # NDRPDR sel 2001.0-4
2504     csit-vpp-perf-report-iterative-2009-3n-hsw:
2505       - 18  # rls2005 MRR iter env 5
2506       - 9   # rls2005 NDRPDR iter env 5
2507       - 10  # rls2005 NDRPDR iter env 5
2508       - 11  # rls2005 NDRPDR iter env 5
2509       - 12  # rls2005 NDRPDR iter env 5
2510       - 13  # rls2005 NDRPDR iter env 5
2511       - 14  # rls2005 NDRPDR iter env 5
2512       - 15  # rls2005 NDRPDR iter env 5
2513       - 16  # rls2005 NDRPDR iter env 5
2514       - 17  # rls2005 NDRPDR iter env 5
2515       - 19  # rls2005 NDRPDR iter env 5
2516       - 23  # rls2009 MRR iter env 5
2517       - 21  # rls2009 NDRPDR iter env 5
2518       - 22  # rls2009 NDRPDR iter env 5
2519       - 24  # rls2009 NDRPDR iter env 5
2520       - 25  # rls2009 NDRPDR iter env 5
2521       - 26  # rls2009 NDRPDR iter env 5
2522       - 27  # rls2009 NDRPDR iter env 5
2523       - 28  # rls2009 NDRPDR iter env 5
2524       - 29  # rls2009 NDRPDR iter env 5
2525       - 30  # rls2009 NDRPDR iter env 5
2526       - 31  # rls2009 NDRPDR iter env 5
2527       - 32  # rls2009 Hoststack iter env 5
2528       - 33  # rls2009 Hoststack iter env 5
2529       - 34  # rls2009 Hoststack iter env 5
2530       - 35  # rls2009 Hoststack iter env 5
2531       - 36  # rls2009 Hoststack iter env 5
2532       - 37  # rls2009 Hoststack iter env 5
2533       - 38  # rls2009 Hoststack iter env 5
2534       - 39  # rls2009 Hoststack iter env 5
2535       - 40  # rls2009 Hoststack iter env 5
2536       - 41  # rls2009 Hoststack iter env 5
2537     csit-vpp-perf-report-coverage-2009-3n-hsw:
2538       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2539       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2540       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2541       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2542       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2543       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2544       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2545       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2546       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2547       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2548       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2549       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2550       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2551       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2552       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2553       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2554       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2555       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2556       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2557       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2558       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2559       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2560       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2561       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2562       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2563       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2564       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2565       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2566       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2567       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2568       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2569       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2570       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2571       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2572       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2573
2574     csit-vpp-perf-verify-2001-3n-skx:
2575       - 50  # MRR sel
2576       - 53  # MRR sel addition
2577     csit-vpp-perf-report-iterative-2005-3n-skx:
2578       - 4   # NDRPDR sel
2579       - 5   # NDRPDR sel ??? all x710 failed
2580       - 33  # NDRPDR sel
2581       - 28  # NDRPDR sel
2582       - 34  # NDRPDR sel
2583       - 42  # NDRPDR sel env 4
2584       - 43  # NDRPDR sel env 4
2585       - 44  # NDRPDR sel env 4
2586       - 45  # NDRPDR sel env 4
2587       - 47  # NDRPDR sel env 4
2588       - 55  # NDRPDR sel env 4
2589       - 56  # NDRPDR sel env 4
2590       - 57  # NDRPDR sel env 4
2591       - 61  # NDRPDR sel env 4
2592       - 62  # NDRPDR sel env 4
2593       - 50  # NDRPDR sel 2001.0-4
2594       - 51  # NDRPDR sel 2001.0-4
2595       - 52  # NDRPDR sel 2001.0-4
2596       - 53  # NDRPDR sel 2001.0-4
2597       - 54  # NDRPDR sel 2001.0-4
2598       - 49  # MRR sel env 4
2599     # TODO: Add:
2600     csit-vpp-perf-report-iterative-2009-3n-skx:
2601       - 17  # rls2005 MRR iter env 5
2602       - 13  # rls2005 NDRPDR iter env 5
2603       - 18  # rls2005 NDRPDR iter env 5
2604       - 19  # rls2005 NDRPDR iter env 5
2605       - 41  # rls2005 NDRPDR iter env 5
2606       - 43  # rls2005 NDRPDR iter env 5
2607       - 44  # rls2005 NDRPDR iter env 5
2608       - 45  # rls2005 NDRPDR iter env 5
2609       - 46  # rls2005 NDRPDR iter env 5
2610       - 24  # rls2009 MRR iter env 5
2611       - 26  # rls2009 NDRPDR iter env 5
2612       - 27  # rls2009 NDRPDR iter env 5
2613       - 28  # rls2009 NDRPDR iter env 5
2614       - 29  # rls2009 NDRPDR iter env 5
2615       - 35  # rls2009 NDRPDR iter env 5
2616       - 36  # rls2009 NDRPDR iter env 5
2617       - 37  # rls2009 NDRPDR iter env 5
2618       - 38  # rls2009 NDRPDR iter env 5
2619       - 39  # rls2009 NDRPDR iter env 5
2620       - 40  # rls2009 NDRPDR iter env 5
2621     csit-vpp-perf-report-coverage-2009-3n-skx:
2622       - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
2623       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2624       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2625       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2626       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2627       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2628       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2629       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2630       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2631       - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
2632       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2633       - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
2634       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2635       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2636       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2637       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2638       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2639       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2640       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2641       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2642       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2643       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2644       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2645       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2646       - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
2647       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2648       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2649       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2650       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2651       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2652       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2653       - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
2654       - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
2655       - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
2656       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2657       - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
2658
2659     csit-vpp-perf-verify-2001-2n-skx:
2660       - 101  # MRR sel - old
2661       - 128  # MRR sel addition - old
2662     csit-vpp-perf-report-iterative-2005-2n-skx:
2663       - 88  # NDRPDR sel env 4
2664       - 89  # NDRPDR sel env 4
2665       - 90  # NDRPDR sel env 4
2666       - 91  # NDRPDR sel env 4
2667       - 92  # NDRPDR sel env 4
2668       - 93  # NDRPDR sel env 4
2669       - 94  # NDRPDR sel env 4
2670       - 125 # NDRPDR sel env 4
2671       - 126 # NDRPDR sel env 4
2672       - 127 # NDRPDR sel env 4
2673       - 100 # NDRPDR sel 2001.0-4
2674       - 101 # NDRPDR sel 2001.0-4
2675       - 102 # NDRPDR sel 2001.0-4
2676       - 103 # NDRPDR sel 2001.0-4
2677       - 104 # NDRPDR sel 2001.0-4
2678       - 105 # NDRPDR sel 2001.0-4
2679       - 99  # MRR sel env 4
2680     csit-vpp-perf-report-iterative-2009-2n-skx:
2681       - 20  # rls2005 MRR iter env 5
2682       - 13  # rls2005 NDRPDR iter env 5
2683       - 16  # rls2005 NDRPDR iter env 5
2684       - 17  # rls2005 NDRPDR iter env 5
2685       - 18  # rls2005 NDRPDR iter env 5
2686       - 19  # rls2005 NDRPDR iter env 5
2687       - 21  # rls2005 NDRPDR iter env 5
2688       - 22  # rls2005 NDRPDR iter env 5
2689       - 23  # rls2005 NDRPDR iter env 5
2690       - 24  # rls2005 NDRPDR iter env 5
2691       - 25  # rls2005 NDRPDR iter env 5
2692       - 26  # rls2009 MRR iter env 5
2693       - 35  # rls2009 NDRPDR iter env 5
2694       - 36  # rls2009 NDRPDR iter env 5
2695       - 37  # rls2009 NDRPDR iter env 5
2696       - 39  # rls2009 NDRPDR iter env 5
2697       - 40  # rls2009 NDRPDR iter env 5
2698       - 42  # rls2009 NDRPDR iter env 5
2699       - 43  # rls2009 NDRPDR iter env 5
2700       - 44  # rls2009 NDRPDR iter env 5
2701       - 46  # rls2009 NDRPDR iter env 5
2702       - 48  # rls2009 NDRPDR iter env 5
2703       - 51  # rls2009 NDRPDR iter NAT44 env 5
2704       - 52  # rls2009 NDRPDR iter NAT44 env 5
2705       - 53  # rls2009 NDRPDR iter NAT44 env 5
2706       - 54  # rls2009 NDRPDR iter NAT44 env 5
2707       - 55  # rls2009 NDRPDR iter NAT44 env 5
2708       - 56  # rls2009 NDRPDR iter NAT44 env 5
2709       - 57  # rls2009 NDRPDR iter NAT44 env 5
2710       - 58  # rls2009 NDRPDR iter NAT44 env 5
2711       - 59  # rls2009 NDRPDR iter NAT44 env 5
2712       - 60  # rls2009 NDRPDR iter NAT44 env 5
2713       - 38  # rls2009 nf-density iter env 5
2714       - 41  # rls2009 nf-density iter env 5
2715       - 45  # rls2009 nf-density iter env 5
2716       - 47  # rls2009 nf-density iter env 5
2717       - 49  # rls2009 nf-density iter env 5
2718       - 63  # rls2009 nf-density iter env 5
2719       - 65  # rls2009 nf-density iter env 5
2720       - 66  # rls2009 nf-density iter env 5
2721       - 71  # rls2009 nf-density iter env 5
2722       - 72  # rls2009 nf-density iter env 5
2723       - 50  # rls2009 MRR nf-density iter env 5
2724       - 27  # rls2009 reconf env 5
2725       - 28  # rls2009 reconf env 5
2726       - 29  # rls2009 reconf env 5
2727       - 30  # rls2009 reconf env 5
2728       - 31  # rls2009 reconf env 5
2729       - 32  # rls2009 reconf env 5
2730       - 61  # rls2009 reconf env 5
2731       - 62  # rls2009 reconf env 5
2732       - 68  # rls2009 reconf env 5
2733       - 70  # rls2009 reconf env 5
2734       - 33  # rls2009 soak env 5
2735       - 34  # rls2009 soak env 5
2736     csit-vpp-perf-report-coverage-2009-2n-skx:
2737       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2738       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2739       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2740       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2741       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2742       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2743       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2744       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2745       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2746       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2747       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2748       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2749       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2750       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2751       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2752
2753     csit-vpp-perf-verify-2001-2n-clx:
2754       - 39  # MRR
2755     csit-vpp-perf-report-iterative-2005-2n-clx:
2756       - 62  # NDRPDR sel env 4
2757       - 63  # NDRPDR sel env 4
2758       - 64  # NDRPDR sel env 4
2759       - 65  # NDRPDR sel env 4
2760       - 66  # NDRPDR sel env 4
2761       - 68  # NDRPDR sel env 4
2762       - 69  # NDRPDR sel env 4
2763       - 70  # NDRPDR sel env 4
2764       - 103 # NDRPDR sel env 4
2765       - 104 # NDRPDR sel env 4
2766       - 73  # NDRPDR sel 2001.0-4
2767       - 74  # NDRPDR sel 2001.0-4
2768       - 75  # NDRPDR sel 2001.0-4
2769       - 76  # NDRPDR sel 2001.0-4
2770       - 77  # NDRPDR sel 2001.0-4
2771       - 78  # NDRPDR sel 2001.0-4
2772       - 79  # NDRPDR sel 2001.0-4
2773       - 80  # NDRPDR sel 2001.0-4
2774       - 72  # MRR env 4
2775     csit-vpp-perf-report-iterative-2009-2n-clx:
2776       - 77  # rls2005 MRR iter env 5
2777       - 13  # rls2005 NDRPDR iter env 5
2778       - 15  # rls2005 NDRPDR iter env 5
2779       - 17  # rls2005 NDRPDR iter env 5
2780       - 18  # rls2005 NDRPDR iter env 5
2781       - 19  # rls2005 NDRPDR iter env 5
2782       - 20  # rls2005 NDRPDR iter env 5
2783       - 21  # rls2005 NDRPDR iter env 5
2784       - 22  # rls2005 NDRPDR iter env 5
2785       - 23  # rls2005 NDRPDR iter env 5
2786       - 24  # rls2005 NDRPDR iter env 5
2787       - 78  # rls2009 MRR iter env 5
2788       - 36  # rls2009 NDRPDR iter env 5
2789       - 39  # rls2009 NDRPDR iter env 5
2790       - 40  # rls2009 NDRPDR iter env 5
2791       - 65  # rls2009 NDRPDR iter env 5
2792       - 66  # rls2009 NDRPDR iter env 5
2793       - 79  # rls2009 NDRPDR iter env 5
2794       - 82  # rls2009 NDRPDR iter env 5
2795       - 88  # rls2009 NDRPDR iter env 5
2796       - 89  # rls2009 NDRPDR iter env 5
2797       - 90  # rls2009 NDRPDR iter env 5
2798       - 37  # rls2009 nf-density iter env 5
2799       - 43  # rls2009 nf-density iter env 5
2800       - 69  # rls2009 nf-density iter env 5
2801       - 70  # rls2009 nf-density iter env 5
2802       - 71  # rls2009 nf-density iter env 5
2803       - 72  # rls2009 nf-density iter env 5
2804       - 73  # rls2009 nf-density iter env 5
2805       - 74  # rls2009 nf-density iter env 5
2806       - 75  # rls2009 nf-density iter env 5
2807       - 76  # rls2009 nf-density iter env 5
2808       - 45  # rls2009 MRR nf-density iter env 5
2809       - 25  # rls2009 reconf env 5
2810       - 27  # rls2009 reconf env 5
2811       - 28  # rls2009 reconf env 5
2812       - 29  # rls2009 reconf env 5
2813       - 30  # rls2009 reconf env 5
2814       - 30  # rls2009 reconf env 5
2815       - 32  # rls2009 reconf env 5
2816       - 48  # rls2009 reconf env 5
2817       - 53  # rls2009 reconf env 5
2818       - 68  # rls2009 reconf env 5
2819       - 33  # rls2009 soak env 5
2820       - 34  # rls2009 soak env 5
2821     csit-vpp-perf-report-coverage-2009-2n-clx:
2822       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2823       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2824       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2825       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2826       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2827       - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
2828       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2829       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2830       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2831       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2832       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2833       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2834       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2835       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2836       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2837
2838     csit-vpp-perf-verify-2001-3n-tsh:
2839       - 9   # MRR sel
2840     csit-vpp-perf-report-iterative-2005-3n-tsh:
2841       - 23  # NDRPDR sel env 4
2842       - 25  # NDRPDR sel env 4
2843       - 33  # NDRPDR sel env 4
2844       - 34  # NDRPDR sel env 4
2845       - 35  # NDRPDR sel env 4
2846       - 36  # NDRPDR sel env 4
2847       - 37  # NDRPDR sel env 4
2848       - 38  # NDRPDR sel env 4
2849       - 39  # NDRPDR sel env 4
2850       - 40  # NDRPDR sel env 4
2851       - 28  # NDRPDR sel 2001.0-4
2852       - 29  # NDRPDR sel 2001.0-4
2853       - 31  # NDRPDR sel 2001.0-4
2854       - 27  # MRR sel env 4
2855     # TODO: Add:
2856     csit-vpp-perf-report-iterative-2009-3n-tsh:
2857       - 8   # rls2005 NDRPDR iter env 5
2858       - 11  # rls2005 NDRPDR iter env 5
2859       - 12  # rls2005 NDRPDR iter env 5
2860       - 24  # rls2005 NDRPDR iter env 5
2861       - 27  # rls2005 NDRPDR iter env 5
2862       - 29  # rls2005 NDRPDR iter env 5
2863       - 31  # rls2005 NDRPDR iter env 5
2864       - 13  # rls2005 MRR iter env 5
2865       - 14  # rls2009 NDRPDR iter env 5
2866       - 20  # rls2009 NDRPDR iter env 5
2867       - 21  # rls2009 NDRPDR iter env 5
2868       - 22  # rls2009 NDRPDR iter env 5
2869       - 23  # rls2009 NDRPDR iter env 5
2870       - 28  # rls2009 NDRPDR iter env 5
2871       - 30  # rls2009 NDRPDR iter env 5
2872       - 15  # rls2009 MRR iter env 5
2873
2874     csit-vpp-perf-verify-2001-3n-dnv:
2875       - 5   # NDRPDR sel
2876       - 6   # NDRPDR sel
2877       - 7   # NDRPDR sel
2878       - 8   # NDRPDR sel
2879       - 9   # NDRPDR sel
2880       - 10  # NDRPDR sel
2881       - 12  # NDRPDR sel
2882       - 16  # NDRPDR sel
2883       - 17  # NDRPDR sel
2884       - 18  # NDRPDR sel
2885       - 11  # MRR sel
2886     csit-vpp-perf-report-iterative-2009-3n-dnv:
2887       - 16  # rls2005 NDRPDR iter env 5
2888       - 23  # rls2005 NDRPDR iter env 5
2889       - 25  # rls2005 NDRPDR iter env 5
2890       - 26  # rls2005 NDRPDR iter env 5
2891       - 27  # rls2005 NDRPDR iter env 5
2892       - 28  # rls2005 NDRPDR iter env 5
2893       - 29  # rls2005 NDRPDR iter env 5
2894       - 30  # rls2005 NDRPDR iter env 5
2895       - 31  # rls2005 NDRPDR iter env 5
2896       - 32  # rls2005 NDRPDR iter env 5
2897       - 19  # rls2005 MRR iter env 5
2898       - 3   # rls2009 NDRPDR iter env 5
2899       - 6   # rls2009 NDRPDR iter env 5
2900       - 7   # rls2009 NDRPDR iter env 5
2901       - 8   # rls2009 NDRPDR iter env 5
2902       - 10  # rls2009 NDRPDR iter env 5
2903       - 11  # rls2009 NDRPDR iter env 5
2904       - 12  # rls2009 NDRPDR iter env 5
2905       - 14  # rls2009 NDRPDR iter env 5
2906       - 15  # rls2009 NDRPDR iter env 5
2907       - 24  # rls2009 NDRPDR iter env 5
2908       - 22  # rls2009 MRR iter env 5
2909     csit-vpp-perf-report-coverage-2009-3n-dnv:
2910       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2911       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2912       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2913       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2914       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2915       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2916       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2917       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2918       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2919
2920     csit-vpp-perf-verify-2001-2n-dnv:
2921       - 4   # NDRPDR sel
2922       - 5   # NDRPDR sel
2923       - 6   # NDRPDR sel
2924       - 7   # NDRPDR sel
2925       - 8   # NDRPDR sel
2926       - 9   # NDRPDR sel
2927       - 10  # NDRPDR sel
2928       - 11  # NDRPDR sel
2929       - 13  # NDRPDR sel
2930       - 16  # NDRPDR sel
2931       - 12  # MRR sel
2932     csit-vpp-perf-report-iterative-2009-2n-dnv:
2933       - 16  # rls2005 NDRPDR iter env 5
2934       - 17  # rls2005 NDRPDR iter env 5
2935       - 18  # rls2005 NDRPDR iter env 5
2936       - 19  # rls2005 NDRPDR iter env 5
2937       - 21  # rls2005 NDRPDR iter env 5
2938       - 24  # rls2005 NDRPDR iter env 5
2939       - 27  # rls2005 NDRPDR iter env 5
2940       - 28  # rls2005 NDRPDR iter env 5
2941       - 29  # rls2005 NDRPDR iter env 5
2942       - 30  # rls2005 NDRPDR iter env 5
2943       - 23  # rls2005 MRR iter env 5
2944       - 3   # rls2009 NDRPDR iter env 5
2945       - 5   # rls2009 NDRPDR iter env 5
2946       - 6   # rls2009 NDRPDR iter env 5
2947       - 7   # rls2009 NDRPDR iter env 5
2948       - 9   # rls2009 NDRPDR iter env 5
2949       - 10  # rls2009 NDRPDR iter env 5
2950       - 11  # rls2009 NDRPDR iter env 5
2951       - 12  # rls2009 NDRPDR iter env 5
2952       - 14  # rls2009 NDRPDR iter env 5
2953       - 15  # rls2009 NDRPDR iter env 5
2954       - 13  # rls2009 MRR iter env 5
2955     csit-vpp-perf-report-coverage-2009-2n-dnv:
2956       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2957       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2958       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2959       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2960       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2961       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2962
2963     csit-dpdk-perf-verify-2001-3n-hsw:
2964       - 4   # NDRPDR sel
2965       - 5   # NDRPDR sel
2966       - 6   # NDRPDR sel
2967       - 7   # NDRPDR sel
2968       - 8   # NDRPDR sel
2969       - 9   # NDRPDR sel
2970       - 10  # NDRPDR sel
2971       - 11  # NDRPDR sel
2972       - 12  # NDRPDR sel
2973       - 13  # NDRPDR sel
2974       - 15  # NDRPDR sel
2975       - 16  # NDRPDR sel
2976       - 17  # NDRPDR sel
2977       - 18  # NDRPDR sel
2978       - 19  # NDRPDR sel
2979       - 20  # NDRPDR sel
2980       - 21  # NDRPDR sel
2981       - 22  # NDRPDR sel
2982       - 23  # NDRPDR sel
2983       - 24  # NDRPDR sel
2984     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2985       - 25  # NDRPDR iter
2986       - 26  # NDRPDR iter
2987       - 27  # NDRPDR iter
2988       - 28  # NDRPDR iter
2989       - 29  # NDRPDR iter
2990       - 30  # NDRPDR iter
2991       - 31  # NDRPDR iter
2992       - 32  # NDRPDR iter
2993       - 33  # NDRPDR iter
2994       - 34  # NDRPDR iter
2995     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2996       - 6   # NDRPDR iter env5
2997       - 7   # NDRPDR iter env5
2998       - 8   # NDRPDR iter env5
2999       - 9   # NDRPDR iter env5
3000       - 10  # NDRPDR iter env5
3001       - 11  # NDRPDR iter env5
3002       - 12  # NDRPDR iter env5
3003       - 13  # NDRPDR iter env5
3004       - 14  # NDRPDR iter env5
3005       - 15  # NDRPDR iter env5
3006
3007     csit-dpdk-perf-verify-2001-3n-skx:
3008       - 29  # NDRPDR sel xxv710
3009       - 33  # NDRPDR sel xxv710
3010       - 34  # NDRPDR sel xxv710
3011       - 35  # NDRPDR sel xxv710
3012       - 36  # NDRPDR sel xxv710
3013       - 37  # NDRPDR sel xxv710
3014       - 41  # NDRPDR sel xxv710
3015       - 42  # NDRPDR sel xxv710
3016       - 43  # NDRPDR sel xxv710
3017       - 45  # NDRPDR sel xxv710
3018       - 30  # NDRPDR sel x710
3019       - 31  # NDRPDR sel x710
3020       - 32  # NDRPDR sel x710
3021       - 38  # NDRPDR sel x710
3022       - 39  # NDRPDR sel x710
3023       - 40  # NDRPDR sel x710
3024       - 44  # NDRPDR sel x710
3025       - 46  # NDRPDR sel x710
3026       - 47  # NDRPDR sel x710
3027       - 48  # NDRPDR sel x710
3028     csit-dpdk-perf-report-iterative-2005-3n-skx:
3029       - 28  # NDRPDR iter
3030       - 29  # NDRPDR iter
3031       - 30  # NDRPDR iter
3032       - 31  # NDRPDR iter
3033       - 32  # NDRPDR iter
3034       - 33  # NDRPDR iter
3035       - 34  # NDRPDR iter
3036       - 35  # NDRPDR iter
3037       - 36  # NDRPDR iter
3038       - 37  # NDRPDR iter
3039     csit-dpdk-perf-report-iterative-2009-3n-skx:
3040       - 4   # NDRPDR sel env5
3041       - 5   # NDRPDR sel env5
3042       - 6   # NDRPDR sel env5
3043       - 7   # NDRPDR sel env5
3044       - 8   # NDRPDR sel env5
3045       - 9   # NDRPDR sel env5
3046       - 14  # NDRPDR sel env5
3047       - 11  # NDRPDR sel env5
3048       - 12  # NDRPDR sel env5
3049       - 13  # NDRPDR sel env5
3050
3051     csit-dpdk-perf-verify-2001-2n-skx:
3052       - 35  # NDRPDR sel xxv710
3053       - 36  # NDRPDR sel xxv710
3054       - 37  # NDRPDR sel xxv710
3055       - 41  # NDRPDR sel xxv710
3056       - 42  # NDRPDR sel xxv710
3057       - 43  # NDRPDR sel xxv710
3058       - 46  # NDRPDR sel xxv710
3059       - 47  # NDRPDR sel xxv710
3060       - 52  # NDRPDR sel xxv710
3061       - 53  # NDRPDR sel xxv710
3062       - 38  # NDRPDR sel x710
3063       - 39  # NDRPDR sel x710
3064       - 40  # NDRPDR sel x710
3065       - 44  # NDRPDR sel x710
3066       - 45  # NDRPDR sel x710
3067       - 48  # NDRPDR sel x710
3068       - 49  # NDRPDR sel x710
3069       - 50  # NDRPDR sel x710
3070       - 51  # NDRPDR sel x710
3071       - 54  # NDRPDR sel x710
3072     csit-dpdk-perf-report-iterative-2005-2n-skx:
3073       - 20  # NDRPDR iter
3074       - 21  # NDRPDR iter
3075       - 22  # NDRPDR iter
3076       - 23  # NDRPDR iter
3077       - 24  # NDRPDR iter
3078       - 25  # NDRPDR iter
3079       - 26  # NDRPDR iter
3080       - 27  # NDRPDR iter
3081       - 28  # NDRPDR iter
3082       - 29  # NDRPDR iter
3083     csit-dpdk-perf-report-iterative-2009-2n-skx:
3084       - 4   # NDRPDR iter env5
3085       - 5   # NDRPDR iter env5
3086       - 6   # NDRPDR iter env5
3087       - 7   # NDRPDR iter env5
3088       - 8   # NDRPDR iter env5
3089       - 9   # NDRPDR iter env5
3090       - 10  # NDRPDR iter env5
3091       - 11  # NDRPDR iter env5
3092       - 12  # NDRPDR iter env5
3093       - 13  # NDRPDR iter env5
3094
3095     csit-dpdk-perf-verify-2001-2n-clx:
3096       - 15  # NDRPDR sel
3097       - 16  # NDRPDR sel
3098       - 17  # NDRPDR sel
3099       - 18  # NDRPDR sel
3100       - 19  # NDRPDR sel
3101       - 20  # NDRPDR sel
3102       - 21  # NDRPDR sel
3103       - 22  # NDRPDR sel
3104       - 23  # NDRPDR sel
3105       - 24  # NDRPDR sel
3106       - 25  # NDRPDR sel
3107       - 26  # NDRPDR sel
3108       - 27  # NDRPDR sel
3109       - 28  # NDRPDR sel
3110       - 29  # NDRPDR sel
3111       - 30  # NDRPDR sel
3112       - 31  # NDRPDR sel
3113       - 32  # NDRPDR sel
3114       - 33  # NDRPDR sel
3115       - 34  # NDRPDR sel
3116     csit-dpdk-perf-report-iterative-2005-2n-clx:
3117       - 20  # NDRPDR iter
3118       - 21  # NDRPDR iter
3119       - 22  # NDRPDR iter
3120       - 23  # NDRPDR iter
3121       - 24  # NDRPDR iter
3122       - 25  # NDRPDR iter
3123       - 26  # NDRPDR iter
3124       - 27  # NDRPDR iter
3125       - 28  # NDRPDR iter
3126       - 29  # NDRPDR iter
3127     csit-dpdk-perf-report-iterative-2009-2n-clx:
3128       - 4   # NDRPDR iter env5
3129       - 5   # NDRPDR iter env5
3130       - 6   # NDRPDR iter env5
3131       - 7   # NDRPDR iter env5
3132       - 8   # NDRPDR iter env5
3133       - 9   # NDRPDR iter env5
3134       - 10  # NDRPDR iter env5
3135       - 11  # NDRPDR iter env5
3136       - 12  # NDRPDR iter env5
3137       - 13  # NDRPDR iter env5
3138
3139 #    csit-dpdk-perf-verify-2001-2n-dnv:
3140 #      - 9   # NDRPDR sel
3141 #      - 10  # NDRPDR sel
3142 #      - 11  # NDRPDR sel
3143 #      - 12  # NDRPDR sel
3144 #      - 13  # NDRPDR sel
3145 #      - 14  # NDRPDR sel
3146 #      - 15  # NDRPDR sel
3147 #      - 16  # NDRPDR sel
3148 #      - 17  # NDRPDR sel
3149 #      - 18  # NDRPDR sel
3150 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3151 #      # No data
3152 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3153 #      # No data
3154
3155 #    csit-dpdk-perf-verify-2001-3n-dnv:
3156 #      - 12  # NDRPDR sel
3157 #      - 13  # NDRPDR sel
3158 #      - 14  # NDRPDR sel
3159 #      - 15  # NDRPDR sel
3160 #      - 16  # NDRPDR sel
3161 #      - 17  # NDRPDR sel
3162 #      - 18  # NDRPDR sel
3163 #      - 19  # NDRPDR sel
3164 #      - 20  # NDRPDR sel
3165 #      - 22  # NDRPDR sel
3166 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3167 #      # No data
3168 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3169 #      # No data
3170
3171     csit-dpdk-perf-verify-2001-3n-tsh:
3172       - 3   # NDRPDR sel
3173       - 4   # NDRPDR sel
3174       - 5   # NDRPDR sel
3175       - 9   # NDRPDR sel
3176       - 10  # NDRPDR sel
3177       - 11  # NDRPDR sel
3178       - 12  # NDRPDR sel
3179       - 14  # NDRPDR sel
3180       - 15  # NDRPDR sel
3181       - 18  # NDRPDR sel
3182     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3183       - 5   # NDRPDR sel
3184     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3185       - 1   # NDRPDR iter env5
3186       - 2   # NDRPDR iter env5
3187       - 3   # NDRPDR iter env5
3188       - 4   # NDRPDR iter env5
3189       - 5   # NDRPDR iter env5
3190       - 6   # NDRPDR iter env5
3191       - 7   # NDRPDR iter env5
3192       - 9   # NDRPDR iter env5
3193       - 10  # NDRPDR iter env5
3194       - 11  # NDRPDR iter env5
3195
3196     csit-vpp-device-2009-ubuntu1804-1n-skx:
3197       - 131 # rls2009 env 5
3198
3199 - type: "output"
3200   output: "report"
3201   format:
3202     html:
3203     - full
3204     pdf:
3205     - minimal
3206
3207 ################################################################################
3208 ###                               T A B L E S                                ###
3209 ################################################################################
3210
3211 # VPP Soak vs NDR - 2n-skx
3212 - type: "table"
3213   title: "VPP Soak vs NDR 2n-skx"
3214   algorithm: "table_soak_vs_ndr"
3215   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3216   reference:
3217     title: "NDR"
3218     data: "vpp-soak-vs-ndr-2n-skx-ref"
3219   compare:
3220     title: "Soak"
3221     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3222   data: "vpp-soak-vs-ndr-2n-skx"
3223   include-tests: "NDR"
3224   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3225   parameters:
3226     - "throughput"
3227     - "name"
3228     - "parent"
3229
3230 # VPP Soak vs NDR - 2n-clx
3231 - type: "table"
3232   title: "VPP Soak vs NDR 2n-clx"
3233   algorithm: "table_soak_vs_ndr"
3234   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3235   reference:
3236     title: "NDR"
3237     data: "vpp-soak-vs-ndr-2n-clx-ref"
3238   compare:
3239     title: "Soak"
3240     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3241   data: "vpp-soak-vs-ndr-2n-clx"
3242   include-tests: "NDR"
3243   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3244   parameters:
3245     - "throughput"
3246     - "name"
3247     - "parent"
3248
3249 ################################################################################
3250
3251 # VPP Compare NICs 3n-skx 2t1c ndr
3252 - type: "table"
3253   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3254   algorithm: "table_comparison"
3255   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3256   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3257   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3258   columns:
3259     - title: "x710"
3260       data-set: "vpp-nic-comparison-3n-skx"
3261       tag: "NIC_Intel-X710"
3262     - title: "xxv710"
3263       data-set: "vpp-nic-comparison-3n-skx"
3264       tag: "NIC_Intel-XXV710"
3265   comparisons:
3266     - title: "Diff"
3267       reference: 1
3268       compare: 2
3269   legend:
3270     - ""
3271     - "x710, xxv710 - NICs tested."
3272     - "Diff - difference between x710 and xxv710 NIC."
3273
3274 # VPP Compare NICs 3n-skx 4t2c ndr
3275 - type: "table"
3276   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3277   algorithm: "table_comparison"
3278   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3279   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3280   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3281   columns:
3282     - title: "x710"
3283       data-set: "vpp-nic-comparison-3n-skx"
3284       tag: "NIC_Intel-X710"
3285     - title: "xxv710"
3286       data-set: "vpp-nic-comparison-3n-skx"
3287       tag: "NIC_Intel-XXV710"
3288   comparisons:
3289     - title: "Diff"
3290       reference: 1
3291       compare: 2
3292   legend:
3293     - ""
3294     - "x710, xxv710 - NICs tested."
3295     - "Diff - difference between x710 and xxv710 NIC."
3296
3297 # VPP Compare NICs 3n-skx 2t1c pdr
3298 - type: "table"
3299   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3300   algorithm: "table_comparison"
3301   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3302   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3303   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3304   columns:
3305     - title: "x710"
3306       data-set: "vpp-nic-comparison-3n-skx"
3307       tag: "NIC_Intel-X710"
3308     - title: "xxv710"
3309       data-set: "vpp-nic-comparison-3n-skx"
3310       tag: "NIC_Intel-XXV710"
3311   comparisons:
3312     - title: "Diff"
3313       reference: 1
3314       compare: 2
3315   legend:
3316     - ""
3317     - "x710, xxv710 - NICs tested."
3318     - "Diff - difference between x710 and xxv710 NIC."
3319
3320 # VPP Compare NICs 3n-skx 4t2c pdr
3321 - type: "table"
3322   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3323   algorithm: "table_comparison"
3324   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3325   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3326   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3327   columns:
3328     - title: "x710"
3329       data-set: "vpp-nic-comparison-3n-skx"
3330       tag: "NIC_Intel-X710"
3331     - title: "xxv710"
3332       data-set: "vpp-nic-comparison-3n-skx"
3333       tag: "NIC_Intel-XXV710"
3334   comparisons:
3335     - title: "Diff"
3336       reference: 1
3337       compare: 2
3338   legend:
3339     - ""
3340     - "x710, xxv710 - NICs tested."
3341     - "Diff - difference between x710 and xxv710 NIC."
3342
3343 # VPP Compare NICs 3n-skx 2t1c mrr
3344 - type: "table"
3345   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3346   algorithm: "table_comparison"
3347   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3348   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3349   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3350   columns:
3351     - title: "x710"
3352       data-set: "vpp-nic-comparison-3n-skx-mrr"
3353       tag: "NIC_Intel-X710"
3354     - title: "xxv710"
3355       data-set: "vpp-nic-comparison-3n-skx-mrr"
3356       tag: "NIC_Intel-XXV710"
3357   comparisons:
3358     - title: "Diff"
3359       reference: 1
3360       compare: 2
3361   legend:
3362     - ""
3363     - "x710, xxv710 - NICs tested."
3364     - "Diff - difference between x710 and xxv710 NIC."
3365
3366 # VPP Compare NICs 3n-skx 4t2c mrr
3367 - type: "table"
3368   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3369   algorithm: "table_comparison"
3370   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3371   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3372   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3373   columns:
3374     - title: "x710"
3375       data-set: "vpp-nic-comparison-3n-skx-mrr"
3376       tag: "NIC_Intel-X710"
3377     - title: "xxv710"
3378       data-set: "vpp-nic-comparison-3n-skx-mrr"
3379       tag: "NIC_Intel-XXV710"
3380   comparisons:
3381     - title: "Diff"
3382       reference: 1
3383       compare: 2
3384   legend:
3385     - ""
3386     - "x710, xxv710 - NICs tested."
3387     - "Diff - difference between x710 and xxv710 NIC."
3388
3389 # VPP Compare NICs 3n-skx 8t4c mrr
3390 - type: "table"
3391   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3392   algorithm: "table_comparison"
3393   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3394   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3395   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3396   columns:
3397     - title: "x710"
3398       data-set: "vpp-nic-comparison-3n-skx-mrr"
3399       tag: "NIC_Intel-X710"
3400     - title: "xxv710"
3401       data-set: "vpp-nic-comparison-3n-skx-mrr"
3402       tag: "NIC_Intel-XXV710"
3403   comparisons:
3404     - title: "Diff"
3405       reference: 1
3406       compare: 2
3407   legend:
3408     - ""
3409     - "x710, xxv710 - NICs tested."
3410     - "Diff - difference between x710 and xxv710 NIC."
3411
3412 # VPP Compare NICs 2n-skx 2t1c ndr
3413 - type: "table"
3414   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3415   algorithm: "table_comparison"
3416   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3417   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3418   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3419   columns:
3420     - title: "x710"
3421       data-set: "vpp-nic-comparison-2n-skx"
3422       tag: "NIC_Intel-X710"
3423     - title: "xxv710"
3424       data-set: "vpp-nic-comparison-2n-skx"
3425       tag: "NIC_Intel-XXV710"
3426   comparisons:
3427     - title: "Diff"
3428       reference: 1
3429       compare: 2
3430   legend:
3431     - ""
3432     - "x710, xxv710 - NICs tested."
3433     - "Diff - difference between x710 and xxv710 NIC."
3434
3435 # VPP Compare NICs 2n-skx 4t2c ndr
3436 - type: "table"
3437   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3438   algorithm: "table_comparison"
3439   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3441   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3442   columns:
3443     - title: "x710"
3444       data-set: "vpp-nic-comparison-2n-skx"
3445       tag: "NIC_Intel-X710"
3446     - title: "xxv710"
3447       data-set: "vpp-nic-comparison-2n-skx"
3448       tag: "NIC_Intel-XXV710"
3449   comparisons:
3450     - title: "Diff"
3451       reference: 1
3452       compare: 2
3453   legend:
3454     - ""
3455     - "x710, xxv710 - NICs tested."
3456     - "Diff - difference between x710 and xxv710 NIC."
3457
3458 # VPP Compare NICs 2n-skx 2t1c pdr
3459 - type: "table"
3460   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3461   algorithm: "table_comparison"
3462   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3463   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3464   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3465   columns:
3466     - title: "x710"
3467       data-set: "vpp-nic-comparison-2n-skx"
3468       tag: "NIC_Intel-X710"
3469     - title: "xxv710"
3470       data-set: "vpp-nic-comparison-2n-skx"
3471       tag: "NIC_Intel-XXV710"
3472   comparisons:
3473     - title: "Diff"
3474       reference: 1
3475       compare: 2
3476   legend:
3477     - ""
3478     - "x710, xxv710 - NICs tested."
3479     - "Diff - difference between x710 and xxv710 NIC."
3480
3481 # VPP Compare NICs 2n-skx 4t2c pdr
3482 - type: "table"
3483   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3484   algorithm: "table_comparison"
3485   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3486   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3487   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3488   columns:
3489     - title: "x710"
3490       data-set: "vpp-nic-comparison-2n-skx"
3491       tag: "NIC_Intel-X710"
3492     - title: "xxv710"
3493       data-set: "vpp-nic-comparison-2n-skx"
3494       tag: "NIC_Intel-XXV710"
3495   comparisons:
3496     - title: "Diff"
3497       reference: 1
3498       compare: 2
3499   legend:
3500     - ""
3501     - "x710, xxv710 - NICs tested."
3502     - "Diff - difference between x710 and xxv710 NIC."
3503
3504 # VPP Compare NICs 2n-skx 2t1c mrr
3505 - type: "table"
3506   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3507   algorithm: "table_comparison"
3508   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3509   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3510   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3511   columns:
3512     - title: "x710"
3513       data-set: "vpp-nic-comparison-2n-skx-mrr"
3514       tag: "NIC_Intel-X710"
3515     - title: "xxv710"
3516       data-set: "vpp-nic-comparison-2n-skx-mrr"
3517       tag: "NIC_Intel-XXV710"
3518   comparisons:
3519     - title: "Diff"
3520       reference: 1
3521       compare: 2
3522   legend:
3523     - ""
3524     - "x710, xxv710 - NICs tested."
3525     - "Diff - difference between x710 and xxv710 NIC."
3526
3527 # VPP Compare NICs 2n-skx 4t2c mrr
3528 - type: "table"
3529   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3530   algorithm: "table_comparison"
3531   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3533   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3534   columns:
3535     - title: "x710"
3536       data-set: "vpp-nic-comparison-2n-skx-mrr"
3537       tag: "NIC_Intel-X710"
3538     - title: "xxv710"
3539       data-set: "vpp-nic-comparison-2n-skx-mrr"
3540       tag: "NIC_Intel-XXV710"
3541   comparisons:
3542     - title: "Diff"
3543       reference: 1
3544       compare: 2
3545   legend:
3546     - ""
3547     - "x710, xxv710 - NICs tested."
3548     - "Diff - difference between x710 and xxv710 NIC."
3549
3550 # VPP Compare NICs 2n-skx 8t4c mrr
3551 - type: "table"
3552   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3553   algorithm: "table_comparison"
3554   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3555   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3556   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3557   columns:
3558     - title: "x710"
3559       data-set: "vpp-nic-comparison-2n-skx-mrr"
3560       tag: "NIC_Intel-X710"
3561     - title: "xxv710"
3562       data-set: "vpp-nic-comparison-2n-skx-mrr"
3563       tag: "NIC_Intel-XXV710"
3564   comparisons:
3565     - title: "Diff"
3566       reference: 1
3567       compare: 2
3568   legend:
3569     - ""
3570     - "x710, xxv710 - NICs tested."
3571     - "Diff - difference between x710 and xxv710 NIC."
3572
3573 ################################################################################
3574 # VPP
3575
3576 # VPP Performance Changes 3n-hsw 1t1c pdr
3577 - type: "table"
3578   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3579   algorithm: "table_comparison"
3580   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3581   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3582   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3583   columns:
3584     - title: "2001.0-4"
3585       data-set: "vpp-performance-changes-3n-hsw-h1"
3586     - title: "2005.0-4"
3587       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3588     - title: "2005.0-5"
3589       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3590     - title: "2009.0-5"
3591       data-set: "vpp-performance-changes-3n-hsw-cmp"
3592   comparisons:
3593     - title: "2005.0-5 vs 2005.0-4"
3594       reference: 2
3595       compare: 3
3596 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3597     - title: "2009.0-5 vs 2005.0-5"
3598       reference: 3
3599       compare: 4
3600 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3601   legend:
3602     - ''
3603     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3604     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3605     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3606     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3607     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3608
3609 # VPP Performance Changes 3n-hsw 2t2c pdr
3610 - type: "table"
3611   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3612   algorithm: "table_comparison"
3613   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3614   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3615   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3616   columns:
3617     - title: "2001.0-4"
3618       data-set: "vpp-performance-changes-3n-hsw-h1"
3619     - title: "2005.0-4"
3620       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3621     - title: "2005.0-5"
3622       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3623     - title: "2009.0-5"
3624       data-set: "vpp-performance-changes-3n-hsw-cmp"
3625   comparisons:
3626     - title: "2005.0-5 vs 2005.0-4"
3627       reference: 2
3628       compare: 3
3629 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3630     - title: "2009.0-5 vs 2005.0-5"
3631       reference: 3
3632       compare: 4
3633 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3634   legend:
3635     - ''
3636     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3637     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3638     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3639     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3640     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3641
3642 # VPP Performance Changes 3n-hsw 1t1c ndr
3643 - type: "table"
3644   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3645   algorithm: "table_comparison"
3646   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3647   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3648   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3649   columns:
3650     - title: "2001.0-4"
3651       data-set: "vpp-performance-changes-3n-hsw-h1"
3652     - title: "2005.0-4"
3653       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3654     - title: "2005.0-5"
3655       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3656     - title: "2009.0-5"
3657       data-set: "vpp-performance-changes-3n-hsw-cmp"
3658   comparisons:
3659     - title: "2005.0-5 vs 2005.0-4"
3660       reference: 2
3661       compare: 3
3662 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3663     - title: "2009.0-5 vs 2005.0-5"
3664       reference: 3
3665       compare: 4
3666 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3667   legend:
3668     - ''
3669     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3670     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3671     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3672     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3673     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3674
3675 # VPP Performance Changes 3n-hsw 2t2c ndr
3676 - type: "table"
3677   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3678   algorithm: "table_comparison"
3679   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3680   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3681   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3682   columns:
3683     - title: "2001.0-4"
3684       data-set: "vpp-performance-changes-3n-hsw-h1"
3685     - title: "2005.0-4"
3686       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3687     - title: "2005.0-5"
3688       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3689     - title: "2009.0-5"
3690       data-set: "vpp-performance-changes-3n-hsw-cmp"
3691   comparisons:
3692     - title: "2005.0-5 vs 2005.0-4"
3693       reference: 2
3694       compare: 3
3695 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3696     - title: "2009.0-5 vs 2005.0-5"
3697       reference: 3
3698       compare: 4
3699 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3700   legend:
3701     - ''
3702     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3703     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3704     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3705     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3706     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3707
3708 # VPP Performance Changes 3n-skx 2t1c pdr
3709 - type: "table"
3710   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3711   algorithm: "table_comparison"
3712   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3713   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3714   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3715   columns:
3716     - title: "2001.0-4"
3717       data-set: "vpp-performance-changes-3n-skx-h1"
3718     - title: "2005.0-4"
3719       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3720     - title: "2005.0-5"
3721       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3722     - title: "2009.0-5"
3723       data-set: "vpp-performance-changes-3n-skx-cmp"
3724   comparisons:
3725     - title: "2005.0-5 vs 2005.0-4"
3726       reference: 2
3727       compare: 3
3728 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3729     - title: "2009.0-5 vs 2005.0-5"
3730       reference: 3
3731       compare: 4
3732 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3733   legend:
3734     - ''
3735     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3736     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3737     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3738     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3739     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3740
3741 # VPP Performance Changes 3n-skx 4t2c pdr
3742 - type: "table"
3743   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3744   algorithm: "table_comparison"
3745   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3746   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3747   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3748   columns:
3749     - title: "2001.0-4"
3750       data-set: "vpp-performance-changes-3n-skx-h1"
3751     - title: "2005.0-4"
3752       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3753     - title: "2005.0-5"
3754       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3755     - title: "2009.0-5"
3756       data-set: "vpp-performance-changes-3n-skx-cmp"
3757   comparisons:
3758     - title: "2005.0-5 vs 2005.0-4"
3759       reference: 2
3760       compare: 3
3761 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3762     - title: "2009.0-5 vs 2005.0-5"
3763       reference: 3
3764       compare: 4
3765 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3766   legend:
3767     - ''
3768     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3769     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3770     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3771     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3772     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3773
3774 # VPP Performance Changes 3n-skx 2t1c ndr
3775 - type: "table"
3776   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3777   algorithm: "table_comparison"
3778   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3779   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3780   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3781   columns:
3782     - title: "2001.0-4"
3783       data-set: "vpp-performance-changes-3n-skx-h1"
3784     - title: "2005.0-4"
3785       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3786     - title: "2005.0-5"
3787       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3788     - title: "2009.0-5"
3789       data-set: "vpp-performance-changes-3n-skx-cmp"
3790   comparisons:
3791     - title: "2005.0-5 vs 2005.0-4"
3792       reference: 2
3793       compare: 3
3794 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3795     - title: "2009.0-5 vs 2005.0-5"
3796       reference: 3
3797       compare: 4
3798 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3799   legend:
3800     - ''
3801     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3802     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3803     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3804     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3805     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3806
3807 # VPP Performance Changes 3n-skx 4t2c ndr
3808 - type: "table"
3809   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3810   algorithm: "table_comparison"
3811   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3812   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3813   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3814   columns:
3815     - title: "2001.0-4"
3816       data-set: "vpp-performance-changes-3n-skx-h1"
3817     - title: "2005.0-4"
3818       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3819     - title: "2005.0-5"
3820       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3821     - title: "2009.0-5"
3822       data-set: "vpp-performance-changes-3n-skx-cmp"
3823   comparisons:
3824     - title: "2005.0-5 vs 2005.0-4"
3825       reference: 2
3826       compare: 3
3827 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3828     - title: "2009.0-5 vs 2005.0-5"
3829       reference: 3
3830       compare: 4
3831 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3832   legend:
3833     - ''
3834     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3835     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3836     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3837     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3838     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3839
3840 # VPP Performance Changes 2n-skx 2t1c pdr
3841 - type: "table"
3842   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3843   algorithm: "table_comparison"
3844   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3845   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3846   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3847   columns:
3848     - title: "2001.0-4"
3849       data-set: "vpp-performance-changes-2n-skx-h1"
3850     - title: "2005.0-4"
3851       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3852     - title: "2005.0-5"
3853       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3854     - title: "2009.0-5"
3855       data-set: "vpp-performance-changes-2n-skx-cmp"
3856   comparisons:
3857     - title: "2005.0-5 vs 2005.0-4"
3858       reference: 2
3859       compare: 3
3860 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3861     - title: "2009.0-5 vs 2005.0-5"
3862       reference: 3
3863       compare: 4
3864 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3865   legend:
3866     - ''
3867     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3868     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3869     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3870     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3871     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3872
3873 # VPP Performance Changes 2n-skx 4t2c pdr
3874 - type: "table"
3875   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3876   algorithm: "table_comparison"
3877   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3878   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3879   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3880   columns:
3881     - title: "2001.0-4"
3882       data-set: "vpp-performance-changes-2n-skx-h1"
3883     - title: "2005.0-4"
3884       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3885     - title: "2005.0-5"
3886       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3887     - title: "2009.0-5"
3888       data-set: "vpp-performance-changes-2n-skx-cmp"
3889   comparisons:
3890     - title: "2005.0-5 vs 2005.0-4"
3891       reference: 2
3892       compare: 3
3893 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3894     - title: "2009.0-5 vs 2005.0-5"
3895       reference: 3
3896       compare: 4
3897 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3898   legend:
3899     - ''
3900     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3901     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3902     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3903     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3904     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3905
3906 # VPP Performance Changes 2n-skx 2t1c ndr
3907 - type: "table"
3908   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3909   algorithm: "table_comparison"
3910   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3911   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3912   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3913   columns:
3914     - title: "2001.0-4"
3915       data-set: "vpp-performance-changes-2n-skx-h1"
3916     - title: "2005.0-4"
3917       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3918     - title: "2005.0-5"
3919       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3920     - title: "2009.0-5"
3921       data-set: "vpp-performance-changes-2n-skx-cmp"
3922   comparisons:
3923     - title: "2005.0-5 vs 2005.0-4"
3924       reference: 2
3925       compare: 3
3926 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3927     - title: "2009.0-5 vs 2005.0-5"
3928       reference: 3
3929       compare: 4
3930 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3931   legend:
3932     - ''
3933     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3934     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3935     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3936     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3937     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3938
3939 # VPP Performance Changes 2n-skx 4t2c ndr
3940 - type: "table"
3941   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3942   algorithm: "table_comparison"
3943   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3944   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3945   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3946   columns:
3947     - title: "2001.0-4"
3948       data-set: "vpp-performance-changes-2n-skx-h1"
3949     - title: "2005.0-4"
3950       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3951     - title: "2005.0-5"
3952       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3953     - title: "2009.0-5"
3954       data-set: "vpp-performance-changes-2n-skx-cmp"
3955   comparisons:
3956     - title: "2005.0-5 vs 2005.0-4"
3957       reference: 2
3958       compare: 3
3959 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3960     - title: "2009.0-5 vs 2005.0-5"
3961       reference: 3
3962       compare: 4
3963 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3964   legend:
3965     - ''
3966     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3967     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3968     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3969     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3970     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3971
3972 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3973 - type: "table"
3974   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3975   algorithm: "table_comparison"
3976   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3977   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3978   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3979   columns:
3980     - title: "2001.0-4"
3981       data-set: "vpp-performance-changes-2n-clx-h1"
3982     - title: "2005.0-4"
3983       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3984     - title: "2005.0-5"
3985       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3986     - title: "2009.0-5"
3987       data-set: "vpp-performance-changes-2n-clx-cmp"
3988   comparisons:
3989     - title: "2005.0-5 vs 2005.0-4"
3990       reference: 2
3991       compare: 3
3992 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3993     - title: "2009.0-5 vs 2005.0-5"
3994       reference: 3
3995       compare: 4
3996 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3997   legend:
3998     - ''
3999     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4000     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4001     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4002     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4003     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4004
4005 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4006 - type: "table"
4007   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4008   algorithm: "table_comparison"
4009   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4010   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4011   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4012   columns:
4013     - title: "2001.0-4"
4014       data-set: "vpp-performance-changes-2n-clx-h1"
4015     - title: "2005.0-4"
4016       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4017     - title: "2005.0-5"
4018       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4019     - title: "2009.0-5"
4020       data-set: "vpp-performance-changes-2n-clx-cmp"
4021   comparisons:
4022     - title: "2005.0-5 vs 2005.0-4"
4023       reference: 2
4024       compare: 3
4025 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4026     - title: "2009.0-5 vs 2005.0-5"
4027       reference: 3
4028       compare: 4
4029 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4030   legend:
4031     - ''
4032     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4033     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4034     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4035     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4036     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4037
4038 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4039 - type: "table"
4040   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4041   algorithm: "table_comparison"
4042   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4043   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4044   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4045   columns:
4046     - title: "2001.0-4"
4047       data-set: "vpp-performance-changes-2n-clx-h1"
4048     - title: "2005.0-4"
4049       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4050     - title: "2005.0-5"
4051       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4052     - title: "2009.0-5"
4053       data-set: "vpp-performance-changes-2n-clx-cmp"
4054   comparisons:
4055     - title: "2005.0-5 vs 2005.0-4"
4056       reference: 2
4057       compare: 3
4058 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4059     - title: "2009.0-5 vs 2005.0-5"
4060       reference: 3
4061       compare: 4
4062 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4063   legend:
4064     - ''
4065     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4066     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4067     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4068     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4069     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4070
4071 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4072 - type: "table"
4073   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4074   algorithm: "table_comparison"
4075   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4076   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4077   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4078   columns:
4079     - title: "2001.0-4"
4080       data-set: "vpp-performance-changes-2n-clx-h1"
4081     - title: "2005.0-4"
4082       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4083     - title: "2005.0-5"
4084       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4085     - title: "2009.0-5"
4086       data-set: "vpp-performance-changes-2n-clx-cmp"
4087   comparisons:
4088     - title: "2005.0-5 vs 2005.0-4"
4089       reference: 2
4090       compare: 3
4091 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4092     - title: "2009.0-5 vs 2005.0-5"
4093       reference: 3
4094       compare: 4
4095 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4096   legend:
4097     - ''
4098     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4099     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4100     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4101     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4102     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4103
4104 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4105 #- type: "table"
4106 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4107 #  algorithm: "table_comparison"
4108 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4109 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4110 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4111 #  columns:
4112 #    - title: "2001.0-2"
4113 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4114 #    - title: "2005.0-3"
4115 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4116 #  comparisons:
4117 #    - title: "Diff"
4118 #      reference: 1
4119 #      compare: 2
4120 #  legend:
4121 #    - ''
4122 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4123 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4124 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4125 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4126 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4127 #
4128 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4129 #- type: "table"
4130 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4131 #  algorithm: "table_comparison"
4132 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4133 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4134 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4135 #  columns:
4136 #    - title: "2001.0-2"
4137 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4138 #    - title: "2005.0-3"
4139 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4140 #  comparisons:
4141 #    - title: "Diff"
4142 #      reference: 1
4143 #      compare: 2
4144 #  legend:
4145 #    - ''
4146 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4147 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4148 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4149 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4150 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4151 #
4152 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4153 #- type: "table"
4154 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4155 #  algorithm: "table_comparison"
4156 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4157 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4158 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4159 #  columns:
4160 #    - title: "2001.0-2"
4161 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4162 #    - title: "2005.0-3"
4163 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4164 #  comparisons:
4165 #    - title: "Diff"
4166 #      reference: 1
4167 #      compare: 2
4168 #  legend:
4169 #    - ''
4170 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4171 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4172 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4173 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4174 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4175 #
4176 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4177 #- type: "table"
4178 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4179 #  algorithm: "table_comparison"
4180 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4181 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4182 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4183 #  columns:
4184 #    - title: "2001.0-2"
4185 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4186 #    - title: "2005.0-3"
4187 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4188 #  comparisons:
4189 #    - title: "Diff"
4190 #      reference: 1
4191 #      compare: 2
4192 #  legend:
4193 #    - ''
4194 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4195 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4196 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4197 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4198 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4199
4200 # VPP Performance Changes 2n-dnv 1t1c pdr
4201 - type: "table"
4202   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4203   algorithm: "table_comparison"
4204   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4205   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4206   filter: "'1T1C'"
4207   columns:
4208     - title: "2001.0-2"
4209       data-set: "vpp-performance-changes-2n-dnv-h1"
4210     - title: "2005.0-5"
4211       data-set: "vpp-performance-changes-2n-dnv-ref"
4212     - title: "2009.0-5"
4213       data-set: "vpp-performance-changes-2n-dnv-cmp"
4214   comparisons:
4215     - title: "2009.0-5 vs 2005.0-5"
4216       reference: 2
4217       compare: 3
4218   legend:
4219     - ''
4220     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4221     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4222     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4223     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4224
4225 # VPP Performance Changes 2n-dnv 2t2c pdr
4226 - type: "table"
4227   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4228   algorithm: "table_comparison"
4229   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4231   filter: "'2T2C'"
4232   columns:
4233     - title: "2001.0-2"
4234       data-set: "vpp-performance-changes-2n-dnv-h1"
4235     - title: "2005.0-5"
4236       data-set: "vpp-performance-changes-2n-dnv-ref"
4237     - title: "2009.0-5"
4238       data-set: "vpp-performance-changes-2n-dnv-cmp"
4239   comparisons:
4240     - title: "2009.0-5 vs 2005.0-5"
4241       reference: 2
4242       compare: 3
4243   legend:
4244     - ''
4245     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4246     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4247     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4248     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4249
4250 # VPP Performance Changes 2n-dnv 1t1c ndr
4251 - type: "table"
4252   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4253   algorithm: "table_comparison"
4254   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4255   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4256   filter: "'1T1C'"
4257   columns:
4258     - title: "2001.0-2"
4259       data-set: "vpp-performance-changes-2n-dnv-h1"
4260     - title: "2005.0-5"
4261       data-set: "vpp-performance-changes-2n-dnv-ref"
4262     - title: "2009.0-5"
4263       data-set: "vpp-performance-changes-2n-dnv-cmp"
4264   comparisons:
4265     - title: "2009.0-5 vs 2005.0-5"
4266       reference: 2
4267       compare: 3
4268   legend:
4269     - ''
4270     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4271     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4272     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4273     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4274
4275 # VPP Performance Changes 2n-dnv 2t2c ndr
4276 - type: "table"
4277   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4278   algorithm: "table_comparison"
4279   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4280   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4281   filter: "'2T2C'"
4282   columns:
4283     - title: "2001.0-2"
4284       data-set: "vpp-performance-changes-2n-dnv-h1"
4285     - title: "2005.0-5"
4286       data-set: "vpp-performance-changes-2n-dnv-ref"
4287     - title: "2009.0-5"
4288       data-set: "vpp-performance-changes-2n-dnv-cmp"
4289   comparisons:
4290     - title: "2009.0-5 vs 2005.0-5"
4291       reference: 2
4292       compare: 3
4293   legend:
4294     - ''
4295     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4296     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4297     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4298     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4299
4300 # VPP Performance Changes 3n-dnv 1t1c pdr
4301 - type: "table"
4302   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4303   algorithm: "table_comparison"
4304   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4305   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4306   filter: "'1T1C'"
4307   columns:
4308     - title: "2001.0-2"
4309       data-set: "vpp-performance-changes-3n-dnv-h1"
4310     - title: "2005.0-5"
4311       data-set: "vpp-performance-changes-3n-dnv-ref"
4312     - title: "2009.0-5"
4313       data-set: "vpp-performance-changes-3n-dnv-cmp"
4314   comparisons:
4315     - title: "2009.0-5 vs 2005.0-5"
4316       reference: 2
4317       compare: 3
4318   legend:
4319     - ''
4320     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4321     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4322     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4323     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4324
4325 # VPP Performance Changes 3n-dnv 2t2c pdr
4326 - type: "table"
4327   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4328   algorithm: "table_comparison"
4329   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4330   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4331   filter: "'2T2C'"
4332   columns:
4333     - title: "2001.0-2"
4334       data-set: "vpp-performance-changes-3n-dnv-h1"
4335     - title: "2005.0-5"
4336       data-set: "vpp-performance-changes-3n-dnv-ref"
4337     - title: "2009.0-5"
4338       data-set: "vpp-performance-changes-3n-dnv-cmp"
4339   comparisons:
4340     - title: "2009.0-5 vs 2005.0-5"
4341       reference: 2
4342       compare: 3
4343   legend:
4344     - ''
4345     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4346     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4347     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4348     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4349
4350 # VPP Performance Changes 3n-dnv 1t1c ndr
4351 - type: "table"
4352   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4353   algorithm: "table_comparison"
4354   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4355   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4356   filter: "'1T1C'"
4357   columns:
4358     - title: "2001.0-2"
4359       data-set: "vpp-performance-changes-3n-dnv-h1"
4360     - title: "2005.0-5"
4361       data-set: "vpp-performance-changes-3n-dnv-ref"
4362     - title: "2009.0-5"
4363       data-set: "vpp-performance-changes-3n-dnv-cmp"
4364   comparisons:
4365     - title: "2009.0-5 vs 2005.0-5"
4366       reference: 2
4367       compare: 3
4368   legend:
4369     - ''
4370     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4371     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4372     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4373     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4374
4375 # VPP Performance Changes 3n-dnv 2t2c ndr
4376 - type: "table"
4377   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4378   algorithm: "table_comparison"
4379   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4380   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4381   filter: "'2T2C'"
4382   columns:
4383     - title: "2001.0-2"
4384       data-set: "vpp-performance-changes-3n-dnv-h1"
4385     - title: "2005.0-5"
4386       data-set: "vpp-performance-changes-3n-dnv-ref"
4387     - title: "2009.0-5"
4388       data-set: "vpp-performance-changes-3n-dnv-cmp"
4389   comparisons:
4390     - title: "2009.0-5 vs 2005.0-5"
4391       reference: 2
4392       compare: 3
4393   legend:
4394     - ''
4395     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4396     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4397     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4398     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4399
4400 # VPP Performance Changes 3n-tsh 1t1c pdr
4401 - type: "table"
4402   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4403   algorithm: "table_comparison"
4404   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4405   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4406   filter: "'1T1C'"
4407   columns:
4408     - title: "2001.0-4"
4409       data-set: "vpp-performance-changes-3n-tsh-h1"
4410     - title: "2005.0-4"
4411       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4412     - title: "2005.0-5"
4413       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4414     - title: "2009.0-5"
4415       data-set: "vpp-performance-changes-3n-tsh-cmp"
4416   comparisons:
4417     - title: "2005.0-5 vs 2005.0-4"
4418       reference: 2
4419       compare: 3
4420 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4421     - title: "2009.0-5 vs 2005.0-5"
4422       reference: 3
4423       compare: 4
4424 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4425   legend:
4426     - ''
4427     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4428     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4429     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4430     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4431     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4432
4433 # VPP Performance Changes 3n-tsh 2t2c pdr
4434 - type: "table"
4435   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4436   algorithm: "table_comparison"
4437   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4438   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4439   filter: "'2T2C'"
4440   columns:
4441     - title: "2001.0-4"
4442       data-set: "vpp-performance-changes-3n-tsh-h1"
4443     - title: "2005.0-4"
4444       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4445     - title: "2005.0-5"
4446       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4447     - title: "2009.0-5"
4448       data-set: "vpp-performance-changes-3n-tsh-cmp"
4449   comparisons:
4450     - title: "2005.0-5 vs 2005.0-4"
4451       reference: 2
4452       compare: 3
4453 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4454     - title: "2009.0-5 vs 2005.0-5"
4455       reference: 3
4456       compare: 4
4457 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4458   legend:
4459     - ''
4460     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4461     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4462     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4463     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4464     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4465
4466 # VPP Performance Changes 3n-tsh 1t1c ndr
4467 - type: "table"
4468   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4469   algorithm: "table_comparison"
4470   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4471   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4472   filter: "'1T1C'"
4473   columns:
4474     - title: "2001.0-4"
4475       data-set: "vpp-performance-changes-3n-tsh-h1"
4476     - title: "2005.0-4"
4477       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4478     - title: "2005.0-5"
4479       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4480     - title: "2009.0-5"
4481       data-set: "vpp-performance-changes-3n-tsh-cmp"
4482   comparisons:
4483     - title: "2005.0-5 vs 2005.0-4"
4484       reference: 2
4485       compare: 3
4486 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4487     - title: "2009.0-5 vs 2005.0-5"
4488       reference: 3
4489       compare: 4
4490 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4491   legend:
4492     - ''
4493     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4494     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4495     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4496     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4497     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4498
4499 # VPP Performance Changes 3n-tsh 2t2c ndr
4500 - type: "table"
4501   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4502   algorithm: "table_comparison"
4503   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4504   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4505   filter: "'2T2C'"
4506   columns:
4507     - title: "2001.0-4"
4508       data-set: "vpp-performance-changes-3n-tsh-h1"
4509     - title: "2005.0-4"
4510       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4511     - title: "2005.0-5"
4512       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4513     - title: "2009.0-5"
4514       data-set: "vpp-performance-changes-3n-tsh-cmp"
4515   comparisons:
4516     - title: "2005.0-5 vs 2005.0-4"
4517       reference: 2
4518       compare: 3
4519 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4520     - title: "2009.0-5 vs 2005.0-5"
4521       reference: 3
4522       compare: 4
4523 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4524   legend:
4525     - ''
4526     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4527     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4528     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4529     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4530     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4531
4532 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4533 - type: "table"
4534   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4535   algorithm: "table_comparison"
4536   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4537   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4538   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4539   columns:
4540     - title: "3n-hsw xl710"
4541       data-set: "vpp-compare-testbeds-ref"
4542       tag: "NIC_Intel-XL710"
4543     - title: "3n-skx xxv710"
4544       data-set: "vpp-compare-testbeds-cmp"
4545       tag: "NIC_Intel-XXV710"
4546   comparisons:
4547     - title: "Diff"
4548       reference: 1
4549       compare: 2
4550   legend:
4551     - ""
4552     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4553     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4554
4555 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4556 - type: "table"
4557   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4558   algorithm: "table_comparison"
4559   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4561   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4562   columns:
4563     - title: "3n-hsw xl710"
4564       data-set: "vpp-compare-testbeds-ref"
4565       tag: "NIC_Intel-XL710"
4566     - title: "3n-skx xxv710"
4567       data-set: "vpp-compare-testbeds-cmp"
4568       tag: "NIC_Intel-XXV710"
4569   comparisons:
4570     - title: "Diff"
4571       reference: 1
4572       compare: 2
4573   legend:
4574     - ""
4575     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4576     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4577
4578 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4579 - type: "table"
4580   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4581   algorithm: "table_comparison"
4582   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4583   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4584   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4585   columns:
4586     - title: "3n-hsw xl710"
4587       data-set: "vpp-compare-testbeds-ref"
4588       tag: "NIC_Intel-XL710"
4589     - title: "3n-skx xxv710"
4590       data-set: "vpp-compare-testbeds-cmp"
4591       tag: "NIC_Intel-XXV710"
4592   comparisons:
4593     - title: "Diff"
4594       reference: 1
4595       compare: 2
4596   legend:
4597     - ""
4598     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4599     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4600
4601 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4602 - type: "table"
4603   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4604   algorithm: "table_comparison"
4605   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4606   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4607   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4608   columns:
4609     - title: "3n-hsw xl710"
4610       data-set: "vpp-compare-testbeds-ref"
4611       tag: "NIC_Intel-XL710"
4612     - title: "3n-skx xxv710"
4613       data-set: "vpp-compare-testbeds-cmp"
4614       tag: "NIC_Intel-XXV710"
4615   comparisons:
4616     - title: "Diff"
4617       reference: 1
4618       compare: 2
4619   legend:
4620     - ""
4621     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4622     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4623
4624 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4625 - type: "table"
4626   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4627   algorithm: "table_comparison"
4628   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4629   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4630   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4631   columns:
4632     - title: "2n-skx"
4633       data-set: "vpp-compare-testbeds-skx-clx-ref"
4634     - title: "2n-clx"
4635       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4636   comparisons:
4637     - title: "Diff"
4638       reference: 1
4639       compare: 2
4640   legend:
4641     - ""
4642     - "2n-skx, 2n-clx - testbeds and NICs tested."
4643     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4644
4645 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4646 - type: "table"
4647   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4648   algorithm: "table_comparison"
4649   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4650   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4651   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4652   columns:
4653     - title: "2n-skx"
4654       data-set: "vpp-compare-testbeds-skx-clx-ref"
4655     - title: "2n-clx"
4656       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4657   comparisons:
4658     - title: "Diff"
4659       reference: 1
4660       compare: 2
4661   legend:
4662     - ""
4663     - "2n-skx, 2n-clx - testbeds and NICs tested."
4664     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4665
4666 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4667 - type: "table"
4668   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4669   algorithm: "table_comparison"
4670   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4671   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4672   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4673   columns:
4674     - title: "2n-skx"
4675       data-set: "vpp-compare-testbeds-skx-clx-ref"
4676     - title: "2n-clx"
4677       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4678   comparisons:
4679     - title: "Diff"
4680       reference: 1
4681       compare: 2
4682   legend:
4683     - ""
4684     - "2n-skx, 2n-clx - testbeds and NICs tested."
4685     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4686
4687 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4688 - type: "table"
4689   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4690   algorithm: "table_comparison"
4691   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4692   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4693   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4694   columns:
4695     - title: "2n-skx"
4696       data-set: "vpp-compare-testbeds-skx-clx-ref"
4697     - title: "2n-clx"
4698       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4699   comparisons:
4700     - title: "Diff"
4701       reference: 1
4702       compare: 2
4703   legend:
4704     - ""
4705     - "2n-skx, 2n-clx - testbeds and NICs tested."
4706     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4707
4708 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4709 - type: "table"
4710   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4711   algorithm: "table_comparison"
4712   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4714   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4715   columns:
4716     - title: "3n-hsw xl710"
4717       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4718       tag: "NIC_Intel-XL710"
4719     - title: "2n-clx xxv710"
4720       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4721       tag: "NIC_Intel-XXV710"
4722   comparisons:
4723     - title: "Diff"
4724       reference: 1
4725       compare: 2
4726   legend:
4727     - ""
4728     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4729     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4730
4731 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4732 - type: "table"
4733   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4734   algorithm: "table_comparison"
4735   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4736   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4737   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4738   columns:
4739     - title: "3n-hsw xl710"
4740       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4741       tag: "NIC_Intel-XL710"
4742     - title: "2n-clx xxv710"
4743       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4744       tag: "NIC_Intel-XXV710"
4745   comparisons:
4746     - title: "Diff"
4747       reference: 1
4748       compare: 2
4749   legend:
4750     - ""
4751     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4752     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4753
4754 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4755 - type: "table"
4756   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4757   algorithm: "table_comparison"
4758   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4759   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4760   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4761   columns:
4762     - title: "3n-hsw xl710"
4763       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4764       tag: "NIC_Intel-XL710"
4765     - title: "2n-clx xxv710"
4766       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4767       tag: "NIC_Intel-XXV710"
4768   comparisons:
4769     - title: "Diff"
4770       reference: 1
4771       compare: 2
4772   legend:
4773     - ""
4774     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4775     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4776
4777 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4778 - type: "table"
4779   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4780   algorithm: "table_comparison"
4781   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4782   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4783   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4784   columns:
4785     - title: "3n-hsw xl710"
4786       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4787       tag: "NIC_Intel-XL710"
4788     - title: "2n-clx xxv710"
4789       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4790       tag: "NIC_Intel-XXV710"
4791   comparisons:
4792     - title: "Diff"
4793       reference: 1
4794       compare: 2
4795   legend:
4796     - ""
4797     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4798     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4799
4800 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4801 - type: "table"
4802   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4803   algorithm: "table_comparison"
4804   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4805   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4806   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4807   columns:
4808     - title: "3n-skx"
4809       data-set: "vpp-compare-topologies-ref"
4810     - title: "2n-skx"
4811       data-set: "vpp-compare-topologies-cmp"
4812   comparisons:
4813     - title: "Diff"
4814       reference: 1
4815       compare: 2
4816   legend:
4817     - ""
4818     - "3n-skx, 2n-skx - topologies tested."
4819     - "Diff - difference between 3n-skx and 2n-skx topologies."
4820
4821 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4822 - type: "table"
4823   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4824   algorithm: "table_comparison"
4825   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4826   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4827   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4828   columns:
4829     - title: "3n-skx"
4830       data-set: "vpp-compare-topologies-ref"
4831     - title: "2n-skx"
4832       data-set: "vpp-compare-topologies-cmp"
4833   comparisons:
4834     - title: "Diff"
4835       reference: 1
4836       compare: 2
4837   legend:
4838     - ""
4839     - "3n-skx, 2n-skx - topologies tested."
4840     - "Diff - difference between 3n-skx and 2n-skx topologies."
4841
4842 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4843 - type: "table"
4844   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4845   algorithm: "table_comparison"
4846   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4847   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4848   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4849   columns:
4850     - title: "3n-skx"
4851       data-set: "vpp-compare-topologies-ref"
4852     - title: "2n-skx"
4853       data-set: "vpp-compare-topologies-cmp"
4854   comparisons:
4855     - title: "Diff"
4856       reference: 1
4857       compare: 2
4858   legend:
4859     - ""
4860     - "3n-skx, 2n-skx - topologies tested."
4861     - "Diff - difference between 3n-skx and 2n-skx topologies."
4862
4863 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4864 - type: "table"
4865   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4866   algorithm: "table_comparison"
4867   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4868   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4869   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4870   columns:
4871     - title: "3n-skx"
4872       data-set: "vpp-compare-topologies-ref"
4873     - title: "2n-skx"
4874       data-set: "vpp-compare-topologies-cmp"
4875   comparisons:
4876     - title: "Diff"
4877       reference: 1
4878       compare: 2
4879   legend:
4880     - ""
4881     - "3n-skx, 2n-skx - topologies tested."
4882     - "Diff - difference between 3n-skx and 2n-skx topologies."
4883
4884 # VPP Performance Changes 3n-hsw 1t1c mrr
4885 - type: "table"
4886   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4887   algorithm: "table_comparison"
4888   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4889   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4890   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4891   columns:
4892     - title: "2001.0-2"
4893       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4894     - title: "2005.0-4"
4895       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4896     - title: "2005.0-5"
4897       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4898     - title: "2009.0-5"
4899       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4900   comparisons:
4901     - title: "2005.0-5 vs 2005.0-4"
4902       reference: 2
4903       compare: 3
4904 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4905     - title: "2009.0-5 vs 2005.0-5"
4906       reference: 3
4907       compare: 4
4908 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4909   legend:
4910     - ''
4911     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4912     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4913     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4914     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4915     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4916
4917 # VPP Performance Changes 3n-hsw 2t2c mrr
4918 - type: "table"
4919   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4920   algorithm: "table_comparison"
4921   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4923   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4924   columns:
4925     - title: "2001.0-2"
4926       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4927     - title: "2005.0-4"
4928       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4929     - title: "2005.0-5"
4930       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4931     - title: "2009.0-5"
4932       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4933   comparisons:
4934     - title: "2005.0-5 vs 2005.0-4"
4935       reference: 2
4936       compare: 3
4937 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4938     - title: "2009.0-5 vs 2005.0-5"
4939       reference: 3
4940       compare: 4
4941 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4942   legend:
4943     - ''
4944     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4945     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4946     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4947     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4948     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4949
4950 # VPP Performance Changes 3n-hsw 4t4c mrr
4951 - type: "table"
4952   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4953   algorithm: "table_comparison"
4954   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4955   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4956   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4957   columns:
4958     - title: "2001.0-2"
4959       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4960     - title: "2005.0-4"
4961       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4962     - title: "2005.0-5"
4963       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4964     - title: "2009.0-5"
4965       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4966   comparisons:
4967     - title: "2005.0-5 vs 2005.0-4"
4968       reference: 2
4969       compare: 3
4970 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4971     - title: "2009.0-5 vs 2005.0-5"
4972       reference: 3
4973       compare: 4
4974 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4975   legend:
4976     - ''
4977     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4978     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4979     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4980     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4981     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4982
4983 # VPP Performance Changes 3n-skx 2t1c mrr
4984 - type: "table"
4985   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4986   algorithm: "table_comparison"
4987   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4988   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4989   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4990   columns:
4991     - title: "2001.0-2"
4992       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4993     - title: "2005.0-4"
4994       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4995     - title: "2005.0-5"
4996       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4997     - title: "2009.0-5"
4998       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4999   comparisons:
5000     - title: "2005.0-5 vs 2005.0-4"
5001       reference: 2
5002       compare: 3
5003 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
5004     - title: "2009.0-5 vs 2005.0-5"
5005       reference: 2
5006       compare: 3
5007 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
5008   legend:
5009     - ''
5010     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5011     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5012     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5013     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5014     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5015
5016 # VPP Performance Changes 3n-skx 4t2c mrr
5017 - type: "table"
5018   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5019   algorithm: "table_comparison"
5020   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5021   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5022   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5023   columns:
5024     - title: "2001.0-2"
5025       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5026     - title: "2005.0-4"
5027       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5028     - title: "2005.0-5"
5029       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5030     - title: "2009.0-5"
5031       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5032   comparisons:
5033     - title: "2005.0-5 vs 2005.0-4"
5034       reference: 2
5035       compare: 3
5036 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
5037     - title: "2009.0-5 vs 2005.0-5"
5038       reference: 2
5039       compare: 3
5040 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
5041   legend:
5042     - ''
5043     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5044     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5045     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5046     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5047     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5048
5049 # VPP Performance Changes 3n-skx 8t4c mrr
5050 - type: "table"
5051   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5052   algorithm: "table_comparison"
5053   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5054   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5055   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5056   columns:
5057     - title: "2001.0-2"
5058       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5059     - title: "2005.0-4"
5060       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5061     - title: "2005.0-5"
5062       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5063     - title: "2009.0-5"
5064       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5065   comparisons:
5066     - title: "2005.0-5 vs 2005.0-4"
5067       reference: 2
5068       compare: 3
5069 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
5070     - title: "2009.0-5 vs 2005.0-5"
5071       reference: 2
5072       compare: 3
5073 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
5074   legend:
5075     - ''
5076     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5077     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5078     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5079     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5080     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5081
5082 # VPP Performance Changes 2n-skx 2t1c mrr
5083 - type: "table"
5084   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5085   algorithm: "table_comparison"
5086   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5087   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5088   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5089   columns:
5090     - title: "2001.0-2"
5091       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5092     - title: "2005.0-4"
5093       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5094     - title: "2005.0-5"
5095       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5096     - title: "2009.0-5"
5097       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5098   comparisons:
5099     - title: "2005.0-5 vs 2005.0-4"
5100       reference: 2
5101       compare: 3
5102 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5103     - title: "2009.0-5 vs 2005.0-4"
5104       reference: 3
5105       compare: 4
5106 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5107   legend:
5108     - ''
5109     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5110     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5111     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5112     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5113     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5114
5115 # VPP Performance Changes 2n-skx 4t2c mrr
5116 - type: "table"
5117   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5118   algorithm: "table_comparison"
5119   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5120   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5121   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5122   columns:
5123     - title: "2001.0-2"
5124       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5125     - title: "2005.0-4"
5126       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5127     - title: "2005.0-5"
5128       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5129     - title: "2009.0-5"
5130       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5131   comparisons:
5132     - title: "2005.0-5 vs 2005.0-4"
5133       reference: 2
5134       compare: 3
5135 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5136     - title: "2009.0-5 vs 2005.0-4"
5137       reference: 3
5138       compare: 4
5139 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5140   legend:
5141     - ''
5142     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5143     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5144     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5145     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5146     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5147
5148 # VPP Performance Changes 2n-skx 8t4c mrr
5149 - type: "table"
5150   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5151   algorithm: "table_comparison"
5152   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5153   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5154   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5155   columns:
5156     - title: "2001.0-2"
5157       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5158     - title: "2005.0-4"
5159       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5160     - title: "2005.0-5"
5161       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5162     - title: "2009.0-5"
5163       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5164   comparisons:
5165     - title: "2005.0-5 vs 2005.0-4"
5166       reference: 2
5167       compare: 3
5168 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5169     - title: "2009.0-5 vs 2005.0-4"
5170       reference: 3
5171       compare: 4
5172 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5173   legend:
5174     - ''
5175     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5176     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5177     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5178     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5179     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5180
5181 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5182 - type: "table"
5183   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5184   algorithm: "table_comparison"
5185   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5186   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5187   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5188   columns:
5189     - title: "2001.0-2"
5190       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5191     - title: "2005.0-4"
5192       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5193     - title: "2005.0-5"
5194       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5195     - title: "2009.0-5"
5196       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5197   comparisons:
5198     - title: "2005.0-5 vs 2005.0-4"
5199       reference: 2
5200       compare: 3
5201 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5202     - title: "2009.0-5 vs 2005.0-5"
5203       reference: 3
5204       compare: 4
5205 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5206   legend:
5207     - ''
5208     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5209     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5210     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5211     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5212     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5213
5214 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5215 - type: "table"
5216   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5217   algorithm: "table_comparison"
5218   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5219   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5220   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5221   columns:
5222     - title: "2001.0-2"
5223       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5224     - title: "2005.0-4"
5225       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5226     - title: "2005.0-5"
5227       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5228     - title: "2009.0-5"
5229       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5230   comparisons:
5231     - title: "2005.0-5 vs 2005.0-4"
5232       reference: 2
5233       compare: 3
5234 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5235     - title: "2009.0-5 vs 2005.0-5"
5236       reference: 3
5237       compare: 4
5238 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5239   legend:
5240     - ''
5241     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5242     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5243     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5244     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5245     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5246
5247 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5248 - type: "table"
5249   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5250   algorithm: "table_comparison"
5251   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5252   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5253   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5254   columns:
5255     - title: "2001.0-2"
5256       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5257     - title: "2005.0-4"
5258       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5259     - title: "2005.0-5"
5260       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5261     - title: "2009.0-5"
5262       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5263   comparisons:
5264     - title: "2005.0-5 vs 2005.0-4"
5265       reference: 2
5266       compare: 3
5267 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5268     - title: "2009.0-5 vs 2005.0-5"
5269       reference: 3
5270       compare: 4
5271 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5272   legend:
5273     - ''
5274     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5275     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5276     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5277     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5278     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5279
5280 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5281 #- type: "table"
5282 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5283 #  algorithm: "table_comparison"
5284 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5285 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5286 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5287 #  columns:
5288 #    - title: "2001"
5289 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5290 #    - title: "2005"
5291 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5292 #  comparisons:
5293 #    - title: "Diff"
5294 #      reference: 1
5295 #      compare: 2
5296 #  legend:
5297 #    - ""
5298 #    - "2001, 2005 - VPP versions tested."
5299 #    - "Diff - difference between 2001 and 2005 VPP version."
5300 #
5301 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5302 #- type: "table"
5303 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5304 #  algorithm: "table_comparison"
5305 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5306 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5307 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5308 #  columns:
5309 #    - title: "2001"
5310 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5311 #    - title: "2005"
5312 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5313 #  comparisons:
5314 #    - title: "Diff"
5315 #      reference: 1
5316 #      compare: 2
5317 #  legend:
5318 #    - ""
5319 #    - "2001, 2005 - VPP versions tested."
5320 #    - "Diff - difference between 2001 and 2005 VPP version."
5321 #
5322 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5323 #- type: "table"
5324 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5325 #  algorithm: "table_comparison"
5326 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5327 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5328 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5329 #  columns:
5330 #    - title: "2001"
5331 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5332 #    - title: "2005"
5333 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5334 #  comparisons:
5335 #    - title: "Diff"
5336 #      reference: 1
5337 #      compare: 2
5338 #  legend:
5339 #    - ""
5340 #    - "2001, 2005 - VPP versions tested."
5341 #    - "Diff - difference between 2001 and 2005 VPP version."
5342
5343 # VPP Performance Changes 2n-dnv 1t1c mrr
5344 - type: "table"
5345   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5346   algorithm: "table_comparison"
5347   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5348   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5349   filter: "'1T1C'"
5350   columns:
5351     - title: "2001.0-2"
5352       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5353     - title: "2005.0-5"
5354       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5355     - title: "2009.0-5"
5356       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5357   comparisons:
5358     - title: "2009.0-5 vs 2005.0-5"
5359       reference: 2
5360       compare: 3
5361   legend:
5362     - ''
5363     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5364     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5365     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5366     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5367
5368 # VPP Performance Changes 2n-dnv 2t2c mrr
5369 - type: "table"
5370   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5371   algorithm: "table_comparison"
5372   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5373   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5374   filter: "'2T2C'"
5375   columns:
5376     - title: "2001.0-2"
5377       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5378     - title: "2005.0-5"
5379       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5380     - title: "2009.0-5"
5381       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5382   comparisons:
5383     - title: "2009.0-5 vs 2005.0-5"
5384       reference: 2
5385       compare: 3
5386   legend:
5387     - ''
5388     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5389     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5390     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5391     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5392
5393 # VPP Performance Changes 2n-dnv 4t4c mrr
5394 - type: "table"
5395   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5396   algorithm: "table_comparison"
5397   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5398   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5399   filter: "'4T4C'"
5400   columns:
5401     - title: "2001.0-2"
5402       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5403     - title: "2005.0-5"
5404       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5405     - title: "2009.0-5"
5406       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5407   comparisons:
5408     - title: "2009.0-5 vs 2005.0-5"
5409       reference: 2
5410       compare: 3
5411   legend:
5412     - ''
5413     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5414     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5415     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5416     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5417
5418 # VPP Performance Changes 3n-dnv 1t1c mrr
5419 - type: "table"
5420   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5421   algorithm: "table_comparison"
5422   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5423   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5424   filter: "'1T1C'"
5425   columns:
5426     - title: "2001.0-2"
5427       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5428     - title: "2005.0-5"
5429       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5430     - title: "2009.0-5"
5431       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5432   comparisons:
5433     - title: "2009.0-5 vs 2005.0-5"
5434       reference: 2
5435       compare: 3
5436   legend:
5437     - ''
5438     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5439     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5440     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5441     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5442
5443 # VPP Performance Changes 3n-dnv 2t2c mrr
5444 - type: "table"
5445   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5446   algorithm: "table_comparison"
5447   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5448   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5449   filter: "'2T2C'"
5450   columns:
5451     - title: "2001.0-2"
5452       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5453     - title: "2005.0-5"
5454       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5455     - title: "2009.0-5"
5456       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5457   comparisons:
5458     - title: "2009.0-5 vs 2005.0-5"
5459       reference: 2
5460       compare: 3
5461   legend:
5462     - ''
5463     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5464     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5465     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5466     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5467
5468 # VPP Performance Changes 3n-dnv 4t4c mrr
5469 - type: "table"
5470   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5471   algorithm: "table_comparison"
5472   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5473   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5474   filter: "'4T4C'"
5475   columns:
5476     - title: "2001.0-2"
5477       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5478     - title: "2005.0-5"
5479       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5480     - title: "2009.0-5"
5481       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5482   comparisons:
5483     - title: "2009.0-5 vs 2005.0-5"
5484       reference: 2
5485       compare: 3
5486   legend:
5487     - ''
5488     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5489     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5490     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5491     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5492
5493 # VPP Performance Changes 3n-tsh 1t1c mrr
5494 - type: "table"
5495   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5496   algorithm: "table_comparison"
5497   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5498   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5499   filter: "'1T1C'"
5500   columns:
5501     - title: "2001.0-2"
5502       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5503     - title: "2005.0-4"
5504       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5505     - title: "2005.0-5"
5506       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5507     - title: "2009.0-5"
5508       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5509   comparisons:
5510     - title: "2005.0-5 vs 2005.0-4"
5511       reference: 2
5512       compare: 3
5513 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5514     - title: "2009.0-5 vs 2005.0-5"
5515       reference: 3
5516       compare: 4
5517 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5518   legend:
5519     - ''
5520     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5521     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5522     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5523     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5524     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5525
5526 # VPP Performance Changes 3n-tsh 2t2c mrr
5527 - type: "table"
5528   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5529   algorithm: "table_comparison"
5530   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5531   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5532   filter: "'2T2C'"
5533   columns:
5534     - title: "2001.0-2"
5535       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5536     - title: "2005.0-4"
5537       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5538     - title: "2005.0-5"
5539       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5540     - title: "2009.0-5"
5541       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5542   comparisons:
5543     - title: "2005.0-5 vs 2005.0-4"
5544       reference: 2
5545       compare: 3
5546 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5547     - title: "2009.0-5 vs 2005.0-5"
5548       reference: 3
5549       compare: 4
5550 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5551   legend:
5552     - ''
5553     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5554     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5555     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5556     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5557     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5558
5559 # VPP Performance Changes 3n-tsh 4t4c mrr
5560 - type: "table"
5561   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5562   algorithm: "table_comparison"
5563   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5564   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5565   filter: "'4T4C'"
5566   columns:
5567     - title: "2001.0-2"
5568       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5569     - title: "2005.0-4"
5570       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5571     - title: "2005.0-5"
5572       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5573     - title: "2009.0-5"
5574       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5575   comparisons:
5576     - title: "2005.0-5 vs 2005.0-4"
5577       reference: 2
5578       compare: 3
5579 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5580     - title: "2009.0-5 vs 2005.0-5"
5581       reference: 3
5582       compare: 4
5583 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5584   legend:
5585     - ''
5586     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5587     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5588     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5589     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5590     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5591
5592 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5593 - type: "table"
5594   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5595   algorithm: "table_comparison"
5596   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5597   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5598   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5599   columns:
5600     - title: "3n-hsw xl710"
5601       data-set: "vpp-compare-testbeds-mrr-ref"
5602       tag: "NIC_Intel-XL710"
5603     - title: "3n-skx xxv710"
5604       data-set: "vpp-compare-testbeds-mrr-cmp"
5605       tag: "NIC_Intel-XXV710"
5606   comparisons:
5607     - title: "Diff"
5608       reference: 1
5609       compare: 2
5610   legend:
5611     - ""
5612     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5613     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5614
5615 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5616 - type: "table"
5617   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5618   algorithm: "table_comparison"
5619   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5620   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5621   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5622   columns:
5623     - title: "3n-hsw xl710"
5624       data-set: "vpp-compare-testbeds-mrr-ref"
5625       tag: "NIC_Intel-XL710"
5626     - title: "3n-skx xxv710"
5627       data-set: "vpp-compare-testbeds-mrr-cmp"
5628       tag: "NIC_Intel-XXV710"
5629   comparisons:
5630     - title: "Diff"
5631       reference: 1
5632       compare: 2
5633   legend:
5634     - ""
5635     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5636     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5637
5638 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5639 - type: "table"
5640   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5641   algorithm: "table_comparison"
5642   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5643   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5644   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5645   columns:
5646     - title: "3n-hsw xl710"
5647       data-set: "vpp-compare-testbeds-mrr-ref"
5648       tag: "NIC_Intel-XL710"
5649     - title: "3n-skx xxv710"
5650       data-set: "vpp-compare-testbeds-mrr-cmp"
5651       tag: "NIC_Intel-XXV710"
5652   comparisons:
5653     - title: "Diff"
5654       reference: 1
5655       compare: 2
5656   legend:
5657     - ""
5658     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5659     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5660
5661 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5662 - type: "table"
5663   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5664   algorithm: "table_comparison"
5665   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5666   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5667   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5668   columns:
5669     - title: "2n-skx"
5670       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5671     - title: "2n-clx"
5672       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5673   comparisons:
5674     - title: "Diff"
5675       reference: 1
5676       compare: 2
5677   legend:
5678     - ""
5679     - "2n-skx, 2n-clx - testbeds and NICs tested."
5680     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5681
5682 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5683 - type: "table"
5684   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5685   algorithm: "table_comparison"
5686   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5687   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5688   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5689   columns:
5690     - title: "2n-skx"
5691       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5692     - title: "2n-clx"
5693       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5694   comparisons:
5695     - title: "Diff"
5696       reference: 1
5697       compare: 2
5698   legend:
5699     - ""
5700     - "2n-skx, 2n-clx - testbeds and NICs tested."
5701     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5702
5703 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5704 - type: "table"
5705   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5706   algorithm: "table_comparison"
5707   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5708   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5709   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5710   columns:
5711     - title: "2n-skx"
5712       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5713     - title: "2n-clx"
5714       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5715   comparisons:
5716     - title: "Diff"
5717       reference: 1
5718       compare: 2
5719   legend:
5720     - ""
5721     - "2n-skx, 2n-clx - testbeds and NICs tested."
5722     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5723
5724 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5725 - type: "table"
5726   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5727   algorithm: "table_comparison"
5728   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5729   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5730   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5731   columns:
5732     - title: "3n-skx"
5733       data-set: "vpp-compare-topologies-mrr-ref"
5734     - title: "2n-skx"
5735       data-set: "vpp-compare-topologies-mrr-cmp"
5736   comparisons:
5737     - title: "Diff"
5738       reference: 1
5739       compare: 2
5740   legend:
5741     - ""
5742     - "3n-skx, 2n-skx - topologies tested."
5743     - "Diff - difference between 3n-skx and 2n-skx topologies."
5744
5745 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5746 - type: "table"
5747   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5748   algorithm: "table_comparison"
5749   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5750   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5751   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5752   columns:
5753     - title: "3n-skx"
5754       data-set: "vpp-compare-topologies-mrr-ref"
5755     - title: "2n-skx"
5756       data-set: "vpp-compare-topologies-mrr-cmp"
5757   comparisons:
5758     - title: "Diff"
5759       reference: 1
5760       compare: 2
5761   legend:
5762     - ""
5763     - "3n-skx, 2n-skx - topologies tested."
5764     - "Diff - difference between 3n-skx and 2n-skx topologies."
5765
5766 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5767 - type: "table"
5768   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5769   algorithm: "table_comparison"
5770   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5771   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5772   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5773   columns:
5774     - title: "3n-skx"
5775       data-set: "vpp-compare-topologies-mrr-ref"
5776     - title: "2n-skx"
5777       data-set: "vpp-compare-topologies-mrr-cmp"
5778   comparisons:
5779     - title: "Diff"
5780       reference: 1
5781       compare: 2
5782   legend:
5783     - ""
5784     - "3n-skx, 2n-skx - topologies tested."
5785     - "Diff - difference between 3n-skx and 2n-skx topologies."
5786
5787 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5788 - type: "table"
5789   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5790   algorithm: "table_comparison"
5791   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5792   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5793   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5794   columns:
5795     - title: "3n-hsw xl710"
5796       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5797       tag: "NIC_Intel-XL710"
5798     - title: "2n-clx xxv710"
5799       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5800       tag: "NIC_Intel-XXV710"
5801   comparisons:
5802     - title: "Diff"
5803       reference: 1
5804       compare: 2
5805   legend:
5806     - ""
5807     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5808     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5809
5810 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5811 - type: "table"
5812   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5813   algorithm: "table_comparison"
5814   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5815   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5816   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5817   columns:
5818     - title: "3n-hsw xl710"
5819       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5820       tag: "NIC_Intel-XL710"
5821     - title: "2n-clx xxv710"
5822       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5823       tag: "NIC_Intel-XXV710"
5824   comparisons:
5825     - title: "Diff"
5826       reference: 1
5827       compare: 2
5828   legend:
5829     - ""
5830     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5831     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5832
5833 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5834 - type: "table"
5835   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5836   algorithm: "table_comparison"
5837   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5839   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5840   columns:
5841     - title: "3n-hsw xl710"
5842       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5843       tag: "NIC_Intel-XL710"
5844     - title: "2n-clx xxv710"
5845       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5846       tag: "NIC_Intel-XXV710"
5847   comparisons:
5848     - title: "Diff"
5849       reference: 1
5850       compare: 2
5851   legend:
5852     - ""
5853     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5854     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5855
5856 # Detailed Test Results - VPP Performance Results 3n-hsw
5857 - type: "table"
5858   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5859   algorithm: "table_merged_details"
5860   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5861   columns:
5862     - title: " |prein| Test Name |preout| "
5863       data: "data name"
5864     - 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| "
5865       data: "data msg"
5866   data: "vpp-perf-results-3n-hsw"
5867   filter: "all"
5868   parameters:
5869   - "name"
5870   - "parent"
5871   - "msg"
5872
5873 # Detailed Test Results - VPP Performance Results 3n-skx
5874 - type: "table"
5875   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5876   algorithm: "table_merged_details"
5877   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5878   columns:
5879     - title: " |prein| Test Name |preout| "
5880       data: "data name"
5881     - 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| "
5882       data: "data msg"
5883   data: "vpp-perf-results-3n-skx"
5884   filter: "all"
5885   remove-ndr: False
5886   parameters:
5887   - "name"
5888   - "parent"
5889   - "msg"
5890
5891 # Detailed Test Results - VPP Performance Results 2n-skx
5892 - type: "table"
5893   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5894   algorithm: "table_merged_details"
5895   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5896   columns:
5897     - title: " |prein| Test Name |preout| "
5898       data: "data name"
5899     - 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| "
5900       data: "data msg"
5901   data: "vpp-perf-results-2n-skx"
5902   filter: "all"
5903   remove-ndr: False
5904   parameters:
5905   - "name"
5906   - "parent"
5907   - "msg"
5908
5909 # Detailed Test Results - VPP Performance Results 2n-clx
5910 - type: "table"
5911   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5912   algorithm: "table_merged_details"
5913   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5914   columns:
5915     - title: " |prein| Test Name |preout| "
5916       data: "data name"
5917     - 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| "
5918       data: "data msg"
5919   data: "vpp-perf-results-2n-clx"
5920   filter: "all"
5921   parameters:
5922   - "name"
5923   - "parent"
5924   - "msg"
5925
5926 # Detailed Test Results - VPP Performance Results 3n-tsh
5927 - type: "table"
5928   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5929   algorithm: "table_merged_details"
5930   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5931   columns:
5932     - title: " |prein| Test Name |preout| "
5933       data: "data name"
5934     - 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| "
5935       data: "data msg"
5936   data: "vpp-perf-results-3n-tsh"
5937   filter: "all"
5938   parameters:
5939   - "name"
5940   - "parent"
5941   - "msg"
5942
5943 # Detailed Test Results - VPP Performance Results 3n-dnv
5944 - type: "table"
5945   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5946   algorithm: "table_merged_details"
5947   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5948   columns:
5949     - title: " |prein| Test Name |preout| "
5950       data: "data name"
5951     - 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| "
5952       data: "data msg"
5953   data: "vpp-perf-results-3n-dnv"
5954   filter: "all"
5955   parameters:
5956   - "name"
5957   - "parent"
5958   - "msg"
5959
5960 # Detailed Test Results - VPP Performance Results 2n-dnv
5961 - type: "table"
5962   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5963   algorithm: "table_merged_details"
5964   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5965   columns:
5966     - title: " |prein| Test Name |preout| "
5967       data: "data name"
5968     - 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| "
5969       data: "data msg"
5970   data: "vpp-perf-results-2n-dnv"
5971   filter: "all"
5972   parameters:
5973   - "name"
5974   - "parent"
5975   - "msg"
5976
5977 # Test configuration - VPP Performance Test Configs 3n-hsw
5978 - type: "table"
5979   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5980   algorithm: "table_merged_details"
5981   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5982   columns:
5983     - title: " |prein| Test Name |preout| "
5984       data: "data name"
5985     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5986       data: "data conf-history"
5987   data: "vpp-perf-results-3n-hsw"
5988   filter: "all"
5989   parameters:
5990   - "parent"
5991   - "name"
5992   - "conf-history"
5993
5994 # Test configuration - VPP Performance Test Configs 3n-skx
5995 - type: "table"
5996   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5997   algorithm: "table_merged_details"
5998   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5999   columns:
6000     - title: " |prein| Test Name |preout| "
6001       data: "data name"
6002     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6003       data: "data conf-history"
6004   data: "vpp-perf-results-3n-skx"
6005   filter: "all"
6006   parameters:
6007   - "parent"
6008   - "name"
6009   - "conf-history"
6010
6011 # Test configuration - VPP Performance Test Configs 2n-skx
6012 - type: "table"
6013   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6014   algorithm: "table_merged_details"
6015   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6016   columns:
6017     - title: " |prein| Test Name |preout| "
6018       data: "data name"
6019     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6020       data: "data conf-history"
6021   data: "vpp-perf-results-2n-skx"
6022   filter: "all"
6023   parameters:
6024   - "parent"
6025   - "name"
6026   - "conf-history"
6027
6028 # Test configuration - VPP Performance Test Configs 2n-clx
6029 - type: "table"
6030   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6031   algorithm: "table_merged_details"
6032   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6033   columns:
6034     - title: " |prein| Test Name |preout| "
6035       data: "data name"
6036     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6037       data: "data conf-history"
6038   data: "vpp-perf-results-2n-clx"
6039   filter: "all"
6040   parameters:
6041   - "parent"
6042   - "name"
6043   - "conf-history"
6044
6045 # Test configuration - VPP Performance Test Configs 3n-tsh
6046 - type: "table"
6047   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6048   algorithm: "table_merged_details"
6049   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6050   columns:
6051     - title: " |prein| Test Name |preout| "
6052       data: "data name"
6053     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6054       data: "data conf-history"
6055   data: "vpp-perf-results-3n-tsh"
6056   filter: "all"
6057   parameters:
6058   - "parent"
6059   - "name"
6060   - "conf-history"
6061
6062 # Test configuration - VPP Performance Test Configs 3n-dnv
6063 - type: "table"
6064   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6065   algorithm: "table_merged_details"
6066   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6067   columns:
6068     - title: " |prein| Test Name |preout| "
6069       data: "data name"
6070     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6071       data: "data conf-history"
6072   data: "vpp-perf-results-3n-dnv"
6073   filter: "all"
6074   parameters:
6075   - "parent"
6076   - "name"
6077   - "conf-history"
6078
6079 # Test configuration - VPP Performance Test Configs 2n-dnv
6080 - type: "table"
6081   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6082   algorithm: "table_merged_details"
6083   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6084   columns:
6085     - title: " |prein| Test Name |preout| "
6086       data: "data name"
6087     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6088       data: "data conf-history"
6089   data: "vpp-perf-results-2n-dnv"
6090   filter: "all"
6091   parameters:
6092   - "parent"
6093   - "name"
6094   - "conf-history"
6095
6096 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6097 - type: "table"
6098   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6099   algorithm: "table_oper_data_html"
6100   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6101   data: "vpp-perf-results-3n-hsw"
6102   filter: "all"
6103
6104 # Test Operational Data - VPP Performance Operational Data 3n-skx
6105 - type: "table"
6106   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6107   algorithm: "table_oper_data_html"
6108   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6109   data: "vpp-perf-results-3n-skx"
6110   filter: "all"
6111
6112 # Test Operational Data - VPP Performance Operational Data 2n-skx
6113 - type: "table"
6114   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6115   algorithm: "table_oper_data_html"
6116   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6117   data: "vpp-perf-results-2n-skx"
6118   filter: "all"
6119
6120 # Test Operational Data - VPP Performance Operational Data 2n-clx
6121 - type: "table"
6122   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6123   algorithm: "table_oper_data_html"
6124   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6125   data: "vpp-perf-results-2n-clx"
6126   filter: "all"
6127
6128 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6129 - type: "table"
6130   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6131   algorithm: "table_oper_data_html"
6132   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6133   data: "vpp-perf-results-3n-tsh"
6134   filter: "all"
6135
6136 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6137 - type: "table"
6138   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6139   algorithm: "table_oper_data_html"
6140   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6141   data: "vpp-perf-results-3n-dnv"
6142   filter: "all"
6143
6144 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6145 - type: "table"
6146   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6147   algorithm: "table_oper_data_html"
6148   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6149   data: "vpp-perf-results-2n-dnv"
6150   filter: "all"
6151
6152 # Detailed Test Results - VPP MRR Results 3n-hsw
6153 - type: "table"
6154   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6155   algorithm: "table_merged_details"
6156   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6157   columns:
6158     - title: " |prein| Test Name |preout| "
6159       data: "data name"
6160     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6161       data: "data msg"
6162   data: "vpp-mrr-results-3n-hsw"
6163   filter: "all"
6164   parameters:
6165   - "name"
6166   - "parent"
6167   - "msg"
6168
6169 # Detailed Test Results - VPP MRR Results 3n-skx
6170 - type: "table"
6171   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6172   algorithm: "table_merged_details"
6173   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6174   columns:
6175     - title: " |prein| Test Name |preout| "
6176       data: "data name"
6177     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6178       data: "data msg"
6179   data: "vpp-mrr-results-3n-skx"
6180   filter: "all"
6181   parameters:
6182   - "name"
6183   - "parent"
6184   - "msg"
6185
6186 # Detailed Test Results - VPP MRR Results 2n-skx
6187 - type: "table"
6188   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6189   algorithm: "table_merged_details"
6190   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6191   columns:
6192     - title: " |prein| Test Name |preout| "
6193       data: "data name"
6194     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6195       data: "data msg"
6196   data: "vpp-mrr-results-2n-skx"
6197   filter: "all"
6198   parameters:
6199   - "name"
6200   - "parent"
6201   - "msg"
6202
6203 # Detailed Test Results - VPP MRR Results 2n-clx
6204 - type: "table"
6205   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6206   algorithm: "table_merged_details"
6207   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6208   columns:
6209     - title: " |prein| Test Name |preout| "
6210       data: "data name"
6211     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6212       data: "data msg"
6213   data: "vpp-mrr-results-2n-clx"
6214   filter: "all"
6215   parameters:
6216   - "name"
6217   - "parent"
6218   - "msg"
6219
6220 # Detailed Test Results - VPP MRR Results 3n-tsh
6221 - type: "table"
6222   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6223   algorithm: "table_merged_details"
6224   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6225   columns:
6226     - title: " |prein| Test Name |preout| "
6227       data: "data name"
6228     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6229       data: "data msg"
6230   data: "vpp-mrr-results-3n-tsh"
6231   filter: "all"
6232   parameters:
6233   - "name"
6234   - "parent"
6235   - "msg"
6236
6237 # Detailed Test Results - VPP MRR Results 3n-dnv
6238 - type: "table"
6239   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6240   algorithm: "table_merged_details"
6241   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6242   columns:
6243     - title: " |prein| Test Name |preout| "
6244       data: "data name"
6245     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6246       data: "data msg"
6247   data: "vpp-mrr-results-3n-dnv"
6248   filter: "all"
6249   parameters:
6250   - "name"
6251   - "parent"
6252   - "msg"
6253
6254 # Detailed Test Results - VPP MRR Results 2n-dnv
6255 - type: "table"
6256   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6257   algorithm: "table_merged_details"
6258   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6259   columns:
6260     - title: " |prein| Test Name |preout| "
6261       data: "data name"
6262     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6263       data: "data msg"
6264   data: "vpp-mrr-results-2n-dnv"
6265   filter: "all"
6266   parameters:
6267   - "name"
6268   - "parent"
6269   - "msg"
6270
6271 # Test configuration - VPP MRR Test Configs 3n-hsw
6272 - type: "table"
6273   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6274   algorithm: "table_merged_details"
6275   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6276   columns:
6277     - title: " |prein| Test Name |preout| "
6278       data: "data name"
6279     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6280       data: "data conf-history"
6281   data: "vpp-mrr-results-3n-hsw"
6282   filter: "all"
6283   parameters:
6284   - "parent"
6285   - "name"
6286   - "conf-history"
6287
6288 # Test configuration - VPP MRR Test Configs 3n-skx
6289 - type: "table"
6290   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6291   algorithm: "table_merged_details"
6292   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6293   columns:
6294     - title: " |prein| Test Name |preout| "
6295       data: "data name"
6296     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6297       data: "data conf-history"
6298   data: "vpp-mrr-results-3n-skx"
6299   filter: "all"
6300   parameters:
6301   - "parent"
6302   - "name"
6303   - "conf-history"
6304
6305 # Test configuration - VPP MRR Test Configs 2n-skx
6306 - type: "table"
6307   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6308   algorithm: "table_merged_details"
6309   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6310   columns:
6311     - title: " |prein| Test Name |preout| "
6312       data: "data name"
6313     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6314       data: "data conf-history"
6315   data: "vpp-mrr-results-2n-skx"
6316   filter: "all"
6317   parameters:
6318   - "parent"
6319   - "name"
6320   - "conf-history"
6321
6322 # Test configuration - VPP MRR Test Configs 2n-clx
6323 - type: "table"
6324   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6325   algorithm: "table_merged_details"
6326   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6327   columns:
6328     - title: " |prein| Test Name |preout| "
6329       data: "data name"
6330     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6331       data: "data conf-history"
6332   data: "vpp-mrr-results-2n-clx"
6333   filter: "all"
6334   parameters:
6335   - "parent"
6336   - "name"
6337   - "conf-history"
6338
6339 # Test configuration - VPP MRR Test Configs 3n-tsh
6340 - type: "table"
6341   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6342   algorithm: "table_merged_details"
6343   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6344   columns:
6345     - title: " |prein| Test Name |preout| "
6346       data: "data name"
6347     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6348       data: "data conf-history"
6349   data: "vpp-mrr-results-3n-tsh"
6350   filter: "all"
6351   parameters:
6352   - "parent"
6353   - "name"
6354   - "conf-history"
6355
6356 # Test configuration - VPP MRR Test Configs 3n-dnv
6357 - type: "table"
6358   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6359   algorithm: "table_merged_details"
6360   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6361   columns:
6362     - title: " |prein| Test Name |preout| "
6363       data: "data name"
6364     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6365       data: "data conf-history"
6366   data: "vpp-mrr-results-3n-dnv"
6367   filter: "all"
6368   parameters:
6369   - "parent"
6370   - "name"
6371   - "conf-history"
6372
6373 # Test configuration - VPP MRR Test Configs 2n-dnv
6374 - type: "table"
6375   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6376   algorithm: "table_merged_details"
6377   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6378   columns:
6379     - title: " |prein| Test Name |preout| "
6380       data: "data name"
6381     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6382       data: "data conf-history"
6383   data: "vpp-mrr-results-2n-dnv"
6384   filter: "all"
6385   parameters:
6386   - "parent"
6387   - "name"
6388   - "conf-history"
6389
6390 # Detailed Test Results - VPP Device Results - Ubuntu
6391 - type: "table"
6392   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6393   algorithm: "table_merged_details"
6394   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6395   columns:
6396     - title: " |prein| Test Name |preout| "
6397       data: "data name"
6398     - title: " |prein| Status |preout| "
6399       data: "data status"
6400   data: "vpp-device-results-ubuntu"
6401   filter: "all"
6402   parameters:
6403   - "name"
6404   - "parent"
6405   - "doc"
6406   - "status"
6407
6408 # Test configuration - VPP Device Test Configs - Ubuntu
6409 - type: "table"
6410   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6411   algorithm: "table_merged_details"
6412   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6413   columns:
6414     - title: " |prein| Test Name |preout| "
6415       data: "data name"
6416     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6417       data: "data conf-history"
6418   data: "vpp-device-results-ubuntu"
6419   filter: "all"
6420   parameters:
6421   - "parent"
6422   - "name"
6423   - "conf-history"
6424
6425 ################################################################################
6426
6427 # DPDK Performance Changes 3n-hsw 1t1c pdr
6428 - type: "table"
6429   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6430   algorithm: "table_comparison"
6431   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6432   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6433   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6434   columns:
6435     - title: "2001"
6436       data-set: "dpdk-performance-changes-3n-hsw-h1"
6437     - title: "2005"
6438       data-set: "dpdk-performance-changes-3n-hsw-ref"
6439     - title: "2009"
6440       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6441   comparisons:
6442     - title: "Diff"
6443       reference: 2
6444       compare: 3
6445   legend:
6446     - ""
6447     - "2001, 2005, 2009 - DPDK versions tested."
6448     - "Diff - difference between 2005 and 2009 DPDK version."
6449
6450 # DPDK Performance Changes 3n-hsw 2t2c pdr
6451 - type: "table"
6452   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6453   algorithm: "table_comparison"
6454   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6455   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6456   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6457   columns:
6458     - title: "2001"
6459       data-set: "dpdk-performance-changes-3n-hsw-h1"
6460     - title: "2005"
6461       data-set: "dpdk-performance-changes-3n-hsw-ref"
6462     - title: "2009"
6463       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6464   comparisons:
6465     - title: "Diff"
6466       reference: 2
6467       compare: 3
6468   legend:
6469     - ""
6470     - "2001, 2005, 2009 - DPDK versions tested."
6471     - "Diff - difference between 2005 and 2009 DPDK version."
6472
6473 # DPDK Performance Changes 3n-hsw 1t1c pdr
6474 - type: "table"
6475   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6476   algorithm: "table_comparison"
6477   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6478   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6479   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6480   columns:
6481     - title: "2001"
6482       data-set: "dpdk-performance-changes-3n-hsw-h1"
6483     - title: "2005"
6484       data-set: "dpdk-performance-changes-3n-hsw-ref"
6485     - title: "2009"
6486       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6487   comparisons:
6488     - title: "Diff"
6489       reference: 2
6490       compare: 3
6491   legend:
6492     - ""
6493     - "2001, 2005, 2009 - DPDK versions tested."
6494     - "Diff - difference between 2005 and 2009 DPDK version."
6495
6496 # DPDK Performance Changes 3n-hsw 2t2c ndr
6497 - type: "table"
6498   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6499   algorithm: "table_comparison"
6500   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6501   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6502   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6503   columns:
6504     - title: "2001"
6505       data-set: "dpdk-performance-changes-3n-hsw-h1"
6506     - title: "2005"
6507       data-set: "dpdk-performance-changes-3n-hsw-ref"
6508     - title: "2009"
6509       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6510   comparisons:
6511     - title: "Diff"
6512       reference: 2
6513       compare: 3
6514   legend:
6515     - ""
6516     - "2001, 2005, 2009 - DPDK versions tested."
6517     - "Diff - difference between 2005 and 2009 DPDK version."
6518
6519 # DPDK Performance Changes 3n-skx 2t1c pdr
6520 - type: "table"
6521   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6522   algorithm: "table_comparison"
6523   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6524   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6525   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6526   columns:
6527     - title: "2001"
6528       data-set: "dpdk-performance-changes-3n-skx-h1"
6529     - title: "2005"
6530       data-set: "dpdk-performance-changes-3n-skx-ref"
6531     - title: "2009"
6532       data-set: "dpdk-performance-changes-3n-skx-cmp"
6533   comparisons:
6534     - title: "Diff"
6535       reference: 2
6536       compare: 3
6537   legend:
6538     - ""
6539     - "2001, 2005, 2009 - DPDK versions tested."
6540     - "Diff - difference between 2005 and 2009 DPDK version."
6541
6542 # DPDK Performance Changes 3n-skx 4t2c pdr
6543 - type: "table"
6544   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6545   algorithm: "table_comparison"
6546   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6547   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6548   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6549   columns:
6550     - title: "2001"
6551       data-set: "dpdk-performance-changes-3n-skx-h1"
6552     - title: "2005"
6553       data-set: "dpdk-performance-changes-3n-skx-ref"
6554     - title: "2009"
6555       data-set: "dpdk-performance-changes-3n-skx-cmp"
6556   comparisons:
6557     - title: "Diff"
6558       reference: 2
6559       compare: 3
6560   legend:
6561     - ""
6562     - "2001, 2005, 2009 - DPDK versions tested."
6563     - "Diff - difference between 2005 and 2009 DPDK version."
6564
6565 # DPDK Performance Changes 3n-skx 2t1c ndr
6566 - type: "table"
6567   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6568   algorithm: "table_comparison"
6569   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6570   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6571   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6572   columns:
6573     - title: "2001"
6574       data-set: "dpdk-performance-changes-3n-skx-h1"
6575     - title: "2005"
6576       data-set: "dpdk-performance-changes-3n-skx-ref"
6577     - title: "2009"
6578       data-set: "dpdk-performance-changes-3n-skx-cmp"
6579   comparisons:
6580     - title: "Diff"
6581       reference: 2
6582       compare: 3
6583   legend:
6584     - ""
6585     - "2001, 2005, 2009 - DPDK versions tested."
6586     - "Diff - difference between 2005 and 2009 DPDK version."
6587
6588 # DPDK Performance Changes 3n-skx 4t2c ndr
6589 - type: "table"
6590   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6591   algorithm: "table_comparison"
6592   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6593   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6594   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6595   columns:
6596     - title: "2001"
6597       data-set: "dpdk-performance-changes-3n-skx-h1"
6598     - title: "2005"
6599       data-set: "dpdk-performance-changes-3n-skx-ref"
6600     - title: "2009"
6601       data-set: "dpdk-performance-changes-3n-skx-cmp"
6602   comparisons:
6603     - title: "Diff"
6604       reference: 2
6605       compare: 3
6606   legend:
6607     - ""
6608     - "2001, 2005, 2009 - DPDK versions tested."
6609     - "Diff - difference between 2005 and 2009 DPDK version."
6610
6611 # DPDK Performance Changes 2n-skx 2t1c pdr
6612 - type: "table"
6613   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6614   algorithm: "table_comparison"
6615   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6616   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6617   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6618   columns:
6619     - title: "2001"
6620       data-set: "dpdk-performance-changes-2n-skx-h1"
6621     - title: "2005"
6622       data-set: "dpdk-performance-changes-2n-skx-ref"
6623     - title: "2009"
6624       data-set: "dpdk-performance-changes-2n-skx-cmp"
6625   comparisons:
6626     - title: "Diff"
6627       reference: 2
6628       compare: 3
6629   legend:
6630     - ""
6631     - "2001, 2005, 2009 - DPDK versions tested."
6632     - "Diff - difference between 2005 and 2009 DPDK version."
6633
6634 # DPDK Performance Changes 2n-skx 4t2c pdr
6635 - type: "table"
6636   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6637   algorithm: "table_comparison"
6638   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6640   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6641   columns:
6642     - title: "2001"
6643       data-set: "dpdk-performance-changes-2n-skx-h1"
6644     - title: "2005"
6645       data-set: "dpdk-performance-changes-2n-skx-ref"
6646     - title: "2009"
6647       data-set: "dpdk-performance-changes-2n-skx-cmp"
6648   comparisons:
6649     - title: "Diff"
6650       reference: 2
6651       compare: 3
6652   legend:
6653     - ""
6654     - "2001, 2005, 2009 - DPDK versions tested."
6655     - "Diff - difference between 2005 and 2009 DPDK version."
6656
6657 # DPDK Performance Changes 2n-skx 2t1c ndr
6658 - type: "table"
6659   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6660   algorithm: "table_comparison"
6661   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6662   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6663   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6664   columns:
6665     - title: "2001"
6666       data-set: "dpdk-performance-changes-2n-skx-h1"
6667     - title: "2005"
6668       data-set: "dpdk-performance-changes-2n-skx-ref"
6669     - title: "2009"
6670       data-set: "dpdk-performance-changes-2n-skx-cmp"
6671   comparisons:
6672     - title: "Diff"
6673       reference: 2
6674       compare: 3
6675   legend:
6676     - ""
6677     - "2001, 2005, 2009 - DPDK versions tested."
6678     - "Diff - difference between 2005 and 2009 DPDK version."
6679
6680 # DPDK Performance Changes 2n-skx 4t2c ndr
6681 - type: "table"
6682   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6683   algorithm: "table_comparison"
6684   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6686   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6687   columns:
6688     - title: "2001"
6689       data-set: "dpdk-performance-changes-2n-skx-h1"
6690     - title: "2005"
6691       data-set: "dpdk-performance-changes-2n-skx-ref"
6692     - title: "2009"
6693       data-set: "dpdk-performance-changes-2n-skx-cmp"
6694   comparisons:
6695     - title: "Diff"
6696       reference: 2
6697       compare: 3
6698   legend:
6699     - ""
6700     - "2001, 2005, 2009 - DPDK versions tested."
6701     - "Diff - difference between 2005 and 2009 DPDK version."
6702
6703 # DPDK Performance Changes 2n-clx 2t1c pdr
6704 - type: "table"
6705   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6706   algorithm: "table_comparison"
6707   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6708   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6709   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6710   columns:
6711     - title: "2001"
6712       data-set: "dpdk-performance-changes-2n-clx-h1"
6713     - title: "2005"
6714       data-set: "dpdk-performance-changes-2n-clx-ref"
6715     - title: "2009"
6716       data-set: "dpdk-performance-changes-2n-clx-cmp"
6717   comparisons:
6718     - title: "Diff"
6719       reference: 2
6720       compare: 3
6721   legend:
6722     - ""
6723     - "2001, 2005, 2009 - DPDK versions tested."
6724     - "Diff - difference between 2005 and 2009 DPDK version."
6725
6726 # DPDK Performance Changes 2n-clx 4t2c pdr
6727 - type: "table"
6728   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6729   algorithm: "table_comparison"
6730   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6732   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6733   columns:
6734     - title: "2001"
6735       data-set: "dpdk-performance-changes-2n-clx-h1"
6736     - title: "2005"
6737       data-set: "dpdk-performance-changes-2n-clx-ref"
6738     - title: "2009"
6739       data-set: "dpdk-performance-changes-2n-clx-cmp"
6740   comparisons:
6741     - title: "Diff"
6742       reference: 2
6743       compare: 3
6744   legend:
6745     - ""
6746     - "2001, 2005, 2009 - DPDK versions tested."
6747     - "Diff - difference between 2005 and 2009 DPDK version."
6748
6749 # DPDK Performance Changes 2n-clx 2t1c ndr
6750 - type: "table"
6751   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6752   algorithm: "table_comparison"
6753   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6754   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6755   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6756   columns:
6757     - title: "2001"
6758       data-set: "dpdk-performance-changes-2n-clx-h1"
6759     - title: "2005"
6760       data-set: "dpdk-performance-changes-2n-clx-ref"
6761     - title: "2009"
6762       data-set: "dpdk-performance-changes-2n-clx-cmp"
6763   comparisons:
6764     - title: "Diff"
6765       reference: 2
6766       compare: 3
6767   legend:
6768     - ""
6769     - "2001, 2005, 2009 - DPDK versions tested."
6770     - "Diff - difference between 2005 and 2009 DPDK version."
6771
6772 # DPDK Performance Changes 2n-clx 4t2c ndr
6773 - type: "table"
6774   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6775   algorithm: "table_comparison"
6776   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6777   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6778   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6779   columns:
6780     - title: "2001"
6781       data-set: "dpdk-performance-changes-2n-clx-h1"
6782     - title: "2005"
6783       data-set: "dpdk-performance-changes-2n-clx-ref"
6784     - title: "2009"
6785       data-set: "dpdk-performance-changes-2n-clx-cmp"
6786   comparisons:
6787     - title: "Diff"
6788       reference: 2
6789       compare: 3
6790   legend:
6791     - ""
6792     - "2001, 2005, 2009 - DPDK versions tested."
6793     - "Diff - difference between 2005 and 2009 DPDK version."
6794
6795 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6796 #- type: "table"
6797 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6798 #  algorithm: "table_comparison"
6799 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6800 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6801 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6802 #  columns:
6803 #    - title: "2001"
6804 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6805 #    - title: "2005"
6806 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6807 #    - title: "2009"
6808 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6809 #  comparisons:
6810 #    - title: "Diff"
6811 #      reference: 2
6812 #      compare: 3
6813 #  legend:
6814 #    - ""
6815 #    - "2001, 2005, 2009 - DPDK versions tested."
6816 #    - "Diff - difference between 2005 and 2009 DPDK version."
6817 #
6818 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6819 #- type: "table"
6820 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6821 #  algorithm: "table_comparison"
6822 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6823 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6824 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6825 #  columns:
6826 #    - title: "2001"
6827 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6828 #    - title: "2005"
6829 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6830 #    - title: "2009"
6831 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6832 #  comparisons:
6833 #    - title: "Diff"
6834 #      reference: 2
6835 #      compare: 3
6836 #  legend:
6837 #    - ""
6838 #    - "2001, 2005, 2009 - DPDK versions tested."
6839 #    - "Diff - difference between 2005 and 2009 DPDK version."
6840 #
6841 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6842 #- type: "table"
6843 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6844 #  algorithm: "table_comparison"
6845 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6846 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6847 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6848 #  columns:
6849 #    - title: "2001"
6850 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6851 #    - title: "2005"
6852 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6853 #    - title: "2009"
6854 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6855 #  comparisons:
6856 #    - title: "Diff"
6857 #      reference: 2
6858 #      compare: 3
6859 #  legend:
6860 #    - ""
6861 #    - "2001, 2005, 2009 - DPDK versions tested."
6862 #    - "Diff - difference between 2005 and 2009 DPDK version."
6863 #
6864 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6865 #- type: "table"
6866 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6867 #  algorithm: "table_comparison"
6868 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6869 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6870 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6871 #  columns:
6872 #    - title: "2001"
6873 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6874 #    - title: "2005"
6875 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6876 #    - title: "2009"
6877 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6878 #  comparisons:
6879 #    - title: "Diff"
6880 #      reference: 2
6881 #      compare: 3
6882 #  legend:
6883 #    - ""
6884 #    - "2001, 2005, 2009 - DPDK versions tested."
6885 #    - "Diff - difference between 2005 and 2009 DPDK version."
6886 #
6887 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6888 #- type: "table"
6889 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6890 #  algorithm: "table_comparison"
6891 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6892 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6893 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6894 #  columns:
6895 #    - title: "2001"
6896 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6897 #    - title: "2005"
6898 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6899 #    - title: "2009"
6900 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6901 #  comparisons:
6902 #    - title: "Diff"
6903 #      reference: 2
6904 #      compare: 3
6905 #  legend:
6906 #    - ""
6907 #    - "2001, 2005, 2009 - DPDK versions tested."
6908 #    - "Diff - difference between 2005 and 2009 DPDK version."
6909 #
6910 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6911 #- type: "table"
6912 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6913 #  algorithm: "table_comparison"
6914 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6915 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6916 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6917 #  columns:
6918 #    - title: "2001"
6919 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6920 #    - title: "2005"
6921 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6922 #    - title: "2009"
6923 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6924 #  comparisons:
6925 #    - title: "Diff"
6926 #      reference: 2
6927 #      compare: 3
6928 #  legend:
6929 #    - ""
6930 #    - "2001, 2005, 2009 - DPDK versions tested."
6931 #    - "Diff - difference between 2005 and 2009 DPDK version."
6932 #
6933 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6934 #- type: "table"
6935 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6936 #  algorithm: "table_comparison"
6937 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6938 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6939 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6940 #  columns:
6941 #    - title: "2001"
6942 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6943 #    - title: "2005"
6944 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6945 #    - title: "2009"
6946 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6947 #  comparisons:
6948 #    - title: "Diff"
6949 #      reference: 2
6950 #      compare: 3
6951 #  legend:
6952 #    - ""
6953 #    - "2001, 2005, 2009 - DPDK versions tested."
6954 #    - "Diff - difference between 2005 and 2009 DPDK version."
6955 #
6956 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6957 #- type: "table"
6958 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6959 #  algorithm: "table_comparison"
6960 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6961 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6962 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6963 #  columns:
6964 #    - title: "2001"
6965 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6966 #    - title: "2005"
6967 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6968 #    - title: "2009"
6969 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6970 #  comparisons:
6971 #    - title: "Diff"
6972 #      reference: 2
6973 #      compare: 3
6974 #  legend:
6975 #    - ""
6976 #    - "2001, 2005, 2009 - DPDK versions tested."
6977 #    - "Diff - difference between 2005 and 2009 DPDK version."
6978
6979 # DPDK Performance Changes 3n-tsh 1t1c pdr
6980 - type: "table"
6981   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6982   algorithm: "table_comparison"
6983   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6984   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6985   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6986   columns:
6987     - title: "2001"
6988       data-set: "dpdk-performance-changes-3n-tsh-h1"
6989     - title: "2005"
6990       data-set: "dpdk-performance-changes-3n-tsh-ref"
6991     - title: "2009"
6992       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6993   comparisons:
6994     - title: "Diff"
6995       reference: 2
6996       compare: 3
6997   legend:
6998     - ""
6999     - "2001, 2005, 2009 - DPDK versions tested."
7000     - "Diff - difference between 2005 and 2009 DPDK version."
7001
7002 # DPDK Performance Changes 3n-tsh 2t2c pdr
7003 - type: "table"
7004   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7005   algorithm: "table_comparison"
7006   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7007   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7008   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7009   columns:
7010     - title: "2001"
7011       data-set: "dpdk-performance-changes-3n-tsh-h1"
7012     - title: "2005"
7013       data-set: "dpdk-performance-changes-3n-tsh-ref"
7014     - title: "2009"
7015       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7016   comparisons:
7017     - title: "Diff"
7018       reference: 2
7019       compare: 3
7020   legend:
7021     - ""
7022     - "2001, 2005, 2009 - DPDK versions tested."
7023     - "Diff - difference between 2005 and 2009 DPDK version."
7024
7025 # DPDK Performance Changes 3n-tsh 1t1c ndr
7026 - type: "table"
7027   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7028   algorithm: "table_comparison"
7029   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7030   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7031   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7032   columns:
7033     - title: "2001"
7034       data-set: "dpdk-performance-changes-3n-tsh-h1"
7035     - title: "2005"
7036       data-set: "dpdk-performance-changes-3n-tsh-ref"
7037     - title: "2009"
7038       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7039   comparisons:
7040     - title: "Diff"
7041       reference: 2
7042       compare: 3
7043   legend:
7044     - ""
7045     - "2001, 2005, 2009 - DPDK versions tested."
7046     - "Diff - difference between 2005 and 2009 DPDK version."
7047
7048 # DPDK Performance Changes 3n-tsh 2t2c ndr
7049 - type: "table"
7050   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7051   algorithm: "table_comparison"
7052   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7053   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7054   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7055   columns:
7056     - title: "2001"
7057       data-set: "dpdk-performance-changes-3n-tsh-h1"
7058     - title: "2005"
7059       data-set: "dpdk-performance-changes-3n-tsh-ref"
7060     - title: "2009"
7061       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7062   comparisons:
7063     - title: "Diff"
7064       reference: 2
7065       compare: 3
7066   legend:
7067     - ""
7068     - "2001, 2005, 2009 - DPDK versions tested."
7069     - "Diff - difference between 2005 and 2009 DPDK version."
7070
7071 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7072 - type: "table"
7073   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7074   algorithm: "table_comparison"
7075   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7076   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7077   filter: "'NIC_Intel-X710'"
7078   columns:
7079     - title: "3n-hsw x710"
7080       data-set: "dpdk-compare-testbeds-ref"
7081     - title: "3n-skx x710"
7082       data-set: "dpdk-compare-testbeds-cmp"
7083   comparisons:
7084     - title: "Diff"
7085       reference: 1
7086       compare: 2
7087   legend:
7088     - ""
7089     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7090     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7091
7092 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7093 - type: "table"
7094   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7095   algorithm: "table_comparison"
7096   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7097   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7098   filter: "'NIC_Intel-X710'"
7099   columns:
7100     - title: "3n-hsw x710"
7101       data-set: "dpdk-compare-testbeds-ref"
7102     - title: "3n-skx x710"
7103       data-set: "dpdk-compare-testbeds-cmp"
7104   comparisons:
7105     - title: "Diff"
7106       reference: 1
7107       compare: 2
7108   legend:
7109     - ""
7110     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7111     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7112
7113 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7114 - type: "table"
7115   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7116   algorithm: "table_comparison"
7117   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7118   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7119   filter: "'NIC_Intel-XXV710'"
7120   columns:
7121     - title: "2n-skx"
7122       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7123     - title: "2n-clx"
7124       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7125   comparisons:
7126     - title: "Diff"
7127       reference: 1
7128       compare: 2
7129   legend:
7130     - ""
7131     - "2n-skx, 2n-clx - testbeds and NICs tested."
7132     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7133
7134 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7135 - type: "table"
7136   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7137   algorithm: "table_comparison"
7138   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7139   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7140   filter: "'NIC_Intel-XXV710'"
7141   columns:
7142     - title: "2n-skx"
7143       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7144     - title: "2n-clx"
7145       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7146   comparisons:
7147     - title: "Diff"
7148       reference: 1
7149       compare: 2
7150   legend:
7151     - ""
7152     - "2n-skx, 2n-clx - testbeds and NICs tested."
7153     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7154
7155 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7156 - type: "table"
7157   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7158   algorithm: "table_comparison"
7159   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7160   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7161   filter: "'NIC_Intel-XXV710'"
7162   columns:
7163     - title: "3n-skx"
7164       data-set: "dpdk-compare-topologies-ref"
7165     - title: "2n-skx"
7166       data-set: "dpdk-compare-topologies-cmp"
7167   comparisons:
7168     - title: "Diff"
7169       reference: 1
7170       compare: 2
7171   legend:
7172     - ""
7173     - "3n-skx, 2n-skx - topologies tested."
7174     - "Diff - difference between 3n-skx and 2n-skx topologies."
7175
7176 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7177 - type: "table"
7178   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7179   algorithm: "table_comparison"
7180   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7181   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7182   filter: "'NIC_Intel-XXV710'"
7183   columns:
7184     - title: "3n-skx"
7185       data-set: "dpdk-compare-topologies-ref"
7186     - title: "2n-skx"
7187       data-set: "dpdk-compare-topologies-cmp"
7188   comparisons:
7189     - title: "Diff"
7190       reference: 1
7191       compare: 2
7192   legend:
7193     - ""
7194     - "3n-skx, 2n-skx - topologies tested."
7195     - "Diff - difference between 3n-skx and 2n-skx topologies."
7196
7197 # Detailed Test Results - DPDK Performance Results 3n-hsw
7198 - type: "table"
7199   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7200   algorithm: "table_merged_details"
7201   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7202   columns:
7203     - title: " |prein| Test Name |preout| "
7204       data: "data name"
7205     - 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| "
7206       data: "data msg"
7207   data: "dpdk-perf-results-3n-hsw"
7208   filter: "all"
7209   parameters:
7210   - "name"
7211   - "parent"
7212   - "msg"
7213
7214 # Detailed Test Results - DPDK Performance Results 3n-skx
7215 - type: "table"
7216   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7217   algorithm: "table_merged_details"
7218   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7219   columns:
7220     - title: " |prein| Test Name |preout| "
7221       data: "data name"
7222     - 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| "
7223       data: "data msg"
7224   data: "dpdk-perf-results-3n-skx"
7225   filter: "all"
7226   remove-ndr: False
7227   parameters:
7228   - "name"
7229   - "parent"
7230   - "msg"
7231
7232 # Detailed Test Results - DPDK Performance Results 2n-skx
7233 - type: "table"
7234   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7235   algorithm: "table_merged_details"
7236   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7237   columns:
7238     - title: " |prein| Test Name |preout| "
7239       data: "data name"
7240     - 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| "
7241       data: "data msg"
7242   data: "dpdk-perf-results-2n-skx"
7243   filter: "all"
7244   remove-ndr: False
7245   parameters:
7246   - "name"
7247   - "parent"
7248   - "msg"
7249
7250 # Detailed Test Results - DPDK Performance Results 2n-clx
7251 - type: "table"
7252   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7253   algorithm: "table_merged_details"
7254   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7255   columns:
7256     - title: " |prein| Test Name |preout| "
7257       data: "data name"
7258     - 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| "
7259       data: "data msg"
7260   data: "dpdk-perf-results-2n-clx"
7261   filter: "all"
7262   parameters:
7263   - "name"
7264   - "parent"
7265   - "msg"
7266
7267 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7268 #- type: "table"
7269 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7270 #  algorithm: "table_merged_details"
7271 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7272 #  columns:
7273 #    - title: " |prein| Test Name |preout| "
7274 #      data: "data name"
7275 #    - 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| "
7276 #      data: "data msg"
7277 #  data: "dpdk-perf-results-2n-dnv"
7278 #  filter: "all"
7279 #  parameters:
7280 #  - "name"
7281 #  - "parent"
7282 #  - "msg"
7283 #
7284 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7285 #- type: "table"
7286 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7287 #  algorithm: "table_merged_details"
7288 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7289 #  columns:
7290 #    - title: " |prein| Test Name |preout| "
7291 #      data: "data name"
7292 #    - 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| "
7293 #      data: "data msg"
7294 #  data: "dpdk-perf-results-3n-dnv"
7295 #  filter: "all"
7296 #  parameters:
7297 #  - "name"
7298 #  - "parent"
7299 #  - "msg"
7300
7301 # Detailed Test Results - DPDK Performance Results 3n-tsh
7302 - type: "table"
7303   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7304   algorithm: "table_merged_details"
7305   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7306   columns:
7307     - title: " |prein| Test Name |preout| "
7308       data: "data name"
7309     - 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| "
7310       data: "data msg"
7311   data: "dpdk-perf-results-3n-tsh"
7312   filter: "all"
7313   parameters:
7314   - "name"
7315   - "parent"
7316   - "msg"
7317
7318 ################################################################################
7319 ###                                F I L E S                                 ###
7320 ################################################################################
7321
7322 # VPP Performance Results
7323 - type: "file"
7324   title: "VPP Performance Results"
7325   algorithm: "file_details_split"
7326   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7327   dir-tables:
7328     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7329     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7330     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7331     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7332     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7333     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7334     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7335   data:
7336     - "vpp-perf-results-2n-skx"
7337     - "vpp-perf-results-3n-skx"
7338     - "vpp-perf-results-2n-clx"
7339     - "vpp-perf-results-3n-hsw"
7340     - "vpp-perf-results-3n-tsh"
7341     - "vpp-perf-results-2n-dnv"
7342     - "vpp-perf-results-3n-dnv"
7343   filter: "all"
7344   data-start-level: 4
7345   order-chapters:
7346     level-1:
7347       - "l2"
7348       - "ip4"
7349       - "ip6"
7350       - "srv6"
7351       - "ip4_tunnels"
7352       - "ip6_tunnels"
7353       - "vm_vhost"
7354       - "container_memif"
7355       - "crypto"
7356       - "vts"
7357       - "lb"
7358       - "nfv_density"
7359       - "hoststack"
7360     level-2:
7361       - "2n-skx"
7362       - "3n-skx"
7363       - "2n-clx"
7364       - "3n-hsw"
7365       - "3n-tsh"
7366       - "2n-dnv"
7367       - "3n-dnv"
7368     level-3:
7369       - "xl710"
7370       - "x520"
7371       - "xxv710"
7372       - "x710"
7373       - "x553"
7374       - "cx556a"
7375       - "vic1227"
7376       - "vic1385"
7377
7378 # VPP Performance Configuration
7379 - type: "file"
7380   title: "VPP Performance Configuration"
7381   algorithm: "file_details_split"
7382   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7383   dir-tables:
7384     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7385     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7386     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7387     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7388     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7389     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7390     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7391   data:
7392     - "vpp-perf-results-2n-skx"
7393     - "vpp-perf-results-3n-skx"
7394     - "vpp-perf-results-2n-clx"
7395     - "vpp-perf-results-3n-hsw"
7396     - "vpp-perf-results-3n-tsh"
7397     - "vpp-perf-results-2n-dnv"
7398     - "vpp-perf-results-3n-dnv"
7399   filter: "all"
7400   data-start-level: 4
7401   order-chapters:
7402     level-1:
7403       - "l2"
7404       - "ip4"
7405       - "ip6"
7406       - "srv6"
7407       - "ip4_tunnels"
7408       - "ip6_tunnels"
7409       - "vm_vhost"
7410       - "container_memif"
7411       - "crypto"
7412       - "vts"
7413       - "lb"
7414       - "nfv_density"
7415       - "hoststack"
7416     level-2:
7417       - "2n-skx"
7418       - "3n-skx"
7419       - "2n-clx"
7420       - "3n-hsw"
7421       - "3n-tsh"
7422       - "2n-dnv"
7423       - "3n-dnv"
7424     level-3:
7425       - "xl710"
7426       - "x520"
7427       - "xxv710"
7428       - "x710"
7429       - "x553"
7430       - "cx556a"
7431       - "vic1227"
7432       - "vic1385"
7433
7434 # VPP Performance Operational
7435 - type: "file"
7436   title: "VPP Performance Operational"
7437   algorithm: "file_details_split_html"
7438   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7439   dir-tables:
7440     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7441     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7442     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7443     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7444     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7445     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7446     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7447   data:
7448     - "vpp-perf-results-2n-skx"
7449     - "vpp-perf-results-3n-skx"
7450     - "vpp-perf-results-2n-clx"
7451     - "vpp-perf-results-3n-hsw"
7452     - "vpp-perf-results-3n-tsh"
7453     - "vpp-perf-results-2n-dnv"
7454     - "vpp-perf-results-3n-dnv"
7455   filter: "all"
7456   data-start-level: 4
7457   order-chapters:
7458     level-1:
7459       - "l2"
7460       - "ip4"
7461       - "ip6"
7462       - "srv6"
7463       - "ip4_tunnels"
7464       - "ip6_tunnels"
7465       - "vm_vhost"
7466       - "container_memif"
7467       - "crypto"
7468       - "vts"
7469       - "lb"
7470       - "nfv_density"
7471       - "hoststack"
7472     level-2:
7473       - "2n-skx"
7474       - "3n-skx"
7475       - "2n-clx"
7476       - "3n-hsw"
7477       - "3n-tsh"
7478       - "2n-dnv"
7479       - "3n-dnv"
7480     level-3:
7481       - "xl710"
7482       - "x520"
7483       - "xxv710"
7484       - "x710"
7485       - "x553"
7486       - "cx556a"
7487       - "vic1227"
7488       - "vic1385"
7489
7490 # VPP MRR Results
7491 - type: "file"
7492   title: "VPP MRR Results"
7493   algorithm: "file_details_split"
7494   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7495   dir-tables:
7496     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7497     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7498     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7499     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7500     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7501     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7502     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7503   data:
7504     - "vpp-mrr-results-2n-skx"
7505     - "vpp-mrr-results-3n-skx"
7506     - "vpp-mrr-results-2n-clx"
7507     - "vpp-mrr-results-3n-hsw"
7508     - "vpp-mrr-results-3n-tsh"
7509     - "vpp-mrr-results-2n-dnv"
7510     - "vpp-mrr-results-3n-dnv"
7511   filter: "all"
7512   data-start-level: 4
7513   order-chapters:
7514     level-1:
7515       - "l2"
7516       - "ip4"
7517       - "ip6"
7518       - "srv6"
7519       - "ip4_tunnels"
7520       - "ip6_tunnels"
7521       - "vm_vhost"
7522       - "container_memif"
7523       - "crypto"
7524       - "vts"
7525       - "lb"
7526       - "nfv_density"
7527       - "hoststack"
7528     level-2:
7529       - "2n-skx"
7530       - "3n-skx"
7531       - "2n-clx"
7532       - "3n-hsw"
7533       - "3n-tsh"
7534       - "2n-dnv"
7535       - "3n-dnv"
7536     level-3:
7537       - "xl710"
7538       - "x520"
7539       - "xxv710"
7540       - "x710"
7541       - "x553"
7542       - "cx556a"
7543       - "vic1227"
7544       - "vic1385"
7545
7546 # VPP MRR Configuration
7547 - type: "file"
7548   title: "VPP MRR Configuration"
7549   algorithm: "file_details_split"
7550   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7551   dir-tables:
7552     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7553     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7554     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7555     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7556     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7557     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7558     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7559   data:
7560     - "vpp-mrr-results-2n-skx"
7561     - "vpp-mrr-results-3n-skx"
7562     - "vpp-mrr-results-2n-clx"
7563     - "vpp-mrr-results-3n-hsw"
7564     - "vpp-mrr-results-3n-tsh"
7565     - "vpp-mrr-results-2n-dnv"
7566     - "vpp-mrr-results-3n-dnv"
7567   filter: "all"
7568   data-start-level: 4
7569   order-chapters:
7570     level-1:
7571       - "l2"
7572       - "ip4"
7573       - "ip6"
7574       - "srv6"
7575       - "ip4_tunnels"
7576       - "ip6_tunnels"
7577       - "vm_vhost"
7578       - "container_memif"
7579       - "crypto"
7580       - "vts"
7581       - "lb"
7582       - "nfv_density"
7583       - "hoststack"
7584     level-2:
7585       - "2n-skx"
7586       - "3n-skx"
7587       - "2n-clx"
7588       - "3n-hsw"
7589       - "3n-tsh"
7590       - "2n-dnv"
7591       - "3n-dnv"
7592     level-3:
7593       - "xl710"
7594       - "x520"
7595       - "xxv710"
7596       - "x710"
7597       - "x553"
7598       - "cx556a"
7599       - "vic1227"
7600       - "vic1385"
7601
7602 # VPP Device Results - Ubuntu
7603 - type: "file"
7604   title: "VPP Device Results - Ubuntu"
7605   algorithm: "file_test_results"
7606   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7607   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7608   data: "vpp-device-results-ubuntu"
7609   filter: "all"
7610   data-start-level: 4
7611
7612 # VPP Device Configuration - Ubuntu
7613 - type: "file"
7614   title: "VPP Device Configuration - Ubuntu"
7615   algorithm: "file_test_results"
7616   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7617   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7618   data: "vpp-device-results-ubuntu"
7619   filter: "all"
7620   data-start-level: 4
7621
7622 # DPDK Performance Results 3n-hsw
7623 - type: "file"
7624   title: "DPDK Performance Results 3n-hsw"
7625   algorithm: "file_test_results"
7626   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7627   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7628   data: "dpdk-perf-results-3n-hsw"
7629   filter: "all"
7630   data-start-level: 4
7631
7632 # DPDK Performance Results 3n-skx
7633 - type: "file"
7634   title: "DPDK Performance Results 3n-skx"
7635   algorithm: "file_test_results"
7636   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7637   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7638   data: "dpdk-perf-results-3n-skx"
7639   filter: "all"
7640   data-start-level: 4
7641
7642 # DPDK Performance Results 2n-skx
7643 - type: "file"
7644   title: "DPDK Performance Results 2n-skx"
7645   algorithm: "file_test_results"
7646   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7647   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7648   data: "dpdk-perf-results-2n-skx"
7649   filter: "all"
7650   data-start-level: 4
7651
7652 # DPDK Performance Results 2n-clx
7653 - type: "file"
7654   title: "DPDK Performance Results 2n-clx"
7655   algorithm: "file_test_results"
7656   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7657   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7658   data: "dpdk-perf-results-2n-clx"
7659   filter: "all"
7660   data-start-level: 4
7661
7662 ## DPDK Performance Results 2n-dnv
7663 #- type: "file"
7664 #  title: "DPDK Performance Results 2n-dnv"
7665 #  algorithm: "file_test_results"
7666 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7667 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7668 #  data: "dpdk-perf-results-2n-dnv"
7669 #  filter: "all"
7670 #  data-start-level: 4
7671 #
7672 ## DPDK Performance Results 3n-dnv
7673 #- type: "file"
7674 #  title: "DPDK Performance Results 3n-dnv"
7675 #  algorithm: "file_test_results"
7676 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7677 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7678 #  data: "dpdk-perf-results-3n-dnv"
7679 #  filter: "all"
7680 #  data-start-level: 4
7681
7682 # DPDK Performance Results 3n-tsh
7683 - type: "file"
7684   title: "DPDK Performance Results 3n-tsh"
7685   algorithm: "file_test_results"
7686   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7687   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7688   data: "dpdk-perf-results-3n-tsh"
7689   filter: "all"
7690   data-start-level: 4
7691
7692 ################################################################################
7693 ###                                P L O T S                                 ###
7694 ################################################################################
7695
7696 # Hoststack tests 3n-hsw
7697
7698 - type: "plot"
7699   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7700   algorithm: "plot_perf_box_name"
7701   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7702   data: "plot-vpp-hoststack-3n-hsw"
7703   include:
7704     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7705     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7706   layout:
7707     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7708     layout: "plot-hoststack"
7709
7710 - type: "plot"
7711   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7712   algorithm: "plot_perf_box_name"
7713   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7714   data: "plot-vpp-hoststack-3n-hsw"
7715   include:
7716     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7717     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7718   layout:
7719     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7720     layout: "plot-hoststack"
7721
7722 - type: "plot"
7723   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7724   algorithm: "plot_perf_box_name"
7725   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7726   data: "plot-vpp-hoststack-3n-hsw"
7727   include:
7728     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7729     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7730     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7731     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7732   layout:
7733     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7734     layout: "plot-hoststack"
7735
7736 ################################################################################
7737
7738 # Soak Test (PLRsearch), boxes - 2n-clx
7739 - type: "plot"
7740   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7741   algorithm: "plot_perf_box_name"
7742   output-file-type: ".html"
7743   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7744   data: "plot-vpp-soak-2n-clx"
7745   include:
7746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7752   layout:
7753     title: "30 Minutes Soak Test (PLRsearch)"
7754     layout: "plot-soak-throughput"
7755
7756 # Soak Test (PLRsearch), boxes - 2n-clx
7757 - type: "plot"
7758   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7759   algorithm: "plot_perf_box_name"
7760   output-file-type: ".html"
7761   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7762   data: "plot-vpp-soak-2n-clx"
7763   include:
7764     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7765     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7766     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7767     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7768     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7769     - "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"
7770   layout:
7771     title: "30 Minutes Soak Test (PLRsearch)"
7772     layout: "plot-soak-throughput"
7773
7774 # Soak Test (PLRsearch), boxes - 2n-skx
7775 - type: "plot"
7776   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7777   algorithm: "plot_perf_box_name"
7778   output-file-type: ".html"
7779   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7780   data: "plot-vpp-soak-2n-skx"
7781   include:
7782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7788   layout:
7789     title: "30 Minutes Soak Test (PLRsearch)"
7790     layout: "plot-soak-throughput"
7791
7792 # Soak Test (PLRsearch), boxes - 2n-skx
7793 - type: "plot"
7794   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7795   algorithm: "plot_perf_box_name"
7796   output-file-type: ".html"
7797   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7798   data: "plot-vpp-soak-2n-skx"
7799   include:
7800     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7801     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7802     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7803     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7805     - "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"
7806   layout:
7807     title: "30 Minutes Soak Test (PLRsearch)"
7808     layout: "plot-soak-throughput"
7809
7810 ###############################################################################
7811
7812 # Reconf tests 2n-skx
7813
7814 - type: "plot"
7815   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7816   algorithm: "plot_nf_reconf_box_name"
7817   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7818   data: "plot-vpp-nfv-reconf-2n-skx"
7819   include:
7820     - "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"
7821     - "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"
7822     - "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"
7823     - "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"
7824     - "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"
7825     - "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"
7826   layout:
7827     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7828     layout: "plot-throughput"
7829
7830 - type: "plot"
7831   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7832   algorithm: "plot_nf_reconf_box_name"
7833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7834   data: "plot-vpp-nfv-reconf-2n-skx"
7835   include:
7836     - "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"
7837     - "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"
7838     - "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"
7839     - "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"
7840     - "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"
7841     - "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"
7842   layout:
7843     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7844     layout: "plot-throughput"
7845
7846 - type: "plot"
7847   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7848   algorithm: "plot_nf_reconf_box_name"
7849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7850   data: "plot-vpp-nfv-reconf-2n-skx"
7851   include:
7852     - "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"
7853     - "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"
7854     - "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"
7855     - "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"
7856     - "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"
7857     - "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"
7858   layout:
7859     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7860     layout: "plot-throughput"
7861
7862 ###############################################################################
7863
7864 # Reconf tests 2n-clx
7865
7866 - type: "plot"
7867   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7868   algorithm: "plot_nf_reconf_box_name"
7869   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7870   data: "plot-vpp-nfv-reconf-2n-clx"
7871   include:
7872     - "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"
7873     - "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"
7874     - "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"
7875     - "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"
7876   layout:
7877     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7878     layout: "plot-throughput"
7879
7880 - type: "plot"
7881   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7882   algorithm: "plot_nf_reconf_box_name"
7883   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7884   data: "plot-vpp-nfv-reconf-2n-clx"
7885   include:
7886     - "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"
7887     - "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"
7888     - "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"
7889     - "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"
7890   layout:
7891     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7892     layout: "plot-throughput"
7893
7894 - type: "plot"
7895   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7896   algorithm: "plot_nf_reconf_box_name"
7897   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7898   data: "plot-vpp-nfv-reconf-2n-clx"
7899   include:
7900     - "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"
7901     - "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"
7902     - "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"
7903     - "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"
7904   layout:
7905     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7906     layout: "plot-throughput"
7907
7908 ###############################################################################
7909
7910 # Plots - NF Density - VSC - MRR IMIX
7911 - type: "plot"
7912   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7913   algorithm: "plot_nf_heatmap"
7914   output-file-type: ".html"
7915   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7916   data: "plot-vpp-nfv-2n-skx-mrr"
7917   filter: "'NIC_Intel-XXV710' and
7918            'NF_DENSITY' and
7919            'VHOST' and
7920            not 'VXLAN' and
7921            'CHAIN' and
7922            'NF_VPPIP4' and
7923            'IMIX' and
7924            '2T1C' and
7925            'MRR'"
7926   parameters:
7927   - "result"
7928   - "name"
7929   - "tags"
7930   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7931   x-axis: "X = VNFs per Service Chain"
7932   y-axis: "Y = Number of Service Chains"
7933   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7934   layout:
7935     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7936     layout: "plot-service-density"
7937
7938 - type: "plot"
7939   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7940   algorithm: "plot_nf_heatmap"
7941   output-file-type: ".html"
7942   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7943   data: "plot-vpp-nfv-2n-skx-mrr"
7944   filter: "'NIC_Intel-XXV710' and
7945            'NF_DENSITY' and
7946            'VHOST' and
7947            not 'VXLAN' and
7948            'CHAIN' and
7949            'NF_VPPIP4' and
7950            'IMIX' and
7951            '4T2C' and
7952            'MRR'"
7953   parameters:
7954   - "result"
7955   - "name"
7956   - "tags"
7957   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7958   x-axis: "X = VNFs per Service Chain"
7959   y-axis: "Y = Number of Service Chains"
7960   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7961   layout:
7962     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7963     layout: "plot-service-density"
7964
7965 - type: "plot"
7966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7967   algorithm: "plot_nf_heatmap"
7968   output-file-type: ".html"
7969   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7970   data: "plot-vpp-nfv-2n-skx-mrr"
7971   filter: "'NIC_Intel-XXV710' and
7972            'NF_DENSITY' and
7973            'VHOST' and
7974            not 'VXLAN' and
7975            'CHAIN' and
7976            'NF_VPPIP4' and
7977            'IMIX' and
7978            '8T4C' and
7979            'MRR'"
7980   parameters:
7981   - "result"
7982   - "name"
7983   - "tags"
7984   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7985   x-axis: "X = VNFs per Service Chain"
7986   y-axis: "Y = Number of Service Chains"
7987   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7988   layout:
7989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7990     layout: "plot-service-density"
7991
7992 # Plots - NF Density - VSC - NDR IMIX
7993 - type: "plot"
7994   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7995   algorithm: "plot_nf_heatmap"
7996   output-file-type: ".html"
7997   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7998   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7999   filter: "'NIC_Intel-XXV710' and
8000            'NF_DENSITY' and
8001            'VHOST' and
8002            not 'VXLAN' and
8003            'CHAIN' and
8004            'NF_VPPIP4' and
8005            'IMIX' and
8006            '2T1C' and
8007            'NDRPDR'"
8008   parameters:
8009   - "throughput"
8010   - "name"
8011   - "tags"
8012   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8013   x-axis: "X = VNFs per Service Chain"
8014   y-axis: "Y = Number of Service Chains"
8015   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8016   layout:
8017     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8018     layout: "plot-service-density"
8019
8020 - type: "plot"
8021   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8022   algorithm: "plot_nf_heatmap"
8023   output-file-type: ".html"
8024   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8025   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8026   filter: "'NIC_Intel-XXV710' and
8027            'NF_DENSITY' and
8028            'VHOST' and
8029            not 'VXLAN' and
8030            'CHAIN' and
8031            'NF_VPPIP4' and
8032            'IMIX' and
8033            '4T2C' and
8034            'NDRPDR'"
8035   parameters:
8036   - "throughput"
8037   - "name"
8038   - "tags"
8039   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8040   x-axis: "X = VNFs per Service Chain"
8041   y-axis: "Y = Number of Service Chains"
8042   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8043   layout:
8044     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8045     layout: "plot-service-density"
8046
8047 - type: "plot"
8048   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8049   algorithm: "plot_nf_heatmap"
8050   output-file-type: ".html"
8051   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8052   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8053   filter: "'NIC_Intel-XXV710' and
8054            'NF_DENSITY' and
8055            'VHOST' and
8056            not 'VXLAN' and
8057            'CHAIN' and
8058            'NF_VPPIP4' and
8059            'IMIX' and
8060            '8T4C' and
8061            'NDRPDR'"
8062   parameters:
8063   - "throughput"
8064   - "name"
8065   - "tags"
8066   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8067   x-axis: "X = VNFs per Service Chain"
8068   y-axis: "Y = Number of Service Chains"
8069   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8070   layout:
8071     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8072     layout: "plot-service-density"
8073
8074 # Plots - NF Density - VSC - PDR IMIX
8075 - type: "plot"
8076   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8077   algorithm: "plot_nf_heatmap"
8078   output-file-type: ".html"
8079   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8080   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8081   filter: "'NIC_Intel-XXV710' and
8082            'NF_DENSITY' and
8083            'VHOST' and
8084            not 'VXLAN' and
8085            'CHAIN' and
8086            'NF_VPPIP4' and
8087            'IMIX' and
8088            '2T1C' and
8089            'NDRPDR'"
8090   parameters:
8091   - "throughput"
8092   - "name"
8093   - "tags"
8094   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8095   x-axis: "X = VNFs per Service Chain"
8096   y-axis: "Y = Number of Service Chains"
8097   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8098   layout:
8099     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8100     layout: "plot-service-density"
8101
8102 - type: "plot"
8103   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8104   algorithm: "plot_nf_heatmap"
8105   output-file-type: ".html"
8106   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8107   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8108   filter: "'NIC_Intel-XXV710' and
8109            'NF_DENSITY' and
8110            'VHOST' and
8111            not 'VXLAN' and
8112            'CHAIN' and
8113            'NF_VPPIP4' and
8114            'IMIX' and
8115            '4T2C' and
8116            'NDRPDR'"
8117   parameters:
8118   - "throughput"
8119   - "name"
8120   - "tags"
8121   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8122   x-axis: "X = VNFs per Service Chain"
8123   y-axis: "Y = Number of Service Chains"
8124   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8125   layout:
8126     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8127     layout: "plot-service-density"
8128
8129 - type: "plot"
8130   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8131   algorithm: "plot_nf_heatmap"
8132   output-file-type: ".html"
8133   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8134   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8135   filter: "'NIC_Intel-XXV710' and
8136            'NF_DENSITY' and
8137            'VHOST' and
8138            not 'VXLAN' and
8139            'CHAIN' and
8140            'NF_VPPIP4' and
8141            'IMIX' and
8142            '8T4C' and
8143            'NDRPDR'"
8144   parameters:
8145   - "throughput"
8146   - "name"
8147   - "tags"
8148   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8149   x-axis: "X = VNFs per Service Chain"
8150   y-axis: "Y = Number of Service Chains"
8151   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8152   layout:
8153     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8154     layout: "plot-service-density"
8155
8156 ###############################################################################
8157
8158 # Plots - NF Density - VSC - MRR IMIX
8159 - type: "plot"
8160   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8161   algorithm: "plot_nf_heatmap"
8162   output-file-type: ".html"
8163   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8164   data: "plot-vpp-nfv-2n-skx-mrr"
8165   filter: "'NIC_Intel-XXV710' and
8166            'NF_DENSITY' and
8167            'VHOST' and
8168            'VXLAN' and
8169            'CHAIN' and
8170            'IMIX' and
8171            '2T1C' and
8172            'MRR'"
8173   parameters:
8174   - "result"
8175   - "name"
8176   - "tags"
8177   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8178   x-axis: "X = VNFs per Service Chain"
8179   y-axis: "Y = Number of Service Chains"
8180   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8181   layout:
8182     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8183     layout: "plot-service-density"
8184
8185 - type: "plot"
8186   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8187   algorithm: "plot_nf_heatmap"
8188   output-file-type: ".html"
8189   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8190   data: "plot-vpp-nfv-2n-skx-mrr"
8191   filter: "'NIC_Intel-XXV710' and
8192            'NF_DENSITY' and
8193            'VHOST' and
8194            'VXLAN' and
8195            'CHAIN' and
8196            'IMIX' and
8197            '4T2C' and
8198            'MRR'"
8199   parameters:
8200   - "result"
8201   - "name"
8202   - "tags"
8203   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8204   x-axis: "X = VNFs per Service Chain"
8205   y-axis: "Y = Number of Service Chains"
8206   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8207   layout:
8208     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8209     layout: "plot-service-density"
8210
8211 - type: "plot"
8212   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8213   algorithm: "plot_nf_heatmap"
8214   output-file-type: ".html"
8215   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8216   data: "plot-vpp-nfv-2n-skx-mrr"
8217   filter: "'NIC_Intel-XXV710' and
8218            'NF_DENSITY' and
8219            'VHOST' and
8220            'VXLAN' and
8221            'CHAIN' and
8222            'IMIX' and
8223            '8T4C' and
8224            'MRR'"
8225   parameters:
8226   - "result"
8227   - "name"
8228   - "tags"
8229   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8230   x-axis: "X = VNFs per Service Chain"
8231   y-axis: "Y = Number of Service Chains"
8232   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8233   layout:
8234     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8235     layout: "plot-service-density"
8236
8237 # Plots - NF Density - VSC - NDR IMIX
8238 - type: "plot"
8239   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8240   algorithm: "plot_nf_heatmap"
8241   output-file-type: ".html"
8242   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8243   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8244   filter: "'NIC_Intel-XXV710' and
8245            'NF_DENSITY' and
8246            'VHOST' and
8247            'VXLAN' and
8248            'CHAIN' and
8249            'IMIX' and
8250            '2T1C' and
8251            'NDRPDR'"
8252   parameters:
8253   - "throughput"
8254   - "name"
8255   - "tags"
8256   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8257   x-axis: "X = VNFs per Service Chain"
8258   y-axis: "Y = Number of Service Chains"
8259   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8260   layout:
8261     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8262     layout: "plot-service-density"
8263
8264 - type: "plot"
8265   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8266   algorithm: "plot_nf_heatmap"
8267   output-file-type: ".html"
8268   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8269   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8270   filter: "'NIC_Intel-XXV710' and
8271            'NF_DENSITY' and
8272            'VHOST' and
8273            'VXLAN' and
8274            'CHAIN' and
8275            'IMIX' and
8276            '4T2C' and
8277            'NDRPDR'"
8278   parameters:
8279   - "throughput"
8280   - "name"
8281   - "tags"
8282   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8283   x-axis: "X = VNFs per Service Chain"
8284   y-axis: "Y = Number of Service Chains"
8285   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8286   layout:
8287     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8288     layout: "plot-service-density"
8289
8290 - type: "plot"
8291   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8292   algorithm: "plot_nf_heatmap"
8293   output-file-type: ".html"
8294   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8295   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8296   filter: "'NIC_Intel-XXV710' and
8297            'NF_DENSITY' and
8298            'VHOST' and
8299            'VXLAN' and
8300            'CHAIN' and
8301            'IMIX' and
8302            '8T4C' and
8303            'NDRPDR'"
8304   parameters:
8305   - "throughput"
8306   - "name"
8307   - "tags"
8308   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8309   x-axis: "X = VNFs per Service Chain"
8310   y-axis: "Y = Number of Service Chains"
8311   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8312   layout:
8313     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8314     layout: "plot-service-density"
8315
8316 # Plots - NF Density - VSC - PDR IMIX
8317 - type: "plot"
8318   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8319   algorithm: "plot_nf_heatmap"
8320   output-file-type: ".html"
8321   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8322   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8323   filter: "'NIC_Intel-XXV710' and
8324            'NF_DENSITY' and
8325            'VHOST' and
8326            'VXLAN' and
8327            'CHAIN' and
8328            'IMIX' and
8329            '2T1C' and
8330            'NDRPDR'"
8331   parameters:
8332   - "throughput"
8333   - "name"
8334   - "tags"
8335   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8336   x-axis: "X = VNFs per Service Chain"
8337   y-axis: "Y = Number of Service Chains"
8338   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8339   layout:
8340     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8341     layout: "plot-service-density"
8342
8343 - type: "plot"
8344   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8345   algorithm: "plot_nf_heatmap"
8346   output-file-type: ".html"
8347   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8348   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8349   filter: "'NIC_Intel-XXV710' and
8350            'NF_DENSITY' and
8351            'VHOST' and
8352            'VXLAN' and
8353            'CHAIN' and
8354            'IMIX' and
8355            '4T2C' and
8356            'NDRPDR'"
8357   parameters:
8358   - "throughput"
8359   - "name"
8360   - "tags"
8361   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8362   x-axis: "X = VNFs per Service Chain"
8363   y-axis: "Y = Number of Service Chains"
8364   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8365   layout:
8366     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8367     layout: "plot-service-density"
8368
8369 - type: "plot"
8370   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8371   algorithm: "plot_nf_heatmap"
8372   output-file-type: ".html"
8373   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8374   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8375   filter: "'NIC_Intel-XXV710' and
8376            'NF_DENSITY' and
8377            'VHOST' and
8378            'VXLAN' and
8379            'CHAIN' and
8380            'IMIX' and
8381            '8T4C' and
8382            'NDRPDR'"
8383   parameters:
8384   - "throughput"
8385   - "name"
8386   - "tags"
8387   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8388   x-axis: "X = VNFs per Service Chain"
8389   y-axis: "Y = Number of Service Chains"
8390   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8391   layout:
8392     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8393     layout: "plot-service-density"
8394
8395 ###############################################################################
8396
8397 # Plots - NF Density - CSC - MRR IMIX
8398 - type: "plot"
8399   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8400   algorithm: "plot_nf_heatmap"
8401   output-file-type: ".html"
8402   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8403   data: "plot-vpp-nfv-2n-skx-mrr"
8404   filter: "'NIC_Intel-XXV710' and
8405            'NF_DENSITY' and
8406            'DOCKER' and
8407            'CHAIN' and
8408            'NF_VPPIP4' and
8409            'IMIX' and
8410            '2T1C' and
8411            'MRR'"
8412   parameters:
8413   - "result"
8414   - "name"
8415   - "tags"
8416   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8417   x-axis: "X = CNFs per Service Chain"
8418   y-axis: "Y = Number of Service Chains"
8419   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8420   layout:
8421     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8422     layout: "plot-service-density"
8423
8424 - type: "plot"
8425   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8426   algorithm: "plot_nf_heatmap"
8427   output-file-type: ".html"
8428   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8429   data: "plot-vpp-nfv-2n-skx-mrr"
8430   filter: "'NIC_Intel-XXV710' and
8431            'NF_DENSITY' and
8432            'DOCKER' and
8433            'CHAIN' and
8434            'NF_VPPIP4' and
8435            'IMIX' and
8436            '4T2C' and
8437            'MRR'"
8438   parameters:
8439   - "result"
8440   - "name"
8441   - "tags"
8442   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8443   x-axis: "X = CNFs per Service Chain"
8444   y-axis: "Y = Number of Service Chains"
8445   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8446   layout:
8447     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8448     layout: "plot-service-density"
8449
8450 - type: "plot"
8451   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8452   algorithm: "plot_nf_heatmap"
8453   output-file-type: ".html"
8454   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8455   data: "plot-vpp-nfv-2n-skx-mrr"
8456   filter: "'NIC_Intel-XXV710' and
8457            'NF_DENSITY' and
8458            'DOCKER' and
8459            'CHAIN' and
8460            'NF_VPPIP4' and
8461            'IMIX' and
8462            '8T4C' and
8463            'MRR'"
8464   parameters:
8465   - "result"
8466   - "name"
8467   - "tags"
8468   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8469   x-axis: "X = CNFs per Service Chain"
8470   y-axis: "Y = Number of Service Chains"
8471   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8472   layout:
8473     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8474     layout: "plot-service-density"
8475
8476 # Plots - NF Density - CSC - NDR IMIX
8477 - type: "plot"
8478   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8479   algorithm: "plot_nf_heatmap"
8480   output-file-type: ".html"
8481   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8482   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8483   filter: "'NIC_Intel-XXV710' and
8484            'NF_DENSITY' and
8485            'DOCKER' and
8486            'CHAIN' and
8487            'NF_VPPIP4' and
8488            'IMIX' and
8489            '2T1C' and
8490            'NDRPDR'"
8491   parameters:
8492   - "throughput"
8493   - "name"
8494   - "tags"
8495   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8496   x-axis: "X = CNFs per Service Chain"
8497   y-axis: "Y = Number of Service Chains"
8498   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8499   layout:
8500     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8501     layout: "plot-service-density"
8502
8503 - type: "plot"
8504   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8505   algorithm: "plot_nf_heatmap"
8506   output-file-type: ".html"
8507   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8508   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8509   filter: "'NIC_Intel-XXV710' and
8510            'NF_DENSITY' and
8511            'DOCKER' and
8512            'CHAIN' and
8513            'NF_VPPIP4' and
8514            'IMIX' and
8515            '4T2C' and
8516            'NDRPDR'"
8517   parameters:
8518   - "throughput"
8519   - "name"
8520   - "tags"
8521   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8522   x-axis: "X = CNFs per Service Chain"
8523   y-axis: "Y = Number of Service Chains"
8524   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8525   layout:
8526     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8527     layout: "plot-service-density"
8528
8529 - type: "plot"
8530   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8531   algorithm: "plot_nf_heatmap"
8532   output-file-type: ".html"
8533   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8534   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8535   filter: "'NIC_Intel-XXV710' and
8536            'NF_DENSITY' and
8537            'DOCKER' and
8538            'CHAIN' and
8539            'NF_VPPIP4' and
8540            'IMIX' and
8541            '8T4C' and
8542            'NDRPDR'"
8543   parameters:
8544   - "throughput"
8545   - "name"
8546   - "tags"
8547   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8548   x-axis: "X = CNFs per Service Chain"
8549   y-axis: "Y = Number of Service Chains"
8550   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8551   layout:
8552     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8553     layout: "plot-service-density"
8554
8555 # Plots - NF Density - CSC - PDR IMIX
8556 - type: "plot"
8557   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8558   algorithm: "plot_nf_heatmap"
8559   output-file-type: ".html"
8560   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8561   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8562   filter: "'NIC_Intel-XXV710' and
8563            'NF_DENSITY' and
8564            'DOCKER' and
8565            'CHAIN' and
8566            'NF_VPPIP4' and
8567            'IMIX' and
8568            '2T1C' and
8569            'NDRPDR'"
8570   parameters:
8571   - "throughput"
8572   - "name"
8573   - "tags"
8574   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8575   x-axis: "X = CNFs per Service Chain"
8576   y-axis: "Y = Number of Service Chains"
8577   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8578   layout:
8579     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8580     layout: "plot-service-density"
8581
8582 - type: "plot"
8583   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8584   algorithm: "plot_nf_heatmap"
8585   output-file-type: ".html"
8586   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8587   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8588   filter: "'NIC_Intel-XXV710' and
8589            'NF_DENSITY' and
8590            'DOCKER' and
8591            'CHAIN' and
8592            'NF_VPPIP4' and
8593            'IMIX' and
8594            '4T2C' and
8595            'NDRPDR'"
8596   parameters:
8597   - "throughput"
8598   - "name"
8599   - "tags"
8600   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8601   x-axis: "X = CNFs per Service Chain"
8602   y-axis: "Y = Number of Service Chains"
8603   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8604   layout:
8605     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8606     layout: "plot-service-density"
8607
8608 - type: "plot"
8609   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8610   algorithm: "plot_nf_heatmap"
8611   output-file-type: ".html"
8612   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8613   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8614   filter: "'NIC_Intel-XXV710' and
8615            'NF_DENSITY' and
8616            'DOCKER' and
8617            'CHAIN' and
8618            'NF_VPPIP4' and
8619            'IMIX' and
8620            '8T4C' and
8621            'NDRPDR'"
8622   parameters:
8623   - "throughput"
8624   - "name"
8625   - "tags"
8626   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8627   x-axis: "X = CNFs per Service Chain"
8628   y-axis: "Y = Number of Service Chains"
8629   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8630   layout:
8631     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8632     layout: "plot-service-density"
8633
8634 ################################################################################
8635 #
8636 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8637 #- type: "plot"
8638 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8639 #  algorithm: "plot_nf_heatmap"
8640 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8641 #  data: "plot-vpp-nfv-3n-skx-mrr"
8642 #  filter: "'NIC_Intel-XXV710' and
8643 #           'NF_DENSITY' and
8644 #           'DOCKER' and
8645 #           'CHAIN' and
8646 #           'NF_VPPIP4' and
8647 #           'IPSEC' and
8648 #           'TNL_4' and
8649 #           'IMIX' and
8650 #           '2T1C' and
8651 #           'MRR'"
8652 #  parameters:
8653 #  - "result"
8654 #  - "name"
8655 #  - "tags"
8656 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8657 #  x-axis: "X = CNFs per Service Chain"
8658 #  y-axis: "Y = Number of Service Chains"
8659 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8660 #  layout:
8661 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8662 #    layout: "plot-service-density"
8663 #
8664 #- type: "plot"
8665 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8666 #  algorithm: "plot_nf_heatmap"
8667 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8668 #  data: "plot-vpp-nfv-3n-skx-mrr"
8669 #  filter: "'NIC_Intel-XXV710' and
8670 #           'NF_DENSITY' and
8671 #           'DOCKER' and
8672 #           'CHAIN' and
8673 #           'NF_VPPIP4' and
8674 #           'IPSEC' and
8675 #           'TNL_4' and
8676 #           'IMIX' and
8677 #           '4T2C' and
8678 #           'MRR'"
8679 #  parameters:
8680 #  - "result"
8681 #  - "name"
8682 #  - "tags"
8683 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8684 #  x-axis: "X = CNFs per Service Chain"
8685 #  y-axis: "Y = Number of Service Chains"
8686 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8687 #  layout:
8688 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8689 #    layout: "plot-service-density"
8690 #
8691 #- type: "plot"
8692 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8693 #  algorithm: "plot_nf_heatmap"
8694 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8695 #  data: "plot-vpp-nfv-3n-skx-mrr"
8696 #  filter: "'NIC_Intel-XXV710' and
8697 #           'NF_DENSITY' and
8698 #           'DOCKER' and
8699 #           'CHAIN' and
8700 #           'NF_VPPIP4' and
8701 #           'IPSEC' and
8702 #           'TNL_4' and
8703 #           'IMIX' and
8704 #           '8T4C' and
8705 #           'MRR'"
8706 #  parameters:
8707 #  - "result"
8708 #  - "name"
8709 #  - "tags"
8710 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8711 #  x-axis: "X = CNFs per Service Chain"
8712 #  y-axis: "Y = Number of Service Chains"
8713 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8714 #  layout:
8715 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8716 #    layout: "plot-service-density"
8717
8718 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8719 #- type: "plot"
8720 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8721 #  algorithm: "plot_nf_heatmap"
8722 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8723 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8724 #  filter: "'NIC_Intel-XXV710' and
8725 #           'NF_DENSITY' and
8726 #           'DOCKER' and
8727 #           'CHAIN' and
8728 #           'NF_VPPIP4' and
8729 #           'IPSEC' and
8730 #           'TNL_4' and
8731 #           'IMIX' and
8732 #           '2T1C' and
8733 #           'NDRPDR'"
8734 #  parameters:
8735 #  - "throughput"
8736 #  - "name"
8737 #  - "tags"
8738 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8739 #  x-axis: "X = CNFs per Service Chain"
8740 #  y-axis: "Y = Number of Service Chains"
8741 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8742 #  layout:
8743 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8744 #    layout: "plot-service-density"
8745 #
8746 #- type: "plot"
8747 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8748 #  algorithm: "plot_nf_heatmap"
8749 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8750 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8751 #  filter: "'NIC_Intel-XXV710' and
8752 #           'NF_DENSITY' and
8753 #           'DOCKER' and
8754 #           'CHAIN' and
8755 #           'NF_VPPIP4' and
8756 #           'IPSEC' and
8757 #           'TNL_4' and
8758 #           'IMIX' and
8759 #           '4T2C' and
8760 #           'NDRPDR'"
8761 #  parameters:
8762 #  - "throughput"
8763 #  - "name"
8764 #  - "tags"
8765 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8766 #  x-axis: "X = CNFs per Service Chain"
8767 #  y-axis: "Y = Number of Service Chains"
8768 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8769 #  layout:
8770 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8771 #    layout: "plot-service-density"
8772 #
8773 #- type: "plot"
8774 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8775 #  algorithm: "plot_nf_heatmap"
8776 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8777 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8778 #  filter: "'NIC_Intel-XXV710' and
8779 #           'NF_DENSITY' and
8780 #           'DOCKER' and
8781 #           'CHAIN' and
8782 #           'NF_VPPIP4' and
8783 #           'IPSEC' and
8784 #           'TNL_4' and
8785 #           'IMIX' and
8786 #           '8T4C' and
8787 #           'NDRPDR'"
8788 #  parameters:
8789 #  - "throughput"
8790 #  - "name"
8791 #  - "tags"
8792 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8793 #  x-axis: "X = CNFs per Service Chain"
8794 #  y-axis: "Y = Number of Service Chains"
8795 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8796 #  layout:
8797 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8798 #    layout: "plot-service-density"
8799 #
8800 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8801 #- type: "plot"
8802 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8803 #  algorithm: "plot_nf_heatmap"
8804 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8805 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8806 #  filter: "'NIC_Intel-XXV710' and
8807 #           'NF_DENSITY' and
8808 #           'DOCKER' and
8809 #           'CHAIN' and
8810 #           'NF_VPPIP4' and
8811 #           'IPSEC' and
8812 #           'TNL_4' and
8813 #           'IMIX' and
8814 #           '2T1C' and
8815 #           'NDRPDR'"
8816 #  parameters:
8817 #  - "throughput"
8818 #  - "name"
8819 #  - "tags"
8820 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8821 #  x-axis: "X = CNFs per Service Chain"
8822 #  y-axis: "Y = Number of Service Chains"
8823 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8824 #  layout:
8825 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8826 #    layout: "plot-service-density"
8827 #
8828 #- type: "plot"
8829 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8830 #  algorithm: "plot_nf_heatmap"
8831 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8832 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8833 #  filter: "'NIC_Intel-XXV710' and
8834 #           'NF_DENSITY' and
8835 #           'DOCKER' and
8836 #           'CHAIN' and
8837 #           'NF_VPPIP4' and
8838 #           'IPSEC' and
8839 #           'TNL_4' and
8840 #           'IMIX' and
8841 #           '4T2C' and
8842 #           'NDRPDR'"
8843 #  parameters:
8844 #  - "throughput"
8845 #  - "name"
8846 #  - "tags"
8847 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8848 #  x-axis: "X = CNFs per Service Chain"
8849 #  y-axis: "Y = Number of Service Chains"
8850 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8851 #  layout:
8852 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8853 #    layout: "plot-service-density"
8854 #
8855 #- type: "plot"
8856 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8857 #  algorithm: "plot_nf_heatmap"
8858 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8859 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8860 #  filter: "'NIC_Intel-XXV710' and
8861 #           'NF_DENSITY' and
8862 #           'DOCKER' and
8863 #           'CHAIN' and
8864 #           'NF_VPPIP4' and
8865 #           'IPSEC' and
8866 #           'TNL_4' and
8867 #           'IMIX' and
8868 #           '8T4C' and
8869 #           'NDRPDR'"
8870 #  parameters:
8871 #  - "throughput"
8872 #  - "name"
8873 #  - "tags"
8874 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8875 #  x-axis: "X = CNFs per Service Chain"
8876 #  y-axis: "Y = Number of Service Chains"
8877 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8878 #  layout:
8879 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8880 #    layout: "plot-service-density"
8881
8882 ###############################################################################
8883
8884 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8885 #- type: "plot"
8886 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8887 #  algorithm: "plot_nf_heatmap"
8888 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8889 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8890 #  filter: "'NIC_Intel-XL710' and
8891 #           'NF_DENSITY' and
8892 #           'DOCKER' and
8893 #           'CHAIN' and
8894 #           'NF_VPPIP4' and
8895 #           'IMIX' and
8896 #           'TNL_4' and
8897 #           '1T1C' and
8898 #           'MRR'"
8899 #  parameters:
8900 #  - "result"
8901 #  - "name"
8902 #  - "tags"
8903 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8904 #  x-axis: "X = CNFs per Service Chain"
8905 #  y-axis: "Y = Number of Service Chains"
8906 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8907 #  layout:
8908 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8909 #    layout: "plot-service-density"
8910 #
8911 #- type: "plot"
8912 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8913 #  algorithm: "plot_nf_heatmap"
8914 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8915 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8916 #  filter: "'NIC_Intel-XL710' and
8917 #           'NF_DENSITY' and
8918 #           'DOCKER' and
8919 #           'CHAIN' and
8920 #           'NF_VPPIP4' and
8921 #           'IPSEC' and
8922 #           'TNL_4' and
8923 #           'IMIX' and
8924 #           '2T2C' and
8925 #           'MRR'"
8926 #  parameters:
8927 #  - "result"
8928 #  - "name"
8929 #  - "tags"
8930 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8931 #  x-axis: "X = CNFs per Service Chain"
8932 #  y-axis: "Y = Number of Service Chains"
8933 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8934 #  layout:
8935 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8936 #    layout: "plot-service-density"
8937 #
8938 #- type: "plot"
8939 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8940 #  algorithm: "plot_nf_heatmap"
8941 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8942 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8943 #  filter: "'NIC_Intel-XL710' and
8944 #           'NF_DENSITY' and
8945 #           'DOCKER' and
8946 #           'CHAIN' and
8947 #           'NF_VPPIP4' and
8948 #           'IPSEC' and
8949 #           'TNL_4' and
8950 #           'IMIX' and
8951 #           '4T4C' and
8952 #           'MRR'"
8953 #  parameters:
8954 #  - "result"
8955 #  - "name"
8956 #  - "tags"
8957 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8958 #  x-axis: "X = CNFs per Service Chain"
8959 #  y-axis: "Y = Number of Service Chains"
8960 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8961 #  layout:
8962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8963 #    layout: "plot-service-density"
8964
8965 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8966 #- type: "plot"
8967 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8968 #  algorithm: "plot_nf_heatmap"
8969 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8970 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8971 #  filter: "'NIC_Intel-XL710' and
8972 #           'NF_DENSITY' and
8973 #           'DOCKER' and
8974 #           'CHAIN' and
8975 #           'NF_VPPIP4' and
8976 #           'IPSEC' and
8977 #           'TNL_4' and
8978 #           'IMIX' and
8979 #           '1T1C' and
8980 #           'NDRPDR'"
8981 #  parameters:
8982 #  - "throughput"
8983 #  - "name"
8984 #  - "tags"
8985 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8986 #  x-axis: "X = CNFs per Service Chain"
8987 #  y-axis: "Y = Number of Service Chains"
8988 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8989 #  layout:
8990 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8991 #    layout: "plot-service-density"
8992 #
8993 #- type: "plot"
8994 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8995 #  algorithm: "plot_nf_heatmap"
8996 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8997 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8998 #  filter: "'NIC_Intel-XL710' and
8999 #           'NF_DENSITY' and
9000 #           'DOCKER' and
9001 #           'CHAIN' and
9002 #           'NF_VPPIP4' and
9003 #           'IPSEC' and
9004 #           'TNL_4' and
9005 #           'IMIX' and
9006 #           '2T2C' and
9007 #           'NDRPDR'"
9008 #  parameters:
9009 #  - "throughput"
9010 #  - "name"
9011 #  - "tags"
9012 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9013 #  x-axis: "X = CNFs per Service Chain"
9014 #  y-axis: "Y = Number of Service Chains"
9015 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9016 #  layout:
9017 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9018 #    layout: "plot-service-density"
9019 #
9020 #- type: "plot"
9021 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9022 #  algorithm: "plot_nf_heatmap"
9023 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9024 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9025 #  filter: "'NIC_Intel-XL710' and
9026 #           'NF_DENSITY' and
9027 #           'DOCKER' and
9028 #           'CHAIN' and
9029 #           'NF_VPPIP4' and
9030 #           'IPSEC' and
9031 #           'TNL_4' and
9032 #           'IMIX' and
9033 #           '4T4C' and
9034 #           'NDRPDR'"
9035 #  parameters:
9036 #  - "throughput"
9037 #  - "name"
9038 #  - "tags"
9039 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9040 #  x-axis: "X = CNFs per Service Chain"
9041 #  y-axis: "Y = Number of Service Chains"
9042 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9043 #  layout:
9044 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9045 #    layout: "plot-service-density"
9046 #
9047 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9048 #- type: "plot"
9049 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9050 #  algorithm: "plot_nf_heatmap"
9051 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9052 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9053 #  filter: "'NIC_Intel-XL710' and
9054 #           'NF_DENSITY' and
9055 #           'DOCKER' and
9056 #           'CHAIN' and
9057 #           'NF_VPPIP4' and
9058 #           'IPSEC' and
9059 #           'TNL_4' and
9060 #           'IMIX' and
9061 #           '1T1C' and
9062 #           'NDRPDR'"
9063 #  parameters:
9064 #  - "throughput"
9065 #  - "name"
9066 #  - "tags"
9067 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9068 #  x-axis: "X = CNFs per Service Chain"
9069 #  y-axis: "Y = Number of Service Chains"
9070 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9071 #  layout:
9072 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9073 #    layout: "plot-service-density"
9074 #
9075 #- type: "plot"
9076 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9077 #  algorithm: "plot_nf_heatmap"
9078 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9079 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9080 #  filter: "'NIC_Intel-XL710' and
9081 #           'NF_DENSITY' and
9082 #           'DOCKER' and
9083 #           'CHAIN' and
9084 #           'NF_VPPIP4' and
9085 #           'IPSEC' and
9086 #           'TNL_4' and
9087 #           'IMIX' and
9088 #           '2T2C' and
9089 #           'NDRPDR'"
9090 #  parameters:
9091 #  - "throughput"
9092 #  - "name"
9093 #  - "tags"
9094 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9095 #  x-axis: "X = CNFs per Service Chain"
9096 #  y-axis: "Y = Number of Service Chains"
9097 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9098 #  layout:
9099 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9100 #    layout: "plot-service-density"
9101 #
9102 #- type: "plot"
9103 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9104 #  algorithm: "plot_nf_heatmap"
9105 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9106 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9107 #  filter: "'NIC_Intel-XL710' and
9108 #           'NF_DENSITY' and
9109 #           'DOCKER' and
9110 #           'CHAIN' and
9111 #           'NF_VPPIP4' and
9112 #           'IPSEC' and
9113 #           'TNL_4' and
9114 #           'IMIX' and
9115 #           '4T4C' and
9116 #           'NDRPDR'"
9117 #  parameters:
9118 #  - "throughput"
9119 #  - "name"
9120 #  - "tags"
9121 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9122 #  x-axis: "X = CNFs per Service Chain"
9123 #  y-axis: "Y = Number of Service Chains"
9124 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9125 #  layout:
9126 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9127 #    layout: "plot-service-density"
9128
9129 ###############################################################################
9130
9131 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9132 #- type: "plot"
9133 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9134 #  algorithm: "plot_nf_heatmap"
9135 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9136 #  data: "plot-vpp-nfv-3n-skx-mrr"
9137 #  filter: "'NIC_Intel-XXV710' and
9138 #           'NF_DENSITY' and
9139 #           'DOCKER' and
9140 #           'CHAIN' and
9141 #           'NF_VPPIP4' and
9142 #           'IPSEC' and
9143 #           'TNL_1000' and
9144 #           'IMIX' and
9145 #           '2T1C' and
9146 #           'MRR'"
9147 #  parameters:
9148 #  - "result"
9149 #  - "name"
9150 #  - "tags"
9151 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9152 #  x-axis: "X = CNFs per Service Chain"
9153 #  y-axis: "Y = Number of Service Chains"
9154 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9155 #  layout:
9156 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9157 #    layout: "plot-service-density"
9158 #
9159 #- type: "plot"
9160 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9161 #  algorithm: "plot_nf_heatmap"
9162 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9163 #  data: "plot-vpp-nfv-3n-skx-mrr"
9164 #  filter: "'NIC_Intel-XXV710' and
9165 #           'NF_DENSITY' and
9166 #           'DOCKER' and
9167 #           'CHAIN' and
9168 #           'NF_VPPIP4' and
9169 #           'IPSEC' and
9170 #           'TNL_1000' and
9171 #           'IMIX' and
9172 #           '4T2C' and
9173 #           'MRR'"
9174 #  parameters:
9175 #  - "result"
9176 #  - "name"
9177 #  - "tags"
9178 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9179 #  x-axis: "X = CNFs per Service Chain"
9180 #  y-axis: "Y = Number of Service Chains"
9181 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9182 #  layout:
9183 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9184 #    layout: "plot-service-density"
9185 #
9186 #- type: "plot"
9187 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9188 #  algorithm: "plot_nf_heatmap"
9189 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9190 #  data: "plot-vpp-nfv-3n-skx-mrr"
9191 #  filter: "'NIC_Intel-XXV710' and
9192 #           'NF_DENSITY' and
9193 #           'DOCKER' and
9194 #           'CHAIN' and
9195 #           'NF_VPPIP4' and
9196 #           'IPSEC' and
9197 #           'TNL_1000' and
9198 #           'IMIX' and
9199 #           '8T4C' and
9200 #           'MRR'"
9201 #  parameters:
9202 #  - "result"
9203 #  - "name"
9204 #  - "tags"
9205 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9206 #  x-axis: "X = CNFs per Service Chain"
9207 #  y-axis: "Y = Number of Service Chains"
9208 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9209 #  layout:
9210 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9211 #    layout: "plot-service-density"
9212
9213 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9214 #- type: "plot"
9215 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9216 #  algorithm: "plot_nf_heatmap"
9217 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9218 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9219 #  filter: "'NIC_Intel-XXV710' and
9220 #           'NF_DENSITY' and
9221 #           'DOCKER' and
9222 #           'CHAIN' and
9223 #           'NF_VPPIP4' and
9224 #           'IPSEC' and
9225 #           'TNL_1000' and
9226 #           'IMIX' and
9227 #           '2T1C' and
9228 #           'NDRPDR'"
9229 #  parameters:
9230 #  - "throughput"
9231 #  - "name"
9232 #  - "tags"
9233 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9234 #  x-axis: "X = CNFs per Service Chain"
9235 #  y-axis: "Y = Number of Service Chains"
9236 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9237 #  layout:
9238 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9239 #    layout: "plot-service-density"
9240 #
9241 #- type: "plot"
9242 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9243 #  algorithm: "plot_nf_heatmap"
9244 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9245 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9246 #  filter: "'NIC_Intel-XXV710' and
9247 #           'NF_DENSITY' and
9248 #           'DOCKER' and
9249 #           'CHAIN' and
9250 #           'NF_VPPIP4' and
9251 #           'IPSEC' and
9252 #           'TNL_1000' and
9253 #           'IMIX' and
9254 #           '4T2C' and
9255 #           'NDRPDR'"
9256 #  parameters:
9257 #  - "throughput"
9258 #  - "name"
9259 #  - "tags"
9260 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9261 #  x-axis: "X = CNFs per Service Chain"
9262 #  y-axis: "Y = Number of Service Chains"
9263 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9264 #  layout:
9265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9266 #    layout: "plot-service-density"
9267 #
9268 #- type: "plot"
9269 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9270 #  algorithm: "plot_nf_heatmap"
9271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9272 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9273 #  filter: "'NIC_Intel-XXV710' and
9274 #           'NF_DENSITY' and
9275 #           'DOCKER' and
9276 #           'CHAIN' and
9277 #           'NF_VPPIP4' and
9278 #           'IPSEC' and
9279 #           'TNL_1000' and
9280 #           'IMIX' and
9281 #           '8T4C' and
9282 #           'NDRPDR'"
9283 #  parameters:
9284 #  - "throughput"
9285 #  - "name"
9286 #  - "tags"
9287 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9288 #  x-axis: "X = CNFs per Service Chain"
9289 #  y-axis: "Y = Number of Service Chains"
9290 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9291 #  layout:
9292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9293 #    layout: "plot-service-density"
9294 #
9295 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9296 #- type: "plot"
9297 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9298 #  algorithm: "plot_nf_heatmap"
9299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9300 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9301 #  filter: "'NIC_Intel-XXV710' and
9302 #           'NF_DENSITY' and
9303 #           'DOCKER' and
9304 #           'CHAIN' and
9305 #           'NF_VPPIP4' and
9306 #           'IPSEC' and
9307 #           'TNL_1000' and
9308 #           'IMIX' and
9309 #           '2T1C' and
9310 #           'NDRPDR'"
9311 #  parameters:
9312 #  - "throughput"
9313 #  - "name"
9314 #  - "tags"
9315 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9316 #  x-axis: "X = CNFs per Service Chain"
9317 #  y-axis: "Y = Number of Service Chains"
9318 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9319 #  layout:
9320 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9321 #    layout: "plot-service-density"
9322 #
9323 #- type: "plot"
9324 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9325 #  algorithm: "plot_nf_heatmap"
9326 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9327 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9328 #  filter: "'NIC_Intel-XXV710' and
9329 #           'NF_DENSITY' and
9330 #           'DOCKER' and
9331 #           'CHAIN' and
9332 #           'NF_VPPIP4' and
9333 #           'IPSEC' and
9334 #           'TNL_1000' and
9335 #           'IMIX' and
9336 #           '4T2C' and
9337 #           'NDRPDR'"
9338 #  parameters:
9339 #  - "throughput"
9340 #  - "name"
9341 #  - "tags"
9342 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9343 #  x-axis: "X = CNFs per Service Chain"
9344 #  y-axis: "Y = Number of Service Chains"
9345 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9346 #  layout:
9347 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9348 #    layout: "plot-service-density"
9349 #
9350 #- type: "plot"
9351 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9352 #  algorithm: "plot_nf_heatmap"
9353 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9354 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9355 #  filter: "'NIC_Intel-XXV710' and
9356 #           'NF_DENSITY' and
9357 #           'DOCKER' and
9358 #           'CHAIN' and
9359 #           'NF_VPPIP4' and
9360 #           'IPSEC' and
9361 #           'TNL_1000' and
9362 #           'IMIX' and
9363 #           '8T4C' and
9364 #           'NDRPDR'"
9365 #  parameters:
9366 #  - "throughput"
9367 #  - "name"
9368 #  - "tags"
9369 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9370 #  x-axis: "X = CNFs per Service Chain"
9371 #  y-axis: "Y = Number of Service Chains"
9372 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9373 #  layout:
9374 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9375 #    layout: "plot-service-density"
9376
9377 ###############################################################################
9378
9379 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9380 #- type: "plot"
9381 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9382 #  algorithm: "plot_nf_heatmap"
9383 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9384 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9385 #  filter: "'NIC_Intel-XL710' and
9386 #           'NF_DENSITY' and
9387 #           'DOCKER' and
9388 #           'CHAIN' and
9389 #           'NF_VPPIP4' and
9390 #           'IMIX' and
9391 #           'TNL_1000' and
9392 #           '1T1C' and
9393 #           'MRR'"
9394 #  parameters:
9395 #  - "result"
9396 #  - "name"
9397 #  - "tags"
9398 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9399 #  x-axis: "X = CNFs per Service Chain"
9400 #  y-axis: "Y = Number of Service Chains"
9401 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9402 #  layout:
9403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9404 #    layout: "plot-service-density"
9405 #
9406 #- type: "plot"
9407 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9408 #  algorithm: "plot_nf_heatmap"
9409 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9410 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9411 #  filter: "'NIC_Intel-XL710' and
9412 #           'NF_DENSITY' and
9413 #           'DOCKER' and
9414 #           'CHAIN' and
9415 #           'NF_VPPIP4' and
9416 #           'IPSEC' and
9417 #           'TNL_1000' and
9418 #           'IMIX' and
9419 #           '2T2C' and
9420 #           'MRR'"
9421 #  parameters:
9422 #  - "result"
9423 #  - "name"
9424 #  - "tags"
9425 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9426 #  x-axis: "X = CNFs per Service Chain"
9427 #  y-axis: "Y = Number of Service Chains"
9428 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9429 #  layout:
9430 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9431 #    layout: "plot-service-density"
9432 #
9433 #- type: "plot"
9434 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9435 #  algorithm: "plot_nf_heatmap"
9436 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9437 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9438 #  filter: "'NIC_Intel-XL710' and
9439 #           'NF_DENSITY' and
9440 #           'DOCKER' and
9441 #           'CHAIN' and
9442 #           'NF_VPPIP4' and
9443 #           'IPSEC' and
9444 #           'TNL_1000' and
9445 #           'IMIX' and
9446 #           '4T4C' and
9447 #           'MRR'"
9448 #  parameters:
9449 #  - "result"
9450 #  - "name"
9451 #  - "tags"
9452 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9453 #  x-axis: "X = CNFs per Service Chain"
9454 #  y-axis: "Y = Number of Service Chains"
9455 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9456 #  layout:
9457 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9458 #    layout: "plot-service-density"
9459
9460 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9461 #- type: "plot"
9462 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9463 #  algorithm: "plot_nf_heatmap"
9464 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9465 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9466 #  filter: "'NIC_Intel-XL710' and
9467 #           'NF_DENSITY' and
9468 #           'DOCKER' and
9469 #           'CHAIN' and
9470 #           'NF_VPPIP4' and
9471 #           'IPSEC' and
9472 #           'TNL_1000' and
9473 #           'IMIX' and
9474 #           '1T1C' and
9475 #           'NDRPDR'"
9476 #  parameters:
9477 #  - "throughput"
9478 #  - "name"
9479 #  - "tags"
9480 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9481 #  x-axis: "X = CNFs per Service Chain"
9482 #  y-axis: "Y = Number of Service Chains"
9483 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9484 #  layout:
9485 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9486 #    layout: "plot-service-density"
9487 #
9488 #- type: "plot"
9489 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9490 #  algorithm: "plot_nf_heatmap"
9491 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9492 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9493 #  filter: "'NIC_Intel-XL710' and
9494 #           'NF_DENSITY' and
9495 #           'DOCKER' and
9496 #           'CHAIN' and
9497 #           'NF_VPPIP4' and
9498 #           'IPSEC' and
9499 #           'TNL_1000' and
9500 #           'IMIX' and
9501 #           '2T2C' and
9502 #           'NDRPDR'"
9503 #  parameters:
9504 #  - "throughput"
9505 #  - "name"
9506 #  - "tags"
9507 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9508 #  x-axis: "X = CNFs per Service Chain"
9509 #  y-axis: "Y = Number of Service Chains"
9510 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9511 #  layout:
9512 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9513 #    layout: "plot-service-density"
9514 #
9515 #- type: "plot"
9516 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9517 #  algorithm: "plot_nf_heatmap"
9518 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9519 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9520 #  filter: "'NIC_Intel-XL710' and
9521 #           'NF_DENSITY' and
9522 #           'DOCKER' and
9523 #           'CHAIN' and
9524 #           'NF_VPPIP4' and
9525 #           'IPSEC' and
9526 #           'TNL_1000' and
9527 #           'IMIX' and
9528 #           '4T4C' and
9529 #           'NDRPDR'"
9530 #  parameters:
9531 #  - "throughput"
9532 #  - "name"
9533 #  - "tags"
9534 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9535 #  x-axis: "X = CNFs per Service Chain"
9536 #  y-axis: "Y = Number of Service Chains"
9537 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9538 #  layout:
9539 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9540 #    layout: "plot-service-density"
9541 #
9542 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9543 #- type: "plot"
9544 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9545 #  algorithm: "plot_nf_heatmap"
9546 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9547 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9548 #  filter: "'NIC_Intel-XL710' and
9549 #           'NF_DENSITY' and
9550 #           'DOCKER' and
9551 #           'CHAIN' and
9552 #           'NF_VPPIP4' and
9553 #           'IPSEC' and
9554 #           'TNL_1000' and
9555 #           'IMIX' and
9556 #           '1T1C' and
9557 #           'NDRPDR'"
9558 #  parameters:
9559 #  - "throughput"
9560 #  - "name"
9561 #  - "tags"
9562 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9563 #  x-axis: "X = CNFs per Service Chain"
9564 #  y-axis: "Y = Number of Service Chains"
9565 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9566 #  layout:
9567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9568 #    layout: "plot-service-density"
9569 #
9570 #- type: "plot"
9571 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9572 #  algorithm: "plot_nf_heatmap"
9573 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9574 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9575 #  filter: "'NIC_Intel-XL710' and
9576 #           'NF_DENSITY' and
9577 #           'DOCKER' and
9578 #           'CHAIN' and
9579 #           'NF_VPPIP4' and
9580 #           'IPSEC' and
9581 #           'TNL_1000' and
9582 #           'IMIX' and
9583 #           '2T2C' and
9584 #           'NDRPDR'"
9585 #  parameters:
9586 #  - "throughput"
9587 #  - "name"
9588 #  - "tags"
9589 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9590 #  x-axis: "X = CNFs per Service Chain"
9591 #  y-axis: "Y = Number of Service Chains"
9592 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9593 #  layout:
9594 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9595 #    layout: "plot-service-density"
9596 #
9597 #- type: "plot"
9598 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9599 #  algorithm: "plot_nf_heatmap"
9600 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9601 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9602 #  filter: "'NIC_Intel-XL710' and
9603 #           'NF_DENSITY' and
9604 #           'DOCKER' and
9605 #           'CHAIN' and
9606 #           'NF_VPPIP4' and
9607 #           'IPSEC' and
9608 #           'TNL_1000' and
9609 #           'IMIX' and
9610 #           '4T4C' and
9611 #           'NDRPDR'"
9612 #  parameters:
9613 #  - "throughput"
9614 #  - "name"
9615 #  - "tags"
9616 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9617 #  x-axis: "X = CNFs per Service Chain"
9618 #  y-axis: "Y = Number of Service Chains"
9619 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9620 #  layout:
9621 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9622 #    layout: "plot-service-density"
9623
9624 ###############################################################################
9625
9626 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9627 #- type: "plot"
9628 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9629 #  algorithm: "plot_nf_heatmap"
9630 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9631 #  data: "plot-vpp-nfv-3n-skx-mrr"
9632 #  filter: "'NIC_Intel-XXV710' and
9633 #           'NF_DENSITY' and
9634 #           'DOCKER' and
9635 #           'CHAIN' and
9636 #           'NF_VPPIP4' and
9637 #           'IPSEC' and
9638 #           'TNL_10000' and
9639 #           'IMIX' and
9640 #           '2T1C' and
9641 #           'MRR'"
9642 #  parameters:
9643 #  - "result"
9644 #  - "name"
9645 #  - "tags"
9646 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9647 #  x-axis: "X = CNFs per Service Chain"
9648 #  y-axis: "Y = Number of Service Chains"
9649 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9650 #  layout:
9651 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9652 #    layout: "plot-service-density"
9653 #
9654 #- type: "plot"
9655 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9656 #  algorithm: "plot_nf_heatmap"
9657 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9658 #  data: "plot-vpp-nfv-3n-skx-mrr"
9659 #  filter: "'NIC_Intel-XXV710' and
9660 #           'NF_DENSITY' and
9661 #           'DOCKER' and
9662 #           'CHAIN' and
9663 #           'NF_VPPIP4' and
9664 #           'IPSEC' and
9665 #           'TNL_10000' and
9666 #           'IMIX' and
9667 #           '4T2C' and
9668 #           'MRR'"
9669 #  parameters:
9670 #  - "result"
9671 #  - "name"
9672 #  - "tags"
9673 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9674 #  x-axis: "X = CNFs per Service Chain"
9675 #  y-axis: "Y = Number of Service Chains"
9676 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9677 #  layout:
9678 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9679 #    layout: "plot-service-density"
9680 #
9681 #- type: "plot"
9682 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9683 #  algorithm: "plot_nf_heatmap"
9684 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9685 #  data: "plot-vpp-nfv-3n-skx-mrr"
9686 #  filter: "'NIC_Intel-XXV710' and
9687 #           'NF_DENSITY' and
9688 #           'DOCKER' and
9689 #           'CHAIN' and
9690 #           'NF_VPPIP4' and
9691 #           'IPSEC' and
9692 #           'TNL_10000' and
9693 #           'IMIX' and
9694 #           '8T4C' and
9695 #           'MRR'"
9696 #  parameters:
9697 #  - "result"
9698 #  - "name"
9699 #  - "tags"
9700 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9701 #  x-axis: "X = CNFs per Service Chain"
9702 #  y-axis: "Y = Number of Service Chains"
9703 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9704 #  layout:
9705 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9706 #    layout: "plot-service-density"
9707
9708 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9709 #- type: "plot"
9710 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9711 #  algorithm: "plot_nf_heatmap"
9712 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9713 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9714 #  filter: "'NIC_Intel-XXV710' and
9715 #           'NF_DENSITY' and
9716 #           'DOCKER' and
9717 #           'CHAIN' and
9718 #           'NF_VPPIP4' and
9719 #           'IPSEC' and
9720 #           'TNL_10000' and
9721 #           'IMIX' and
9722 #           '2T1C' and
9723 #           'NDRPDR'"
9724 #  parameters:
9725 #  - "throughput"
9726 #  - "name"
9727 #  - "tags"
9728 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9729 #  x-axis: "X = CNFs per Service Chain"
9730 #  y-axis: "Y = Number of Service Chains"
9731 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9732 #  layout:
9733 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9734 #    layout: "plot-service-density"
9735 #
9736 #- type: "plot"
9737 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9738 #  algorithm: "plot_nf_heatmap"
9739 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9740 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9741 #  filter: "'NIC_Intel-XXV710' and
9742 #           'NF_DENSITY' and
9743 #           'DOCKER' and
9744 #           'CHAIN' and
9745 #           'NF_VPPIP4' and
9746 #           'IPSEC' and
9747 #           'TNL_10000' and
9748 #           'IMIX' and
9749 #           '4T2C' and
9750 #           'NDRPDR'"
9751 #  parameters:
9752 #  - "throughput"
9753 #  - "name"
9754 #  - "tags"
9755 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9756 #  x-axis: "X = CNFs per Service Chain"
9757 #  y-axis: "Y = Number of Service Chains"
9758 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9759 #  layout:
9760 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9761 #    layout: "plot-service-density"
9762 #
9763 #- type: "plot"
9764 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9765 #  algorithm: "plot_nf_heatmap"
9766 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9767 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9768 #  filter: "'NIC_Intel-XXV710' and
9769 #           'NF_DENSITY' and
9770 #           'DOCKER' and
9771 #           'CHAIN' and
9772 #           'NF_VPPIP4' and
9773 #           'IPSEC' and
9774 #           'TNL_10000' and
9775 #           'IMIX' and
9776 #           '8T4C' and
9777 #           'NDRPDR'"
9778 #  parameters:
9779 #  - "throughput"
9780 #  - "name"
9781 #  - "tags"
9782 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9783 #  x-axis: "X = CNFs per Service Chain"
9784 #  y-axis: "Y = Number of Service Chains"
9785 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9786 #  layout:
9787 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9788 #    layout: "plot-service-density"
9789 #
9790 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9791 #- type: "plot"
9792 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9793 #  algorithm: "plot_nf_heatmap"
9794 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9795 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9796 #  filter: "'NIC_Intel-XXV710' and
9797 #           'NF_DENSITY' and
9798 #           'DOCKER' and
9799 #           'CHAIN' and
9800 #           'NF_VPPIP4' and
9801 #           'IPSEC' and
9802 #           'TNL_10000' and
9803 #           'IMIX' and
9804 #           '2T1C' and
9805 #           'NDRPDR'"
9806 #  parameters:
9807 #  - "throughput"
9808 #  - "name"
9809 #  - "tags"
9810 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9811 #  x-axis: "X = CNFs per Service Chain"
9812 #  y-axis: "Y = Number of Service Chains"
9813 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9814 #  layout:
9815 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9816 #    layout: "plot-service-density"
9817 #
9818 #- type: "plot"
9819 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9820 #  algorithm: "plot_nf_heatmap"
9821 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9822 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9823 #  filter: "'NIC_Intel-XXV710' and
9824 #           'NF_DENSITY' and
9825 #           'DOCKER' and
9826 #           'CHAIN' and
9827 #           'NF_VPPIP4' and
9828 #           'IPSEC' and
9829 #           'TNL_10000' and
9830 #           'IMIX' and
9831 #           '4T2C' and
9832 #           'NDRPDR'"
9833 #  parameters:
9834 #  - "throughput"
9835 #  - "name"
9836 #  - "tags"
9837 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9838 #  x-axis: "X = CNFs per Service Chain"
9839 #  y-axis: "Y = Number of Service Chains"
9840 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9841 #  layout:
9842 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9843 #    layout: "plot-service-density"
9844 #
9845 #- type: "plot"
9846 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9847 #  algorithm: "plot_nf_heatmap"
9848 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9849 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9850 #  filter: "'NIC_Intel-XXV710' and
9851 #           'NF_DENSITY' and
9852 #           'DOCKER' and
9853 #           'CHAIN' and
9854 #           'NF_VPPIP4' and
9855 #           'IPSEC' and
9856 #           'TNL_10000' and
9857 #           'IMIX' and
9858 #           '8T4C' and
9859 #           'NDRPDR'"
9860 #  parameters:
9861 #  - "throughput"
9862 #  - "name"
9863 #  - "tags"
9864 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9865 #  x-axis: "X = CNFs per Service Chain"
9866 #  y-axis: "Y = Number of Service Chains"
9867 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9868 #  layout:
9869 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9870 #    layout: "plot-service-density"
9871
9872 ###############################################################################
9873
9874 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9875 #- type: "plot"
9876 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9877 #  algorithm: "plot_nf_heatmap"
9878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9879 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9880 #  filter: "'NIC_Intel-XL710' and
9881 #           'NF_DENSITY' and
9882 #           'DOCKER' and
9883 #           'CHAIN' and
9884 #           'NF_VPPIP4' and
9885 #           'IMIX' and
9886 #           'TNL_10000' and
9887 #           '1T1C' and
9888 #           'MRR'"
9889 #  parameters:
9890 #  - "result"
9891 #  - "name"
9892 #  - "tags"
9893 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9894 #  x-axis: "X = CNFs per Service Chain"
9895 #  y-axis: "Y = Number of Service Chains"
9896 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9897 #  layout:
9898 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9899 #    layout: "plot-service-density"
9900 #
9901 #- type: "plot"
9902 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9903 #  algorithm: "plot_nf_heatmap"
9904 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9905 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9906 #  filter: "'NIC_Intel-XL710' and
9907 #           'NF_DENSITY' and
9908 #           'DOCKER' and
9909 #           'CHAIN' and
9910 #           'NF_VPPIP4' and
9911 #           'IPSEC' and
9912 #           'TNL_10000' and
9913 #           'IMIX' and
9914 #           '2T2C' and
9915 #           'MRR'"
9916 #  parameters:
9917 #  - "result"
9918 #  - "name"
9919 #  - "tags"
9920 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9921 #  x-axis: "X = CNFs per Service Chain"
9922 #  y-axis: "Y = Number of Service Chains"
9923 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9924 #  layout:
9925 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9926 #    layout: "plot-service-density"
9927 #
9928 #- type: "plot"
9929 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9930 #  algorithm: "plot_nf_heatmap"
9931 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9932 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9933 #  filter: "'NIC_Intel-XL710' and
9934 #           'NF_DENSITY' and
9935 #           'DOCKER' and
9936 #           'CHAIN' and
9937 #           'NF_VPPIP4' and
9938 #           'IPSEC' and
9939 #           'TNL_10000' and
9940 #           'IMIX' and
9941 #           '4T4C' and
9942 #           'MRR'"
9943 #  parameters:
9944 #  - "result"
9945 #  - "name"
9946 #  - "tags"
9947 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9948 #  x-axis: "X = CNFs per Service Chain"
9949 #  y-axis: "Y = Number of Service Chains"
9950 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9951 #  layout:
9952 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9953 #    layout: "plot-service-density"
9954
9955 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9956 #- type: "plot"
9957 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9958 #  algorithm: "plot_nf_heatmap"
9959 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9960 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9961 #  filter: "'NIC_Intel-XL710' and
9962 #           'NF_DENSITY' and
9963 #           'DOCKER' and
9964 #           'CHAIN' and
9965 #           'NF_VPPIP4' and
9966 #           'IPSEC' and
9967 #           'TNL_10000' and
9968 #           'IMIX' and
9969 #           '1T1C' and
9970 #           'NDRPDR'"
9971 #  parameters:
9972 #  - "throughput"
9973 #  - "name"
9974 #  - "tags"
9975 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9976 #  x-axis: "X = CNFs per Service Chain"
9977 #  y-axis: "Y = Number of Service Chains"
9978 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9979 #  layout:
9980 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9981 #    layout: "plot-service-density"
9982 #
9983 #- type: "plot"
9984 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9985 #  algorithm: "plot_nf_heatmap"
9986 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9987 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9988 #  filter: "'NIC_Intel-XL710' and
9989 #           'NF_DENSITY' and
9990 #           'DOCKER' and
9991 #           'CHAIN' and
9992 #           'NF_VPPIP4' and
9993 #           'IPSEC' and
9994 #           'TNL_10000' and
9995 #           'IMIX' and
9996 #           '2T2C' and
9997 #           'NDRPDR'"
9998 #  parameters:
9999 #  - "throughput"
10000 #  - "name"
10001 #  - "tags"
10002 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10003 #  x-axis: "X = CNFs per Service Chain"
10004 #  y-axis: "Y = Number of Service Chains"
10005 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10006 #  layout:
10007 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10008 #    layout: "plot-service-density"
10009 #
10010 #- type: "plot"
10011 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10012 #  algorithm: "plot_nf_heatmap"
10013 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10014 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10015 #  filter: "'NIC_Intel-XL710' and
10016 #           'NF_DENSITY' and
10017 #           'DOCKER' and
10018 #           'CHAIN' and
10019 #           'NF_VPPIP4' and
10020 #           'IPSEC' and
10021 #           'TNL_10000' and
10022 #           'IMIX' and
10023 #           '4T4C' and
10024 #           'NDRPDR'"
10025 #  parameters:
10026 #  - "throughput"
10027 #  - "name"
10028 #  - "tags"
10029 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10030 #  x-axis: "X = CNFs per Service Chain"
10031 #  y-axis: "Y = Number of Service Chains"
10032 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10033 #  layout:
10034 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10035 #    layout: "plot-service-density"
10036 #
10037 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10038 #- type: "plot"
10039 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10040 #  algorithm: "plot_nf_heatmap"
10041 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10042 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10043 #  filter: "'NIC_Intel-XL710' and
10044 #           'NF_DENSITY' and
10045 #           'DOCKER' and
10046 #           'CHAIN' and
10047 #           'NF_VPPIP4' and
10048 #           'IPSEC' and
10049 #           'TNL_10000' and
10050 #           'IMIX' and
10051 #           '1T1C' and
10052 #           'NDRPDR'"
10053 #  parameters:
10054 #  - "throughput"
10055 #  - "name"
10056 #  - "tags"
10057 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10058 #  x-axis: "X = CNFs per Service Chain"
10059 #  y-axis: "Y = Number of Service Chains"
10060 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10061 #  layout:
10062 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10063 #    layout: "plot-service-density"
10064 #
10065 #- type: "plot"
10066 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10067 #  algorithm: "plot_nf_heatmap"
10068 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10069 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10070 #  filter: "'NIC_Intel-XL710' and
10071 #           'NF_DENSITY' and
10072 #           'DOCKER' and
10073 #           'CHAIN' and
10074 #           'NF_VPPIP4' and
10075 #           'IPSEC' and
10076 #           'TNL_10000' and
10077 #           'IMIX' and
10078 #           '2T2C' and
10079 #           'NDRPDR'"
10080 #  parameters:
10081 #  - "throughput"
10082 #  - "name"
10083 #  - "tags"
10084 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10085 #  x-axis: "X = CNFs per Service Chain"
10086 #  y-axis: "Y = Number of Service Chains"
10087 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10088 #  layout:
10089 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10090 #    layout: "plot-service-density"
10091 #
10092 #- type: "plot"
10093 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10094 #  algorithm: "plot_nf_heatmap"
10095 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10096 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10097 #  filter: "'NIC_Intel-XL710' and
10098 #           'NF_DENSITY' and
10099 #           'DOCKER' and
10100 #           'CHAIN' and
10101 #           'NF_VPPIP4' and
10102 #           'IPSEC' and
10103 #           'TNL_10000' and
10104 #           'IMIX' and
10105 #           '4T4C' and
10106 #           'NDRPDR'"
10107 #  parameters:
10108 #  - "throughput"
10109 #  - "name"
10110 #  - "tags"
10111 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10112 #  x-axis: "X = CNFs per Service Chain"
10113 #  y-axis: "Y = Number of Service Chains"
10114 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10115 #  layout:
10116 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10117 #    layout: "plot-service-density"
10118
10119 ###############################################################################
10120
10121 # Plots - NF Density - CSP - MRR IMIX
10122 - type: "plot"
10123   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10124   algorithm: "plot_nf_heatmap"
10125   output-file-type: ".html"
10126   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10127   data: "plot-vpp-nfv-2n-skx-mrr"
10128   filter: "'NIC_Intel-XXV710' and
10129            'NF_DENSITY' and
10130            'DOCKER' and
10131            'PIPELINE' and
10132            'NF_VPPIP4' and
10133            'IMIX' and
10134            '2T1C' and
10135            'MRR'"
10136   parameters:
10137   - "result"
10138   - "name"
10139   - "tags"
10140   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10141   x-axis: "X = CNFs per Service Pipeline"
10142   y-axis: "Y = Number of Service Pipelines"
10143   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10144   layout:
10145     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10146     layout: "plot-service-density"
10147
10148 - type: "plot"
10149   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10150   algorithm: "plot_nf_heatmap"
10151   output-file-type: ".html"
10152   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10153   data: "plot-vpp-nfv-2n-skx-mrr"
10154   filter: "'NIC_Intel-XXV710' and
10155            'NF_DENSITY' and
10156            'DOCKER' and
10157            'PIPELINE' and
10158            'NF_VPPIP4' and
10159            'IMIX' and
10160            '4T2C' and
10161            'MRR'"
10162   parameters:
10163   - "result"
10164   - "name"
10165   - "tags"
10166   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10167   x-axis: "X = CNFs per Service Pipeline"
10168   y-axis: "Y = Number of Service Pipelines"
10169   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10170   layout:
10171     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10172     layout: "plot-service-density"
10173
10174 - type: "plot"
10175   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10176   algorithm: "plot_nf_heatmap"
10177   output-file-type: ".html"
10178   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10179   data: "plot-vpp-nfv-2n-skx-mrr"
10180   filter: "'NIC_Intel-XXV710' and
10181            'NF_DENSITY' and
10182            'DOCKER' and
10183            'PIPELINE' and
10184            'NF_VPPIP4' and
10185            'IMIX' and
10186            '8T4C' and
10187            'MRR'"
10188   parameters:
10189   - "result"
10190   - "name"
10191   - "tags"
10192   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10193   x-axis: "X = CNFs per Service Pipeline"
10194   y-axis: "Y = Number of Service Pipelines"
10195   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10196   layout:
10197     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10198     layout: "plot-service-density"
10199
10200 # Plots - NF Density - CSP - NDR IMIX
10201 - type: "plot"
10202   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10203   algorithm: "plot_nf_heatmap"
10204   output-file-type: ".html"
10205   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10206   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10207   filter: "'NIC_Intel-XXV710' and
10208            'NF_DENSITY' and
10209            'DOCKER' and
10210            'PIPELINE' and
10211            'NF_VPPIP4' and
10212            'IMIX' and
10213            '2T1C' and
10214            'NDRPDR'"
10215   parameters:
10216   - "throughput"
10217   - "name"
10218   - "tags"
10219   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10220   x-axis: "X = CNFs per Service Pipeline"
10221   y-axis: "Y = Number of Service Pipelines"
10222   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10223   layout:
10224     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10225     layout: "plot-service-density"
10226
10227 - type: "plot"
10228   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10229   algorithm: "plot_nf_heatmap"
10230   output-file-type: ".html"
10231   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10232   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10233   filter: "'NIC_Intel-XXV710' and
10234            'NF_DENSITY' and
10235            'DOCKER' and
10236            'PIPELINE' and
10237            'NF_VPPIP4' and
10238            'IMIX' and
10239            '4T2C' and
10240            'NDRPDR'"
10241   parameters:
10242   - "throughput"
10243   - "name"
10244   - "tags"
10245   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10246   x-axis: "X = CNFs per Service Pipeline"
10247   y-axis: "Y = Number of Service Pipelines"
10248   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10249   layout:
10250     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10251     layout: "plot-service-density"
10252
10253 - type: "plot"
10254   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10255   algorithm: "plot_nf_heatmap"
10256   output-file-type: ".html"
10257   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10258   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10259   filter: "'NIC_Intel-XXV710' and
10260            'NF_DENSITY' and
10261            'DOCKER' and
10262            'PIPELINE' and
10263            'NF_VPPIP4' and
10264            'IMIX' and
10265            '8T4C' and
10266            'NDRPDR'"
10267   parameters:
10268   - "throughput"
10269   - "name"
10270   - "tags"
10271   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10272   x-axis: "X = CNFs per Service Pipeline"
10273   y-axis: "Y = Number of Service Pipelines"
10274   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10275   layout:
10276     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10277     layout: "plot-service-density"
10278
10279 # Plots - NF Density - CSP - PDR IMIX
10280 - type: "plot"
10281   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10282   algorithm: "plot_nf_heatmap"
10283   output-file-type: ".html"
10284   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10285   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10286   filter: "'NIC_Intel-XXV710' and
10287            'NF_DENSITY' and
10288            'DOCKER' and
10289            'PIPELINE' and
10290            'NF_VPPIP4' and
10291            'IMIX' and
10292            '2T1C' and
10293            'NDRPDR'"
10294   parameters:
10295   - "throughput"
10296   - "name"
10297   - "tags"
10298   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10299   x-axis: "X = CNFs per Service Pipeline"
10300   y-axis: "Y = Number of Service Pipelines"
10301   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10302   layout:
10303     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10304     layout: "plot-service-density"
10305
10306 - type: "plot"
10307   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10308   algorithm: "plot_nf_heatmap"
10309   output-file-type: ".html"
10310   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10311   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10312   filter: "'NIC_Intel-XXV710' and
10313            'NF_DENSITY' and
10314            'DOCKER' and
10315            'PIPELINE' and
10316            'NF_VPPIP4' and
10317            'IMIX' and
10318            '4T2C' and
10319            'NDRPDR'"
10320   parameters:
10321   - "throughput"
10322   - "name"
10323   - "tags"
10324   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10325   x-axis: "X = CNFs per Service Pipeline"
10326   y-axis: "Y = Number of Service Pipelines"
10327   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10328   layout:
10329     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10330     layout: "plot-service-density"
10331
10332 - type: "plot"
10333   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10334   algorithm: "plot_nf_heatmap"
10335   output-file-type: ".html"
10336   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10337   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10338   filter: "'NIC_Intel-XXV710' and
10339            'NF_DENSITY' and
10340            'DOCKER' and
10341            'PIPELINE' and
10342            'NF_VPPIP4' and
10343            'IMIX' and
10344            '8T4C' and
10345            'NDRPDR'"
10346   parameters:
10347   - "throughput"
10348   - "name"
10349   - "tags"
10350   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10351   x-axis: "X = CNFs per Service Pipeline"
10352   y-axis: "Y = Number of Service Pipelines"
10353   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10354   layout:
10355     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10356     layout: "plot-service-density"
10357
10358 ###############################################################################
10359 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10360
10361 - type: "plot"
10362   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10363   algorithm: "plot_nf_heatmap"
10364   output-file-type: ".html"
10365   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10366   data: "plot-vpp-nfv-2n-clx-mrr"
10367   filter: "'NIC_Intel-XXV710' and
10368            'NF_DENSITY' and
10369            'VHOST' and
10370            not 'VXLAN' and
10371            'CHAIN' and
10372            'NF_VPPIP4' and
10373            'IMIX' and
10374            '2T1C' and
10375            'MRR'"
10376   parameters:
10377   - "result"
10378   - "name"
10379   - "tags"
10380   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10381   x-axis: "X = VNFs per Service Chain"
10382   y-axis: "Y = Number of Service Chains"
10383   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10384   layout:
10385     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10386     layout: "plot-service-density"
10387
10388 - type: "plot"
10389   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10390   algorithm: "plot_nf_heatmap"
10391   output-file-type: ".html"
10392   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10393   data: "plot-vpp-nfv-2n-clx-mrr"
10394   filter: "'NIC_Intel-XXV710' and
10395            'NF_DENSITY' and
10396            'VHOST' and
10397            not 'VXLAN' and
10398            'CHAIN' and
10399            'NF_VPPIP4' and
10400            'IMIX' and
10401            '4T2C' and
10402            'MRR'"
10403   parameters:
10404   - "result"
10405   - "name"
10406   - "tags"
10407   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10408   x-axis: "X = VNFs per Service Chain"
10409   y-axis: "Y = Number of Service Chains"
10410   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10411   layout:
10412     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10413     layout: "plot-service-density"
10414
10415 - type: "plot"
10416   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10417   algorithm: "plot_nf_heatmap"
10418   output-file-type: ".html"
10419   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10420   data: "plot-vpp-nfv-2n-clx-mrr"
10421   filter: "'NIC_Intel-XXV710' and
10422            'NF_DENSITY' and
10423            'VHOST' and
10424            not 'VXLAN' and
10425            'CHAIN' and
10426            'NF_VPPIP4' and
10427            'IMIX' and
10428            '8T4C' and
10429            'MRR'"
10430   parameters:
10431   - "result"
10432   - "name"
10433   - "tags"
10434   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10435   x-axis: "X = VNFs per Service Chain"
10436   y-axis: "Y = Number of Service Chains"
10437   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10438   layout:
10439     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10440     layout: "plot-service-density"
10441
10442 # Plots - NF Density - VSC - NDR IMIX
10443 - type: "plot"
10444   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10445   algorithm: "plot_nf_heatmap"
10446   output-file-type: ".html"
10447   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10448   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10449   filter: "'NIC_Intel-XXV710' and
10450            'NF_DENSITY' and
10451            'VHOST' and
10452            not 'VXLAN' and
10453            'CHAIN' and
10454            'NF_VPPIP4' and
10455            'IMIX' and
10456            '2T1C' and
10457            'NDRPDR'"
10458   parameters:
10459   - "throughput"
10460   - "name"
10461   - "tags"
10462   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10463   x-axis: "X = VNFs per Service Chain"
10464   y-axis: "Y = Number of Service Chains"
10465   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10466   layout:
10467     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10468     layout: "plot-service-density"
10469
10470 - type: "plot"
10471   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10472   algorithm: "plot_nf_heatmap"
10473   output-file-type: ".html"
10474   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10475   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10476   filter: "'NIC_Intel-XXV710' and
10477            'NF_DENSITY' and
10478            'VHOST' and
10479            not 'VXLAN' and
10480            'CHAIN' and
10481            'NF_VPPIP4' and
10482            'IMIX' and
10483            '4T2C' and
10484            'NDRPDR'"
10485   parameters:
10486   - "throughput"
10487   - "name"
10488   - "tags"
10489   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10490   x-axis: "X = VNFs per Service Chain"
10491   y-axis: "Y = Number of Service Chains"
10492   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10493   layout:
10494     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10495     layout: "plot-service-density"
10496
10497 - type: "plot"
10498   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10499   algorithm: "plot_nf_heatmap"
10500   output-file-type: ".html"
10501   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10502   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10503   filter: "'NIC_Intel-XXV710' and
10504            'NF_DENSITY' and
10505            'VHOST' and
10506            not 'VXLAN' and
10507            'CHAIN' and
10508            'NF_VPPIP4' and
10509            'IMIX' and
10510            '8T4C' and
10511            'NDRPDR'"
10512   parameters:
10513   - "throughput"
10514   - "name"
10515   - "tags"
10516   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10517   x-axis: "X = VNFs per Service Chain"
10518   y-axis: "Y = Number of Service Chains"
10519   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10520   layout:
10521     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10522     layout: "plot-service-density"
10523
10524 # Plots - NF Density - VSC - PDR IMIX
10525 - type: "plot"
10526   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10527   algorithm: "plot_nf_heatmap"
10528   output-file-type: ".html"
10529   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10530   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10531   filter: "'NIC_Intel-XXV710' and
10532            'NF_DENSITY' and
10533            'VHOST' and
10534            not 'VXLAN' and
10535            'CHAIN' and
10536            'NF_VPPIP4' and
10537            'IMIX' and
10538            '2T1C' and
10539            'NDRPDR'"
10540   parameters:
10541   - "throughput"
10542   - "name"
10543   - "tags"
10544   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10545   x-axis: "X = VNFs per Service Chain"
10546   y-axis: "Y = Number of Service Chains"
10547   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10548   layout:
10549     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10550     layout: "plot-service-density"
10551
10552 - type: "plot"
10553   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10554   algorithm: "plot_nf_heatmap"
10555   output-file-type: ".html"
10556   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10557   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10558   filter: "'NIC_Intel-XXV710' and
10559            'NF_DENSITY' and
10560            'VHOST' and
10561            not 'VXLAN' and
10562            'CHAIN' and
10563            'NF_VPPIP4' and
10564            'IMIX' and
10565            '4T2C' and
10566            'NDRPDR'"
10567   parameters:
10568   - "throughput"
10569   - "name"
10570   - "tags"
10571   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10572   x-axis: "X = VNFs per Service Chain"
10573   y-axis: "Y = Number of Service Chains"
10574   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10575   layout:
10576     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10577     layout: "plot-service-density"
10578
10579 - type: "plot"
10580   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10581   algorithm: "plot_nf_heatmap"
10582   output-file-type: ".html"
10583   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10584   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10585   filter: "'NIC_Intel-XXV710' and
10586            'NF_DENSITY' and
10587            'VHOST' and
10588            not 'VXLAN' and
10589            'CHAIN' and
10590            'NF_VPPIP4' and
10591            'IMIX' and
10592            '8T4C' and
10593            'NDRPDR'"
10594   parameters:
10595   - "throughput"
10596   - "name"
10597   - "tags"
10598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10599   x-axis: "X = VNFs per Service Chain"
10600   y-axis: "Y = Number of Service Chains"
10601   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10602   layout:
10603     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10604     layout: "plot-service-density"
10605
10606 # Plots - NF Density - VSC - MRR IMIX
10607 - type: "plot"
10608   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10609   algorithm: "plot_nf_heatmap"
10610   output-file-type: ".html"
10611   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10612   data: "plot-vpp-nfv-2n-clx-mrr"
10613   filter: "'NIC_Intel-XXV710' and
10614            'NF_DENSITY' and
10615            'VHOST' and
10616            'VXLAN' and
10617            'CHAIN' and
10618            'IMIX' and
10619            '2T1C' and
10620            'MRR'"
10621   parameters:
10622   - "result"
10623   - "name"
10624   - "tags"
10625   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10626   x-axis: "X = VNFs per Service Chain"
10627   y-axis: "Y = Number of Service Chains"
10628   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10629   layout:
10630     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10631     layout: "plot-service-density"
10632
10633 - type: "plot"
10634   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10635   algorithm: "plot_nf_heatmap"
10636   output-file-type: ".html"
10637   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10638   data: "plot-vpp-nfv-2n-clx-mrr"
10639   filter: "'NIC_Intel-XXV710' and
10640            'NF_DENSITY' and
10641            'VHOST' and
10642            'VXLAN' and
10643            'CHAIN' and
10644            'IMIX' and
10645            '4T2C' and
10646            'MRR'"
10647   parameters:
10648   - "result"
10649   - "name"
10650   - "tags"
10651   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10652   x-axis: "X = VNFs per Service Chain"
10653   y-axis: "Y = Number of Service Chains"
10654   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10655   layout:
10656     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10657     layout: "plot-service-density"
10658
10659 - type: "plot"
10660   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10661   algorithm: "plot_nf_heatmap"
10662   output-file-type: ".html"
10663   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10664   data: "plot-vpp-nfv-2n-clx-mrr"
10665   filter: "'NIC_Intel-XXV710' and
10666            'NF_DENSITY' and
10667            'VHOST' and
10668            'VXLAN' and
10669            'CHAIN' and
10670            'IMIX' and
10671            '8T4C' and
10672            'MRR'"
10673   parameters:
10674   - "result"
10675   - "name"
10676   - "tags"
10677   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10678   x-axis: "X = VNFs per Service Chain"
10679   y-axis: "Y = Number of Service Chains"
10680   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10681   layout:
10682     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10683     layout: "plot-service-density"
10684
10685 # Plots - NF Density - VSC - NDR IMIX
10686 - type: "plot"
10687   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10688   algorithm: "plot_nf_heatmap"
10689   output-file-type: ".html"
10690   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10691   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10692   filter: "'NIC_Intel-XXV710' and
10693            'NF_DENSITY' and
10694            'VHOST' and
10695            'VXLAN' and
10696            'CHAIN' and
10697            'IMIX' and
10698            '2T1C' and
10699            'NDRPDR'"
10700   parameters:
10701   - "throughput"
10702   - "name"
10703   - "tags"
10704   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10705   x-axis: "X = VNFs per Service Chain"
10706   y-axis: "Y = Number of Service Chains"
10707   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10708   layout:
10709     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10710     layout: "plot-service-density"
10711
10712 - type: "plot"
10713   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10714   algorithm: "plot_nf_heatmap"
10715   output-file-type: ".html"
10716   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10717   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10718   filter: "'NIC_Intel-XXV710' and
10719            'NF_DENSITY' and
10720            'VHOST' and
10721            'VXLAN' and
10722            'CHAIN' and
10723            'IMIX' and
10724            '4T2C' and
10725            'NDRPDR'"
10726   parameters:
10727   - "throughput"
10728   - "name"
10729   - "tags"
10730   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10731   x-axis: "X = VNFs per Service Chain"
10732   y-axis: "Y = Number of Service Chains"
10733   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10734   layout:
10735     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10736     layout: "plot-service-density"
10737
10738 - type: "plot"
10739   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10740   algorithm: "plot_nf_heatmap"
10741   output-file-type: ".html"
10742   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10743   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10744   filter: "'NIC_Intel-XXV710' and
10745            'NF_DENSITY' and
10746            'VHOST' and
10747            'VXLAN' and
10748            'CHAIN' and
10749            'IMIX' and
10750            '8T4C' and
10751            'NDRPDR'"
10752   parameters:
10753   - "throughput"
10754   - "name"
10755   - "tags"
10756   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10757   x-axis: "X = VNFs per Service Chain"
10758   y-axis: "Y = Number of Service Chains"
10759   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10760   layout:
10761     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10762     layout: "plot-service-density"
10763
10764 # Plots - NF Density - VSC - PDR IMIX
10765 - type: "plot"
10766   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10767   algorithm: "plot_nf_heatmap"
10768   output-file-type: ".html"
10769   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10770   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10771   filter: "'NIC_Intel-XXV710' and
10772            'NF_DENSITY' and
10773            'VHOST' and
10774            'VXLAN' and
10775            'CHAIN' and
10776            'IMIX' and
10777            '2T1C' and
10778            'NDRPDR'"
10779   parameters:
10780   - "throughput"
10781   - "name"
10782   - "tags"
10783   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10784   x-axis: "X = VNFs per Service Chain"
10785   y-axis: "Y = Number of Service Chains"
10786   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10787   layout:
10788     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10789     layout: "plot-service-density"
10790
10791 - type: "plot"
10792   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10793   algorithm: "plot_nf_heatmap"
10794   output-file-type: ".html"
10795   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10796   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10797   filter: "'NIC_Intel-XXV710' and
10798            'NF_DENSITY' and
10799            'VHOST' and
10800            'VXLAN' and
10801            'CHAIN' and
10802            'IMIX' and
10803            '4T2C' and
10804            'NDRPDR'"
10805   parameters:
10806   - "throughput"
10807   - "name"
10808   - "tags"
10809   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10810   x-axis: "X = VNFs per Service Chain"
10811   y-axis: "Y = Number of Service Chains"
10812   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10813   layout:
10814     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10815     layout: "plot-service-density"
10816
10817 - type: "plot"
10818   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10819   algorithm: "plot_nf_heatmap"
10820   output-file-type: ".html"
10821   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10822   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10823   filter: "'NIC_Intel-XXV710' and
10824            'NF_DENSITY' and
10825            'VHOST' and
10826            'VXLAN' and
10827            'CHAIN' and
10828            'IMIX' and
10829            '8T4C' and
10830            'NDRPDR'"
10831   parameters:
10832   - "throughput"
10833   - "name"
10834   - "tags"
10835   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10836   x-axis: "X = VNFs per Service Chain"
10837   y-axis: "Y = Number of Service Chains"
10838   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10839   layout:
10840     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10841     layout: "plot-service-density"
10842
10843 # Plots - NF Density - CSC - MRR IMIX
10844 - type: "plot"
10845   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10846   algorithm: "plot_nf_heatmap"
10847   output-file-type: ".html"
10848   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10849   data: "plot-vpp-nfv-2n-clx-mrr"
10850   filter: "'NIC_Intel-XXV710' and
10851            'NF_DENSITY' and
10852            'DOCKER' and
10853            'CHAIN' and
10854            'NF_VPPIP4' and
10855            'IMIX' and
10856            '2T1C' and
10857            'MRR'"
10858   parameters:
10859   - "result"
10860   - "name"
10861   - "tags"
10862   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10863   x-axis: "X = CNFs per Service Chain"
10864   y-axis: "Y = Number of Service Chains"
10865   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10866   layout:
10867     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10868     layout: "plot-service-density"
10869
10870 - type: "plot"
10871   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10872   algorithm: "plot_nf_heatmap"
10873   output-file-type: ".html"
10874   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10875   data: "plot-vpp-nfv-2n-clx-mrr"
10876   filter: "'NIC_Intel-XXV710' and
10877            'NF_DENSITY' and
10878            'DOCKER' and
10879            'CHAIN' and
10880            'NF_VPPIP4' and
10881            'IMIX' and
10882            '4T2C' and
10883            'MRR'"
10884   parameters:
10885   - "result"
10886   - "name"
10887   - "tags"
10888   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10889   x-axis: "X = CNFs per Service Chain"
10890   y-axis: "Y = Number of Service Chains"
10891   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10892   layout:
10893     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10894     layout: "plot-service-density"
10895
10896 - type: "plot"
10897   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10898   algorithm: "plot_nf_heatmap"
10899   output-file-type: ".html"
10900   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10901   data: "plot-vpp-nfv-2n-clx-mrr"
10902   filter: "'NIC_Intel-XXV710' and
10903            'NF_DENSITY' and
10904            'DOCKER' and
10905            'CHAIN' and
10906            'NF_VPPIP4' and
10907            'IMIX' and
10908            '8T4C' and
10909            'MRR'"
10910   parameters:
10911   - "result"
10912   - "name"
10913   - "tags"
10914   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10915   x-axis: "X = CNFs per Service Chain"
10916   y-axis: "Y = Number of Service Chains"
10917   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10918   layout:
10919     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10920     layout: "plot-service-density"
10921
10922 # Plots - NF Density - CSC - NDR IMIX
10923 - type: "plot"
10924   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10925   algorithm: "plot_nf_heatmap"
10926   output-file-type: ".html"
10927   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10928   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10929   filter: "'NIC_Intel-XXV710' and
10930            'NF_DENSITY' and
10931            'DOCKER' and
10932            'CHAIN' and
10933            'NF_VPPIP4' and
10934            'IMIX' and
10935            '2T1C' and
10936            'NDRPDR'"
10937   parameters:
10938   - "throughput"
10939   - "name"
10940   - "tags"
10941   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10942   x-axis: "X = CNFs per Service Chain"
10943   y-axis: "Y = Number of Service Chains"
10944   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10945   layout:
10946     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10947     layout: "plot-service-density"
10948
10949 - type: "plot"
10950   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10951   algorithm: "plot_nf_heatmap"
10952   output-file-type: ".html"
10953   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10954   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10955   filter: "'NIC_Intel-XXV710' and
10956            'NF_DENSITY' and
10957            'DOCKER' and
10958            'CHAIN' and
10959            'NF_VPPIP4' and
10960            'IMIX' and
10961            '4T2C' and
10962            'NDRPDR'"
10963   parameters:
10964   - "throughput"
10965   - "name"
10966   - "tags"
10967   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10968   x-axis: "X = CNFs per Service Chain"
10969   y-axis: "Y = Number of Service Chains"
10970   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10971   layout:
10972     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10973     layout: "plot-service-density"
10974
10975 - type: "plot"
10976   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10977   algorithm: "plot_nf_heatmap"
10978   output-file-type: ".html"
10979   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10980   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10981   filter: "'NIC_Intel-XXV710' and
10982            'NF_DENSITY' and
10983            'DOCKER' and
10984            'CHAIN' and
10985            'NF_VPPIP4' and
10986            'IMIX' and
10987            '8T4C' and
10988            'NDRPDR'"
10989   parameters:
10990   - "throughput"
10991   - "name"
10992   - "tags"
10993   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10994   x-axis: "X = CNFs per Service Chain"
10995   y-axis: "Y = Number of Service Chains"
10996   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10997   layout:
10998     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10999     layout: "plot-service-density"
11000
11001 # Plots - NF Density - CSC - PDR IMIX
11002 - type: "plot"
11003   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11004   algorithm: "plot_nf_heatmap"
11005   output-file-type: ".html"
11006   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11007   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11008   filter: "'NIC_Intel-XXV710' and
11009            'NF_DENSITY' and
11010            'DOCKER' and
11011            'CHAIN' and
11012            'NF_VPPIP4' and
11013            'IMIX' and
11014            '2T1C' and
11015            'NDRPDR'"
11016   parameters:
11017   - "throughput"
11018   - "name"
11019   - "tags"
11020   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11021   x-axis: "X = CNFs per Service Chain"
11022   y-axis: "Y = Number of Service Chains"
11023   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11024   layout:
11025     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11026     layout: "plot-service-density"
11027
11028 - type: "plot"
11029   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11030   algorithm: "plot_nf_heatmap"
11031   output-file-type: ".html"
11032   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11033   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11034   filter: "'NIC_Intel-XXV710' and
11035            'NF_DENSITY' and
11036            'DOCKER' and
11037            'CHAIN' and
11038            'NF_VPPIP4' and
11039            'IMIX' and
11040            '4T2C' and
11041            'NDRPDR'"
11042   parameters:
11043   - "throughput"
11044   - "name"
11045   - "tags"
11046   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11047   x-axis: "X = CNFs per Service Chain"
11048   y-axis: "Y = Number of Service Chains"
11049   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11050   layout:
11051     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11052     layout: "plot-service-density"
11053
11054 - type: "plot"
11055   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11056   algorithm: "plot_nf_heatmap"
11057   output-file-type: ".html"
11058   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11059   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11060   filter: "'NIC_Intel-XXV710' and
11061            'NF_DENSITY' and
11062            'DOCKER' and
11063            'CHAIN' and
11064            'NF_VPPIP4' and
11065            'IMIX' and
11066            '8T4C' and
11067            'NDRPDR'"
11068   parameters:
11069   - "throughput"
11070   - "name"
11071   - "tags"
11072   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11073   x-axis: "X = CNFs per Service Chain"
11074   y-axis: "Y = Number of Service Chains"
11075   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11076   layout:
11077     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11078     layout: "plot-service-density"
11079
11080 # Plots - NF Density - CSP - MRR IMIX
11081 - type: "plot"
11082   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11083   algorithm: "plot_nf_heatmap"
11084   output-file-type: ".html"
11085   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11086   data: "plot-vpp-nfv-2n-clx-mrr"
11087   filter: "'NIC_Intel-XXV710' and
11088            'NF_DENSITY' and
11089            'DOCKER' and
11090            'PIPELINE' and
11091            'NF_VPPIP4' and
11092            'IMIX' and
11093            '2T1C' and
11094            'MRR'"
11095   parameters:
11096   - "result"
11097   - "name"
11098   - "tags"
11099   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11100   x-axis: "X = CNFs per Service Pipeline"
11101   y-axis: "Y = Number of Service Pipelines"
11102   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11103   layout:
11104     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11105     layout: "plot-service-density"
11106
11107 - type: "plot"
11108   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11109   algorithm: "plot_nf_heatmap"
11110   output-file-type: ".html"
11111   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11112   data: "plot-vpp-nfv-2n-clx-mrr"
11113   filter: "'NIC_Intel-XXV710' and
11114            'NF_DENSITY' and
11115            'DOCKER' and
11116            'PIPELINE' and
11117            'NF_VPPIP4' and
11118            'IMIX' and
11119            '4T2C' and
11120            'MRR'"
11121   parameters:
11122   - "result"
11123   - "name"
11124   - "tags"
11125   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11126   x-axis: "X = CNFs per Service Pipeline"
11127   y-axis: "Y = Number of Service Pipelines"
11128   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11129   layout:
11130     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11131     layout: "plot-service-density"
11132
11133 - type: "plot"
11134   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11135   algorithm: "plot_nf_heatmap"
11136   output-file-type: ".html"
11137   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11138   data: "plot-vpp-nfv-2n-clx-mrr"
11139   filter: "'NIC_Intel-XXV710' and
11140            'NF_DENSITY' and
11141            'DOCKER' and
11142            'PIPELINE' and
11143            'NF_VPPIP4' and
11144            'IMIX' and
11145            '8T4C' and
11146            'MRR'"
11147   parameters:
11148   - "result"
11149   - "name"
11150   - "tags"
11151   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11152   x-axis: "X = CNFs per Service Pipeline"
11153   y-axis: "Y = Number of Service Pipelines"
11154   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11155   layout:
11156     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11157     layout: "plot-service-density"
11158
11159 # Plots - NF Density - CSP - NDR IMIX
11160 - type: "plot"
11161   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11162   algorithm: "plot_nf_heatmap"
11163   output-file-type: ".html"
11164   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11165   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11166   filter: "'NIC_Intel-XXV710' and
11167            'NF_DENSITY' and
11168            'DOCKER' and
11169            'PIPELINE' and
11170            'NF_VPPIP4' and
11171            'IMIX' and
11172            '2T1C' and
11173            'NDRPDR'"
11174   parameters:
11175   - "throughput"
11176   - "name"
11177   - "tags"
11178   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11179   x-axis: "X = CNFs per Service Pipeline"
11180   y-axis: "Y = Number of Service Pipelines"
11181   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11182   layout:
11183     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11184     layout: "plot-service-density"
11185
11186 - type: "plot"
11187   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11188   algorithm: "plot_nf_heatmap"
11189   output-file-type: ".html"
11190   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11191   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11192   filter: "'NIC_Intel-XXV710' and
11193            'NF_DENSITY' and
11194            'DOCKER' and
11195            'PIPELINE' and
11196            'NF_VPPIP4' and
11197            'IMIX' and
11198            '4T2C' and
11199            'NDRPDR'"
11200   parameters:
11201   - "throughput"
11202   - "name"
11203   - "tags"
11204   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11205   x-axis: "X = CNFs per Service Pipeline"
11206   y-axis: "Y = Number of Service Pipelines"
11207   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11208   layout:
11209     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11210     layout: "plot-service-density"
11211
11212 - type: "plot"
11213   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11214   algorithm: "plot_nf_heatmap"
11215   output-file-type: ".html"
11216   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11217   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11218   filter: "'NIC_Intel-XXV710' and
11219            'NF_DENSITY' and
11220            'DOCKER' and
11221            'PIPELINE' and
11222            'NF_VPPIP4' and
11223            'IMIX' and
11224            '8T4C' and
11225            'NDRPDR'"
11226   parameters:
11227   - "throughput"
11228   - "name"
11229   - "tags"
11230   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11231   x-axis: "X = CNFs per Service Pipeline"
11232   y-axis: "Y = Number of Service Pipelines"
11233   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11234   layout:
11235     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11236     layout: "plot-service-density"
11237
11238 # Plots - NF Density - CSP - PDR IMIX
11239 - type: "plot"
11240   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11241   algorithm: "plot_nf_heatmap"
11242   output-file-type: ".html"
11243   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11244   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11245   filter: "'NIC_Intel-XXV710' and
11246            'NF_DENSITY' and
11247            'DOCKER' and
11248            'PIPELINE' and
11249            'NF_VPPIP4' and
11250            'IMIX' and
11251            '2T1C' and
11252            'NDRPDR'"
11253   parameters:
11254   - "throughput"
11255   - "name"
11256   - "tags"
11257   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11258   x-axis: "X = CNFs per Service Pipeline"
11259   y-axis: "Y = Number of Service Pipelines"
11260   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11261   layout:
11262     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11263     layout: "plot-service-density"
11264
11265 - type: "plot"
11266   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11267   algorithm: "plot_nf_heatmap"
11268   output-file-type: ".html"
11269   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11270   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11271   filter: "'NIC_Intel-XXV710' and
11272            'NF_DENSITY' and
11273            'DOCKER' and
11274            'PIPELINE' and
11275            'NF_VPPIP4' and
11276            'IMIX' and
11277            '4T2C' and
11278            'NDRPDR'"
11279   parameters:
11280   - "throughput"
11281   - "name"
11282   - "tags"
11283   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11284   x-axis: "X = CNFs per Service Pipeline"
11285   y-axis: "Y = Number of Service Pipelines"
11286   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11287   layout:
11288     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11289     layout: "plot-service-density"
11290
11291 - type: "plot"
11292   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11293   algorithm: "plot_nf_heatmap"
11294   output-file-type: ".html"
11295   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11296   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11297   filter: "'NIC_Intel-XXV710' and
11298            'NF_DENSITY' and
11299            'DOCKER' and
11300            'PIPELINE' and
11301            'NF_VPPIP4' and
11302            'IMIX' and
11303            '8T4C' and
11304            'NDRPDR'"
11305   parameters:
11306   - "throughput"
11307   - "name"
11308   - "tags"
11309   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11310   x-axis: "X = CNFs per Service Pipeline"
11311   y-axis: "Y = Number of Service Pipelines"
11312   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11313   layout:
11314     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11315     layout: "plot-service-density"
11316
11317 ################################################################################
11318
11319 # Packet Throughput
11320
11321 - type: "plot"
11322   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11323   algorithm: "plot_perf_box_name"
11324   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11325   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11326   include:
11327     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11328     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11329     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11330     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11331   layout:
11332     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11333     layout: "plot-throughput"
11334
11335 - type: "plot"
11336   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11337   algorithm: "plot_perf_box_name"
11338   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11339   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11340   include:
11341     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11342     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11343     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11344     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11345   layout:
11346     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11347     layout: "plot-throughput"
11348
11349 - type: "plot"
11350   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11351   algorithm: "plot_perf_box_name"
11352   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11353   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11354   include:
11355     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11356     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11357     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11358     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11359   layout:
11360     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11361     layout: "plot-throughput"
11362
11363 - type: "plot"
11364   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11365   algorithm: "plot_perf_box_name"
11366   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11367   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11368   include:
11369     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11370     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11371     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11372     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11373   layout:
11374     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11375     layout: "plot-throughput"
11376
11377 - type: "plot"
11378   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11379   algorithm: "plot_perf_box_name"
11380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11382   include:
11383     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11384     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11385     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11386     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11387     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11388   layout:
11389     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11390     layout: "plot-throughput"
11391
11392 - type: "plot"
11393   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11394   algorithm: "plot_perf_box_name"
11395   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11397   include:
11398     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11399     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11400     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11401     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11402     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11403   layout:
11404     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11405     layout: "plot-throughput"
11406
11407 - type: "plot"
11408   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11409   algorithm: "plot_perf_box_name"
11410   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11412   include:
11413     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11414     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11415     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11416     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11417     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11418   layout:
11419     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11420     layout: "plot-throughput"
11421
11422 - type: "plot"
11423   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11424   algorithm: "plot_perf_box_name"
11425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11427   include:
11428     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11429     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11430     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11431     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11432     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11433   layout:
11434     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11435     layout: "plot-throughput"
11436
11437 - type: "plot"
11438   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11439   algorithm: "plot_perf_box_name"
11440   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11441   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11442   include:
11443     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11444     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11445     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11446     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11447     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11448   layout:
11449     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11450     layout: "plot-throughput"
11451
11452 - type: "plot"
11453   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11454   algorithm: "plot_perf_box_name"
11455   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11456   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11457   include:
11458     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11459     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11460     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11461     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11462     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11463   layout:
11464     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11465     layout: "plot-throughput"
11466
11467 - type: "plot"
11468   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11469   algorithm: "plot_perf_box_name"
11470   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11472   include:
11473     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11479   layout:
11480     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11481     layout: "plot-throughput"
11482
11483 - type: "plot"
11484   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11485   algorithm: "plot_perf_box_name"
11486   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11487   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11488   include:
11489     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11492     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11495   layout:
11496     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11497     layout: "plot-throughput"
11498
11499 - type: "plot"
11500   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11501   algorithm: "plot_perf_box_name"
11502   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11504   include:
11505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11510   layout:
11511     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11512     layout: "plot-throughput"
11513
11514 - type: "plot"
11515   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11516   algorithm: "plot_perf_box_name"
11517   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11518   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11519   include:
11520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11525   layout:
11526     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11527     layout: "plot-throughput"
11528
11529 - type: "plot"
11530   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11531   algorithm: "plot_perf_box_name"
11532   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11534   include:
11535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11538   layout:
11539     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11540     layout: "plot-throughput"
11541
11542 - type: "plot"
11543   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11544   algorithm: "plot_perf_box_name"
11545   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11546   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11547   include:
11548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11551   layout:
11552     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11553     layout: "plot-throughput"
11554
11555 - type: "plot"
11556   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11557   algorithm: "plot_perf_box_name"
11558   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11559   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11560   include:
11561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11566   layout:
11567     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11568     layout: "plot-throughput"
11569
11570 - type: "plot"
11571   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11572   algorithm: "plot_perf_box_name"
11573   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11574   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11575   include:
11576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11581   layout:
11582     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11583     layout: "plot-throughput"
11584
11585 - type: "plot"
11586   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11587   algorithm: "plot_perf_box_name"
11588   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11589   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11590   include:
11591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11594   layout:
11595     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11596     layout: "plot-throughput"
11597
11598 - type: "plot"
11599   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11600   algorithm: "plot_perf_box_name"
11601   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11603   include:
11604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11607   layout:
11608     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11609     layout: "plot-throughput"
11610
11611 - type: "plot"
11612   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11613   algorithm: "plot_perf_box_name"
11614   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11616   include:
11617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11623   layout:
11624     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11625     layout: "plot-throughput"
11626
11627 - type: "plot"
11628   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11629   algorithm: "plot_perf_box_name"
11630   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11632   include:
11633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11639   layout:
11640     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11641     layout: "plot-throughput"
11642
11643 - type: "plot"
11644   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11645   algorithm: "plot_perf_box_name"
11646   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11647   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11648   include:
11649     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11650     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11651     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11652     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11653     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11654   layout:
11655     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11656     layout: "plot-throughput"
11657
11658 - type: "plot"
11659   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11660   algorithm: "plot_perf_box_name"
11661   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11662   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11663   include:
11664     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11665     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11666     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11667     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11668     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11669   layout:
11670     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11671     layout: "plot-throughput"
11672
11673 #- type: "plot"
11674 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11675 #  algorithm: "plot_perf_box_name"
11676 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11677 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11678 #  include:
11679 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11680 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11681 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11682 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11683 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11684 #  layout:
11685 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11686 #    layout: "plot-throughput"
11687 #
11688 #- type: "plot"
11689 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11690 #  algorithm: "plot_perf_box_name"
11691 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11692 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11693 #  include:
11694 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11695 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11696 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11697 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11698 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11699 #  layout:
11700 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11701 #    layout: "plot-throughput"
11702 #
11703 #- type: "plot"
11704 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11705 #  algorithm: "plot_perf_box_name"
11706 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11707 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11708 #  include:
11709 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11710 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11711 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11712 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11713 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11714 #  layout:
11715 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11716 #    layout: "plot-throughput"
11717 #
11718 #- type: "plot"
11719 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11720 #  algorithm: "plot_perf_box_name"
11721 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11722 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11723 #  include:
11724 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11725 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11726 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11727 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11728 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11729 #  layout:
11730 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11731 #    layout: "plot-throughput"
11732
11733 - type: "plot"
11734   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11735   algorithm: "plot_perf_box_name"
11736   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11738   include:
11739     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11740     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11741     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11742     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11743     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11744   layout:
11745     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11746     layout: "plot-throughput"
11747
11748 - type: "plot"
11749   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11750   algorithm: "plot_perf_box_name"
11751   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11753   include:
11754     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11755     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11756     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11757     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11758     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11759   layout:
11760     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11761     layout: "plot-throughput"
11762
11763 #- type: "plot"
11764 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11765 #  algorithm: "plot_perf_box_name"
11766 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11767 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11768 #  include:
11769 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11770 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11771 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11772 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11773 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11774 #  layout:
11775 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11776 #    layout: "plot-throughput"
11777 #
11778 #- type: "plot"
11779 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11780 #  algorithm: "plot_perf_box_name"
11781 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11782 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11783 #  include:
11784 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11785 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11786 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11787 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11788 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11789 #  layout:
11790 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11791 #    layout: "plot-throughput"
11792 #
11793 #- type: "plot"
11794 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11795 #  algorithm: "plot_perf_box_name"
11796 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11797 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11798 #  include:
11799 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11800 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11801 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11802 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11803 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11804 #  layout:
11805 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11806 #    layout: "plot-throughput"
11807 #
11808 #- type: "plot"
11809 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11810 #  algorithm: "plot_perf_box_name"
11811 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11812 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11813 #  include:
11814 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11815 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11816 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11817 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11818 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11819 #  layout:
11820 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11821 #    layout: "plot-throughput"
11822
11823 - type: "plot"
11824   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11825   algorithm: "plot_perf_box_name"
11826   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11827   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11828   include:
11829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11835   layout:
11836     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11837     layout: "plot-throughput"
11838
11839 - type: "plot"
11840   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11841   algorithm: "plot_perf_box_name"
11842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11844   include:
11845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11851   layout:
11852     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11853     layout: "plot-throughput"
11854
11855 - type: "plot"
11856   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11857   algorithm: "plot_perf_box_name"
11858   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11859   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11860   include:
11861     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11864   layout:
11865     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11866     layout: "plot-throughput"
11867
11868 - type: "plot"
11869   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11870   algorithm: "plot_perf_box_name"
11871   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11872   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11873   include:
11874     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11877   layout:
11878     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11879     layout: "plot-throughput"
11880
11881 - type: "plot"
11882   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11883   algorithm: "plot_perf_box_name"
11884   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11886   include:
11887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11889 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11890 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11891 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11892   layout:
11893     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11894     layout: "plot-throughput"
11895
11896 - type: "plot"
11897   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11898   algorithm: "plot_perf_box_name"
11899   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11901   include:
11902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11904 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11905 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11906 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11907   layout:
11908     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11909     layout: "plot-throughput"
11910
11911 - type: "plot"
11912   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11913   algorithm: "plot_perf_box_name"
11914   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11915   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11916   include:
11917     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11922   layout:
11923     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11924     layout: "plot-throughput"
11925
11926 - type: "plot"
11927   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11928   algorithm: "plot_perf_box_name"
11929   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11931   include:
11932     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11937   layout:
11938     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11939     layout: "plot-throughput"
11940
11941 - type: "plot"
11942   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11943   algorithm: "plot_perf_box_name"
11944   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11945   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11946   include:
11947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11952   layout:
11953     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11954     layout: "plot-throughput"
11955
11956 - type: "plot"
11957   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11958   algorithm: "plot_perf_box_name"
11959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11961   include:
11962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11967   layout:
11968     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11969     layout: "plot-throughput"
11970
11971 - type: "plot"
11972   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11973   algorithm: "plot_perf_box_name"
11974   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11976   include:
11977     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11981   layout:
11982     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11983     layout: "plot-throughput"
11984
11985 - type: "plot"
11986   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11987   algorithm: "plot_perf_box_name"
11988   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11989   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11990   include:
11991     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11995   layout:
11996     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11997     layout: "plot-throughput"
11998
11999 - type: "plot"
12000   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12001   algorithm: "plot_perf_box_name"
12002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12004   include:
12005     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12010   layout:
12011     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12012     layout: "plot-throughput"
12013
12014 - type: "plot"
12015   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12016   algorithm: "plot_perf_box_name"
12017   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12019   include:
12020     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12025   layout:
12026     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12027     layout: "plot-throughput"
12028
12029 - type: "plot"
12030   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12031   algorithm: "plot_perf_box_name"
12032   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12033   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12034   include:
12035     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12040   layout:
12041     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12042     layout: "plot-throughput"
12043
12044 - type: "plot"
12045   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12046   algorithm: "plot_perf_box_name"
12047   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12048   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12049   include:
12050     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12055   layout:
12056     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12057     layout: "plot-throughput"
12058
12059 - type: "plot"
12060   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12061   algorithm: "plot_perf_box_name"
12062   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12063   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12064   include:
12065     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12069   layout:
12070     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12071     layout: "plot-throughput"
12072
12073 - type: "plot"
12074   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12075   algorithm: "plot_perf_box_name"
12076   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12077   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12078   include:
12079     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12083   layout:
12084     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12085     layout: "plot-throughput"
12086
12087 - type: "plot"
12088   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12089   algorithm: "plot_perf_box_name"
12090   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12091   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12092   include:
12093     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12098   layout:
12099     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12100     layout: "plot-throughput"
12101
12102 - type: "plot"
12103   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12104   algorithm: "plot_perf_box_name"
12105   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12106   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12107   include:
12108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12113   layout:
12114     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12115     layout: "plot-throughput"
12116
12117 - type: "plot"
12118   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12119   algorithm: "plot_perf_box_name"
12120   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12121   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12122   include:
12123     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12129   layout:
12130     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12131     layout: "plot-throughput"
12132
12133 - type: "plot"
12134   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12135   algorithm: "plot_perf_box_name"
12136   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12137   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12138   include:
12139     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12145   layout:
12146     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12147     layout: "plot-throughput"
12148
12149 - type: "plot"
12150   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12151   algorithm: "plot_perf_box_name"
12152   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12153   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12154   include:
12155     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12160   layout:
12161     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12162     layout: "plot-throughput"
12163
12164 - type: "plot"
12165   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12166   algorithm: "plot_perf_box_name"
12167   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12168   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12169   include:
12170     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12174     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12175   layout:
12176     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12177     layout: "plot-throughput"
12178
12179 - type: "plot"
12180   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12181   algorithm: "plot_perf_box_name"
12182   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12183   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12184   include:
12185     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12189     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12190   layout:
12191     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12192     layout: "plot-throughput"
12193
12194 - type: "plot"
12195   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12196   algorithm: "plot_perf_box_name"
12197   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12198   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12199   include:
12200     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12205   layout:
12206     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12207     layout: "plot-throughput"
12208
12209 - type: "plot"
12210   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12211   algorithm: "plot_perf_box_name"
12212   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12213   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12214   include:
12215     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12217   layout:
12218     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12219     layout: "plot-throughput"
12220
12221 - type: "plot"
12222   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12223   algorithm: "plot_perf_box_name"
12224   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12226   include:
12227     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12229   layout:
12230     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12231     layout: "plot-throughput"
12232
12233 - type: "plot"
12234   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12235   algorithm: "plot_perf_box_name"
12236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12238   include:
12239     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12243   layout:
12244     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12245     layout: "plot-throughput"
12246
12247 - type: "plot"
12248   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12249   algorithm: "plot_perf_box_name"
12250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12252   include:
12253     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12254     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12255     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12256     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12257   layout:
12258     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12259     layout: "plot-throughput"
12260
12261 - type: "plot"
12262   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12263   algorithm: "plot_perf_box_name"
12264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12266   include:
12267     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12271   layout:
12272     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12273     layout: "plot-throughput"
12274
12275 - type: "plot"
12276   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12277   algorithm: "plot_perf_box_name"
12278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12280   include:
12281     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12285   layout:
12286     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12287     layout: "plot-throughput"
12288
12289 - type: "plot"
12290   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12291   algorithm: "plot_perf_box_name"
12292   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12293   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12294   include:
12295     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12299   layout:
12300     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12301     layout: "plot-throughput"
12302
12303 - type: "plot"
12304   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12305   algorithm: "plot_perf_box_name"
12306   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12307   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12308   include:
12309     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12313   layout:
12314     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12315     layout: "plot-throughput"
12316
12317 - type: "plot"
12318   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12319   algorithm: "plot_perf_box_name"
12320   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12321   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12322   include:
12323     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12327   layout:
12328     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12329     layout: "plot-throughput"
12330
12331 - type: "plot"
12332   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12333   algorithm: "plot_perf_box_name"
12334   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12335   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12336   include:
12337     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12341   layout:
12342     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12343     layout: "plot-throughput"
12344
12345 - type: "plot"
12346   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12347   algorithm: "plot_perf_box_name"
12348   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12349   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12350   include:
12351     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12352     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12357   layout:
12358     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12359     layout: "plot-throughput"
12360
12361 - type: "plot"
12362   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12363   algorithm: "plot_perf_box_name"
12364   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12365   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12366   include:
12367     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12368     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12373   layout:
12374     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12375     layout: "plot-throughput"
12376
12377 - type: "plot"
12378   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12379   algorithm: "plot_perf_box_name"
12380   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12381   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12382   include:
12383     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12388   layout:
12389     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12390     layout: "plot-throughput"
12391
12392 - type: "plot"
12393   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12394   algorithm: "plot_perf_box_name"
12395   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12396   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12397   include:
12398     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12403   layout:
12404     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12405     layout: "plot-throughput"
12406
12407 - type: "plot"
12408   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12409   algorithm: "plot_perf_box_name"
12410   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12411   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12412   include:
12413     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12414     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12418   layout:
12419     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12420     layout: "plot-throughput"
12421
12422 - type: "plot"
12423   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12424   algorithm: "plot_perf_box_name"
12425   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12426   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12427   include:
12428     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12429     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12430     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12433   layout:
12434     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12435     layout: "plot-throughput"
12436
12437 - type: "plot"
12438   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12439   algorithm: "plot_perf_box_name"
12440   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12441   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12442   include:
12443     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12444     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12446   layout:
12447     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12448     layout: "plot-throughput"
12449
12450 - type: "plot"
12451   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12452   algorithm: "plot_perf_box_name"
12453   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12454   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12455   include:
12456     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12457     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12458     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12459   layout:
12460     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12461     layout: "plot-throughput"
12462
12463 - type: "plot"
12464   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12465   algorithm: "plot_perf_box_name"
12466   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12468   include:
12469     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12470     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12471     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12472   layout:
12473     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12474     layout: "plot-throughput"
12475
12476 - type: "plot"
12477   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12478   algorithm: "plot_perf_box_name"
12479   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12481   include:
12482     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12483     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12484     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12485   layout:
12486     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12487     layout: "plot-throughput"
12488
12489 - type: "plot"
12490   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12491   algorithm: "plot_perf_box_name"
12492   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12494   include:
12495     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12496     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12497     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12498     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12499     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12500   layout:
12501     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12502     layout: "plot-throughput"
12503
12504 - type: "plot"
12505   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12506   algorithm: "plot_perf_box_name"
12507   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12508   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12509   include:
12510     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12511     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12512     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12513     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12514     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12515   layout:
12516     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12517     layout: "plot-throughput"
12518
12519 - type: "plot"
12520   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12521   algorithm: "plot_perf_box_name"
12522   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12524   include:
12525     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12526     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12527     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12528     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12529     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12530   layout:
12531     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12532     layout: "plot-throughput"
12533
12534 - type: "plot"
12535   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12536   algorithm: "plot_perf_box_name"
12537   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12539   include:
12540     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12541     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12542     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12543     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12544     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12545   layout:
12546     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12547     layout: "plot-throughput"
12548
12549 - type: "plot"
12550   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12551   algorithm: "plot_perf_box_name"
12552   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12553   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12554   include:
12555     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12556     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12557     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12559     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12560   layout:
12561     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12562     layout: "plot-throughput"
12563
12564 - type: "plot"
12565   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12566   algorithm: "plot_perf_box_name"
12567   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12568   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12569   include:
12570     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12571     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12572     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12575   layout:
12576     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12577     layout: "plot-throughput"
12578
12579 - type: "plot"
12580   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12581   algorithm: "plot_perf_box_name"
12582   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12583   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12584   include:
12585     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12590   layout:
12591     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12592     layout: "plot-throughput"
12593
12594 - type: "plot"
12595   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12596   algorithm: "plot_perf_box_name"
12597   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12598   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12599   include:
12600     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12605   layout:
12606     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12607     layout: "plot-throughput"
12608
12609 - type: "plot"
12610   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12611   algorithm: "plot_perf_box_name"
12612   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12613   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12614   include:
12615     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12616     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12617     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12620   layout:
12621     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12622     layout: "plot-throughput"
12623
12624 - type: "plot"
12625   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12626   algorithm: "plot_perf_box_name"
12627   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12628   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12629   include:
12630     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12631     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12632     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12635   layout:
12636     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12637     layout: "plot-throughput"
12638
12639 - type: "plot"
12640   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12641   algorithm: "plot_perf_box_name"
12642   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12643   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12644   include:
12645     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12646     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12647     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12648     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12649     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12650     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12651   layout:
12652     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12653     layout: "plot-throughput"
12654
12655 - type: "plot"
12656   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12657   algorithm: "plot_perf_box_name"
12658   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12659   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12660   include:
12661     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12662     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12663     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12664     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12665     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12666     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12667   layout:
12668     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12669     layout: "plot-throughput"
12670
12671 - type: "plot"
12672   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12673   algorithm: "plot_perf_box_name"
12674   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12675   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12676   include:
12677     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12678     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12679     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12680     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12681   layout:
12682     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12683     layout: "plot-throughput"
12684
12685 - type: "plot"
12686   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12687   algorithm: "plot_perf_box_name"
12688   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12690   include:
12691     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12692     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12693     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12694     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12695   layout:
12696     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12697     layout: "plot-throughput"
12698
12699 - type: "plot"
12700   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12701   algorithm: "plot_perf_box_name"
12702   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12704   include:
12705     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12706     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12707     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12708     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12709     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12710     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12711   layout:
12712     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12713     layout: "plot-throughput"
12714
12715 - type: "plot"
12716   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12717   algorithm: "plot_perf_box_name"
12718   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12720   include:
12721     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12722     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12723     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12724     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12725     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12726     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12727   layout:
12728     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12729     layout: "plot-throughput"
12730
12731 - type: "plot"
12732   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12733   algorithm: "plot_perf_box_name"
12734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12736   include:
12737     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12738     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12739     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12740     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12741     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12742     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12743   layout:
12744     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12745     layout: "plot-throughput"
12746
12747 - type: "plot"
12748   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12749   algorithm: "plot_perf_box_name"
12750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12752   include:
12753     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12754     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12755     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12756     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12757     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12758     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12759   layout:
12760     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12761     layout: "plot-throughput"
12762
12763 - type: "plot"
12764   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12765   algorithm: "plot_perf_box_name"
12766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12768   include:
12769     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12770     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12771     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12772     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12773     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12774     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12775   layout:
12776     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12777     layout: "plot-throughput"
12778
12779 - type: "plot"
12780   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12781   algorithm: "plot_perf_box_name"
12782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12784   include:
12785     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12786     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12787     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12788     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12789     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12790     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12791   layout:
12792     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12793     layout: "plot-throughput"
12794
12795 - type: "plot"
12796   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12797   algorithm: "plot_perf_box_name"
12798   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12799   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12800   include:
12801     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12802     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12803     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12804     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12805     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12806     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12807   layout:
12808     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12809     layout: "plot-throughput"
12810
12811 - type: "plot"
12812   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12813   algorithm: "plot_perf_box_name"
12814   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12815   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12816   include:
12817     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12818     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12819     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12820     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12821     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12822     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12823   layout:
12824     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12825     layout: "plot-throughput"
12826
12827 - type: "plot"
12828   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12829   algorithm: "plot_perf_box_name"
12830   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12831   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12832   include:
12833     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12834     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12835     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12836     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12837     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12838     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12839   layout:
12840     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12841     layout: "plot-throughput"
12842
12843 - type: "plot"
12844   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12845   algorithm: "plot_perf_box_name"
12846   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12847   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12848   include:
12849     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12850     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12851     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12852     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12853     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12854     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12855   layout:
12856     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12857     layout: "plot-throughput"
12858
12859 - type: "plot"
12860   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12861   algorithm: "plot_perf_box_name"
12862   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12863   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12864   include:
12865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12868     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12870     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12871   layout:
12872     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12873     layout: "plot-throughput"
12874
12875 - type: "plot"
12876   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12877   algorithm: "plot_perf_box_name"
12878   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12880   include:
12881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12885     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12886     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12887   layout:
12888     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12889     layout: "plot-throughput"
12890
12891 - type: "plot"
12892   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12893   algorithm: "plot_perf_box_name"
12894   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12896   include:
12897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12903   layout:
12904     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12905     layout: "plot-throughput"
12906
12907 - type: "plot"
12908   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12909   algorithm: "plot_perf_box_name"
12910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12911   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12912   include:
12913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12916     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12918     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12919   layout:
12920     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12921     layout: "plot-throughput"
12922
12923 - type: "plot"
12924   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12925   algorithm: "plot_perf_box_name"
12926   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12928   include:
12929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12932     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12933     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12934     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12935   layout:
12936     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12937     layout: "plot-throughput"
12938
12939 - type: "plot"
12940   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12941   algorithm: "plot_perf_box_name"
12942   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12943   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12944   include:
12945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12950     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12951   layout:
12952     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12953     layout: "plot-throughput"
12954
12955 - type: "plot"
12956   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12957   algorithm: "plot_perf_box_name"
12958   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12960   include:
12961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12964     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12965   layout:
12966     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12967     layout: "plot-throughput"
12968
12969 - type: "plot"
12970   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12971   algorithm: "plot_perf_box_name"
12972   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12974   include:
12975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12979   layout:
12980     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12981     layout: "plot-throughput"
12982
12983 - type: "plot"
12984   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12985   algorithm: "plot_perf_box_name"
12986   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12988   include:
12989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12993   layout:
12994     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12995     layout: "plot-throughput"
12996
12997 - type: "plot"
12998   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12999   algorithm: "plot_perf_box_name"
13000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13002   include:
13003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13007   layout:
13008     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13009     layout: "plot-throughput"
13010
13011 - type: "plot"
13012   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13013   algorithm: "plot_perf_box_name"
13014   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13015   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13016   include:
13017     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13018     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13019     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13020     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13023   layout:
13024     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13025     layout: "plot-throughput"
13026
13027 - type: "plot"
13028   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13029   algorithm: "plot_perf_box_name"
13030   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13031   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13032   include:
13033     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13034     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13035     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13036     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13039   layout:
13040     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13041     layout: "plot-throughput"
13042
13043 - type: "plot"
13044   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13045   algorithm: "plot_perf_box_name"
13046   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13047   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13048   include:
13049     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13050     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13054   layout:
13055     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13056     layout: "plot-throughput"
13057
13058 - type: "plot"
13059   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13060   algorithm: "plot_perf_box_name"
13061   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13062   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13063   include:
13064     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13069   layout:
13070     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13071     layout: "plot-throughput"
13072
13073 - type: "plot"
13074   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13075   algorithm: "plot_perf_box_name"
13076   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13078   include:
13079     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13084   layout:
13085     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13086     layout: "plot-throughput"
13087
13088 - type: "plot"
13089   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13090   algorithm: "plot_perf_box_name"
13091   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13093   include:
13094     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13095     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13096     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13099   layout:
13100     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13101     layout: "plot-throughput"
13102
13103 - type: "plot"
13104   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13105   algorithm: "plot_perf_box_name"
13106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13108   include:
13109     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13110     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13113   layout:
13114     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13115     layout: "plot-throughput"
13116
13117 - type: "plot"
13118   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13119   algorithm: "plot_perf_box_name"
13120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13122   include:
13123     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13124     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13125     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13127   layout:
13128     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13129     layout: "plot-throughput"
13130
13131 - type: "plot"
13132   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13133   algorithm: "plot_perf_box_name"
13134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13136   include:
13137     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13138     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13139     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13143   layout:
13144     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13145     layout: "plot-throughput"
13146
13147 - type: "plot"
13148   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13149   algorithm: "plot_perf_box_name"
13150   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13152   include:
13153     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13154     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13159   layout:
13160     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13161     layout: "plot-throughput"
13162
13163 - type: "plot"
13164   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13165   algorithm: "plot_perf_box_name"
13166   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13168   include:
13169     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13175   layout:
13176     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13177     layout: "plot-throughput"
13178
13179 - type: "plot"
13180   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13181   algorithm: "plot_perf_box_name"
13182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13184   include:
13185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13191   layout:
13192     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13193     layout: "plot-throughput"
13194
13195 - type: "plot"
13196   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13197   algorithm: "plot_perf_box_name"
13198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13200   include:
13201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13207   layout:
13208     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13209     layout: "plot-throughput"
13210
13211 - type: "plot"
13212   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13213   algorithm: "plot_perf_box_name"
13214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13216   include:
13217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13223   layout:
13224     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13225     layout: "plot-throughput"
13226
13227 - type: "plot"
13228   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13229   algorithm: "plot_perf_box_name"
13230   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13231   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13232   include:
13233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13239   layout:
13240     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13241     layout: "plot-throughput"
13242
13243 - type: "plot"
13244   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13245   algorithm: "plot_perf_box_name"
13246   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13247   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13248   include:
13249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13255   layout:
13256     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13257     layout: "plot-throughput"
13258
13259 - type: "plot"
13260   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13261   algorithm: "plot_perf_box_name"
13262   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13263   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13264   include:
13265     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13266     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13267     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13268     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13269   layout:
13270     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13271     layout: "plot-throughput"
13272
13273 - type: "plot"
13274   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13275   algorithm: "plot_perf_box_name"
13276   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13277   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13278   include:
13279     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13280     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13281     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13282     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13283   layout:
13284     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13285     layout: "plot-throughput"
13286
13287 - type: "plot"
13288   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13289   algorithm: "plot_perf_box_name"
13290   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13291   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13292   include:
13293     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13294     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13295     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13296     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13297     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13298     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13299   layout:
13300     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13301     layout: "plot-throughput"
13302
13303 - type: "plot"
13304   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13305   algorithm: "plot_perf_box_name"
13306   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13307   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13308   include:
13309     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13310     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13315   layout:
13316     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13317     layout: "plot-throughput"
13318
13319 - type: "plot"
13320   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13321   algorithm: "plot_perf_box_name"
13322   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13323   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13324   include:
13325     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13330     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13331   layout:
13332     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13333     layout: "plot-throughput"
13334
13335 - type: "plot"
13336   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13337   algorithm: "plot_perf_box_name"
13338   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13339   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13340   include:
13341     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13345     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13346     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13347   layout:
13348     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13349     layout: "plot-throughput"
13350
13351 - type: "plot"
13352   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13353   algorithm: "plot_perf_box_name"
13354   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13355   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13356   include:
13357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13360     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13361   layout:
13362     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13363     layout: "plot-throughput"
13364
13365 - type: "plot"
13366   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13367   algorithm: "plot_perf_box_name"
13368   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13369   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13370   include:
13371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13375   layout:
13376     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13377     layout: "plot-throughput"
13378
13379 - type: "plot"
13380   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13381   algorithm: "plot_perf_box_name"
13382   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13383   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13384   include:
13385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13391   layout:
13392     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13393     layout: "plot-throughput"
13394
13395 - type: "plot"
13396   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13397   algorithm: "plot_perf_box_name"
13398   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13399   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13400   include:
13401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13407   layout:
13408     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13409     layout: "plot-throughput"
13410
13411 - type: "plot"
13412   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13413   algorithm: "plot_perf_box_name"
13414   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13415   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13416   include:
13417     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13419     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13421   layout:
13422     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13423     layout: "plot-throughput"
13424
13425 - type: "plot"
13426   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13427   algorithm: "plot_perf_box_name"
13428   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13429   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13430   include:
13431     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13432     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13435   layout:
13436     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13437     layout: "plot-throughput"
13438
13439 - type: "plot"
13440   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13441   algorithm: "plot_perf_box_name"
13442   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13443   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13444   include:
13445     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13446     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13447     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13451   layout:
13452     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13453     layout: "plot-throughput"
13454
13455 - type: "plot"
13456   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13457   algorithm: "plot_perf_box_name"
13458   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13459   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13460   include:
13461     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13467   layout:
13468     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13469     layout: "plot-throughput"
13470
13471 - type: "plot"
13472   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13473   algorithm: "plot_perf_box_name"
13474   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13475   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13476   include:
13477     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13481     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13482     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13483   layout:
13484     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13485     layout: "plot-throughput"
13486
13487 - type: "plot"
13488   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13489   algorithm: "plot_perf_box_name"
13490   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13491   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13492   include:
13493     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13495     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13498     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13499   layout:
13500     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13501     layout: "plot-throughput"
13502
13503 - type: "plot"
13504   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13505   algorithm: "plot_perf_box_name"
13506   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13508   include:
13509     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13510     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13511     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13512     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13513     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13514     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13515   layout:
13516     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13517     layout: "plot-throughput"
13518
13519 - type: "plot"
13520   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13521   algorithm: "plot_perf_box_name"
13522   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13523   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13524   include:
13525     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13526     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13527     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13528     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13529     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13530     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13531   layout:
13532     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13533     layout: "plot-throughput"
13534
13535 - type: "plot"
13536   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13537   algorithm: "plot_perf_box_name"
13538   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13540   include:
13541     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13542     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13543     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13544 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13545 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13546 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13547   layout:
13548     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13549     layout: "plot-throughput"
13550
13551 - type: "plot"
13552   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13553   algorithm: "plot_perf_box_name"
13554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13556   include:
13557     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13558     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13559     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13560 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13561 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13562 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13563   layout:
13564     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13565     layout: "plot-throughput"
13566
13567 - type: "plot"
13568   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13569   algorithm: "plot_perf_box_name"
13570   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13572   include:
13573     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13574     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13575     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13576     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13577     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13578     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13579   layout:
13580     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13581     layout: "plot-throughput"
13582
13583 - type: "plot"
13584   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13585   algorithm: "plot_perf_box_name"
13586   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13588   include:
13589     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13590     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13591     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13592     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13593     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13594     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13595   layout:
13596     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13597     layout: "plot-throughput"
13598
13599 - type: "plot"
13600   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13601   algorithm: "plot_perf_box_name"
13602   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13603   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13604   include:
13605     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13606     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13607     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13608     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13609     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13610     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13611   layout:
13612     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13613     layout: "plot-throughput"
13614
13615 - type: "plot"
13616   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13617   algorithm: "plot_perf_box_name"
13618   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13619   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13620   include:
13621     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13622     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13623     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13624     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13625     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13626     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13627   layout:
13628     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13629     layout: "plot-throughput"
13630
13631 #- type: "plot"
13632 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13633 #  algorithm: "plot_perf_box_name"
13634 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13635 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13636 #  include:
13637 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13638 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13639 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13640 #  layout:
13641 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13642 #    layout: "plot-throughput"
13643 #
13644 #- type: "plot"
13645 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13646 #  algorithm: "plot_perf_box_name"
13647 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13648 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13649 #  include:
13650 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13651 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13652 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13653 #  layout:
13654 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13655 #    layout: "plot-throughput"
13656
13657 - type: "plot"
13658   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13659   algorithm: "plot_perf_box_name"
13660   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13662   include:
13663     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13664     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13665     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13666     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13667     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13668   layout:
13669     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13670     layout: "plot-throughput"
13671
13672 - type: "plot"
13673   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13674   algorithm: "plot_perf_box_name"
13675   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13677   include:
13678     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13680     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13681     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13682     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13683   layout:
13684     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13685     layout: "plot-throughput"
13686
13687 - type: "plot"
13688   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13689   algorithm: "plot_perf_box_name"
13690   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13692   include:
13693     - "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"
13694     - "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"
13695     - "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"
13696     - "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"
13697     - "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"
13698   layout:
13699     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13700     layout: "plot-throughput"
13701
13702 - type: "plot"
13703   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13704   algorithm: "plot_perf_box_name"
13705   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13706   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13707   include:
13708     - "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"
13709     - "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"
13710     - "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"
13711     - "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"
13712     - "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"
13713   layout:
13714     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13715     layout: "plot-throughput"
13716
13717 - type: "plot"
13718   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13719   algorithm: "plot_perf_box_name"
13720   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13721   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13722   include:
13723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13724     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13725     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13726     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13727     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13728   layout:
13729     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13730     layout: "plot-throughput"
13731
13732 - type: "plot"
13733   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13734   algorithm: "plot_perf_box_name"
13735   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13736   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13737   include:
13738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13743   layout:
13744     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13745     layout: "plot-throughput"
13746
13747 - type: "plot"
13748   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13749   algorithm: "plot_perf_box_name"
13750   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13751   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13752   include:
13753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13754     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13758   layout:
13759     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13760     layout: "plot-throughput"
13761
13762 - type: "plot"
13763   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13764   algorithm: "plot_perf_box_name"
13765   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13766   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13767   include:
13768     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13769     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13773   layout:
13774     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13775     layout: "plot-throughput"
13776
13777 - type: "plot"
13778   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13779   algorithm: "plot_perf_box_name"
13780   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13781   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13782   include:
13783     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13784     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13785     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13786     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13787     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13788   layout:
13789     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13790     layout: "plot-throughput"
13791
13792 - type: "plot"
13793   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13794   algorithm: "plot_perf_box_name"
13795   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13796   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13797   include:
13798     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13799     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13800     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13801     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13802     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13803   layout:
13804     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13805     layout: "plot-throughput"
13806
13807 - type: "plot"
13808   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13809   algorithm: "plot_perf_box_name"
13810   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13811   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13812   include:
13813     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13814     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13815     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13816     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13817     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13818   layout:
13819     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13820     layout: "plot-throughput"
13821
13822 - type: "plot"
13823   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13824   algorithm: "plot_perf_box_name"
13825   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13827   include:
13828     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13829     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13830     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13831     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13832     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13833   layout:
13834     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13835     layout: "plot-throughput"
13836
13837 - type: "plot"
13838   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13839   algorithm: "plot_perf_box_name"
13840   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13842   include:
13843     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13844     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13845     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13846     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13847   layout:
13848     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13849     layout: "plot-throughput"
13850
13851 - type: "plot"
13852   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13853   algorithm: "plot_perf_box_name"
13854   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13856   include:
13857     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13858     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13859     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13860     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13861   layout:
13862     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13863     layout: "plot-throughput"
13864
13865 - type: "plot"
13866   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13867   algorithm: "plot_perf_box_name"
13868   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13870   include:
13871     - "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"
13872     - "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"
13873     - "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"
13874     - "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"
13875   layout:
13876     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13877     layout: "plot-throughput"
13878
13879 - type: "plot"
13880   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13881   algorithm: "plot_perf_box_name"
13882   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13884   include:
13885     - "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"
13886     - "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"
13887     - "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"
13888     - "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"
13889   layout:
13890     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13891     layout: "plot-throughput"
13892
13893 - type: "plot"
13894   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13895   algorithm: "plot_perf_box_name"
13896   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13898   include:
13899     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13900     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13901     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13902     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13903     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13904     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13905   layout:
13906     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13907     layout: "plot-throughput"
13908
13909 - type: "plot"
13910   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13911   algorithm: "plot_perf_box_name"
13912   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13913   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13914   include:
13915     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13916     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13917     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13918     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13919     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13920     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13921   layout:
13922     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13923     layout: "plot-throughput"
13924
13925 - type: "plot"
13926   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13927   algorithm: "plot_perf_box_name"
13928   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13930   include:
13931     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13932     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13933     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13934     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13935     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13937   layout:
13938     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13939     layout: "plot-throughput"
13940
13941 - type: "plot"
13942   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13943   algorithm: "plot_perf_box_name"
13944   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13945   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13946   include:
13947     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13948     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13949     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13953   layout:
13954     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13955     layout: "plot-throughput"
13956
13957 - type: "plot"
13958   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13959   algorithm: "plot_perf_box_name"
13960   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13961   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13962   include:
13963     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13964     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13965     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13968     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13969   layout:
13970     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13971     layout: "plot-throughput"
13972
13973 - type: "plot"
13974   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13975   algorithm: "plot_perf_box_name"
13976   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13978   include:
13979     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13980     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13983     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13984     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13985   layout:
13986     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13987     layout: "plot-throughput"
13988
13989 - type: "plot"
13990   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13991   algorithm: "plot_perf_box_name"
13992   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13993   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13994   include:
13995     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13996     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13997     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13998     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13999     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14000   layout:
14001     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14002     layout: "plot-throughput"
14003
14004 - type: "plot"
14005   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14006   algorithm: "plot_perf_box_name"
14007   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14009   include:
14010     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14011     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14012     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14013     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14014     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14015   layout:
14016     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14017     layout: "plot-throughput"
14018
14019 - type: "plot"
14020   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14021   algorithm: "plot_perf_box_name"
14022   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14024   include:
14025     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14026     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14027   layout:
14028     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14029     layout: "plot-throughput"
14030
14031 - type: "plot"
14032   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14033   algorithm: "plot_perf_box_name"
14034   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14035   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14036   include:
14037     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14038     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14039   layout:
14040     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14041     layout: "plot-throughput"
14042
14043 - type: "plot"
14044   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14045   algorithm: "plot_perf_box_name"
14046   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14047   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14048   include:
14049     - "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"
14050     - "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"
14051   layout:
14052     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14053     layout: "plot-throughput"
14054
14055 - type: "plot"
14056   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14057   algorithm: "plot_perf_box_name"
14058   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14059   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14060   include:
14061     - "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"
14062     - "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"
14063   layout:
14064     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14065     layout: "plot-throughput"
14066
14067 - type: "plot"
14068   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14069   algorithm: "plot_perf_box_name"
14070   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14072   include:
14073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14075   layout:
14076     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14077     layout: "plot-throughput"
14078
14079 - type: "plot"
14080   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14081   algorithm: "plot_perf_box_name"
14082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14084   include:
14085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14087   layout:
14088     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14089     layout: "plot-throughput"
14090
14091 - type: "plot"
14092   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14093   algorithm: "plot_perf_box_name"
14094   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14095   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14096   include:
14097     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14098     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14099   layout:
14100     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14101     layout: "plot-throughput"
14102
14103 - type: "plot"
14104   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14105   algorithm: "plot_perf_box_name"
14106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14108   include:
14109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14111   layout:
14112     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14113     layout: "plot-throughput"
14114
14115 - type: "plot"
14116   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14117   algorithm: "plot_perf_box_name"
14118   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14119   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14120   include:
14121     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14123     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14124     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14125     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14126     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14127   layout:
14128     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14129     layout: "plot-throughput"
14130
14131 - type: "plot"
14132   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14133   algorithm: "plot_perf_box_name"
14134   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14135   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14136   include:
14137     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14138     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14139     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14140     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14141     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14142     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14143   layout:
14144     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14145     layout: "plot-throughput"
14146
14147 - type: "plot"
14148   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14149   algorithm: "plot_perf_box_name"
14150   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14151   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14152   include:
14153     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14154     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14155     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14156     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14157     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14159   layout:
14160     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14161     layout: "plot-throughput"
14162
14163 - type: "plot"
14164   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14165   algorithm: "plot_perf_box_name"
14166   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14167   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14168   include:
14169     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14170     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14171     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14172     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14173     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14175   layout:
14176     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14177     layout: "plot-throughput"
14178
14179 #- type: "plot"
14180 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14181 #  algorithm: "plot_perf_box_name"
14182 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14183 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14184 #  include:
14185 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14186 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14187 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14188 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14189 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14190 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14191 #  layout:
14192 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14193 #    layout: "plot-throughput"
14194 #
14195 #- type: "plot"
14196 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14197 #  algorithm: "plot_perf_box_name"
14198 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14199 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14200 #  include:
14201 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14202 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14203 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14204 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14205 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14206 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14207 #  layout:
14208 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14209 #    layout: "plot-throughput"
14210
14211 - type: "plot"
14212   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14213   algorithm: "plot_perf_box_name"
14214   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14215   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14216   include:
14217     - "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"
14218     - "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"
14219     - "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"
14220     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14221     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14222     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14223   layout:
14224     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14225     layout: "plot-throughput"
14226
14227 - type: "plot"
14228   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14229   algorithm: "plot_perf_box_name"
14230   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14231   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14232   include:
14233     - "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"
14234     - "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"
14235     - "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"
14236     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14237     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14238     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14239   layout:
14240     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14241     layout: "plot-throughput"
14242
14243 ################################################################################
14244
14245 # Packet Speedup
14246
14247 - type: "plot"
14248   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14249   algorithm: "plot_tsa_name"
14250   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14251   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14252   include:
14253     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14254     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14255     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14256     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14257   layout:
14258     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14259     layout: "plot-throughput-speedup-analysis"
14260
14261 - type: "plot"
14262   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14263   algorithm: "plot_tsa_name"
14264   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14265   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14266   include:
14267     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14268     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14269     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14270     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14271   layout:
14272     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14273     layout: "plot-throughput-speedup-analysis"
14274
14275 - type: "plot"
14276   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14277   algorithm: "plot_tsa_name"
14278   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14279   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14280   include:
14281     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14282     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14283     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14284     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14285   layout:
14286     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14287     layout: "plot-throughput-speedup-analysis"
14288
14289 - type: "plot"
14290   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14291   algorithm: "plot_tsa_name"
14292   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14293   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14294   include:
14295     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14296     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14297     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14298     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14299   layout:
14300     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14301     layout: "plot-throughput-speedup-analysis"
14302
14303 - type: "plot"
14304   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14305   algorithm: "plot_tsa_name"
14306   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14308   include:
14309     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14310     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14311     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14312     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14313     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14314   layout:
14315     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14316     layout: "plot-throughput-speedup-analysis"
14317
14318 - type: "plot"
14319   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14320   algorithm: "plot_tsa_name"
14321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14323   include:
14324     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14325     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14326     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14327     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14328     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14329   layout:
14330     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14331     layout: "plot-throughput-speedup-analysis"
14332
14333 - type: "plot"
14334   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14335   algorithm: "plot_tsa_name"
14336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14338   include:
14339     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14340     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14341     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14342     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14343     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14344   layout:
14345     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14346     layout: "plot-throughput-speedup-analysis"
14347
14348 - type: "plot"
14349   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14350   algorithm: "plot_tsa_name"
14351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14353   include:
14354     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14355     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14356     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14357     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14358     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14359   layout:
14360     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14361     layout: "plot-throughput-speedup-analysis"
14362
14363 - type: "plot"
14364   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14365   algorithm: "plot_tsa_name"
14366   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14367   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14368   include:
14369     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14370     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14371     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14372     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14375   layout:
14376     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14377     layout: "plot-throughput-speedup-analysis"
14378
14379 - type: "plot"
14380   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14381   algorithm: "plot_tsa_name"
14382   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14383   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14384   include:
14385     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14386     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14387     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14388     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14389     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14391   layout:
14392     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14393     layout: "plot-throughput-speedup-analysis"
14394
14395 - type: "plot"
14396   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14397   algorithm: "plot_tsa_name"
14398   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14399   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14400   include:
14401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14406   layout:
14407     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14408     layout: "plot-throughput-speedup-analysis"
14409
14410 - type: "plot"
14411   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14412   algorithm: "plot_tsa_name"
14413   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14414   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14415   include:
14416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14421   layout:
14422     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14423     layout: "plot-throughput-speedup-analysis"
14424
14425 - type: "plot"
14426   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14427   algorithm: "plot_tsa_name"
14428   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14429   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14430   include:
14431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14434   layout:
14435     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14436     layout: "plot-throughput-speedup-analysis"
14437
14438 - type: "plot"
14439   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14440   algorithm: "plot_tsa_name"
14441   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14443   include:
14444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14447   layout:
14448     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14449     layout: "plot-throughput-speedup-analysis"
14450
14451 - type: "plot"
14452   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14453   algorithm: "plot_tsa_name"
14454   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14456   include:
14457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14462   layout:
14463     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14464     layout: "plot-throughput-speedup-analysis"
14465
14466 - type: "plot"
14467   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14468   algorithm: "plot_tsa_name"
14469   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14470   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14471   include:
14472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14477   layout:
14478     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14479     layout: "plot-throughput-speedup-analysis"
14480
14481 - type: "plot"
14482   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14483   algorithm: "plot_tsa_name"
14484   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14485   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14486   include:
14487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14490   layout:
14491     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14492     layout: "plot-throughput-speedup-analysis"
14493
14494 - type: "plot"
14495   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14496   algorithm: "plot_tsa_name"
14497   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14498   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14499   include:
14500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14503   layout:
14504     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14505     layout: "plot-throughput-speedup-analysis"
14506
14507 - type: "plot"
14508   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14509   algorithm: "plot_tsa_name"
14510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14512   include:
14513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14519   layout:
14520     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14521     layout: "plot-throughput-speedup-analysis"
14522
14523 - type: "plot"
14524   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14525   algorithm: "plot_tsa_name"
14526   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14527   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14528   include:
14529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14535   layout:
14536     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14537     layout: "plot-throughput-speedup-analysis"
14538
14539 - type: "plot"
14540   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14541   algorithm: "plot_tsa_name"
14542   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14543   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14544   include:
14545     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14546     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14547     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14548     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14549     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14550   layout:
14551     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14552     layout: "plot-throughput-speedup-analysis"
14553
14554 - type: "plot"
14555   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14556   algorithm: "plot_tsa_name"
14557   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14558   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14559   include:
14560     - "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"
14561     - "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"
14562     - "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"
14563     - "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"
14564     - "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"
14565   layout:
14566     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14567     layout: "plot-throughput-speedup-analysis"
14568
14569 #- type: "plot"
14570 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14571 #  algorithm: "plot_tsa_name"
14572 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14573 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14574 #  include:
14575 #    - "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"
14576 #    - "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"
14577 #    - "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"
14578 #    - "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"
14579 #    - "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"
14580 #  layout:
14581 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14582 #    layout: "plot-throughput-speedup-analysis"
14583 #
14584 #- type: "plot"
14585 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14586 #  algorithm: "plot_tsa_name"
14587 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14588 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14589 #  include:
14590 #    - "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"
14591 #    - "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"
14592 #    - "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"
14593 #    - "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"
14594 #    - "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"
14595 #  layout:
14596 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14597 #    layout: "plot-throughput-speedup-analysis"
14598 #
14599 #- type: "plot"
14600 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14601 #  algorithm: "plot_tsa_name"
14602 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14603 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14604 #  include:
14605 #    - "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"
14606 #    - "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"
14607 #    - "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"
14608 #    - "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"
14609 #    - "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"
14610 #  layout:
14611 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14612 #    layout: "plot-throughput-speedup-analysis"
14613 #
14614 #- type: "plot"
14615 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14616 #  algorithm: "plot_tsa_name"
14617 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14618 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14619 #  include:
14620 #    - "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"
14621 #    - "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"
14622 #    - "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"
14623 #    - "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"
14624 #    - "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"
14625 #  layout:
14626 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14627 #    layout: "plot-throughput-speedup-analysis"
14628
14629 - type: "plot"
14630   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14631   algorithm: "plot_tsa_name"
14632   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14634   include:
14635     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14636     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14637     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14638     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14639     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14640   layout:
14641     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14642     layout: "plot-throughput-speedup-analysis"
14643
14644 - type: "plot"
14645   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14646   algorithm: "plot_tsa_name"
14647   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14649   include:
14650     - "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"
14651     - "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"
14652     - "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"
14653     - "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"
14654     - "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"
14655   layout:
14656     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14657     layout: "plot-throughput-speedup-analysis"
14658
14659 #- type: "plot"
14660 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14661 #  algorithm: "plot_tsa_name"
14662 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14663 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14664 #  include:
14665 #    - "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"
14666 #    - "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"
14667 #    - "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"
14668 #    - "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"
14669 #    - "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"
14670 #  layout:
14671 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14672 #    layout: "plot-throughput-speedup-analysis"
14673 #
14674 #- type: "plot"
14675 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14676 #  algorithm: "plot_tsa_name"
14677 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14678 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14679 #  include:
14680 #    - "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"
14681 #    - "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"
14682 #    - "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"
14683 #    - "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"
14684 #    - "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"
14685 #  layout:
14686 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14687 #    layout: "plot-throughput-speedup-analysis"
14688 #
14689 #- type: "plot"
14690 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14691 #  algorithm: "plot_tsa_name"
14692 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14693 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14694 #  include:
14695 #    - "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"
14696 #    - "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"
14697 #    - "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"
14698 #    - "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"
14699 #    - "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"
14700 #  layout:
14701 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14702 #    layout: "plot-throughput-speedup-analysis"
14703 #
14704 #- type: "plot"
14705 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14706 #  algorithm: "plot_tsa_name"
14707 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14708 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14709 #  include:
14710 #    - "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"
14711 #    - "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"
14712 #    - "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"
14713 #    - "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"
14714 #    - "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"
14715 #  layout:
14716 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14717 #    layout: "plot-throughput-speedup-analysis"
14718
14719 - type: "plot"
14720   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14721   algorithm: "plot_tsa_name"
14722   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14724   include:
14725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14731   layout:
14732     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14733     layout: "plot-throughput-speedup-analysis"
14734
14735 - type: "plot"
14736   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14737   algorithm: "plot_tsa_name"
14738   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14740   include:
14741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14747   layout:
14748     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14749     layout: "plot-throughput-speedup-analysis"
14750
14751 - type: "plot"
14752   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14753   algorithm: "plot_tsa_name"
14754   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14755   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14756   include:
14757     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14758     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14759     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14760   layout:
14761     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14762     layout: "plot-throughput-speedup-analysis"
14763
14764 - type: "plot"
14765   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14766   algorithm: "plot_tsa_name"
14767   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14768   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14769   include:
14770     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14771     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14772     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14773   layout:
14774     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14775     layout: "plot-throughput-speedup-analysis"
14776
14777 - type: "plot"
14778   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14779   algorithm: "plot_tsa_name"
14780   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14782   include:
14783     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14786 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14787 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14788   layout:
14789     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14790     layout: "plot-throughput-speedup-analysis"
14791
14792 - type: "plot"
14793   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14794   algorithm: "plot_tsa_name"
14795   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14797   include:
14798     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14800     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14801 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14802 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14803   layout:
14804     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14805     layout: "plot-throughput-speedup-analysis"
14806
14807 - type: "plot"
14808   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14809   algorithm: "plot_tsa_name"
14810   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14812   include:
14813     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14814     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14815     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14816     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14817     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14818   layout:
14819     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14820     layout: "plot-throughput-speedup-analysis"
14821
14822 - type: "plot"
14823   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14824   algorithm: "plot_tsa_name"
14825   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14827   include:
14828     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14829     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14830     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14831     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14832     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14833   layout:
14834     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14835     layout: "plot-throughput-speedup-analysis"
14836
14837 - type: "plot"
14838   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14839   algorithm: "plot_tsa_name"
14840   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14842   include:
14843     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14844     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14845     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14846     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14847     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14848   layout:
14849     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14850     layout: "plot-throughput-speedup-analysis"
14851
14852 - type: "plot"
14853   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14854   algorithm: "plot_tsa_name"
14855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14857   include:
14858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14859     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14860     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14861     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14862     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14863   layout:
14864     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14865     layout: "plot-throughput-speedup-analysis"
14866
14867 - type: "plot"
14868   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14869   algorithm: "plot_tsa_name"
14870   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14872   include:
14873     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14874     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14875     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14876     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14877   layout:
14878     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14879     layout: "plot-throughput-speedup-analysis"
14880
14881 - type: "plot"
14882   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14883   algorithm: "plot_tsa_name"
14884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14886   include:
14887     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14888     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14889     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14890     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14891   layout:
14892     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14893     layout: "plot-throughput-speedup-analysis"
14894
14895 - type: "plot"
14896   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14897   algorithm: "plot_tsa_name"
14898   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14899   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14900   include:
14901     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14902     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14903     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14904     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14905     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14906   layout:
14907     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14908     layout: "plot-throughput-speedup-analysis"
14909
14910 - type: "plot"
14911   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14912   algorithm: "plot_tsa_name"
14913   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14915   include:
14916     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14917     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14918     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14919     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14920     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14921   layout:
14922     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14923     layout: "plot-throughput-speedup-analysis"
14924
14925 - type: "plot"
14926   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14927   algorithm: "plot_tsa_name"
14928   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14929   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14930   include:
14931     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14932     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14933   layout:
14934     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14935     layout: "plot-throughput-speedup-analysis"
14936
14937 - type: "plot"
14938   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14939   algorithm: "plot_tsa_name"
14940   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14941   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14942   include:
14943     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14944     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14945   layout:
14946     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14947     layout: "plot-throughput-speedup-analysis"
14948
14949 - type: "plot"
14950   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14951   algorithm: "plot_tsa_name"
14952   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14953   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14954   include:
14955     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14956     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14957     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14958     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14959   layout:
14960     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14961     layout: "plot-throughput-speedup-analysis"
14962
14963 - type: "plot"
14964   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14965   algorithm: "plot_tsa_name"
14966   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14967   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14968   include:
14969     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14970     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14971     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14972     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14973   layout:
14974     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14975     layout: "plot-throughput-speedup-analysis"
14976
14977 - type: "plot"
14978   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14979   algorithm: "plot_tsa_name"
14980   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14982   include:
14983     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14984     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14985     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14986     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14987   layout:
14988     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14989     layout: "plot-throughput-speedup-analysis"
14990
14991 - type: "plot"
14992   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14993   algorithm: "plot_tsa_name"
14994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14996   include:
14997     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14998     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14999     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15000     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15001   layout:
15002     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15003     layout: "plot-throughput-speedup-analysis"
15004
15005 - type: "plot"
15006   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15007   algorithm: "plot_tsa_name"
15008   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15010   include:
15011     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15012     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15013     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15014     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15015     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15016     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15017   layout:
15018     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15019     layout: "plot-throughput-speedup-analysis"
15020
15021 - type: "plot"
15022   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15023   algorithm: "plot_tsa_name"
15024   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15026   include:
15027     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15029     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15030     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15031     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15033   layout:
15034     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15035     layout: "plot-throughput-speedup-analysis"
15036
15037 - type: "plot"
15038   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15039   algorithm: "plot_tsa_name"
15040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15042   include:
15043     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15044     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15046     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15048   layout:
15049     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15050     layout: "plot-throughput-speedup-analysis"
15051
15052 - type: "plot"
15053   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15054   algorithm: "plot_tsa_name"
15055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15057   include:
15058     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15062     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15063   layout:
15064     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15065     layout: "plot-throughput-speedup-analysis"
15066
15067 - type: "plot"
15068   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15069   algorithm: "plot_tsa_name"
15070   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15071   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15072   include:
15073     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15076     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15077     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15078   layout:
15079     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15080     layout: "plot-throughput-speedup-analysis"
15081
15082 - type: "plot"
15083   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15084   algorithm: "plot_tsa_name"
15085   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15086   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15087   include:
15088     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15091     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15092     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15093   layout:
15094     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15095     layout: "plot-throughput-speedup-analysis"
15096
15097 - type: "plot"
15098   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15099   algorithm: "plot_tsa_name"
15100   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15101   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15102   include:
15103     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15106   layout:
15107     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15108     layout: "plot-throughput-speedup-analysis"
15109
15110 - type: "plot"
15111   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15112   algorithm: "plot_tsa_name"
15113   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15114   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15115   include:
15116     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15119   layout:
15120     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15121     layout: "plot-throughput-speedup-analysis"
15122
15123 - type: "plot"
15124   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15125   algorithm: "plot_tsa_name"
15126   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15128   include:
15129     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15130     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15131     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15132   layout:
15133     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15134     layout: "plot-throughput-speedup-analysis"
15135
15136 - type: "plot"
15137   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15138   algorithm: "plot_tsa_name"
15139   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15141   include:
15142     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15143     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15144     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15145   layout:
15146     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15147     layout: "plot-throughput-speedup-analysis"
15148
15149 - type: "plot"
15150   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15151   algorithm: "plot_tsa_name"
15152   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15154   include:
15155     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15156     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15157     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15158     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15160   layout:
15161     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15162     layout: "plot-throughput-speedup-analysis"
15163
15164 - type: "plot"
15165   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15166   algorithm: "plot_tsa_name"
15167   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15169   include:
15170     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15171     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15173     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15175   layout:
15176     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15177     layout: "plot-throughput-speedup-analysis"
15178
15179 - type: "plot"
15180   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15181   algorithm: "plot_tsa_name"
15182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15184   include:
15185     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15186     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15188     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15189     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15190   layout:
15191     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15192     layout: "plot-throughput-speedup-analysis"
15193
15194 - type: "plot"
15195   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15196   algorithm: "plot_tsa_name"
15197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15199   include:
15200     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15201     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15202     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15203     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15205   layout:
15206     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15207     layout: "plot-throughput-speedup-analysis"
15208
15209 - type: "plot"
15210   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15211   algorithm: "plot_tsa_name"
15212   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15213   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15214   include:
15215     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15216     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15217     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15218     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15219     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15220     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15221   layout:
15222     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15223     layout: "plot-throughput-speedup-analysis"
15224
15225 - type: "plot"
15226   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15227   algorithm: "plot_tsa_name"
15228   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15230   include:
15231     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15232     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15233     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15234     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15235     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15236     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15237   layout:
15238     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15239     layout: "plot-throughput-speedup-analysis"
15240
15241 - type: "plot"
15242   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15243   algorithm: "plot_tsa_name"
15244   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15246   include:
15247     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15248     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15249     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15250     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15251   layout:
15252     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15253     layout: "plot-throughput-speedup-analysis"
15254
15255 - type: "plot"
15256   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15257   algorithm: "plot_tsa_name"
15258   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15259   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15260   include:
15261     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15262     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15263     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15264     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15265   layout:
15266     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15267     layout: "plot-throughput-speedup-analysis"
15268
15269 - type: "plot"
15270   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15271   algorithm: "plot_tsa_name"
15272   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15274   include:
15275     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15276     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15277     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15278     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15279     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15280     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15281   layout:
15282     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15283     layout: "plot-throughput-speedup-analysis"
15284
15285 - type: "plot"
15286   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15287   algorithm: "plot_tsa_name"
15288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15290   include:
15291     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15292     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15293     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15294     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15295     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15296     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15297   layout:
15298     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15299     layout: "plot-throughput-speedup-analysis"
15300
15301 - type: "plot"
15302   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15303   algorithm: "plot_tsa_name"
15304   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15306   include:
15307     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15308     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15309     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15310     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15311     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15312     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15313   layout:
15314     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15315     layout: "plot-throughput-speedup-analysis"
15316
15317 - type: "plot"
15318   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15319   algorithm: "plot_tsa_name"
15320   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15322   include:
15323     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15324     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15325     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15326     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15327     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15328     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15329   layout:
15330     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15331     layout: "plot-throughput-speedup-analysis"
15332
15333 - type: "plot"
15334   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15335   algorithm: "plot_tsa_name"
15336   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15337   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15338   include:
15339     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15340     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15341     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15343     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15344     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15345   layout:
15346     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15347     layout: "plot-throughput-speedup-analysis"
15348
15349 - type: "plot"
15350   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15351   algorithm: "plot_tsa_name"
15352   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15353   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15354   include:
15355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15359     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15360     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15361   layout:
15362     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15363     layout: "plot-throughput-speedup-analysis"
15364
15365 - type: "plot"
15366   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15367   algorithm: "plot_tsa_name"
15368   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15369   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15370   include:
15371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15375     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15376     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15377   layout:
15378     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15379     layout: "plot-throughput-speedup-analysis"
15380
15381 - type: "plot"
15382   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15383   algorithm: "plot_tsa_name"
15384   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15386   include:
15387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15393   layout:
15394     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15395     layout: "plot-throughput-speedup-analysis"
15396
15397 - type: "plot"
15398   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15399   algorithm: "plot_tsa_name"
15400   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15401   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15402   include:
15403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15408     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15409   layout:
15410     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15411     layout: "plot-throughput-speedup-analysis"
15412
15413 - type: "plot"
15414   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15415   algorithm: "plot_tsa_name"
15416   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15418   include:
15419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15424     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15425   layout:
15426     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15427     layout: "plot-throughput-speedup-analysis"
15428
15429 - type: "plot"
15430   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15431   algorithm: "plot_tsa_name"
15432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15434   include:
15435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15439   layout:
15440     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15441     layout: "plot-throughput-speedup-analysis"
15442
15443 - type: "plot"
15444   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15445   algorithm: "plot_tsa_name"
15446   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15447   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15448   include:
15449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15453   layout:
15454     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15455     layout: "plot-throughput-speedup-analysis"
15456
15457 - type: "plot"
15458   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15459   algorithm: "plot_tsa_name"
15460   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15462   include:
15463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15467   layout:
15468     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15469     layout: "plot-throughput-speedup-analysis"
15470
15471 - type: "plot"
15472   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15473   algorithm: "plot_tsa_name"
15474   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15475   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15476   include:
15477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15481   layout:
15482     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15483     layout: "plot-throughput-speedup-analysis"
15484
15485 - type: "plot"
15486   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15487   algorithm: "plot_tsa_name"
15488   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15489   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15490   include:
15491     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15492     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15493     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15495     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15496     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15497   layout:
15498     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15499     layout: "plot-throughput-speedup-analysis"
15500
15501 - type: "plot"
15502   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15503   algorithm: "plot_tsa_name"
15504   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15505   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15506   include:
15507     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15510     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15511     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15512     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15513   layout:
15514     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15515     layout: "plot-throughput-speedup-analysis"
15516
15517 - type: "plot"
15518   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15519   algorithm: "plot_tsa_name"
15520   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15522   include:
15523     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15525     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15526     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15527     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15528   layout:
15529     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15530     layout: "plot-throughput-speedup-analysis"
15531
15532 - type: "plot"
15533   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15534   algorithm: "plot_tsa_name"
15535   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15537   include:
15538     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15542     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15543   layout:
15544     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15545     layout: "plot-throughput-speedup-analysis"
15546
15547 - type: "plot"
15548   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15549   algorithm: "plot_tsa_name"
15550   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15552   include:
15553     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15557     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15558   layout:
15559     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15560     layout: "plot-throughput-speedup-analysis"
15561
15562 - type: "plot"
15563   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15564   algorithm: "plot_tsa_name"
15565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15567   include:
15568     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15572     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15573   layout:
15574     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15575     layout: "plot-throughput-speedup-analysis"
15576
15577 - type: "plot"
15578   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15579   algorithm: "plot_tsa_name"
15580   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15582   include:
15583     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15585     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15586     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15587   layout:
15588     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15589     layout: "plot-throughput-speedup-analysis"
15590
15591 - type: "plot"
15592   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15593   algorithm: "plot_tsa_name"
15594   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15595   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15596   include:
15597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15601   layout:
15602     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15603     layout: "plot-throughput-speedup-analysis"
15604
15605 - type: "plot"
15606   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15607   algorithm: "plot_tsa_name"
15608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15610   include:
15611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15616     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15617   layout:
15618     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15619     layout: "plot-throughput-speedup-analysis"
15620
15621 - type: "plot"
15622   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15623   algorithm: "plot_tsa_name"
15624   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15626   include:
15627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15633   layout:
15634     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15635     layout: "plot-throughput-speedup-analysis"
15636
15637 - type: "plot"
15638   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15639   algorithm: "plot_tsa_name"
15640   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15642   include:
15643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15649   layout:
15650     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15651     layout: "plot-throughput-speedup-analysis"
15652
15653 - type: "plot"
15654   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15655   algorithm: "plot_tsa_name"
15656   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15658   include:
15659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15665   layout:
15666     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15667     layout: "plot-throughput-speedup-analysis"
15668
15669 - type: "plot"
15670   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15671   algorithm: "plot_tsa_name"
15672   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15674   include:
15675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15681   layout:
15682     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15683     layout: "plot-throughput-speedup-analysis"
15684
15685 - type: "plot"
15686   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15687   algorithm: "plot_tsa_name"
15688   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15689   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15690   include:
15691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15697   layout:
15698     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15699     layout: "plot-throughput-speedup-analysis"
15700
15701 - type: "plot"
15702   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15703   algorithm: "plot_tsa_name"
15704   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15705   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15706   include:
15707     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15708     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15709     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15710     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15711     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15712     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15713   layout:
15714     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15715     layout: "plot-throughput-speedup-analysis"
15716
15717 - type: "plot"
15718   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15719   algorithm: "plot_tsa_name"
15720   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15721   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15722   include:
15723     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15724     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15725     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15726     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15727     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15728     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15729   layout:
15730     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15731     layout: "plot-throughput-speedup-analysis"
15732
15733 - type: "plot"
15734   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15735   algorithm: "plot_tsa_name"
15736   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15738   include:
15739     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15740     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15741     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15742     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15743     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15744     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15745   layout:
15746     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15747     layout: "plot-throughput-speedup-analysis"
15748
15749 - type: "plot"
15750   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15751   algorithm: "plot_tsa_name"
15752   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15754   include:
15755     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15756     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15757     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15758     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15759     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15760     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15761   layout:
15762     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15763     layout: "plot-throughput-speedup-analysis"
15764
15765 - type: "plot"
15766   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15767   algorithm: "plot_tsa_name"
15768   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15769   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15770   include:
15771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15773     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15774     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15775     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15776   layout:
15777     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15778     layout: "plot-throughput-speedup-analysis"
15779
15780 - type: "plot"
15781   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15782   algorithm: "plot_tsa_name"
15783   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15784   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15785   include:
15786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15790     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15791   layout:
15792     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15793     layout: "plot-throughput-speedup-analysis"
15794
15795 - type: "plot"
15796   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15797   algorithm: "plot_tsa_name"
15798   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15799   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15800   include:
15801     - "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"
15802     - "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"
15803     - "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"
15804     - "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"
15805     - "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"
15806   layout:
15807     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15808     layout: "plot-throughput-speedup-analysis"
15809
15810 - type: "plot"
15811   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15812   algorithm: "plot_tsa_name"
15813   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15814   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15815   include:
15816     - "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"
15817     - "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"
15818     - "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"
15819     - "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"
15820     - "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"
15821   layout:
15822     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15823     layout: "plot-throughput-speedup-analysis"
15824
15825 - type: "plot"
15826   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15827   algorithm: "plot_tsa_name"
15828   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15829   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15830   include:
15831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15836   layout:
15837     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15838     layout: "plot-throughput-speedup-analysis"
15839
15840 - type: "plot"
15841   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15842   algorithm: "plot_tsa_name"
15843   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15844   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15845   include:
15846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15851   layout:
15852     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15853     layout: "plot-throughput-speedup-analysis"
15854
15855 - type: "plot"
15856   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15857   algorithm: "plot_tsa_name"
15858   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15859   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15860   include:
15861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15865     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15866   layout:
15867     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15868     layout: "plot-throughput-speedup-analysis"
15869
15870 - type: "plot"
15871   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15872   algorithm: "plot_tsa_name"
15873   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15874   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15875   include:
15876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15880     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15881   layout:
15882     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15883     layout: "plot-throughput-speedup-analysis"
15884
15885 - type: "plot"
15886   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15887   algorithm: "plot_tsa_name"
15888   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15890   include:
15891     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15892     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15893     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15894     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15895     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15896   layout:
15897     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15898     layout: "plot-throughput-speedup-analysis"
15899
15900 - type: "plot"
15901   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15902   algorithm: "plot_tsa_name"
15903   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15905   include:
15906     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15907     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15908     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15909     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15910     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15911   layout:
15912     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15913     layout: "plot-throughput-speedup-analysis"
15914
15915 - type: "plot"
15916   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15917   algorithm: "plot_tsa_name"
15918   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15920   include:
15921     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15922     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15923     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15924     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15925     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15926   layout:
15927     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15928     layout: "plot-throughput-speedup-analysis"
15929
15930 - type: "plot"
15931   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15932   algorithm: "plot_tsa_name"
15933   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15934   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15935   include:
15936     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15937     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15938     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15939     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15940     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15941   layout:
15942     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15943     layout: "plot-throughput-speedup-analysis"
15944
15945 - type: "plot"
15946   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15947   algorithm: "plot_tsa_name"
15948   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15950   include:
15951     - "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"
15952     - "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"
15953     - "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"
15954     - "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"
15955   layout:
15956     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15957     layout: "plot-throughput-speedup-analysis"
15958
15959 - type: "plot"
15960   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15961   algorithm: "plot_tsa_name"
15962   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15964   include:
15965     - "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"
15966     - "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"
15967     - "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"
15968     - "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"
15969   layout:
15970     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15971     layout: "plot-throughput-speedup-analysis"
15972
15973 - type: "plot"
15974   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15975   algorithm: "plot_tsa_name"
15976   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15978   include:
15979     - "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"
15980     - "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"
15981     - "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"
15982     - "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"
15983   layout:
15984     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15985     layout: "plot-throughput-speedup-analysis"
15986
15987 - type: "plot"
15988   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15989   algorithm: "plot_tsa_name"
15990   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15992   include:
15993     - "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"
15994     - "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"
15995     - "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"
15996     - "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"
15997   layout:
15998     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15999     layout: "plot-throughput-speedup-analysis"
16000
16001 - type: "plot"
16002   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16003   algorithm: "plot_tsa_name"
16004   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16006   include:
16007     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16008     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16009     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16010     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16011     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16012     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16013   layout:
16014     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16015     layout: "plot-throughput-speedup-analysis"
16016
16017 - type: "plot"
16018   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16019   algorithm: "plot_tsa_name"
16020   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16022   include:
16023     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16024     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16025     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16026     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16027     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16028     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16029   layout:
16030     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16031     layout: "plot-throughput-speedup-analysis"
16032
16033 - type: "plot"
16034   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16035   algorithm: "plot_tsa_name"
16036   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16038   include:
16039     - "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"
16040     - "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"
16041     - "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"
16042     - "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"
16043     - "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"
16044     - "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"
16045   layout:
16046     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16047     layout: "plot-throughput-speedup-analysis"
16048
16049 - type: "plot"
16050   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16051   algorithm: "plot_tsa_name"
16052   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16054   include:
16055     - "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"
16056     - "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"
16057     - "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"
16058     - "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"
16059     - "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"
16060     - "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"
16061   layout:
16062     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16063     layout: "plot-throughput-speedup-analysis"
16064
16065 - type: "plot"
16066   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16067   algorithm: "plot_tsa_name"
16068   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16070   include:
16071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16076     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16077   layout:
16078     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16079     layout: "plot-throughput-speedup-analysis"
16080
16081 - type: "plot"
16082   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16083   algorithm: "plot_tsa_name"
16084   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16086   include:
16087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16091     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16092     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16093   layout:
16094     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16095     layout: "plot-throughput-speedup-analysis"
16096
16097 - type: "plot"
16098   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16099   algorithm: "plot_tsa_name"
16100   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16102   include:
16103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16105     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16106     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16107     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16108   layout:
16109     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16110     layout: "plot-throughput-speedup-analysis"
16111
16112 - type: "plot"
16113   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16114   algorithm: "plot_tsa_name"
16115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16117   include:
16118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16123   layout:
16124     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16125     layout: "plot-throughput-speedup-analysis"
16126
16127 - type: "plot"
16128   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16129   algorithm: "plot_tsa_name"
16130   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16132   include:
16133     - "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"
16134     - "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"
16135   layout:
16136     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16137     layout: "plot-throughput-speedup-analysis"
16138
16139 - type: "plot"
16140   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16141   algorithm: "plot_tsa_name"
16142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16144   include:
16145     - "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"
16146     - "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"
16147   layout:
16148     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16149     layout: "plot-throughput-speedup-analysis"
16150
16151 - type: "plot"
16152   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16153   algorithm: "plot_tsa_name"
16154   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16156   include:
16157     - "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"
16158     - "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"
16159   layout:
16160     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16161     layout: "plot-throughput-speedup-analysis"
16162
16163 - type: "plot"
16164   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16165   algorithm: "plot_tsa_name"
16166   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16168   include:
16169     - "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"
16170     - "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"
16171   layout:
16172     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16173     layout: "plot-throughput-speedup-analysis"
16174
16175 - type: "plot"
16176   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16177   algorithm: "plot_tsa_name"
16178   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16179   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16180   include:
16181     - "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"
16182     - "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"
16183     - "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"
16184     - "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"
16185     - "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"
16186     - "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"
16187   layout:
16188     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16189     layout: "plot-throughput-speedup-analysis"
16190
16191 - type: "plot"
16192   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16193   algorithm: "plot_tsa_name"
16194   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16195   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16196   include:
16197     - "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"
16198     - "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"
16199     - "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"
16200     - "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"
16201     - "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"
16202     - "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"
16203   layout:
16204     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16205     layout: "plot-throughput-speedup-analysis"
16206
16207 - type: "plot"
16208   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16209   algorithm: "plot_tsa_name"
16210   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16211   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16212   include:
16213     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16214     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16215     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16216     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16217     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16218   layout:
16219     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16220     layout: "plot-throughput-speedup-analysis"
16221
16222 - type: "plot"
16223   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16224   algorithm: "plot_tsa_name"
16225   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16226   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16227   include:
16228     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16229     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16230     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16231     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16232     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16233   layout:
16234     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16235     layout: "plot-throughput-speedup-analysis"
16236
16237 - type: "plot"
16238   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16239   algorithm: "plot_tsa_name"
16240   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16241   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16242   include:
16243     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16248   layout:
16249     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16250     layout: "plot-throughput-speedup-analysis"
16251
16252 - type: "plot"
16253   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16254   algorithm: "plot_tsa_name"
16255   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16256   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16257   include:
16258     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16259     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16263   layout:
16264     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16265     layout: "plot-throughput-speedup-analysis"
16266
16267 - type: "plot"
16268   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16269   algorithm: "plot_tsa_name"
16270   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16271   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16272   include:
16273     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16274     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16277   layout:
16278     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16279     layout: "plot-throughput-speedup-analysis"
16280
16281 - type: "plot"
16282   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16283   algorithm: "plot_tsa_name"
16284   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16285   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16286   include:
16287     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16289     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16291   layout:
16292     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16293     layout: "plot-throughput-speedup-analysis"
16294
16295 - type: "plot"
16296   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16297   algorithm: "plot_tsa_name"
16298   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16299   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16300   include:
16301     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16302     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16303     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16305   layout:
16306     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16307     layout: "plot-throughput-speedup-analysis"
16308
16309 - type: "plot"
16310   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16311   algorithm: "plot_tsa_name"
16312   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16313   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16314   include:
16315     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16316     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16317     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16318     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16319   layout:
16320     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16321     layout: "plot-throughput-speedup-analysis"
16322
16323 - type: "plot"
16324   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16325   algorithm: "plot_tsa_name"
16326   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16327   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16328   include:
16329     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16330     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16331     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16334   layout:
16335     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16336     layout: "plot-throughput-speedup-analysis"
16337
16338 - type: "plot"
16339   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16340   algorithm: "plot_tsa_name"
16341   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16342   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16343   include:
16344     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16345     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16346     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16349   layout:
16350     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16351     layout: "plot-throughput-speedup-analysis"
16352
16353 - type: "plot"
16354   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16355   algorithm: "plot_tsa_name"
16356   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16357   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16358   include:
16359     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16360     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16361     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16362     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16363     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16364     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16365   layout:
16366     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16367     layout: "plot-throughput-speedup-analysis"
16368
16369 - type: "plot"
16370   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16371   algorithm: "plot_tsa_name"
16372   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16373   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16374   include:
16375     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16376     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16377     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16378     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16379     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16380     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16381   layout:
16382     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16383     layout: "plot-throughput-speedup-analysis"
16384
16385 - type: "plot"
16386   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16387   algorithm: "plot_tsa_name"
16388   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16389   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16390   include:
16391     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16392     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16393     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16394     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16395   layout:
16396     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16397     layout: "plot-throughput-speedup-analysis"
16398
16399 - type: "plot"
16400   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16401   algorithm: "plot_tsa_name"
16402   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16403   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16404   include:
16405     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16406     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16407     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16408     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16409   layout:
16410     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16411     layout: "plot-throughput-speedup-analysis"
16412
16413 - type: "plot"
16414   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16415   algorithm: "plot_tsa_name"
16416   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16417   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16418   include:
16419     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16420     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16421     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16422     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16423     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16424     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16425   layout:
16426     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16427     layout: "plot-throughput-speedup-analysis"
16428
16429 - type: "plot"
16430   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16431   algorithm: "plot_tsa_name"
16432   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16433   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16434   include:
16435     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16436     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16437     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16438     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16439     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16440     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16441   layout:
16442     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16443     layout: "plot-throughput-speedup-analysis"
16444
16445 - type: "plot"
16446   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16447   algorithm: "plot_tsa_name"
16448   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16449   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16450   include:
16451     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16452     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16453     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16454     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16455     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16456     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16457   layout:
16458     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16459     layout: "plot-throughput-speedup-analysis"
16460
16461 - type: "plot"
16462   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16463   algorithm: "plot_tsa_name"
16464   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16465   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16466   include:
16467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16469     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16470     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16471     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16472     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16473   layout:
16474     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16475     layout: "plot-throughput-speedup-analysis"
16476
16477 - type: "plot"
16478   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16479   algorithm: "plot_tsa_name"
16480   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16481   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16482   include:
16483     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16484     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16485     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16486     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16487     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16488     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16489   layout:
16490     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16491     layout: "plot-throughput-speedup-analysis"
16492
16493 - type: "plot"
16494   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16495   algorithm: "plot_tsa_name"
16496   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16497   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16498   include:
16499     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16500     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16501     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16502     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16503     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16504     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16505   layout:
16506     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16507     layout: "plot-throughput-speedup-analysis"
16508
16509 - type: "plot"
16510   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16511   algorithm: "plot_tsa_name"
16512   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16513   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16514   include:
16515     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16516     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16517     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16518     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16519     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16520     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16521   layout:
16522     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16523     layout: "plot-throughput-speedup-analysis"
16524
16525 - type: "plot"
16526   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16527   algorithm: "plot_tsa_name"
16528   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16529   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16530   include:
16531     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16532     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16533     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16534     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16535     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16536     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16537   layout:
16538     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16539     layout: "plot-throughput-speedup-analysis"
16540
16541 - type: "plot"
16542   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16543   algorithm: "plot_tsa_name"
16544   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16545   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16546   include:
16547     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16548     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16549     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16550     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16551     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16552     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16553   layout:
16554     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16555     layout: "plot-throughput-speedup-analysis"
16556
16557 - type: "plot"
16558   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16559   algorithm: "plot_tsa_name"
16560   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16561   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16562   include:
16563     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16564     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16565     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16566     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16567     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16568     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16569   layout:
16570     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16571     layout: "plot-throughput-speedup-analysis"
16572
16573 #- type: "plot"
16574 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16575 #  algorithm: "plot_tsa_name"
16576 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16577 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16578 #  include:
16579 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16580 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16581 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16582 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16583 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16584 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16585 #  layout:
16586 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16587 #    layout: "plot-throughput-speedup-analysis"
16588 #
16589 #- type: "plot"
16590 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16591 #  algorithm: "plot_tsa_name"
16592 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16593 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16594 #  include:
16595 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16596 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16597 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16598 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16599 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16600 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16601 #  layout:
16602 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16603 #    layout: "plot-throughput-speedup-analysis"
16604
16605 - type: "plot"
16606   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16607   algorithm: "plot_tsa_name"
16608   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16609   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16610   include:
16611     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16612     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16613     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16614     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16615     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16616   layout:
16617     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16618     layout: "plot-throughput-speedup-analysis"
16619
16620 - type: "plot"
16621   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16622   algorithm: "plot_tsa_name"
16623   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16624   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16625   include:
16626     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16627     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16628     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16629     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16630     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16631   layout:
16632     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16633     layout: "plot-throughput-speedup-analysis"
16634
16635 - type: "plot"
16636   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16637   algorithm: "plot_tsa_name"
16638   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16639   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16640   include:
16641     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16642     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16643     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16647   layout:
16648     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16649     layout: "plot-throughput-speedup-analysis"
16650
16651 - type: "plot"
16652   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16653   algorithm: "plot_tsa_name"
16654   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16655   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16656   include:
16657     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16658     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16663   layout:
16664     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16665     layout: "plot-throughput-speedup-analysis"
16666
16667 - type: "plot"
16668   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16669   algorithm: "plot_tsa_name"
16670   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16671   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16672   include:
16673     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16674     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16675     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16676     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16677     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16678   layout:
16679     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16680     layout: "plot-throughput-speedup-analysis"
16681
16682 - type: "plot"
16683   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16684   algorithm: "plot_tsa_name"
16685   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16686   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16687   include:
16688     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16689     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16690     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16691     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16692     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16693   layout:
16694     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16695     layout: "plot-throughput-speedup-analysis"
16696
16697 - type: "plot"
16698   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16699   algorithm: "plot_tsa_name"
16700   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16701   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16702   include:
16703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16705     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16706     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16707   layout:
16708     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16709     layout: "plot-throughput-speedup-analysis"
16710
16711 - type: "plot"
16712   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16713   algorithm: "plot_tsa_name"
16714   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16715   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16716   include:
16717     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16718     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16719     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16720     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16721   layout:
16722     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16723     layout: "plot-throughput-speedup-analysis"
16724
16725 - type: "plot"
16726   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16727   algorithm: "plot_tsa_name"
16728   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16729   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16730   include:
16731     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16732     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16733     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16734     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16735     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16736     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16737   layout:
16738     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16739     layout: "plot-throughput-speedup-analysis"
16740
16741 - type: "plot"
16742   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16743   algorithm: "plot_tsa_name"
16744   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16745   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16746   include:
16747     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16748     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16749     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16750     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16751     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16752     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16753   layout:
16754     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16755     layout: "plot-throughput-speedup-analysis"
16756
16757 - type: "plot"
16758   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16759   algorithm: "plot_tsa_name"
16760   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16761   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16762   include:
16763     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16764     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16765     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16766     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16767     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16768   layout:
16769     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16770     layout: "plot-throughput-speedup-analysis"
16771
16772 - type: "plot"
16773   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16774   algorithm: "plot_tsa_name"
16775   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16776   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16777   include:
16778     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16779     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16780     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16781     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16782     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16783   layout:
16784     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16785     layout: "plot-throughput-speedup-analysis"
16786
16787 - type: "plot"
16788   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16789   algorithm: "plot_tsa_name"
16790   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16791   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16792   include:
16793     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16794     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16795     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16797     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16798   layout:
16799     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16800     layout: "plot-throughput-speedup-analysis"
16801
16802 - type: "plot"
16803   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16804   algorithm: "plot_tsa_name"
16805   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16806   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16807   include:
16808     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16809     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16810     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16813   layout:
16814     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16815     layout: "plot-throughput-speedup-analysis"
16816
16817 - type: "plot"
16818   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16819   algorithm: "plot_tsa_name"
16820   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16821   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16822   include:
16823     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16824     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16825     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16826     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16827   layout:
16828     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16829     layout: "plot-throughput-speedup-analysis"
16830
16831 - type: "plot"
16832   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16833   algorithm: "plot_tsa_name"
16834   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16835   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16836   include:
16837     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16838     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16839     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16840     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16841   layout:
16842     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16843     layout: "plot-throughput-speedup-analysis"
16844
16845 - type: "plot"
16846   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16847   algorithm: "plot_tsa_name"
16848   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16849   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16850   include:
16851     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16854     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16855     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16856   layout:
16857     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16858     layout: "plot-throughput-speedup-analysis"
16859
16860 - type: "plot"
16861   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16862   algorithm: "plot_tsa_name"
16863   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16864   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16865   include:
16866     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16867     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16869     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16870     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16871   layout:
16872     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16873     layout: "plot-throughput-speedup-analysis"
16874
16875 - type: "plot"
16876   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16877   algorithm: "plot_tsa_name"
16878   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16879   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16880   include:
16881     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16882     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16883     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16884     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16885     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16886     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16887   layout:
16888     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16889     layout: "plot-throughput-speedup-analysis"
16890
16891 - type: "plot"
16892   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16893   algorithm: "plot_tsa_name"
16894   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16895   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16896   include:
16897     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16898     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16899     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16900     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16901     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16902     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16903   layout:
16904     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16905     layout: "plot-throughput-speedup-analysis"
16906
16907 - type: "plot"
16908   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16909   algorithm: "plot_tsa_name"
16910   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16911   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16912   include:
16913     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16914     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16915     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16916     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16917   layout:
16918     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16919     layout: "plot-throughput-speedup-analysis"
16920
16921 - type: "plot"
16922   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16923   algorithm: "plot_tsa_name"
16924   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16925   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16926   include:
16927     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16928     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16929     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16930     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16931   layout:
16932     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16933     layout: "plot-throughput-speedup-analysis"
16934
16935 - type: "plot"
16936   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16937   algorithm: "plot_tsa_name"
16938   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16939   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16940   include:
16941     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16942     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16943     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16944     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16945     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16946     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16947   layout:
16948     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16949     layout: "plot-throughput-speedup-analysis"
16950
16951 - type: "plot"
16952   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16953   algorithm: "plot_tsa_name"
16954   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16955   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16956   include:
16957     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16958     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16959     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16960     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16961     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16962     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16963   layout:
16964     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16965     layout: "plot-throughput-speedup-analysis"
16966
16967 - type: "plot"
16968   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16969   algorithm: "plot_tsa_name"
16970   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16971   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16972   include:
16973     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16974     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16975     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16976     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16977     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16978     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16979   layout:
16980     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16981     layout: "plot-throughput-speedup-analysis"
16982
16983 - type: "plot"
16984   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16985   algorithm: "plot_tsa_name"
16986   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16987   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16988   include:
16989     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16990     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16991     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16992     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16993     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16994     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16995   layout:
16996     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16997     layout: "plot-throughput-speedup-analysis"
16998
16999 #- type: "plot"
17000 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17001 #  algorithm: "plot_tsa_name"
17002 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17003 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17004 #  include:
17005 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17006 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17007 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17008 #  layout:
17009 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17010 #    layout: "plot-throughput-speedup-analysis"
17011 #
17012 #- type: "plot"
17013 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17014 #  algorithm: "plot_tsa_name"
17015 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17016 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17017 #  include:
17018 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17019 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17020 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17021 #  layout:
17022 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17023 #    layout: "plot-throughput-speedup-analysis"
17024
17025 ################################################################################
17026
17027 # Packet Throughput - DPDK
17028
17029 # 2n-skx-xxv710
17030
17031 - type: "plot"
17032   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17033   algorithm: "plot_perf_box_name"
17034   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17035   data: "plot-dpdk-throughput-latency-2n-skx"
17036   include:
17037     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17038     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17039   layout:
17040     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17041     layout: "plot-throughput"
17042
17043 - type: "plot"
17044   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17045   algorithm: "plot_perf_box_name"
17046   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17047   data: "plot-dpdk-throughput-latency-2n-skx"
17048   include:
17049     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17050     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17051   layout:
17052     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17053     layout: "plot-throughput"
17054
17055 - type: "plot"
17056   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17057   algorithm: "plot_perf_box_name"
17058   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17059   data: "plot-dpdk-throughput-latency-2n-skx"
17060   include:
17061     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17062     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17063   layout:
17064     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17065     layout: "plot-throughput"
17066
17067 - type: "plot"
17068   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17069   algorithm: "plot_perf_box_name"
17070   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17071   data: "plot-dpdk-throughput-latency-2n-skx"
17072   include:
17073     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17074     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17075   layout:
17076     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17077     layout: "plot-throughput"
17078
17079 # 2n-skx-x710
17080
17081 - type: "plot"
17082   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17083   algorithm: "plot_perf_box_name"
17084   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17085   data: "plot-dpdk-throughput-latency-2n-skx"
17086   include:
17087     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17088     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17089   layout:
17090     title: "2n-skx-x710-64b-2t1c-base-ndr"
17091     layout: "plot-throughput"
17092
17093 - type: "plot"
17094   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17095   algorithm: "plot_perf_box_name"
17096   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17097   data: "plot-dpdk-throughput-latency-2n-skx"
17098   include:
17099     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17100     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17101   layout:
17102     title: "2n-skx-x710-64b-4t2c-base-ndr"
17103     layout: "plot-throughput"
17104
17105 - type: "plot"
17106   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17107   algorithm: "plot_perf_box_name"
17108   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17109   data: "plot-dpdk-throughput-latency-2n-skx"
17110   include:
17111     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17112     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17113   layout:
17114     title: "2n-skx-x710-64b-2t1c-base-pdr"
17115     layout: "plot-throughput"
17116
17117 - type: "plot"
17118   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17119   algorithm: "plot_perf_box_name"
17120   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17121   data: "plot-dpdk-throughput-latency-2n-skx"
17122   include:
17123     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17124     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17125   layout:
17126     title: "2n-skx-x710-64b-4t2c-base-pdr"
17127     layout: "plot-throughput"
17128
17129 # 3n-skx-xxv710
17130
17131 - type: "plot"
17132   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17133   algorithm: "plot_perf_box_name"
17134   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17135   data: "plot-dpdk-throughput-latency-3n-skx"
17136   include:
17137     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17138     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17139   layout:
17140     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17141     layout: "plot-throughput"
17142
17143 - type: "plot"
17144   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17145   algorithm: "plot_perf_box_name"
17146   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17147   data: "plot-dpdk-throughput-latency-3n-skx"
17148   include:
17149     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17150     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17151   layout:
17152     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17153     layout: "plot-throughput"
17154
17155 - type: "plot"
17156   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17157   algorithm: "plot_perf_box_name"
17158   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17159   data: "plot-dpdk-throughput-latency-3n-skx"
17160   include:
17161     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17162     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17163   layout:
17164     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17165     layout: "plot-throughput"
17166
17167 - type: "plot"
17168   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17169   algorithm: "plot_perf_box_name"
17170   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17171   data: "plot-dpdk-throughput-latency-3n-skx"
17172   include:
17173     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17174     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17175   layout:
17176     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17177     layout: "plot-throughput"
17178
17179 # 3n-skx-x710
17180
17181 - type: "plot"
17182   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17183   algorithm: "plot_perf_box_name"
17184   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17185   data: "plot-dpdk-throughput-latency-3n-skx"
17186   include:
17187     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17188     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17189   layout:
17190     title: "3n-skx-x710-64b-2t1c-base-ndr"
17191     layout: "plot-throughput"
17192
17193 - type: "plot"
17194   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17195   algorithm: "plot_perf_box_name"
17196   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17197   data: "plot-dpdk-throughput-latency-3n-skx"
17198   include:
17199     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17200     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17201   layout:
17202     title: "3n-skx-x710-64b-4t2c-base-ndr"
17203     layout: "plot-throughput"
17204
17205 - type: "plot"
17206   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17207   algorithm: "plot_perf_box_name"
17208   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17209   data: "plot-dpdk-throughput-latency-3n-skx"
17210   include:
17211     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17212     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17213   layout:
17214     title: "3n-skx-x710-64b-2t1c-base-pdr"
17215     layout: "plot-throughput"
17216
17217 - type: "plot"
17218   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17219   algorithm: "plot_perf_box_name"
17220   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17221   data: "plot-dpdk-throughput-latency-3n-skx"
17222   include:
17223     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17224     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17225   layout:
17226     title: "3n-skx-x710-64b-4t2c-base-pdr"
17227     layout: "plot-throughput"
17228
17229 # 3n-hsw-xl710
17230
17231 - type: "plot"
17232   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17233   algorithm: "plot_perf_box_name"
17234   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17235   data: "plot-dpdk-throughput-latency-3n-hsw"
17236   include:
17237     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17238     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17239   layout:
17240     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17241     layout: "plot-throughput"
17242
17243 - type: "plot"
17244   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17245   algorithm: "plot_perf_box_name"
17246   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17247   data: "plot-dpdk-throughput-latency-3n-hsw"
17248   include:
17249     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17250     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17251   layout:
17252     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17253     layout: "plot-throughput"
17254
17255 - type: "plot"
17256   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17257   algorithm: "plot_perf_box_name"
17258   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17259   data: "plot-dpdk-throughput-latency-3n-hsw"
17260   include:
17261     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17262     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17263   layout:
17264     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17265     layout: "plot-throughput"
17266
17267 - type: "plot"
17268   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17269   algorithm: "plot_perf_box_name"
17270   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17271   data: "plot-dpdk-throughput-latency-3n-hsw"
17272   include:
17273     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17274     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17275   layout:
17276     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17277     layout: "plot-throughput"
17278
17279 # 3n-hsw-x710
17280
17281 - type: "plot"
17282   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17283   algorithm: "plot_perf_box_name"
17284   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17285   data: "plot-dpdk-throughput-latency-3n-hsw"
17286   include:
17287     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17288     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17289   layout:
17290     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17291     layout: "plot-throughput"
17292
17293 - type: "plot"
17294   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17295   algorithm: "plot_perf_box_name"
17296   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17297   data: "plot-dpdk-throughput-latency-3n-hsw"
17298   include:
17299     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17300     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17301   layout:
17302     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17303     layout: "plot-throughput"
17304
17305 - type: "plot"
17306   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17307   algorithm: "plot_perf_box_name"
17308   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17309   data: "plot-dpdk-throughput-latency-3n-hsw"
17310   include:
17311     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17312     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17313   layout:
17314     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17315     layout: "plot-throughput"
17316
17317 - type: "plot"
17318   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17319   algorithm: "plot_perf_box_name"
17320   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17321   data: "plot-dpdk-throughput-latency-3n-hsw"
17322   include:
17323     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17324     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17325   layout:
17326     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17327     layout: "plot-throughput"
17328
17329 ## 2n-dnv-x553
17330 #
17331 #- type: "plot"
17332 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17333 #  algorithm: "plot_perf_box_name"
17334 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17335 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17336 #  include:
17337 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17338 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17339 #  layout:
17340 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17341 #    layout: "plot-throughput"
17342 #
17343 #- type: "plot"
17344 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17345 #  algorithm: "plot_perf_box_name"
17346 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17347 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17348 #  include:
17349 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17350 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17351 #  layout:
17352 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17353 #    layout: "plot-throughput"
17354 #
17355 #- type: "plot"
17356 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17357 #  algorithm: "plot_perf_box_name"
17358 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17359 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17360 #  include:
17361 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17362 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17363 #  layout:
17364 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17365 #    layout: "plot-throughput"
17366 #
17367 #- type: "plot"
17368 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17369 #  algorithm: "plot_perf_box_name"
17370 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17371 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17372 #  include:
17373 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17374 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17375 #  layout:
17376 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17377 #    layout: "plot-throughput"
17378 #
17379 ## 3n-dnv-x553
17380 #
17381 #- type: "plot"
17382 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17383 #  algorithm: "plot_perf_box_name"
17384 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17385 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17386 #  include:
17387 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17388 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17389 #  layout:
17390 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17391 #    layout: "plot-throughput"
17392 #
17393 #- type: "plot"
17394 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17395 #  algorithm: "plot_perf_box_name"
17396 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17397 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17398 #  include:
17399 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17400 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17401 #  layout:
17402 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17403 #    layout: "plot-throughput"
17404 #
17405 #- type: "plot"
17406 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17407 #  algorithm: "plot_perf_box_name"
17408 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17409 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17410 #  include:
17411 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17412 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17413 #  layout:
17414 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17415 #    layout: "plot-throughput"
17416 #
17417 #- type: "plot"
17418 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17419 #  algorithm: "plot_perf_box_name"
17420 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17421 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17422 #  include:
17423 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17424 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17425 #  layout:
17426 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17427 #    layout: "plot-throughput"
17428
17429 # 3n-tsh-x520
17430
17431 - type: "plot"
17432   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17433   algorithm: "plot_perf_box_name"
17434   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17435   data: "plot-dpdk-throughput-latency-3n-tsh"
17436   include:
17437     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17438     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17439   layout:
17440     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17441     layout: "plot-throughput"
17442
17443 - type: "plot"
17444   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17445   algorithm: "plot_perf_box_name"
17446   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17447   data: "plot-dpdk-throughput-latency-3n-tsh"
17448   include:
17449     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17450     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17451   layout:
17452     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17453     layout: "plot-throughput"
17454
17455 - type: "plot"
17456   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17457   algorithm: "plot_perf_box_name"
17458   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17459   data: "plot-dpdk-throughput-latency-3n-tsh"
17460   include:
17461     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17462     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17463   layout:
17464     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17465     layout: "plot-throughput"
17466
17467 - type: "plot"
17468   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17469   algorithm: "plot_perf_box_name"
17470   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17471   data: "plot-dpdk-throughput-latency-3n-tsh"
17472   include:
17473     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17474     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17475   layout:
17476     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17477     layout: "plot-throughput"
17478
17479 ################################################################################
17480 ###   2n-clx                                                                 ###
17481 ################################################################################
17482
17483 # Packet Throughput
17484
17485 - type: "plot"
17486   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17487   algorithm: "plot_perf_box_name"
17488   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17489   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17490   include:
17491     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17492     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17493     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17494     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17495   layout:
17496     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17497     layout: "plot-throughput"
17498
17499 - type: "plot"
17500   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17501   algorithm: "plot_perf_box_name"
17502   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17504   include:
17505     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17506     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17507     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17508     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17509   layout:
17510     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17511     layout: "plot-throughput"
17512
17513 - type: "plot"
17514   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17515   algorithm: "plot_perf_box_name"
17516   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17518   include:
17519     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17520     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17521     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17522     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17523   layout:
17524     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17525     layout: "plot-throughput"
17526
17527 - type: "plot"
17528   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17529   algorithm: "plot_perf_box_name"
17530   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17531   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17532   include:
17533     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17534     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17535     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17536     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17537   layout:
17538     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17539     layout: "plot-throughput"
17540
17541 - type: "plot"
17542   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17543   algorithm: "plot_perf_box_name"
17544   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17546   include:
17547     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17548     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17549     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17550     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17551   layout:
17552     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17553     layout: "plot-throughput"
17554
17555 - type: "plot"
17556   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17557   algorithm: "plot_perf_box_name"
17558   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17560   include:
17561     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17562     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17563     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17564     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17565   layout:
17566     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17567     layout: "plot-throughput"
17568
17569 - type: "plot"
17570   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17571   algorithm: "plot_perf_box_name"
17572   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17574   include:
17575     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17576     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17577     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17578     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17579     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17580     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17581   layout:
17582     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17583     layout: "plot-throughput"
17584
17585 - type: "plot"
17586   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17587   algorithm: "plot_perf_box_name"
17588   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17590   include:
17591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17592     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17596     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17597   layout:
17598     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17599     layout: "plot-throughput"
17600
17601 - type: "plot"
17602   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17603   algorithm: "plot_perf_box_name"
17604   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17605   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17606   include:
17607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17611   layout:
17612     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17613     layout: "plot-throughput"
17614
17615 - type: "plot"
17616   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17617   algorithm: "plot_perf_box_name"
17618   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17620   include:
17621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17625   layout:
17626     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17627     layout: "plot-throughput"
17628
17629 - type: "plot"
17630   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17631   algorithm: "plot_perf_box_name"
17632   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17634   include:
17635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17638   layout:
17639     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17640     layout: "plot-throughput"
17641
17642 - type: "plot"
17643   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17644   algorithm: "plot_perf_box_name"
17645   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17647   include:
17648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17651   layout:
17652     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17653     layout: "plot-throughput"
17654
17655 - type: "plot"
17656   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17657   algorithm: "plot_perf_box_name"
17658   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17659   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17660   include:
17661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17666   layout:
17667     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17668     layout: "plot-throughput"
17669
17670 - type: "plot"
17671   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17672   algorithm: "plot_perf_box_name"
17673   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17675   include:
17676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17681   layout:
17682     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17683     layout: "plot-throughput"
17684
17685 - type: "plot"
17686   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17687   algorithm: "plot_perf_box_name"
17688   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17690   include:
17691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17694   layout:
17695     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17696     layout: "plot-throughput"
17697
17698 - type: "plot"
17699   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17700   algorithm: "plot_perf_box_name"
17701   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17702   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17703   include:
17704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17707   layout:
17708     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17709     layout: "plot-throughput"
17710
17711 - type: "plot"
17712   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17713   algorithm: "plot_perf_box_name"
17714   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17716   include:
17717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17723   layout:
17724     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17725     layout: "plot-throughput"
17726
17727 - type: "plot"
17728   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17729   algorithm: "plot_perf_box_name"
17730   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17731   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17732   include:
17733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17739   layout:
17740     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17741     layout: "plot-throughput"
17742
17743 - type: "plot"
17744   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17745   algorithm: "plot_perf_box_name"
17746   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17748   include:
17749     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17750     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17751     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17752     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17753     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17754   layout:
17755     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17756     layout: "plot-throughput"
17757
17758 - type: "plot"
17759   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17760   algorithm: "plot_perf_box_name"
17761   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17763   include:
17764     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17765     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17766     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17767     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17768     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17769   layout:
17770     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17771     layout: "plot-throughput"
17772
17773 #- type: "plot"
17774 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17775 #  algorithm: "plot_perf_box_name"
17776 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17777 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17778 #  include:
17779 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17780 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17781 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17782 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17783 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17784 #  layout:
17785 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17786 #    layout: "plot-throughput"
17787 #
17788 #- type: "plot"
17789 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17790 #  algorithm: "plot_perf_box_name"
17791 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17792 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17793 #  include:
17794 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17795 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17796 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17797 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17798 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17799 #  layout:
17800 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17801 #    layout: "plot-throughput"
17802 #
17803 #- type: "plot"
17804 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17805 #  algorithm: "plot_perf_box_name"
17806 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17807 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17808 #  include:
17809 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17810 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17811 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17812 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17813 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17814 #  layout:
17815 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17816 #    layout: "plot-throughput"
17817 #
17818 #- type: "plot"
17819 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17820 #  algorithm: "plot_perf_box_name"
17821 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17822 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17823 #  include:
17824 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17825 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17826 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17827 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17828 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17829 #  layout:
17830 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17831 #    layout: "plot-throughput"
17832
17833 - type: "plot"
17834   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17835   algorithm: "plot_perf_box_name"
17836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17838   include:
17839     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17840     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17841     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17842     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17843     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17844   layout:
17845     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17846     layout: "plot-throughput"
17847
17848 - type: "plot"
17849   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17850   algorithm: "plot_perf_box_name"
17851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17853   include:
17854     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17855     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17856     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17857     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17858     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17859   layout:
17860     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17861     layout: "plot-throughput"
17862
17863 #- type: "plot"
17864 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17865 #  algorithm: "plot_perf_box_name"
17866 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17867 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17868 #  include:
17869 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17870 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17871 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17872 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17873 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17874 #  layout:
17875 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17876 #    layout: "plot-throughput"
17877 #
17878 #- type: "plot"
17879 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17880 #  algorithm: "plot_perf_box_name"
17881 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17882 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17883 #  include:
17884 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17885 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17886 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17887 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17888 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17889 #  layout:
17890 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17891 #    layout: "plot-throughput"
17892 #
17893 #- type: "plot"
17894 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17895 #  algorithm: "plot_perf_box_name"
17896 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17897 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17898 #  include:
17899 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17900 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17901 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17902 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17903 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17904 #  layout:
17905 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17906 #    layout: "plot-throughput"
17907 #
17908 #- type: "plot"
17909 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17910 #  algorithm: "plot_perf_box_name"
17911 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17912 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17913 #  include:
17914 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17915 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17916 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17917 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17918 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17919 #  layout:
17920 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17921 #    layout: "plot-throughput"
17922
17923 - type: "plot"
17924   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17925   algorithm: "plot_perf_box_name"
17926   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17928   include:
17929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17935   layout:
17936     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17937     layout: "plot-throughput"
17938
17939 - type: "plot"
17940   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17941   algorithm: "plot_perf_box_name"
17942   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17943   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17944   include:
17945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17951   layout:
17952     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17953     layout: "plot-throughput"
17954
17955 - type: "plot"
17956   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17957   algorithm: "plot_perf_box_name"
17958   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17960   include:
17961     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17962     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17963   layout:
17964     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17965     layout: "plot-throughput"
17966
17967 - type: "plot"
17968   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17969   algorithm: "plot_perf_box_name"
17970   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17971   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17972   include:
17973     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17974     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17975   layout:
17976     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17977     layout: "plot-throughput"
17978
17979 - type: "plot"
17980   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17981   algorithm: "plot_perf_box_name"
17982   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17984   include:
17985     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17986     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17987     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17988     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17989     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17990     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17991   layout:
17992     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17993     layout: "plot-throughput"
17994
17995 - type: "plot"
17996   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17997   algorithm: "plot_perf_box_name"
17998   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18000   include:
18001     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18002     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18005     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18006     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18007   layout:
18008     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18009     layout: "plot-throughput"
18010
18011 - type: "plot"
18012   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18013   algorithm: "plot_perf_box_name"
18014   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18016   include:
18017     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18018     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18019     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18020     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18021     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18022     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18023   layout:
18024     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18025     layout: "plot-throughput"
18026
18027 - type: "plot"
18028   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18029   algorithm: "plot_perf_box_name"
18030   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18032   include:
18033     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18034     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18035     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18036     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18037     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18038     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18039   layout:
18040     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18041     layout: "plot-throughput"
18042
18043 - type: "plot"
18044   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18045   algorithm: "plot_perf_box_name"
18046   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18047   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18048   include:
18049     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18050     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18051     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18052     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18053     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18054     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18055   layout:
18056     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18057     layout: "plot-throughput"
18058
18059 - type: "plot"
18060   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18061   algorithm: "plot_perf_box_name"
18062   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18064   include:
18065     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18066     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18067     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18068     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18069     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18070     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18071   layout:
18072     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18073     layout: "plot-throughput"
18074
18075 - type: "plot"
18076   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18077   algorithm: "plot_perf_box_name"
18078   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18080   include:
18081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18083     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18084     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18085     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18086   layout:
18087     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18088     layout: "plot-throughput"
18089
18090 - type: "plot"
18091   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18092   algorithm: "plot_perf_box_name"
18093   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18094   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18095   include:
18096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18099     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18100     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18101   layout:
18102     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18103     layout: "plot-throughput"
18104
18105 - type: "plot"
18106   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18107   algorithm: "plot_perf_box_name"
18108   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18110   include:
18111     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18112     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18113     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18114     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18115     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18116   layout:
18117     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18118     layout: "plot-throughput"
18119
18120 - type: "plot"
18121   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18122   algorithm: "plot_perf_box_name"
18123   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18125   include:
18126     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18128     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18129     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18130     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18131   layout:
18132     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18133     layout: "plot-throughput"
18134
18135 - type: "plot"
18136   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18137   algorithm: "plot_perf_box_name"
18138   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18140   include:
18141     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18142     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18143     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18144     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18145     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18146   layout:
18147     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18148     layout: "plot-throughput"
18149
18150 - type: "plot"
18151   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18152   algorithm: "plot_perf_box_name"
18153   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18155   include:
18156     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18157     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18158     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18159     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18160     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18161   layout:
18162     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18163     layout: "plot-throughput"
18164
18165 - type: "plot"
18166   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18167   algorithm: "plot_perf_box_name"
18168   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18170   include:
18171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18176   layout:
18177     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18178     layout: "plot-throughput"
18179
18180 - type: "plot"
18181   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18182   algorithm: "plot_perf_box_name"
18183   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18185   include:
18186     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18187     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18188     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18189     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18190     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18191   layout:
18192     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18193     layout: "plot-throughput"
18194
18195 - type: "plot"
18196   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18197   algorithm: "plot_perf_box_name"
18198   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18200   include:
18201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18202     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18203     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18204     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18205     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18206   layout:
18207     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18208     layout: "plot-throughput"
18209
18210 - type: "plot"
18211   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18212   algorithm: "plot_perf_box_name"
18213   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18215   include:
18216     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18217     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18218     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18219     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18220     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18221   layout:
18222     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18223     layout: "plot-throughput"
18224
18225 - type: "plot"
18226   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18227   algorithm: "plot_perf_box_name"
18228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18230   include:
18231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18237   layout:
18238     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18239     layout: "plot-throughput"
18240
18241 - type: "plot"
18242   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18243   algorithm: "plot_perf_box_name"
18244   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18246   include:
18247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18253   layout:
18254     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18255     layout: "plot-throughput"
18256
18257 - type: "plot"
18258   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18259   algorithm: "plot_perf_box_name"
18260   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18261   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18262   include:
18263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18267   layout:
18268     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18269     layout: "plot-throughput"
18270
18271 - type: "plot"
18272   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18273   algorithm: "plot_perf_box_name"
18274   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18276   include:
18277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18281   layout:
18282     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18283     layout: "plot-throughput"
18284
18285 - type: "plot"
18286   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18287   algorithm: "plot_perf_box_name"
18288   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18290   include:
18291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18297   layout:
18298     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18299     layout: "plot-throughput"
18300
18301 - type: "plot"
18302   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18303   algorithm: "plot_perf_box_name"
18304   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18305   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18306   include:
18307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18310     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18313   layout:
18314     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18315     layout: "plot-throughput"
18316
18317 - type: "plot"
18318   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18319   algorithm: "plot_perf_box_name"
18320   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18321   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18322   include:
18323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18327   layout:
18328     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18329     layout: "plot-throughput"
18330
18331 - type: "plot"
18332   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18333   algorithm: "plot_perf_box_name"
18334   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18336   include:
18337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18341   layout:
18342     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18343     layout: "plot-throughput"
18344
18345 - type: "plot"
18346   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18347   algorithm: "plot_perf_box_name"
18348   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18350   include:
18351     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18352     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18353     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18354     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18355     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18356     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18357   layout:
18358     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18359     layout: "plot-throughput"
18360
18361 - type: "plot"
18362   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18363   algorithm: "plot_perf_box_name"
18364   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18366   include:
18367     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18368     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18369     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18370     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18371     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18372     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18373   layout:
18374     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18375     layout: "plot-throughput"
18376
18377 - type: "plot"
18378   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18379   algorithm: "plot_perf_box_name"
18380   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18382   include:
18383     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18384     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18385     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18386     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18387   layout:
18388     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18389     layout: "plot-throughput"
18390
18391 - type: "plot"
18392   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18393   algorithm: "plot_perf_box_name"
18394   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18396   include:
18397     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18398     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18399     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18400     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18401   layout:
18402     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18403     layout: "plot-throughput"
18404
18405 - type: "plot"
18406   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18407   algorithm: "plot_perf_box_name"
18408   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18409   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18410   include:
18411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18416   layout:
18417     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18418     layout: "plot-throughput"
18419
18420 - type: "plot"
18421   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18422   algorithm: "plot_perf_box_name"
18423   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18424   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18425   include:
18426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18431   layout:
18432     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18433     layout: "plot-throughput"
18434
18435 - type: "plot"
18436   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18437   algorithm: "plot_perf_box_name"
18438   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18440   include:
18441     - "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"
18442     - "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"
18443     - "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"
18444     - "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"
18445     - "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"
18446   layout:
18447     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18448     layout: "plot-throughput"
18449
18450 - type: "plot"
18451   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18452   algorithm: "plot_perf_box_name"
18453   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18455   include:
18456     - "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"
18457     - "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"
18458     - "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"
18459     - "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"
18460     - "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"
18461   layout:
18462     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18463     layout: "plot-throughput"
18464
18465 - type: "plot"
18466   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18467   algorithm: "plot_perf_box_name"
18468   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18470   include:
18471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18476   layout:
18477     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18478     layout: "plot-throughput"
18479
18480 - type: "plot"
18481   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18482   algorithm: "plot_perf_box_name"
18483   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18485   include:
18486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18491   layout:
18492     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18493     layout: "plot-throughput"
18494
18495 - type: "plot"
18496   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18497   algorithm: "plot_perf_box_name"
18498   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18500   include:
18501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18506   layout:
18507     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18508     layout: "plot-throughput"
18509
18510 - type: "plot"
18511   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18512   algorithm: "plot_perf_box_name"
18513   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18515   include:
18516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18521   layout:
18522     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18523     layout: "plot-throughput"
18524
18525 - type: "plot"
18526   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18527   algorithm: "plot_perf_box_name"
18528   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18530   include:
18531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18534     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18535   layout:
18536     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18537     layout: "plot-throughput"
18538
18539 - type: "plot"
18540   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18541   algorithm: "plot_perf_box_name"
18542   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18543   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18544   include:
18545     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18548     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18549   layout:
18550     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18551     layout: "plot-throughput"
18552
18553 - type: "plot"
18554   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18555   algorithm: "plot_perf_box_name"
18556   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18558   include:
18559     - "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"
18560     - "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"
18561     - "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"
18562     - "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"
18563   layout:
18564     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18565     layout: "plot-throughput"
18566
18567 - type: "plot"
18568   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18569   algorithm: "plot_perf_box_name"
18570   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18572   include:
18573     - "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"
18574     - "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"
18575     - "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"
18576     - "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"
18577   layout:
18578     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18579     layout: "plot-throughput"
18580
18581 - type: "plot"
18582   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18583   algorithm: "plot_perf_box_name"
18584   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18586   include:
18587     - "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"
18588     - "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"
18589     - "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"
18590     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18591     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18592     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18593   layout:
18594     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18595     layout: "plot-throughput"
18596
18597 - type: "plot"
18598   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18599   algorithm: "plot_perf_box_name"
18600   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18602   include:
18603     - "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"
18604     - "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"
18605     - "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"
18606     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18607     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18608     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18609   layout:
18610     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18611     layout: "plot-throughput"
18612
18613 ################################################################################
18614
18615 # Packet Speedup
18616
18617 - type: "plot"
18618   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18619   algorithm: "plot_tsa_name"
18620   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18622   include:
18623     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18624     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18625     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18626     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18627   layout:
18628     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18629     layout: "plot-throughput-speedup-analysis"
18630
18631 - type: "plot"
18632   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18633   algorithm: "plot_tsa_name"
18634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18636   include:
18637     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18638     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18639     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18641   layout:
18642     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18643     layout: "plot-throughput-speedup-analysis"
18644
18645 - type: "plot"
18646   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18647   algorithm: "plot_tsa_name"
18648   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18650   include:
18651     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18652     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18653     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18654     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18655   layout:
18656     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18657     layout: "plot-throughput-speedup-analysis"
18658
18659 - type: "plot"
18660   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18661   algorithm: "plot_tsa_name"
18662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18664   include:
18665     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18666     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18667     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18668     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18669   layout:
18670     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18671     layout: "plot-throughput-speedup-analysis"
18672
18673 - type: "plot"
18674   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18675   algorithm: "plot_tsa_name"
18676   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18678   include:
18679     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18680     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18681     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18682     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18683   layout:
18684     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18685     layout: "plot-throughput-speedup-analysis"
18686
18687 - type: "plot"
18688   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18689   algorithm: "plot_tsa_name"
18690   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18692   include:
18693     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18694     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18695     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18696     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18697   layout:
18698     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18699     layout: "plot-throughput-speedup-analysis"
18700
18701 - type: "plot"
18702   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18703   algorithm: "plot_tsa_name"
18704   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18706   include:
18707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18713   layout:
18714     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18715     layout: "plot-throughput-speedup-analysis"
18716
18717 - type: "plot"
18718   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18719   algorithm: "plot_tsa_name"
18720   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18722   include:
18723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18729   layout:
18730     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18731     layout: "plot-throughput-speedup-analysis"
18732
18733 - type: "plot"
18734   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18735   algorithm: "plot_tsa_name"
18736   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18738   include:
18739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18743   layout:
18744     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18745     layout: "plot-throughput-speedup-analysis"
18746
18747 - type: "plot"
18748   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18749   algorithm: "plot_tsa_name"
18750   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18752   include:
18753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18757   layout:
18758     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18759     layout: "plot-throughput-speedup-analysis"
18760
18761 - type: "plot"
18762   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18763   algorithm: "plot_tsa_name"
18764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18766   include:
18767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18770   layout:
18771     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18772     layout: "plot-throughput-speedup-analysis"
18773
18774 - type: "plot"
18775   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18776   algorithm: "plot_tsa_name"
18777   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18779   include:
18780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18783   layout:
18784     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18785     layout: "plot-throughput-speedup-analysis"
18786
18787 - type: "plot"
18788   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18789   algorithm: "plot_tsa_name"
18790   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18791   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18792   include:
18793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18798   layout:
18799     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18800     layout: "plot-throughput-speedup-analysis"
18801
18802 - type: "plot"
18803   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18804   algorithm: "plot_tsa_name"
18805   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18807   include:
18808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18813   layout:
18814     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18815     layout: "plot-throughput-speedup-analysis"
18816
18817 - type: "plot"
18818   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18819   algorithm: "plot_tsa_name"
18820   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18822   include:
18823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18826   layout:
18827     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18828     layout: "plot-throughput-speedup-analysis"
18829
18830 - type: "plot"
18831   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18832   algorithm: "plot_tsa_name"
18833   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18835   include:
18836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18839   layout:
18840     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18841     layout: "plot-throughput-speedup-analysis"
18842
18843 - type: "plot"
18844   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18845   algorithm: "plot_tsa_name"
18846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18848   include:
18849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18855   layout:
18856     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18857     layout: "plot-throughput-speedup-analysis"
18858
18859 - type: "plot"
18860   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18861   algorithm: "plot_tsa_name"
18862   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18864   include:
18865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18871   layout:
18872     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18873     layout: "plot-throughput-speedup-analysis"
18874
18875 - type: "plot"
18876   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18877   algorithm: "plot_tsa_name"
18878   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18880   include:
18881     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18882     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18883     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18884     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18885     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18886   layout:
18887     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18888     layout: "plot-throughput-speedup-analysis"
18889
18890 - type: "plot"
18891   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18892   algorithm: "plot_tsa_name"
18893   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18895   include:
18896     - "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"
18897     - "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"
18898     - "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"
18899     - "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"
18900     - "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"
18901   layout:
18902     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18903     layout: "plot-throughput-speedup-analysis"
18904
18905 #- type: "plot"
18906 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18907 #  algorithm: "plot_tsa_name"
18908 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18909 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18910 #  include:
18911 #    - "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"
18912 #    - "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"
18913 #    - "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"
18914 #    - "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"
18915 #    - "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"
18916 #  layout:
18917 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18918 #    layout: "plot-throughput-speedup-analysis"
18919 #
18920 #- type: "plot"
18921 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18922 #  algorithm: "plot_tsa_name"
18923 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18924 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18925 #  include:
18926 #    - "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"
18927 #    - "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"
18928 #    - "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"
18929 #    - "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"
18930 #    - "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"
18931 #  layout:
18932 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18933 #    layout: "plot-throughput-speedup-analysis"
18934 #
18935 #- type: "plot"
18936 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18937 #  algorithm: "plot_tsa_name"
18938 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18939 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18940 #  include:
18941 #    - "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"
18942 #    - "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"
18943 #    - "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"
18944 #    - "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"
18945 #    - "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"
18946 #  layout:
18947 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18948 #    layout: "plot-throughput-speedup-analysis"
18949 #
18950 #- type: "plot"
18951 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18952 #  algorithm: "plot_tsa_name"
18953 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18954 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18955 #  include:
18956 #    - "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"
18957 #    - "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"
18958 #    - "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"
18959 #    - "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"
18960 #    - "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"
18961 #  layout:
18962 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18963 #    layout: "plot-throughput-speedup-analysis"
18964
18965 - type: "plot"
18966   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18967   algorithm: "plot_tsa_name"
18968   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18970   include:
18971     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18972     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18973     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18974     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18975     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18976   layout:
18977     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18978     layout: "plot-throughput-speedup-analysis"
18979
18980 - type: "plot"
18981   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18982   algorithm: "plot_tsa_name"
18983   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18985   include:
18986     - "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"
18987     - "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"
18988     - "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"
18989     - "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"
18990     - "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"
18991   layout:
18992     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18993     layout: "plot-throughput-speedup-analysis"
18994
18995 #- type: "plot"
18996 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18997 #  algorithm: "plot_tsa_name"
18998 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18999 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19000 #  include:
19001 #    - "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"
19002 #    - "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"
19003 #    - "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"
19004 #    - "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"
19005 #    - "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"
19006 #  layout:
19007 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19008 #    layout: "plot-throughput-speedup-analysis"
19009 #
19010 #- type: "plot"
19011 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19012 #  algorithm: "plot_tsa_name"
19013 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19014 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19015 #  include:
19016 #    - "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"
19017 #    - "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"
19018 #    - "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"
19019 #    - "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"
19020 #    - "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"
19021 #  layout:
19022 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19023 #    layout: "plot-throughput-speedup-analysis"
19024 #
19025 #- type: "plot"
19026 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19027 #  algorithm: "plot_tsa_name"
19028 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19029 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19030 #  include:
19031 #    - "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"
19032 #    - "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"
19033 #    - "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"
19034 #    - "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"
19035 #    - "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"
19036 #  layout:
19037 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19038 #    layout: "plot-throughput-speedup-analysis"
19039 #
19040 #- type: "plot"
19041 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19042 #  algorithm: "plot_tsa_name"
19043 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19044 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19045 #  include:
19046 #    - "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"
19047 #    - "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"
19048 #    - "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"
19049 #    - "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"
19050 #    - "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"
19051 #  layout:
19052 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19053 #    layout: "plot-throughput-speedup-analysis"
19054
19055 - type: "plot"
19056   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19057   algorithm: "plot_tsa_name"
19058   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19059   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19060   include:
19061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19067   layout:
19068     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19069     layout: "plot-throughput-speedup-analysis"
19070
19071 - type: "plot"
19072   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19073   algorithm: "plot_tsa_name"
19074   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19076   include:
19077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19083   layout:
19084     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19085     layout: "plot-throughput-speedup-analysis"
19086
19087 - type: "plot"
19088   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19089   algorithm: "plot_tsa_name"
19090   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19092   include:
19093     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19094     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19095   layout:
19096     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19097     layout: "plot-throughput-speedup-analysis"
19098
19099 - type: "plot"
19100   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19101   algorithm: "plot_tsa_name"
19102   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19104   include:
19105     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19106     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19107   layout:
19108     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19109     layout: "plot-throughput-speedup-analysis"
19110
19111 - type: "plot"
19112   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19113   algorithm: "plot_tsa_name"
19114   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19116   include:
19117     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19118     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19119     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19120     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19121     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19122     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19123   layout:
19124     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19125     layout: "plot-throughput-speedup-analysis"
19126
19127 - type: "plot"
19128   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19129   algorithm: "plot_tsa_name"
19130   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19132   include:
19133     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19134     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19135     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19136     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19137     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19138     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19139   layout:
19140     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19141     layout: "plot-throughput-speedup-analysis"
19142
19143 - type: "plot"
19144   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19145   algorithm: "plot_tsa_name"
19146   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19148   include:
19149     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19150     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19151     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19152     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19153     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19154     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19155   layout:
19156     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19157     layout: "plot-throughput-speedup-analysis"
19158
19159 - type: "plot"
19160   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19161   algorithm: "plot_tsa_name"
19162   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19164   include:
19165     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19166     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19167     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19168     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19169     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19170     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19171   layout:
19172     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19173     layout: "plot-throughput-speedup-analysis"
19174
19175 - type: "plot"
19176   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19177   algorithm: "plot_tsa_name"
19178   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19180   include:
19181     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19182     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19183     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19184     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19185     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19186     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19187   layout:
19188     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19189     layout: "plot-throughput-speedup-analysis"
19190
19191 - type: "plot"
19192   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19193   algorithm: "plot_tsa_name"
19194   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19195   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19196   include:
19197     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19198     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19199     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19200     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19201     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19202     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19203   layout:
19204     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19205     layout: "plot-throughput-speedup-analysis"
19206
19207 - type: "plot"
19208   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19209   algorithm: "plot_tsa_name"
19210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19212   include:
19213     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19217     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19218   layout:
19219     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19220     layout: "plot-throughput-speedup-analysis"
19221
19222 - type: "plot"
19223   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19224   algorithm: "plot_tsa_name"
19225   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19227   include:
19228     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19229     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19230     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19231     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19232     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19233   layout:
19234     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19235     layout: "plot-throughput-speedup-analysis"
19236
19237 - type: "plot"
19238   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19239   algorithm: "plot_tsa_name"
19240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19242   include:
19243     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19245     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19246     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19247     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19248   layout:
19249     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19250     layout: "plot-throughput-speedup-analysis"
19251
19252 - type: "plot"
19253   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19254   algorithm: "plot_tsa_name"
19255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19257   include:
19258     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19259     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19260     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19261     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19262     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19263   layout:
19264     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19265     layout: "plot-throughput-speedup-analysis"
19266
19267 - type: "plot"
19268   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19269   algorithm: "plot_tsa_name"
19270   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19272   include:
19273     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19274     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19275     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19276     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19277     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19278   layout:
19279     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19280     layout: "plot-throughput-speedup-analysis"
19281
19282 - type: "plot"
19283   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19284   algorithm: "plot_tsa_name"
19285   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19287   include:
19288     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19289     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19290     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19291     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19292     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19293   layout:
19294     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19295     layout: "plot-throughput-speedup-analysis"
19296
19297 - type: "plot"
19298   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19299   algorithm: "plot_tsa_name"
19300   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19302   include:
19303     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19304     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19305     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19306     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19307     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19308   layout:
19309     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19310     layout: "plot-throughput-speedup-analysis"
19311
19312 - type: "plot"
19313   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19314   algorithm: "plot_tsa_name"
19315   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19317   include:
19318     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19319     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19320     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19321     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19322     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19323   layout:
19324     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19325     layout: "plot-throughput-speedup-analysis"
19326
19327 - type: "plot"
19328   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19329   algorithm: "plot_tsa_name"
19330   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19332   include:
19333     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19334     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19335     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19336     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19337     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19338   layout:
19339     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19340     layout: "plot-throughput-speedup-analysis"
19341
19342 - type: "plot"
19343   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19344   algorithm: "plot_tsa_name"
19345   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19346   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19347   include:
19348     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19349     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19350     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19351     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19352     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19353   layout:
19354     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19355     layout: "plot-throughput-speedup-analysis"
19356
19357 - type: "plot"
19358   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19359   algorithm: "plot_tsa_name"
19360   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19362   include:
19363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19369   layout:
19370     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19371     layout: "plot-throughput-speedup-analysis"
19372
19373 - type: "plot"
19374   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19375   algorithm: "plot_tsa_name"
19376   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19378   include:
19379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19383     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19385   layout:
19386     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19387     layout: "plot-throughput-speedup-analysis"
19388
19389 - type: "plot"
19390   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19391   algorithm: "plot_tsa_name"
19392   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19394   include:
19395     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19396     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19399   layout:
19400     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19401     layout: "plot-throughput-speedup-analysis"
19402
19403 - type: "plot"
19404   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19405   algorithm: "plot_tsa_name"
19406   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19408   include:
19409     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19410     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19411     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19412     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19413   layout:
19414     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19415     layout: "plot-throughput-speedup-analysis"
19416
19417 - type: "plot"
19418   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19419   algorithm: "plot_tsa_name"
19420   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19422   include:
19423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19424     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19425     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19429   layout:
19430     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19431     layout: "plot-throughput-speedup-analysis"
19432
19433 - type: "plot"
19434   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19435   algorithm: "plot_tsa_name"
19436   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19438   include:
19439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19445   layout:
19446     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19447     layout: "plot-throughput-speedup-analysis"
19448
19449 - type: "plot"
19450   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19451   algorithm: "plot_tsa_name"
19452   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19454   include:
19455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19456     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19459   layout:
19460     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19461     layout: "plot-throughput-speedup-analysis"
19462
19463 - type: "plot"
19464   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19465   algorithm: "plot_tsa_name"
19466   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19468   include:
19469     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19470     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19471     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19473   layout:
19474     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19475     layout: "plot-throughput-speedup-analysis"
19476
19477 - type: "plot"
19478   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19479   algorithm: "plot_tsa_name"
19480   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19482   include:
19483     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19484     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19485     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19486     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19487     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19488     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19489   layout:
19490     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19491     layout: "plot-throughput-speedup-analysis"
19492
19493 - type: "plot"
19494   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19495   algorithm: "plot_tsa_name"
19496   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19498   include:
19499     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19500     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19501     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19502     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19503     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19504     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19505   layout:
19506     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19507     layout: "plot-throughput-speedup-analysis"
19508
19509 - type: "plot"
19510   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19511   algorithm: "plot_tsa_name"
19512   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19514   include:
19515     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19516     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19517     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19518     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19519   layout:
19520     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19521     layout: "plot-throughput-speedup-analysis"
19522
19523 - type: "plot"
19524   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19525   algorithm: "plot_tsa_name"
19526   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19527   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19528   include:
19529     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19530     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19531     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19532     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19533   layout:
19534     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19535     layout: "plot-throughput-speedup-analysis"
19536
19537 - type: "plot"
19538   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19539   algorithm: "plot_tsa_name"
19540   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19542   include:
19543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19545     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19548   layout:
19549     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19550     layout: "plot-throughput-speedup-analysis"
19551
19552 - type: "plot"
19553   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19554   algorithm: "plot_tsa_name"
19555   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19557   include:
19558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19560     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19562     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19563   layout:
19564     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19565     layout: "plot-throughput-speedup-analysis"
19566
19567 - type: "plot"
19568   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19569   algorithm: "plot_tsa_name"
19570   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19572   include:
19573     - "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"
19574     - "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"
19575     - "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"
19576     - "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"
19577     - "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"
19578   layout:
19579     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19580     layout: "plot-throughput-speedup-analysis"
19581
19582 - type: "plot"
19583   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19584   algorithm: "plot_tsa_name"
19585   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19587   include:
19588     - "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"
19589     - "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"
19590     - "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"
19591     - "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"
19592     - "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"
19593   layout:
19594     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19595     layout: "plot-throughput-speedup-analysis"
19596
19597 - type: "plot"
19598   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19599   algorithm: "plot_tsa_name"
19600   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19602   include:
19603     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19604     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19605     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19606     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19607     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19608   layout:
19609     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19610     layout: "plot-throughput-speedup-analysis"
19611
19612 - type: "plot"
19613   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19614   algorithm: "plot_tsa_name"
19615   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19616   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19617   include:
19618     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19619     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19620     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19621     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19622     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19623   layout:
19624     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19625     layout: "plot-throughput-speedup-analysis"
19626
19627 - type: "plot"
19628   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19629   algorithm: "plot_tsa_name"
19630   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19632   include:
19633     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19634     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19635     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19636     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19637     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19638   layout:
19639     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19640     layout: "plot-throughput-speedup-analysis"
19641
19642 - type: "plot"
19643   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19644   algorithm: "plot_tsa_name"
19645   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19647   include:
19648     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19649     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19650     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19651     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19652     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19653   layout:
19654     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19655     layout: "plot-throughput-speedup-analysis"
19656
19657 - type: "plot"
19658   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19659   algorithm: "plot_tsa_name"
19660   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19662   include:
19663     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19664     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19665     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19666     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19667   layout:
19668     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19669     layout: "plot-throughput-speedup-analysis"
19670
19671 - type: "plot"
19672   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19673   algorithm: "plot_tsa_name"
19674   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19676   include:
19677     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19678     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19680     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19681   layout:
19682     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19683     layout: "plot-throughput-speedup-analysis"
19684
19685 - type: "plot"
19686   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19687   algorithm: "plot_tsa_name"
19688   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19690   include:
19691     - "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"
19692     - "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"
19693     - "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"
19694     - "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"
19695   layout:
19696     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19697     layout: "plot-throughput-speedup-analysis"
19698
19699 - type: "plot"
19700   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19701   algorithm: "plot_tsa_name"
19702   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19704   include:
19705     - "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"
19706     - "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"
19707     - "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"
19708     - "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"
19709   layout:
19710     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19711     layout: "plot-throughput-speedup-analysis"
19712
19713 - type: "plot"
19714   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19715   algorithm: "plot_tsa_name"
19716   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19718   include:
19719     - "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"
19720     - "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"
19721     - "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"
19722     - "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"
19723     - "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"
19724     - "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"
19725   layout:
19726     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19727     layout: "plot-throughput-speedup-analysis"
19728
19729 - type: "plot"
19730   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19731   algorithm: "plot_tsa_name"
19732   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19734   include:
19735     - "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"
19736     - "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"
19737     - "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"
19738     - "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"
19739     - "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"
19740     - "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"
19741   layout:
19742     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19743     layout: "plot-throughput-speedup-analysis"
19744
19745 ################################################################################
19746
19747 # Packet Throughput - DPDK
19748
19749 # 2n-clx-xxv710
19750
19751 - type: "plot"
19752   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19753   algorithm: "plot_perf_box_name"
19754   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19755   data: "plot-dpdk-throughput-latency-2n-clx"
19756   include:
19757     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19758     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19759   layout:
19760     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19761     layout: "plot-throughput"
19762
19763 - type: "plot"
19764   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19765   algorithm: "plot_perf_box_name"
19766   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19767   data: "plot-dpdk-throughput-latency-2n-clx"
19768   include:
19769     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19770     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19771   layout:
19772     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19773     layout: "plot-throughput"
19774
19775 - type: "plot"
19776   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19777   algorithm: "plot_perf_box_name"
19778   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19779   data: "plot-dpdk-throughput-latency-2n-clx"
19780   include:
19781     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19782     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19783   layout:
19784     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19785     layout: "plot-throughput"
19786
19787 - type: "plot"
19788   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19789   algorithm: "plot_perf_box_name"
19790   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19791   data: "plot-dpdk-throughput-latency-2n-clx"
19792   include:
19793     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19794     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19795   layout:
19796     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19797     layout: "plot-throughput"
19798
19799 # 2n-clx-x710
19800
19801 - type: "plot"
19802   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19803   algorithm: "plot_perf_box_name"
19804   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19805   data: "plot-dpdk-throughput-latency-2n-clx"
19806   include:
19807     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19808     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19809   layout:
19810     title: "2n-clx-x710-64b-2t1c-base-ndr"
19811     layout: "plot-throughput"
19812
19813 - type: "plot"
19814   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19815   algorithm: "plot_perf_box_name"
19816   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19817   data: "plot-dpdk-throughput-latency-2n-clx"
19818   include:
19819     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19820     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19821   layout:
19822     title: "2n-clx-x710-64b-4t2c-base-ndr"
19823     layout: "plot-throughput"
19824
19825 - type: "plot"
19826   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19827   algorithm: "plot_perf_box_name"
19828   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19829   data: "plot-dpdk-throughput-latency-2n-clx"
19830   include:
19831     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19832     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19833   layout:
19834     title: "2n-clx-x710-64b-2t1c-base-pdr"
19835     layout: "plot-throughput"
19836
19837 - type: "plot"
19838   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19839   algorithm: "plot_perf_box_name"
19840   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19841   data: "plot-dpdk-throughput-latency-2n-clx"
19842   include:
19843     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19844     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19845   layout:
19846     title: "2n-clx-x710-64b-4t2c-base-pdr"
19847     layout: "plot-throughput"
19848
19849 ################################################################################
19850
19851 - type: "plot"
19852   title: "Latency by percentile: 2n-skx"
19853   algorithm: "plot_hdrh_lat_by_percentile"
19854   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19855   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19856   target-links: "../../_static/vpp"
19857   data: "plot-vpp-hdrh-lat-2n-skx"
19858   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19859   layout:
19860     layout: "plot-hdrh-latency-by-percentile"
19861
19862 - type: "plot"
19863   title: "Latency by percentile: 2n-skx-nat44"
19864   algorithm: "plot_hdrh_lat_by_percentile"
19865   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19866   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19867   target-links: "../../_static/vpp"
19868   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
19869   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19870   layout:
19871     layout: "plot-hdrh-latency-by-percentile"
19872
19873 - type: "plot"
19874   title: "Latency by percentile: 3n-skx"
19875   algorithm: "plot_hdrh_lat_by_percentile"
19876   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19877   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19878   target-links: "../../_static/vpp"
19879   data: "plot-vpp-hdrh-lat-3n-skx"
19880   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19881   layout:
19882     layout: "plot-hdrh-latency-by-percentile"
19883
19884 - type: "plot"
19885   title: "Latency by percentile: 2n-clx"
19886   algorithm: "plot_hdrh_lat_by_percentile"
19887   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19888   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19889   target-links: "../../_static/vpp"
19890   data: "plot-vpp-hdrh-lat-2n-clx"
19891   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19892   layout:
19893     layout: "plot-hdrh-latency-by-percentile"
19894
19895 - type: "plot"
19896   title: "Latency by percentile: 3n-hsw"
19897   algorithm: "plot_hdrh_lat_by_percentile"
19898   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19899   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19900   target-links: "../../_static/vpp"
19901   data: "plot-vpp-hdrh-lat-3n-hsw"
19902   filter: "'1T1C' and 'NIC_Intel-XL710'"
19903   layout:
19904     layout: "plot-hdrh-latency-by-percentile"
19905
19906 - type: "plot"
19907   title: "Latency by percentile: 3n-tsh"
19908   algorithm: "plot_hdrh_lat_by_percentile"
19909   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19910   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19911   target-links: "../../_static/vpp"
19912   data: "plot-vpp-hdrh-lat-3n-tsh"
19913   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19914   layout:
19915     layout: "plot-hdrh-latency-by-percentile"
19916
19917 - type: "plot"
19918   title: "Latency by percentile: DPDK 2n-skx"
19919   algorithm: "plot_hdrh_lat_by_percentile"
19920   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19921   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19922   target-links: "../../_static/dpdk"
19923   data: "plot-dpdk-hdrh-lat-2n-skx"
19924   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19925   layout:
19926     layout: "plot-hdrh-latency-by-percentile"
19927
19928 - type: "plot"
19929   title: "Latency by percentile: DPDK 3n-skx"
19930   algorithm: "plot_hdrh_lat_by_percentile"
19931   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19932   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19933   target-links: "../../_static/dpdk"
19934   data: "plot-dpdk-hdrh-lat-3n-skx"
19935   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19936   layout:
19937     layout: "plot-hdrh-latency-by-percentile"
19938
19939 - type: "plot"
19940   title: "Latency by percentile: DPDK 2n-clx"
19941   algorithm: "plot_hdrh_lat_by_percentile"
19942   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19943   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19944   target-links: "../../_static/dpdk"
19945   data: "plot-dpdk-hdrh-lat-2n-clx"
19946   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19947   layout:
19948     layout: "plot-hdrh-latency-by-percentile"
19949
19950 - type: "plot"
19951   title: "Latency by percentile: DPDK 3n-hsw"
19952   algorithm: "plot_hdrh_lat_by_percentile"
19953   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19954   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19955   target-links: "../../_static/dpdk"
19956   data: "plot-dpdk-hdrh-lat-3n-hsw"
19957   filter: "'1T1C' and 'NIC_Intel-XL710'"
19958   layout:
19959     layout: "plot-hdrh-latency-by-percentile"
19960
19961 - type: "plot"
19962   title: "Latency by percentile: DPDK 3n-tsh"
19963   algorithm: "plot_hdrh_lat_by_percentile"
19964   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19965   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19966   target-links: "../../_static/dpdk"
19967   data: "plot-dpdk-hdrh-lat-3n-tsh"
19968   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19969   layout:
19970     layout: "plot-hdrh-latency-by-percentile"