744aaa1f250120c649d952701bdfb0c8589035fc
[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     vpp-performance-changes-3n-skx-cmp:
801       csit-vpp-perf-report-iterative-2009-3n-skx:
802         - 26  # rls2009 NDRPDR iter env 5
803         - 27  # rls2009 NDRPDR iter env 5
804         - 28  # rls2009 NDRPDR iter env 5
805         - 29  # rls2009 NDRPDR iter env 5
806         - 35  # rls2009 NDRPDR iter env 5
807         - 36  # rls2009 NDRPDR iter env 5
808         - 37  # rls2009 NDRPDR iter env 5
809         - 38  # rls2009 NDRPDR iter env 5
810         - 39  # rls2009 NDRPDR iter env 5
811         - 40  # rls2009 NDRPDR iter env 5
812
813     vpp-performance-changes-2n-skx-h1:
814       csit-vpp-perf-report-iterative-2005-2n-skx:
815         - 100 # NDRPDR sel 2001.0-4
816         - 101 # NDRPDR sel 2001.0-4
817         - 102 # NDRPDR sel 2001.0-4
818         - 103 # NDRPDR sel 2001.0-4
819         - 104 # NDRPDR sel 2001.0-4
820         - 105 # NDRPDR sel 2001.0-4
821     vpp-performance-changes-2n-skx-ref-env4:
822       csit-vpp-perf-report-iterative-2005-2n-skx:
823         - 88  # NDRPDR sel env 4
824         - 89  # NDRPDR sel env 4
825         - 90  # NDRPDR sel env 4
826         - 91  # NDRPDR sel env 4
827         - 92  # NDRPDR sel env 4
828         - 93  # NDRPDR sel env 4
829         - 94  # NDRPDR sel env 4
830         - 125 # NDRPDR sel env 4
831         - 126 # NDRPDR sel env 4
832         - 127 # NDRPDR sel env 4
833     vpp-performance-changes-2n-skx-ref-env5:
834       csit-vpp-perf-report-iterative-2009-2n-skx:
835         - 13  # rls2005 NDRPDR iter env 5
836         - 16  # rls2005 NDRPDR iter env 5
837         - 17  # rls2005 NDRPDR iter env 5
838         - 18  # rls2005 NDRPDR iter env 5
839         - 19  # rls2005 NDRPDR iter env 5
840         - 21  # rls2005 NDRPDR iter env 5
841         - 22  # rls2005 NDRPDR iter env 5
842         - 23  # rls2005 NDRPDR iter env 5
843         - 24  # rls2005 NDRPDR iter env 5
844         - 25  # rls2005 NDRPDR iter env 5
845     vpp-performance-changes-2n-skx-cmp:
846       csit-vpp-perf-report-iterative-2009-2n-skx:
847         - 35  # rls2009 NDRPDR iter env 5
848         - 36  # rls2009 NDRPDR iter env 5
849         - 37  # rls2009 NDRPDR iter env 5
850         - 39  # rls2009 NDRPDR iter env 5
851         - 40  # rls2009 NDRPDR iter env 5
852         - 42  # rls2009 NDRPDR iter env 5
853         - 43  # rls2009 NDRPDR iter env 5
854         - 44  # rls2009 NDRPDR iter env 5
855         - 46  # rls2009 NDRPDR iter env 5
856         - 48  # rls2009 NDRPDR iter env 5
857         - 51  # rls2009 NDRPDR iter NAT44 env 5
858         - 52  # rls2009 NDRPDR iter NAT44 env 5
859         - 53  # rls2009 NDRPDR iter NAT44 env 5
860         - 54  # rls2009 NDRPDR iter NAT44 env 5
861         - 55  # rls2009 NDRPDR iter NAT44 env 5
862         - 56  # rls2009 NDRPDR iter NAT44 env 5
863         - 57  # rls2009 NDRPDR iter NAT44 env 5
864         - 58  # rls2009 NDRPDR iter NAT44 env 5
865         - 59  # rls2009 NDRPDR iter NAT44 env 5
866         - 60  # rls2009 NDRPDR iter NAT44 env 5
867
868     vpp-performance-changes-2n-clx-h1:
869       csit-vpp-perf-report-iterative-2005-2n-clx:
870         - 73  # NDRPDR sel 2001.0-4
871         - 74  # NDRPDR sel 2001.0-4
872         - 75  # NDRPDR sel 2001.0-4
873         - 76  # NDRPDR sel 2001.0-4
874         - 77  # NDRPDR sel 2001.0-4
875         - 78  # NDRPDR sel 2001.0-4
876         - 79  # NDRPDR sel 2001.0-4
877         - 80  # NDRPDR sel 2001.0-4
878     vpp-performance-changes-2n-clx-ref-env4:
879       csit-vpp-perf-report-iterative-2005-2n-clx:
880         - 62  # NDRPDR sel env 4
881         - 63  # NDRPDR sel env 4
882         - 64  # NDRPDR sel env 4
883         - 65  # NDRPDR sel env 4
884         - 66  # NDRPDR sel env 4
885         - 68  # NDRPDR sel env 4
886         - 69  # NDRPDR sel env 4
887         - 70  # NDRPDR sel env 4
888         - 103 # NDRPDR sel env 4
889         - 104 # NDRPDR sel env 4
890     vpp-performance-changes-2n-clx-ref-env5:
891       csit-vpp-perf-report-iterative-2009-2n-clx:
892         - 13  # rls2005 NDRPDR iter env 5
893         - 15  # rls2005 NDRPDR iter env 5
894         - 17  # rls2005 NDRPDR iter env 5
895         - 18  # rls2005 NDRPDR iter env 5
896         - 19  # rls2005 NDRPDR iter env 5
897         - 20  # rls2005 NDRPDR iter env 5
898         - 21  # rls2005 NDRPDR iter env 5
899         - 22  # rls2005 NDRPDR iter env 5
900         - 23  # rls2005 NDRPDR iter env 5
901         - 24  # rls2005 NDRPDR iter env 5
902     vpp-performance-changes-2n-clx-cmp:
903       csit-vpp-perf-report-iterative-2009-2n-clx:
904         - 36  # rls2009 NDRPDR iter env 5
905         - 39  # rls2009 NDRPDR iter env 5
906         - 40  # rls2009 NDRPDR iter env 5
907         - 65  # rls2009 NDRPDR iter env 5
908         - 66  # rls2009 NDRPDR iter env 5
909         - 79  # rls2009 NDRPDR iter env 5
910         - 82  # rls2009 NDRPDR iter env 5
911         - 88  # rls2009 NDRPDR iter env 5
912         - 89  # rls2009 NDRPDR iter env 5
913         - 90  # rls2009 NDRPDR iter env 5
914
915     vpp-performance-changes-2n-dnv-h1:
916       csit-vpp-perf-verify-2001-2n-dnv:
917         - 4   # NDRPDR sel
918         - 5   # NDRPDR sel
919         - 6   # NDRPDR sel
920         - 7   # NDRPDR sel
921         - 8   # NDRPDR sel
922         - 9   # NDRPDR sel
923         - 10  # NDRPDR sel
924         - 11  # NDRPDR sel
925         - 13  # NDRPDR sel
926         - 16  # NDRPDR sel
927     vpp-performance-changes-2n-dnv-ref:
928       csit-vpp-perf-report-iterative-2009-2n-dnv:
929         - 16  # rls2005 NDRPDR iter env 5
930         - 17  # rls2005 NDRPDR iter env 5
931         - 18  # rls2005 NDRPDR iter env 5
932         - 19  # rls2005 NDRPDR iter env 5
933         - 21  # rls2005 NDRPDR iter env 5
934         - 24  # rls2005 NDRPDR iter env 5
935         - 27  # rls2005 NDRPDR iter env 5
936         - 28  # rls2005 NDRPDR iter env 5
937         - 29  # rls2005 NDRPDR iter env 5
938         - 30  # rls2005 NDRPDR iter env 5
939     vpp-performance-changes-2n-dnv-cmp:
940       csit-vpp-perf-report-iterative-2009-2n-dnv:
941         - 3   # rls2009 NDRPDR iter env 5
942         - 5   # rls2009 NDRPDR iter env 5
943         - 6   # rls2009 NDRPDR iter env 5
944         - 7   # rls2009 NDRPDR iter env 5
945         - 9   # rls2009 NDRPDR iter env 5
946         - 10  # rls2009 NDRPDR iter env 5
947         - 11  # rls2009 NDRPDR iter env 5
948         - 12  # rls2009 NDRPDR iter env 5
949         - 14  # rls2009 NDRPDR iter env 5
950         - 15  # rls2009 NDRPDR iter env 5
951
952     vpp-performance-changes-3n-dnv-h1:
953       csit-vpp-perf-verify-2001-3n-dnv:
954         - 5   # NDRPDR sel
955         - 6   # NDRPDR sel
956         - 7   # NDRPDR sel
957         - 8   # NDRPDR sel
958         - 9   # NDRPDR sel
959         - 10  # NDRPDR sel
960         - 12  # NDRPDR sel
961         - 16  # NDRPDR sel
962         - 17  # NDRPDR sel
963         - 18  # NDRPDR sel
964     vpp-performance-changes-3n-dnv-ref:
965       csit-vpp-perf-report-iterative-2009-3n-dnv:
966         - 16  # rls2005 NDRPDR iter env 5
967         - 23  # rls2005 NDRPDR iter env 5
968         - 25  # rls2005 NDRPDR iter env 5
969         - 26  # rls2005 NDRPDR iter env 5
970         - 27  # rls2005 NDRPDR iter env 5
971         - 28  # rls2005 NDRPDR iter env 5
972         - 29  # rls2005 NDRPDR iter env 5
973         - 30  # rls2005 NDRPDR iter env 5
974         - 31  # rls2005 NDRPDR iter env 5
975         - 32  # rls2005 NDRPDR iter env 5
976     vpp-performance-changes-3n-dnv-cmp:
977       csit-vpp-perf-report-iterative-2009-3n-dnv:
978         - 3   # rls2009 NDRPDR iter env 5
979         - 6   # rls2009 NDRPDR iter env 5
980         - 7   # rls2009 NDRPDR iter env 5
981         - 8   # rls2009 NDRPDR iter env 5
982         - 10  # rls2009 NDRPDR iter env 5
983         - 11  # rls2009 NDRPDR iter env 5
984         - 12  # rls2009 NDRPDR iter env 5
985         - 14  # rls2009 NDRPDR iter env 5
986         - 15  # rls2009 NDRPDR iter env 5
987         - 24  # rls2009 NDRPDR iter env 5
988
989     vpp-performance-changes-3n-tsh-h1:
990       csit-vpp-perf-report-iterative-2005-3n-tsh:
991         - 28  # NDRPDR sel 2001.0-4
992         - 29  # NDRPDR sel 2001.0-4
993         - 31  # NDRPDR sel 2001.0-4
994     vpp-performance-changes-3n-tsh-ref-env4:
995       csit-vpp-perf-report-iterative-2005-3n-tsh:
996         - 23  # NDRPDR sel env 4
997         - 25  # NDRPDR sel env 4
998         - 33  # NDRPDR sel env 4
999         - 34  # NDRPDR sel env 4
1000         - 35  # NDRPDR sel env 4
1001         - 36  # NDRPDR sel env 4
1002         - 37  # NDRPDR sel env 4
1003         - 38  # NDRPDR sel env 4
1004         - 39  # NDRPDR sel env 4
1005         - 40  # NDRPDR sel env 4
1006     vpp-performance-changes-3n-tsh-ref-env5:
1007       csit-vpp-perf-report-iterative-2009-3n-tsh:
1008         - 8   # rls2005 NDRPDR iter env 5
1009         - 11  # rls2005 NDRPDR iter env 5
1010         - 12  # rls2005 NDRPDR iter env 5
1011         - 24  # rls2005 NDRPDR iter env 5
1012         - 27  # rls2005 NDRPDR iter env 5
1013         - 29  # rls2005 NDRPDR iter env 5
1014     vpp-performance-changes-3n-tsh-cmp:
1015       # TODO: Add:
1016       csit-vpp-perf-report-iterative-2009-3n-tsh:
1017         - 14  # rls2009 NDRPDR iter env 5
1018         - 20  # rls2009 NDRPDR iter env 5
1019         - 21  # rls2009 NDRPDR iter env 5
1020         - 22  # rls2009 NDRPDR iter env 5
1021         - 23  # rls2009 NDRPDR iter env 5
1022         - 28  # rls2009 NDRPDR iter env 5
1023         - 30  # rls2009 NDRPDR iter env 5
1024
1025     vpp-soak-vs-ndr-2n-skx-ref:
1026       csit-vpp-perf-report-iterative-2009-2n-skx:
1027         - 35  # rls2009 NDRPDR iter env 5
1028         - 36  # rls2009 NDRPDR iter env 5
1029         - 37  # rls2009 NDRPDR iter env 5
1030         - 39  # rls2009 NDRPDR iter env 5
1031         - 40  # rls2009 NDRPDR iter env 5
1032         - 42  # rls2009 NDRPDR iter env 5
1033         - 43  # rls2009 NDRPDR iter env 5
1034         - 44  # rls2009 NDRPDR iter env 5
1035         - 46  # rls2009 NDRPDR iter env 5
1036         - 48  # rls2009 NDRPDR iter env 5
1037     vpp-soak-vs-ndr-2n-skx-cmp:
1038       csit-vpp-perf-report-iterative-2009-2n-skx:
1039         - 33  # rls2009 soak env 5
1040         - 34  # rls2009 soak env 5
1041     vpp-soak-vs-ndr-2n-skx:
1042       csit-vpp-perf-report-iterative-2009-2n-skx:
1043         - 35  # rls2009 NDRPDR iter env 5
1044         - 36  # rls2009 NDRPDR iter env 5
1045         - 37  # rls2009 NDRPDR iter env 5
1046         - 39  # rls2009 NDRPDR iter env 5
1047         - 40  # rls2009 NDRPDR iter env 5
1048         - 42  # rls2009 NDRPDR iter env 5
1049         - 43  # rls2009 NDRPDR iter env 5
1050         - 44  # rls2009 NDRPDR iter env 5
1051         - 46  # rls2009 NDRPDR iter env 5
1052         - 48  # rls2009 NDRPDR iter env 5
1053         - 33  # rls2009 soak env 5
1054         - 34  # rls2009 soak env 5
1055
1056     vpp-soak-vs-ndr-2n-clx-ref:
1057       csit-vpp-perf-report-iterative-2009-2n-clx:
1058         - 36  # rls2009 NDRPDR iter env 5
1059         - 39  # rls2009 NDRPDR iter env 5
1060         - 40  # rls2009 NDRPDR iter env 5
1061         - 65  # rls2009 NDRPDR iter env 5
1062         - 66  # rls2009 NDRPDR iter env 5
1063         - 79  # rls2009 NDRPDR iter env 5
1064         - 82  # rls2009 NDRPDR iter env 5
1065         - 88  # rls2009 NDRPDR iter env 5
1066         - 89  # rls2009 NDRPDR iter env 5
1067         - 90  # rls2009 NDRPDR iter env 5
1068     vpp-soak-vs-ndr-2n-clx-cmp:
1069       csit-vpp-perf-report-iterative-2009-2n-clx:
1070         - 33  # rls2009 soak env 5
1071         - 34  # rls2009 soak env 5
1072     vpp-soak-vs-ndr-2n-clx:
1073       csit-vpp-perf-report-iterative-2009-2n-clx:
1074         - 36  # rls2009 NDRPDR iter env 5
1075         - 39  # rls2009 NDRPDR iter env 5
1076         - 40  # rls2009 NDRPDR iter env 5
1077         - 65  # rls2009 NDRPDR iter env 5
1078         - 66  # rls2009 NDRPDR iter env 5
1079         - 79  # rls2009 NDRPDR iter env 5
1080         - 82  # rls2009 NDRPDR iter env 5
1081         - 88  # rls2009 NDRPDR iter env 5
1082         - 89  # rls2009 NDRPDR iter env 5
1083         - 90  # rls2009 NDRPDR iter env 5
1084         - 33  # rls2009 soak env 5
1085         - 34  # rls2009 soak env 5
1086
1087     vpp-performance-changes-3n-hsw-mrr-h1:
1088       csit-vpp-perf-verify-2001-3n-hsw:
1089         - 17  # MRR sel
1090     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1091       csit-vpp-perf-report-iterative-2005-3n-hsw:
1092         - 30  # MRR env 4
1093     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1094       csit-vpp-perf-report-iterative-2009-3n-hsw:
1095         - 18  # rls2005 MRR iter env 5
1096     vpp-performance-changes-3n-hsw-mrr-cmp:
1097       csit-vpp-perf-report-iterative-2009-3n-hsw:
1098         - 23  # rls2009 MRR iter env 5
1099
1100     vpp-performance-changes-3n-skx-mrr-h1:
1101       csit-vpp-perf-verify-2001-3n-skx:
1102         - 50  # MRR sel
1103         - 53  # MRR sel addition
1104     vpp-performance-changes-3n-skx-mrr-ref-env4:
1105       csit-vpp-perf-report-iterative-2005-3n-skx:
1106         - 49  # MRR sel env 4
1107     vpp-performance-changes-3n-skx-mrr-ref-env5:
1108       csit-vpp-perf-report-iterative-2009-3n-skx:
1109         - 17  # rls2005 MRR iter env 5
1110     vpp-performance-changes-3n-skx-mrr-cmp:
1111       csit-vpp-perf-report-iterative-2009-3n-skx:
1112         - 24  # rls2009 MRR iter env 5
1113
1114     vpp-performance-changes-2n-skx-mrr-h1:
1115       csit-vpp-perf-verify-2001-2n-skx:
1116         - 101 # MRR sel
1117         - 128 # MRR sel addition
1118     vpp-performance-changes-2n-skx-mrr-ref-env4:
1119       csit-vpp-perf-report-iterative-2005-2n-skx:
1120         - 99  # MRR sel env 4
1121     vpp-performance-changes-2n-skx-mrr-ref-env5:
1122       csit-vpp-perf-report-iterative-2009-2n-skx:
1123         - 20  # rls2005 MRR iter env 5
1124     vpp-performance-changes-2n-skx-mrr-cmp:
1125       csit-vpp-perf-report-iterative-2009-2n-skx:
1126         - 26  # rls2009 MRR iter env 5
1127
1128     vpp-performance-changes-2n-clx-mrr-h1:
1129       csit-vpp-perf-verify-2001-2n-clx:
1130         - 39  # MRR
1131     vpp-performance-changes-2n-clx-mrr-ref-env4:
1132       csit-vpp-perf-report-iterative-2005-2n-clx:
1133         - 72   # MRR sel env 4
1134     vpp-performance-changes-2n-clx-mrr-ref-env5:
1135       csit-vpp-perf-report-iterative-2009-2n-clx:
1136         - 77  # rls2005 MRR iter env 5
1137     vpp-performance-changes-2n-clx-mrr-cmp:
1138       csit-vpp-perf-report-iterative-2009-2n-clx:
1139         - 78  # rls2009 MRR iter env 5
1140
1141     vpp-performance-changes-2n-dnv-mrr-h1:
1142       csit-vpp-perf-verify-2001-2n-dnv:
1143         - 12  # MRR sel
1144     vpp-performance-changes-2n-dnv-mrr-ref:
1145       csit-vpp-perf-report-iterative-2009-2n-dnv:
1146         - 23  # rls2005 MRR iter env 5
1147     vpp-performance-changes-2n-dnv-mrr-cmp:
1148       csit-vpp-perf-report-iterative-2009-2n-dnv:
1149         - 13  # rls2009 MRR iter env 5
1150
1151     vpp-performance-changes-3n-dnv-mrr-h1:
1152       csit-vpp-perf-verify-2001-3n-dnv:
1153         - 11  # MRR sel
1154     vpp-performance-changes-3n-dnv-mrr-ref:
1155       csit-vpp-perf-report-iterative-2009-3n-dnv:
1156         - 19  # rls2005 MRR iter env 5
1157     vpp-performance-changes-3n-dnv-mrr-cmp:
1158       csit-vpp-perf-report-iterative-2009-3n-dnv:
1159         - 22  # rls2009 MRR iter env 5
1160
1161     vpp-performance-changes-3n-tsh-mrr-h1:
1162       csit-vpp-perf-verify-2001-3n-tsh:
1163         - 9   # MRR sel
1164     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1165       csit-vpp-perf-report-iterative-2005-3n-tsh:
1166         - 27  # MRR sel env 4
1167     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1168       csit-vpp-perf-report-iterative-2009-3n-tsh:
1169         - 13  # rls2005 MRR iter env 5
1170     vpp-performance-changes-3n-tsh-mrr-cmp:
1171       csit-vpp-perf-report-iterative-2009-3n-tsh:
1172         - 15  # rls2009 MRR iter env 5
1173
1174     dpdk-performance-changes-3n-hsw-h1:
1175       csit-dpdk-perf-verify-2001-3n-hsw:
1176         - 4   # NDRPDR sel
1177         - 5   # NDRPDR sel
1178         - 6   # NDRPDR sel
1179         - 7   # NDRPDR sel
1180         - 8   # NDRPDR sel
1181         - 9   # NDRPDR sel
1182         - 10  # NDRPDR sel
1183         - 11  # NDRPDR sel
1184         - 12  # NDRPDR sel
1185         - 13  # NDRPDR sel
1186         - 15  # NDRPDR sel
1187         - 16  # NDRPDR sel
1188         - 17  # NDRPDR sel
1189         - 18  # NDRPDR sel
1190         - 19  # NDRPDR sel
1191         - 20  # NDRPDR sel
1192         - 21  # NDRPDR sel
1193         - 22  # NDRPDR sel
1194         - 23  # NDRPDR sel
1195         - 24  # NDRPDR sel
1196     dpdk-performance-changes-3n-hsw-ref:
1197       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1198         - 25  # NDRPDR iter
1199         - 26  # NDRPDR iter
1200         - 27  # NDRPDR iter
1201         - 28  # NDRPDR iter
1202         - 29  # NDRPDR iter
1203         - 30  # NDRPDR iter
1204         - 31  # NDRPDR iter
1205         - 32  # NDRPDR iter
1206         - 33  # NDRPDR iter
1207         - 34  # NDRPDR iter
1208     dpdk-performance-changes-3n-hsw-cmp:
1209       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1210         - 6   # NDRPDR iter env5
1211         - 7   # NDRPDR iter env5
1212         - 8   # NDRPDR iter env5
1213         - 9   # NDRPDR iter env5
1214         - 10  # NDRPDR iter env5
1215         - 11  # NDRPDR iter env5
1216         - 12  # NDRPDR iter env5
1217         - 13  # NDRPDR iter env5
1218         - 14  # NDRPDR iter env5
1219         - 15  # NDRPDR iter env5
1220
1221     dpdk-performance-changes-3n-skx-h1:
1222       csit-dpdk-perf-verify-2001-3n-skx:
1223         - 29  # NDRPDR sel xxv710
1224         - 33  # NDRPDR sel xxv710
1225         - 34  # NDRPDR sel xxv710
1226         - 35  # NDRPDR sel xxv710
1227         - 36  # NDRPDR sel xxv710
1228         - 37  # NDRPDR sel xxv710
1229         - 41  # NDRPDR sel xxv710
1230         - 42  # NDRPDR sel xxv710
1231         - 43  # NDRPDR sel xxv710
1232         - 45  # NDRPDR sel xxv710
1233         - 30  # NDRPDR sel x710
1234         - 31  # NDRPDR sel x710
1235         - 32  # NDRPDR sel x710
1236         - 38  # NDRPDR sel x710
1237         - 39  # NDRPDR sel x710
1238         - 40  # NDRPDR sel x710
1239         - 44  # NDRPDR sel x710
1240         - 46  # NDRPDR sel x710
1241         - 47  # NDRPDR sel x710
1242         - 48  # NDRPDR sel x710
1243     dpdk-performance-changes-3n-skx-ref:
1244       csit-dpdk-perf-report-iterative-2005-3n-skx:
1245         - 28  # NDRPDR iter
1246         - 29  # NDRPDR iter
1247         - 30  # NDRPDR iter
1248         - 31  # NDRPDR iter
1249         - 32  # NDRPDR iter
1250         - 33  # NDRPDR iter
1251         - 34  # NDRPDR iter
1252         - 35  # NDRPDR iter
1253         - 36  # NDRPDR iter
1254         - 37  # NDRPDR iter
1255     dpdk-performance-changes-3n-skx-cmp:
1256       csit-dpdk-perf-report-iterative-2009-3n-skx:
1257         - 4   # NDRPDR sel env5
1258         - 5   # NDRPDR sel env5
1259         - 6   # NDRPDR sel env5
1260         - 7   # NDRPDR sel env5
1261         - 8   # NDRPDR sel env5
1262         - 9   # NDRPDR sel env5
1263         - 14  # NDRPDR sel env5
1264         - 11  # NDRPDR sel env5
1265         - 12  # NDRPDR sel env5
1266         - 13  # NDRPDR sel env5
1267
1268     dpdk-performance-changes-2n-skx-h1:
1269       csit-dpdk-perf-verify-2001-2n-skx:
1270         - 35  # NDRPDR sel xxv710
1271         - 36  # NDRPDR sel xxv710
1272         - 37  # NDRPDR sel xxv710
1273         - 41  # NDRPDR sel xxv710
1274         - 42  # NDRPDR sel xxv710
1275         - 43  # NDRPDR sel xxv710
1276         - 46  # NDRPDR sel xxv710
1277         - 47  # NDRPDR sel xxv710
1278         - 52  # NDRPDR sel xxv710
1279         - 53  # NDRPDR sel xxv710
1280         - 38  # NDRPDR sel x710
1281         - 39  # NDRPDR sel x710
1282         - 40  # NDRPDR sel x710
1283         - 44  # NDRPDR sel x710
1284         - 45  # NDRPDR sel x710
1285         - 48  # NDRPDR sel x710
1286         - 49  # NDRPDR sel x710
1287         - 50  # NDRPDR sel x710
1288         - 51  # NDRPDR sel x710
1289         - 54  # NDRPDR sel x710
1290     dpdk-performance-changes-2n-skx-ref:
1291       csit-dpdk-perf-report-iterative-2005-2n-skx:
1292         - 20  # NDRPDR iter
1293         - 21  # NDRPDR iter
1294         - 22  # NDRPDR iter
1295         - 23  # NDRPDR iter
1296         - 24  # NDRPDR iter
1297         - 25  # NDRPDR iter
1298         - 26  # NDRPDR iter
1299         - 27  # NDRPDR iter
1300         - 28  # NDRPDR iter
1301         - 29  # NDRPDR iter
1302     dpdk-performance-changes-2n-skx-cmp:
1303       csit-dpdk-perf-report-iterative-2009-2n-skx:
1304         - 4   # NDRPDR iter env5
1305         - 5   # NDRPDR iter env5
1306         - 6   # NDRPDR iter env5
1307         - 7   # NDRPDR iter env5
1308         - 8   # NDRPDR iter env5
1309         - 9   # NDRPDR iter env5
1310         - 10  # NDRPDR iter env5
1311         - 11  # NDRPDR iter env5
1312         - 12  # NDRPDR iter env5
1313         - 13  # NDRPDR iter env5
1314
1315     dpdk-performance-changes-2n-clx-h1:
1316       csit-dpdk-perf-verify-2001-2n-clx:
1317         - 15  # NDRPDR sel
1318         - 16  # NDRPDR sel
1319         - 17  # NDRPDR sel
1320         - 18  # NDRPDR sel
1321         - 19  # NDRPDR sel
1322         - 20  # NDRPDR sel
1323         - 21  # NDRPDR sel
1324         - 22  # NDRPDR sel
1325         - 23  # NDRPDR sel
1326         - 24  # NDRPDR sel
1327         - 25  # NDRPDR sel
1328         - 26  # NDRPDR sel
1329         - 27  # NDRPDR sel
1330         - 28  # NDRPDR sel
1331         - 29  # NDRPDR sel
1332         - 30  # NDRPDR sel
1333         - 31  # NDRPDR sel
1334         - 32  # NDRPDR sel
1335         - 33  # NDRPDR sel
1336         - 34  # NDRPDR sel
1337     dpdk-performance-changes-2n-clx-ref:
1338       csit-dpdk-perf-report-iterative-2005-2n-clx:
1339         - 20  # NDRPDR iter
1340         - 21  # NDRPDR iter
1341         - 22  # NDRPDR iter
1342         - 23  # NDRPDR iter
1343         - 24  # NDRPDR iter
1344         - 25  # NDRPDR iter
1345         - 26  # NDRPDR iter
1346         - 27  # NDRPDR iter
1347         - 28  # NDRPDR iter
1348         - 29  # NDRPDR iter
1349     dpdk-performance-changes-2n-clx-cmp:
1350       csit-dpdk-perf-report-iterative-2009-2n-clx:
1351         - 4   # NDRPDR iter env5
1352         - 5   # NDRPDR iter env5
1353         - 6   # NDRPDR iter env5
1354         - 7   # NDRPDR iter env5
1355         - 8   # NDRPDR iter env5
1356         - 9   # NDRPDR iter env5
1357         - 10  # NDRPDR iter env5
1358         - 11  # NDRPDR iter env5
1359         - 12  # NDRPDR iter env5
1360         - 13  # NDRPDR iter env5
1361
1362 #    dpdk-performance-changes-2n-dnv-h1:
1363 #      csit-dpdk-perf-verify-2001-2n-dnv:
1364 #        - 9   # NDRPDR sel
1365 #        - 10  # NDRPDR sel
1366 #        - 11  # NDRPDR sel
1367 #        - 12  # NDRPDR sel
1368 #        - 13  # NDRPDR sel
1369 #        - 14  # NDRPDR sel
1370 #        - 15  # NDRPDR sel
1371 #        - 16  # NDRPDR sel
1372 #        - 17  # NDRPDR sel
1373 #        - 18  # NDRPDR sel
1374 #    dpdk-performance-changes-2n-dnv-ref:
1375 #      # No data
1376 #    dpdk-performance-changes-2n-dnv-cmp:
1377 #      # No data
1378 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1379
1380 #    dpdk-performance-changes-3n-dnv-h1:
1381 #      csit-dpdk-perf-verify-2001-3n-dnv:
1382 #        - 12  # NDRPDR sel
1383 #        - 13  # NDRPDR sel
1384 #        - 14  # NDRPDR sel
1385 #        - 15  # NDRPDR sel
1386 #        - 16  # NDRPDR sel
1387 #        - 17  # NDRPDR sel
1388 #        - 18  # NDRPDR sel
1389 #        - 19  # NDRPDR sel
1390 #        - 20  # NDRPDR sel
1391 #        - 22  # NDRPDR sel
1392 #    dpdk-performance-changes-3n-dnv-ref:
1393 #      # No data
1394 #    dpdk-performance-changes-3n-dnv-cmp:
1395 #      # No data
1396 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1397
1398     dpdk-performance-changes-3n-tsh-h1:
1399       csit-dpdk-perf-verify-2001-3n-tsh:
1400         - 3   # NDRPDR sel
1401         - 4   # NDRPDR sel
1402         - 5   # NDRPDR sel
1403         - 9   # NDRPDR sel
1404         - 10  # NDRPDR sel
1405         - 11  # NDRPDR sel
1406         - 12  # NDRPDR sel
1407         - 14  # NDRPDR sel
1408         - 15  # NDRPDR sel
1409         - 18  # NDRPDR sel
1410     dpdk-performance-changes-3n-tsh-ref:
1411       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1412         - 5   # NDRPDR sel
1413     dpdk-performance-changes-3n-tsh-cmp:
1414       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1415         - 1   # NDRPDR iter env5
1416         - 2   # NDRPDR iter env5
1417         - 3   # NDRPDR iter env5
1418         - 4   # NDRPDR iter env5
1419         - 5   # NDRPDR iter env5
1420         - 6   # NDRPDR iter env5
1421         - 7   # NDRPDR iter env5
1422         - 9   # NDRPDR iter env5
1423         - 10  # NDRPDR iter env5
1424         - 11  # NDRPDR iter env5
1425
1426     # Compare testbeds
1427
1428     vpp-compare-testbeds-ref:
1429       csit-vpp-perf-report-iterative-2009-3n-hsw:
1430         - 21  # rls2009 NDRPDR iter env 5
1431         - 22  # rls2009 NDRPDR iter env 5
1432         - 24  # rls2009 NDRPDR iter env 5
1433         - 25  # rls2009 NDRPDR iter env 5
1434         - 26  # rls2009 NDRPDR iter env 5
1435         - 27  # rls2009 NDRPDR iter env 5
1436         - 28  # rls2009 NDRPDR iter env 5
1437         - 29  # rls2009 NDRPDR iter env 5
1438         - 30  # rls2009 NDRPDR iter env 5
1439         - 31  # rls2009 NDRPDR iter env 5
1440     vpp-compare-testbeds-cmp:
1441       csit-vpp-perf-report-iterative-2009-3n-skx:
1442         - 26  # rls2009 NDRPDR iter env 5
1443         - 27  # rls2009 NDRPDR iter env 5
1444         - 28  # rls2009 NDRPDR iter env 5
1445         - 29  # rls2009 NDRPDR iter env 5
1446         - 35  # rls2009 NDRPDR iter env 5
1447         - 36  # rls2009 NDRPDR iter env 5
1448         - 37  # rls2009 NDRPDR iter env 5
1449         - 38  # rls2009 NDRPDR iter env 5
1450         - 39  # rls2009 NDRPDR iter env 5
1451         - 40  # rls2009 NDRPDR iter env 5
1452
1453     vpp-compare-testbeds-skx-clx-ref:
1454       csit-vpp-perf-report-iterative-2009-2n-skx:
1455         - 35  # rls2009 NDRPDR iter env 5
1456         - 36  # rls2009 NDRPDR iter env 5
1457         - 37  # rls2009 NDRPDR iter env 5
1458         - 39  # rls2009 NDRPDR iter env 5
1459         - 40  # rls2009 NDRPDR iter env 5
1460         - 42  # rls2009 NDRPDR iter env 5
1461         - 43  # rls2009 NDRPDR iter env 5
1462         - 44  # rls2009 NDRPDR iter env 5
1463         - 46  # rls2009 NDRPDR iter env 5
1464         - 48  # rls2009 NDRPDR iter env 5
1465         - 51  # rls2009 NDRPDR iter NAT44 env 5
1466         - 52  # rls2009 NDRPDR iter NAT44 env 5
1467         - 53  # rls2009 NDRPDR iter NAT44 env 5
1468         - 54  # rls2009 NDRPDR iter NAT44 env 5
1469         - 55  # rls2009 NDRPDR iter NAT44 env 5
1470         - 56  # rls2009 NDRPDR iter NAT44 env 5
1471         - 57  # rls2009 NDRPDR iter NAT44 env 5
1472         - 58  # rls2009 NDRPDR iter NAT44 env 5
1473         - 59  # rls2009 NDRPDR iter NAT44 env 5
1474         - 60  # rls2009 NDRPDR iter NAT44 env 5
1475     vpp-compare-testbeds-skx-clx-cmp:
1476       csit-vpp-perf-report-iterative-2009-2n-clx:
1477         - 36  # rls2009 NDRPDR iter env 5
1478         - 39  # rls2009 NDRPDR iter env 5
1479         - 40  # rls2009 NDRPDR iter env 5
1480         - 65  # rls2009 NDRPDR iter env 5
1481         - 66  # rls2009 NDRPDR iter env 5
1482         - 79  # rls2009 NDRPDR iter env 5
1483         - 82  # rls2009 NDRPDR iter env 5
1484         - 88  # rls2009 NDRPDR iter env 5
1485         - 89  # rls2009 NDRPDR iter env 5
1486         - 90  # rls2009 NDRPDR iter env 5
1487
1488     vpp-compare-testbeds-hsw-clx-ref:
1489       csit-vpp-perf-report-iterative-2009-3n-hsw:
1490         - 21  # rls2009 NDRPDR iter env 5
1491         - 22  # rls2009 NDRPDR iter env 5
1492         - 24  # rls2009 NDRPDR iter env 5
1493         - 25  # rls2009 NDRPDR iter env 5
1494         - 26  # rls2009 NDRPDR iter env 5
1495         - 27  # rls2009 NDRPDR iter env 5
1496         - 28  # rls2009 NDRPDR iter env 5
1497         - 29  # rls2009 NDRPDR iter env 5
1498         - 30  # rls2009 NDRPDR iter env 5
1499         - 31  # rls2009 NDRPDR iter env 5
1500     vpp-compare-testbeds-hsw-clx-cmp:
1501       csit-vpp-perf-report-iterative-2009-2n-clx:
1502         - 36  # rls2009 NDRPDR iter env 5
1503         - 39  # rls2009 NDRPDR iter env 5
1504         - 40  # rls2009 NDRPDR iter env 5
1505         - 65  # rls2009 NDRPDR iter env 5
1506         - 66  # rls2009 NDRPDR iter env 5
1507         - 79  # rls2009 NDRPDR iter env 5
1508         - 82  # rls2009 NDRPDR iter env 5
1509         - 88  # rls2009 NDRPDR iter env 5
1510         - 89  # rls2009 NDRPDR iter env 5
1511         - 90  # rls2009 NDRPDR iter env 5
1512
1513     vpp-compare-testbeds-mrr-ref:
1514       csit-vpp-perf-report-iterative-2009-3n-hsw:
1515         - 23  # rls2009 MRR iter env 5
1516     vpp-compare-testbeds-mrr-cmp:
1517       csit-vpp-perf-report-iterative-2009-3n-skx:
1518         - 24  # rls2009 MRR iter env 5
1519
1520     vpp-compare-testbeds-mrr-skx-clx-ref:
1521       csit-vpp-perf-report-iterative-2009-2n-skx:
1522         - 26  # rls2009 MRR iter env 5
1523     vpp-compare-testbeds-mrr-skx-clx-cmp:
1524       csit-vpp-perf-report-iterative-2009-2n-clx:
1525         - 78  # rls2009 MRR iter env 5
1526
1527     vpp-compare-testbeds-mrr-hsw-clx-ref:
1528       csit-vpp-perf-report-iterative-2009-3n-hsw:
1529         - 23  # rls2009 MRR iter env 5
1530     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1531       csit-vpp-perf-report-iterative-2009-2n-clx:
1532         - 78  # rls2009 MRR iter env 5
1533
1534     dpdk-compare-testbeds-ref:
1535       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1536         - 6   # NDRPDR iter env5
1537         - 7   # NDRPDR iter env5
1538         - 8   # NDRPDR iter env5
1539         - 9   # NDRPDR iter env5
1540         - 10  # NDRPDR iter env5
1541         - 11  # NDRPDR iter env5
1542         - 12  # NDRPDR iter env5
1543         - 13  # NDRPDR iter env5
1544         - 14  # NDRPDR iter env5
1545         - 15  # NDRPDR iter env5
1546     dpdk-compare-testbeds-cmp:
1547       csit-dpdk-perf-report-iterative-2009-3n-skx:
1548         - 4   # NDRPDR sel env5
1549         - 5   # NDRPDR sel env5
1550         - 6   # NDRPDR sel env5
1551         - 7   # NDRPDR sel env5
1552         - 8   # NDRPDR sel env5
1553         - 9   # NDRPDR sel env5
1554         - 14  # NDRPDR sel env5
1555         - 11  # NDRPDR sel env5
1556         - 12  # NDRPDR sel env5
1557         - 13  # NDRPDR sel env5
1558
1559     dpdk-compare-testbeds-skx-clx-ref:
1560       csit-dpdk-perf-report-iterative-2009-2n-skx:
1561         - 4   # NDRPDR iter env5
1562         - 5   # NDRPDR iter env5
1563         - 6   # NDRPDR iter env5
1564         - 7   # NDRPDR iter env5
1565         - 8   # NDRPDR iter env5
1566         - 9   # NDRPDR iter env5
1567         - 10  # NDRPDR iter env5
1568         - 11  # NDRPDR iter env5
1569         - 12  # NDRPDR iter env5
1570         - 13  # NDRPDR iter env5
1571     dpdk-compare-testbeds-skx-clx-cmp:
1572       csit-dpdk-perf-report-iterative-2009-2n-clx:
1573         - 4   # NDRPDR iter env5
1574         - 5   # NDRPDR iter env5
1575         - 6   # NDRPDR iter env5
1576         - 7   # NDRPDR iter env5
1577         - 8   # NDRPDR iter env5
1578         - 9   # NDRPDR iter env5
1579         - 10  # NDRPDR iter env5
1580         - 11  # NDRPDR iter env5
1581         - 12  # NDRPDR iter env5
1582         - 13  # NDRPDR iter env5
1583
1584     # Compare topologies
1585
1586     vpp-compare-topologies-ref:
1587       csit-vpp-perf-report-iterative-2009-3n-skx:
1588         - 26  # rls2009 NDRPDR iter env 5
1589         - 27  # rls2009 NDRPDR iter env 5
1590         - 28  # rls2009 NDRPDR iter env 5
1591         - 29  # rls2009 NDRPDR iter env 5
1592         - 35  # rls2009 NDRPDR iter env 5
1593         - 36  # rls2009 NDRPDR iter env 5
1594         - 37  # rls2009 NDRPDR iter env 5
1595         - 38  # rls2009 NDRPDR iter env 5
1596         - 39  # rls2009 NDRPDR iter env 5
1597         - 40  # rls2009 NDRPDR iter env 5
1598     vpp-compare-topologies-cmp:
1599       csit-vpp-perf-report-iterative-2009-2n-skx:
1600         - 35  # rls2009 NDRPDR iter env 5
1601         - 36  # rls2009 NDRPDR iter env 5
1602         - 37  # rls2009 NDRPDR iter env 5
1603         - 39  # rls2009 NDRPDR iter env 5
1604         - 40  # rls2009 NDRPDR iter env 5
1605         - 42  # rls2009 NDRPDR iter env 5
1606         - 43  # rls2009 NDRPDR iter env 5
1607         - 44  # rls2009 NDRPDR iter env 5
1608         - 46  # rls2009 NDRPDR iter env 5
1609         - 48  # rls2009 NDRPDR iter env 5
1610
1611     vpp-compare-topologies-mrr-ref:
1612       csit-vpp-perf-report-iterative-2009-3n-skx:
1613         - 24  # rls2009 MRR iter env 5
1614     vpp-compare-topologies-mrr-cmp:
1615       csit-vpp-perf-report-iterative-2009-2n-skx:
1616         - 26  # rls2009 MRR iter env 5
1617
1618     dpdk-compare-topologies-ref:
1619       csit-dpdk-perf-report-iterative-2009-3n-skx:
1620         - 4   # NDRPDR sel env5
1621         - 5   # NDRPDR sel env5
1622         - 6   # NDRPDR sel env5
1623         - 7   # NDRPDR sel env5
1624         - 8   # NDRPDR sel env5
1625         - 9   # NDRPDR sel env5
1626         - 14  # NDRPDR sel env5
1627         - 11  # NDRPDR sel env5
1628         - 12  # NDRPDR sel env5
1629         - 13  # NDRPDR sel env5
1630     dpdk-compare-topologies-cmp:
1631       csit-dpdk-perf-report-iterative-2009-2n-skx:
1632         - 4   # NDRPDR iter env5
1633         - 5   # NDRPDR iter env5
1634         - 6   # NDRPDR iter env5
1635         - 7   # NDRPDR iter env5
1636         - 8   # NDRPDR iter env5
1637         - 9   # NDRPDR iter env5
1638         - 10  # NDRPDR iter env5
1639         - 11  # NDRPDR iter env5
1640         - 12  # NDRPDR iter env5
1641         - 13  # NDRPDR iter env5
1642
1643   plot-layouts:
1644
1645     plot-soak-throughput:
1646       titlefont:
1647         size: 16
1648       xaxis:
1649         title: "<b>Test Cases [Index]</b>"
1650         titlefont:
1651           size: 14
1652         autorange: True
1653         fixedrange: False
1654         gridcolor: "rgb(230, 230, 230)"
1655         linecolor: "rgb(220, 220, 220)"
1656         linewidth: 1
1657         showgrid: True
1658         showline: True
1659         showticklabels: True
1660         tickcolor: "rgb(220, 220, 220)"
1661         tickmode: "linear"
1662         tickfont:
1663           size: 14
1664         zeroline: False
1665       yaxis:
1666         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1667         titlefont:
1668           size: 14
1669         gridcolor: "rgb(230, 230, 230)"
1670         hoverformat: ".4r"
1671         tickformat: ".3r"
1672         linecolor: "rgb(220, 220, 220)"
1673         linewidth: 1
1674         showgrid: True
1675         showline: True
1676         showticklabels: True
1677         tickcolor: "rgb(220, 220, 220)"
1678         tickfont:
1679           size: 14
1680         zeroline: False
1681         range: [0,50]
1682       autosize: False
1683       margin:
1684         t: 50
1685         b: 0
1686         l: 80
1687         r: 20
1688       showlegend: True
1689       legend:
1690         orientation: "h"
1691         font:
1692           size: 14
1693       width: 700
1694       height: 900
1695       paper_bgcolor: "#fff"
1696       plot_bgcolor: "#fff"
1697       hoverlabel:
1698         namelength: -1
1699
1700     plot-service-density:
1701       titlefont:
1702         size: 16
1703       xaxis:
1704         side: "top"
1705         autorange: True
1706         fixedrange: False
1707         showgrid: False
1708         showline: False
1709         showticklabels: False
1710         ticks: ""
1711         ticklen: 0
1712         tickwidth: 0
1713         zeroline: False
1714       yaxis:
1715         autorange: "reversed"
1716         showgrid: False
1717         showline: False
1718         showticklabels: False
1719         ticks: ""
1720         ticklen: 0
1721         tickwidth: 0
1722         zeroline: False
1723       showlegend: False
1724       paper_bgcolor: "#fff"
1725       plot_bgcolor: "#fff"
1726       width: 700
1727       height: 700
1728       hoverlabel:
1729         namelength: -1
1730
1731     plot-hoststack:
1732       titlefont:
1733         size: 16
1734       xaxis:
1735         title: "<b>Test Cases [Index]</b>"
1736         titlefont:
1737           size: 14
1738         autorange: True
1739         fixedrange: False
1740         gridcolor: "rgb(230, 230, 230)"
1741         linecolor: "rgb(220, 220, 220)"
1742         linewidth: 1
1743         showgrid: True
1744         showline: True
1745         showticklabels: True
1746         tickcolor: "rgb(220, 220, 220)"
1747         tickmode: "linear"
1748         tickfont:
1749           size: 14
1750         zeroline: False
1751       yaxis:
1752         title: "<b>Bandwidth [Gbps]</b>"
1753         titlefont:
1754           size: 14
1755         gridcolor: "rgb(230, 230, 230)"
1756         hoverformat: ".4s"
1757         linecolor: "rgb(220, 220, 220)"
1758         linewidth: 1
1759         rangemode: "tozero"
1760         showgrid: True
1761         showline: True
1762         showticklabels: True
1763         tickcolor: "rgb(230, 230, 230)"
1764         tickformat: ".3s"
1765         tickfont:
1766           size: 14
1767         zeroline: False
1768       autosize: False
1769       margin:
1770         t: 50
1771         b: 20
1772         l: 80
1773         r: 20
1774       showlegend: True
1775       legend:
1776         orientation: "h"
1777         font:
1778           size: 14
1779       width: 700
1780       height: 800
1781       paper_bgcolor: "#fff"
1782       plot_bgcolor: "#fff"
1783       hoverlabel:
1784         namelength: -1
1785
1786     plot-throughput:
1787       titlefont:
1788         size: 16
1789       xaxis:
1790         title: "<b>Test Cases [Index]</b>"
1791         titlefont:
1792           size: 14
1793         autorange: True
1794         fixedrange: False
1795         gridcolor: "rgb(230, 230, 230)"
1796         linecolor: "rgb(220, 220, 220)"
1797         linewidth: 1
1798         showgrid: True
1799         showline: True
1800         showticklabels: True
1801         tickcolor: "rgb(220, 220, 220)"
1802         tickmode: "linear"
1803         tickfont:
1804           size: 14
1805         zeroline: False
1806       yaxis:
1807         title: "<b>Packet Throughput [Mpps]</b>"
1808         titlefont:
1809           size: 14
1810         gridcolor: "rgb(230, 230, 230)"
1811         hoverformat: ".4r"
1812         tickformat: ".3r"
1813         linecolor: "rgb(220, 220, 220)"
1814         linewidth: 1
1815         showgrid: True
1816         showline: True
1817         showticklabels: True
1818         tickcolor: "rgb(220, 220, 220)"
1819         tickfont:
1820           size: 14
1821         zeroline: False
1822         range: [0,50]
1823       autosize: False
1824       margin:
1825         t: 50
1826         b: 0
1827         l: 80
1828         r: 20
1829       showlegend: True
1830       legend:
1831         orientation: "h"
1832         font:
1833           size: 14
1834       width: 700
1835       height: 900
1836       paper_bgcolor: "#fff"
1837       plot_bgcolor: "#fff"
1838       hoverlabel:
1839         namelength: -1
1840
1841     plot-throughput-speedup-analysis:
1842       titlefont:
1843         size: 16
1844       xaxis:
1845         title: "<b>Number of Cores [Qty]</b>"
1846         titlefont:
1847           size: 14
1848         autorange: True
1849         fixedrange: False
1850         gridcolor: "rgb(230, 230, 230)"
1851         linecolor: "rgb(220, 220, 220)"
1852         linewidth: 1
1853         showgrid: True
1854         showline: True
1855         showticklabels: True
1856         tickcolor: "rgb(238, 238, 238)"
1857         tickmode: "linear"
1858         tickfont:
1859           size: 14
1860         zeroline: False
1861       yaxis:
1862         title: "<b>Packet Throughput [Mpps]</b>"
1863         titlefont:
1864           size: 14
1865         type: "linear"
1866         gridcolor: "rgb(230, 230, 230)"
1867         hoverformat: ".4s"
1868         linecolor: "rgb(220, 220, 220)"
1869         linewidth: 1
1870         showgrid: True
1871         showline: True
1872         showticklabels: True
1873         tickcolor: "rgb(220, 220, 220)"
1874         tickformat: ".4s"
1875         tickfont:
1876           size: 14
1877         zeroline: True
1878         rangemode: "tozero"
1879         range: [0,100]
1880       legend:
1881         orientation: "h"
1882         font:
1883           size: 14
1884         xanchor: "left"
1885         yanchor: "top"
1886         x: 0
1887         y: -0.2
1888         bgcolor: "rgba(255, 255, 255, 0)"
1889         bordercolor: "rgba(255, 255, 255, 0)"
1890         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1891       autosize: False
1892       margin:
1893           't': 50
1894           'b': 150
1895           'l': 85
1896           'r': 10
1897       showlegend: True
1898       width: 700
1899       height: 700
1900       paper_bgcolor: "#fff"
1901       plot_bgcolor: "#fff"
1902       hoverlabel:
1903         namelength: -1
1904       annotations: [
1905         {
1906           text: "_ _          __          ...",
1907           align: "left",
1908           showarrow: False,
1909           xref: "paper",
1910           yref: "paper",
1911           xanchor: "left",
1912           yanchor: "top",
1913           x: 0,
1914           y: -0.14,
1915           font: {
1916             family: "Consolas, Courier New",
1917             size: 13
1918           },
1919         },
1920         {
1921           text: "    Perfect     Measured     Limit",
1922           align: "left",
1923           showarrow: False,
1924           xref: "paper",
1925           yref: "paper",
1926           xanchor: "left",
1927           yanchor: "top",
1928           x: 0,
1929           y: -0.15,
1930           font: {
1931             family: "Consolas, Courier New",
1932             size: 13
1933           },
1934         },
1935       ]
1936
1937     plot-latency:
1938       titlefont:
1939         size: 16
1940       xaxis:
1941         title: "<b>Direction</b>"
1942         titlefont:
1943           size: 14
1944         autorange: True
1945         fixedrange: False
1946         gridcolor: "rgb(230, 230, 230)"
1947         linecolor: "rgb(220, 220, 220)"
1948         linewidth: 1
1949         showgrid: True
1950         showline: True
1951         showticklabels: False
1952         tickcolor: "rgb(220, 220, 220)"
1953         tickmode: "linear"
1954         tickfont:
1955           size: 14
1956         zeroline: False
1957       yaxis:
1958         title: "<b>Packet Latency [uSec]</b>"
1959         titlefont:
1960           size: 14
1961         type: "linear"
1962         gridcolor: "rgb(230, 230, 230)"
1963         hoverformat: ".4s"
1964         linecolor: "rgb(220, 220, 220)"
1965         linewidth: 1
1966         showgrid: True
1967         showline: True
1968         showticklabels: True
1969         tickcolor: "rgb(220, 220, 220)"
1970         tickformat: ".4s"
1971         tickfont:
1972           size: 14
1973         zeroline: True
1974         rangemode: "tozero"
1975       legend:
1976         orientation: "h"
1977         font:
1978           size: 14
1979         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1980       autosize: False
1981       margin:
1982           't': 50
1983           'b': 150
1984           'l': 80
1985           'r': 10
1986       showlegend: True
1987       width: 700
1988       height: 700
1989       paper_bgcolor: "#fff"
1990       plot_bgcolor: "#fff"
1991       hoverlabel:
1992         namelength: -1
1993
1994     plot-hdrh-latency:
1995       title:
1996         text: ""
1997         xanchor: "center"
1998         x: 0.5
1999         font:
2000           size: 16
2001       width: 700
2002       plot_bgcolor: "white"
2003       annotations:
2004         - font:
2005             size: 14
2006           showarrow: False
2007           text: "<b>Packet Latency [uSec]</b>"
2008           x: 1
2009           xanchor: "right"
2010           xref: "paper"
2011           y: -0.045
2012           yanchor: "top"
2013           yref: "paper"
2014         - font:
2015             size: 14
2016           showarrow: False
2017           text: "<b>Probability [%]</b>"
2018           textangle: 270
2019           x: -0.06
2020           xanchor: "center"
2021           xref: "paper"
2022           y: 0.5
2023           yanchor: "middle"
2024           yref: "paper"
2025         - font:
2026             size: 14
2027           showarrow: False
2028           text: "<b>Direction: E-W</b>"
2029           x: 0.24
2030           xanchor: "center"
2031           xref: "paper"
2032           y: 1.05
2033           yanchor: "bottom"
2034           yref: "paper"
2035         - font:
2036             size: 14
2037           showarrow: False
2038           text: "<b>Direction: W-E</b>"
2039           x: 0.74
2040           xanchor: "center"
2041           xref: "paper"
2042           y: 1.05
2043           yanchor: "bottom"
2044           yref: "paper"
2045
2046     plot-hdrh-latency-percentile:
2047       title:
2048         text: ""
2049         xanchor: "center"
2050         x: 0.5
2051         font:
2052           size: 16
2053       xaxis:
2054         type: "log"
2055         title: "<b>Percentile [%]</b>"
2056         titlefont:
2057           size: 14
2058         autorange: True
2059         fixedrange: False
2060         gridcolor: "rgb(230, 230, 230)"
2061         linecolor: "rgb(220, 220, 220)"
2062         linewidth: 1
2063         showgrid: True
2064         showline: True
2065         showticklabels: True
2066         tickcolor: "rgb(220, 220, 220)"
2067         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2068         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2069         tickfont:
2070           size: 14
2071       yaxis:
2072         title: "<b>Packet Latency [uSec]</b>"
2073         titlefont:
2074           size: 14
2075         gridcolor: "rgb(230, 230, 230)"
2076         linecolor: "rgb(220, 220, 220)"
2077         linewidth: 1
2078         showgrid: True
2079         showline: True
2080         showticklabels: True
2081         tickcolor: "rgb(220, 220, 220)"
2082         tickfont:
2083           size: 14
2084       autosize: False
2085       showlegend: True
2086       legend:
2087         traceorder: "normal"
2088         orientation: "h"
2089         font:
2090           size: 14
2091         xanchor: "left"
2092         yanchor: "top"
2093         x: 0
2094         y: -0.15
2095         bgcolor: "rgba(255, 255, 255, 0)"
2096         bordercolor: "rgba(255, 255, 255, 0)"
2097       width: 700
2098       height: 700
2099       paper_bgcolor: "white"
2100       plot_bgcolor: "white"
2101
2102     plot-hdrh-latency-by-percentile:
2103       title:
2104         text: "<b>Latency by Percentile Distribution</b>"
2105         xanchor: "center"
2106         x: 0.5
2107         font:
2108           size: 18
2109       showlegend: True
2110       legend:
2111         traceorder: "normal"
2112         orientation: "h"
2113         font:
2114           size: 16
2115         xanchor: "left"
2116         yanchor: "top"
2117         x: 0
2118         y: -0.2
2119         bgcolor: "rgba(255, 255, 255, 0)"
2120         bordercolor: "rgba(255, 255, 255, 0)"
2121       xaxis:
2122         type: "linear"
2123         title: "<b>Percentile [%]</b>"
2124         titlefont:
2125           size: 14
2126         autorange: False
2127         fixedrange: False
2128         range: [0, 100]
2129         gridcolor: "rgb(230, 230, 230)"
2130         linecolor: "rgb(220, 220, 220)"
2131         linewidth: 1
2132         showgrid: True
2133         showline: True
2134         showticklabels: True
2135         tickcolor: "rgb(220, 220, 220)"
2136         tickvals: [0, 25, 50, 75, 100]
2137         ticktext: [0, 25, 50, 75, 100]
2138         tickfont:
2139           size: 14
2140       yaxis:
2141         title: "<b>One-Way Latency per Direction [uSec]</b>"
2142         titlefont:
2143           size: 14
2144         gridcolor: "rgb(230, 230, 230)"
2145         linecolor: "rgb(220, 220, 220)"
2146         linewidth: 1
2147         showgrid: True
2148         showline: True
2149         showticklabels: True
2150         tickcolor: "rgb(220, 220, 220)"
2151         tickfont:
2152           size: 14
2153       width: 700
2154       height: 700
2155       paper_bgcolor: "white"
2156       plot_bgcolor: "white"
2157
2158 - type: "static"
2159   src-path: "{DIR[RST]}"
2160   dst-path: "{DIR[WORKING,SRC]}"
2161
2162 - type: "input"
2163   general:
2164     file-name: "output_info.xml.gz"
2165     file-format: ".gz"
2166     arch-file-format:
2167       - ".gz"
2168       - ".zip"
2169     download-path: "{job}/{build}/archives/{filename}"
2170     extract: "output.xml"
2171
2172     zip-file-name: "robot-plugin.zip"
2173     zip-file-format: ".zip"
2174     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2175     zip-extract: "robot-plugin/output.xml"
2176
2177   builds:
2178
2179     csit-vpp-perf-verify-2001-3n-hsw:
2180       - 17  # MRR sel
2181     csit-vpp-perf-report-iterative-2005-3n-hsw:
2182       - 20  # NDRPDR sel env 4
2183       - 21  # NDRPDR sel env 4
2184       - 22  # NDRPDR sel env 4
2185       - 23  # NDRPDR sel env 4
2186       - 24  # NDRPDR sel env 4
2187       - 25  # NDRPDR sel env 4
2188       - 26  # NDRPDR sel env 4
2189       - 27  # NDRPDR sel env 4
2190       - 28  # NDRPDR sel env 4
2191       - 29  # NDRPDR sel env 4
2192       - 30  # MRR env 4
2193       - 31  # NDRPDR sel 2001.0-4
2194       - 32  # NDRPDR sel 2001.0-4
2195       - 33  # NDRPDR sel 2001.0-4
2196       - 34  # NDRPDR sel 2001.0-4
2197       - 35  # NDRPDR sel 2001.0-4
2198       - 36  # NDRPDR sel 2001.0-4
2199       - 38  # NDRPDR sel 2001.0-4
2200     csit-vpp-perf-report-iterative-2009-3n-hsw:
2201       - 18  # rls2005 MRR iter env 5
2202       - 9   # rls2005 NDRPDR iter env 5
2203       - 10  # rls2005 NDRPDR iter env 5
2204       - 11  # rls2005 NDRPDR iter env 5
2205       - 12  # rls2005 NDRPDR iter env 5
2206       - 13  # rls2005 NDRPDR iter env 5
2207       - 14  # rls2005 NDRPDR iter env 5
2208       - 15  # rls2005 NDRPDR iter env 5
2209       - 16  # rls2005 NDRPDR iter env 5
2210       - 17  # rls2005 NDRPDR iter env 5
2211       - 19  # rls2005 NDRPDR iter env 5
2212       - 23  # rls2009 MRR iter env 5
2213       - 21  # rls2009 NDRPDR iter env 5
2214       - 22  # rls2009 NDRPDR iter env 5
2215       - 24  # rls2009 NDRPDR iter env 5
2216       - 25  # rls2009 NDRPDR iter env 5
2217       - 26  # rls2009 NDRPDR iter env 5
2218       - 27  # rls2009 NDRPDR iter env 5
2219       - 28  # rls2009 NDRPDR iter env 5
2220       - 29  # rls2009 NDRPDR iter env 5
2221       - 30  # rls2009 NDRPDR iter env 5
2222       - 31  # rls2009 NDRPDR iter env 5
2223       - 32  # rls2009 Hoststack iter env 5
2224       - 33  # rls2009 Hoststack iter env 5
2225       - 34  # rls2009 Hoststack iter env 5
2226       - 35  # rls2009 Hoststack iter env 5
2227       - 36  # rls2009 Hoststack iter env 5
2228       - 37  # rls2009 Hoststack iter env 5
2229       - 38  # rls2009 Hoststack iter env 5
2230       - 39  # rls2009 Hoststack iter env 5
2231       - 40  # rls2009 Hoststack iter env 5
2232       - 41  # rls2009 Hoststack iter env 5
2233     csit-vpp-perf-report-coverage-2009-3n-hsw:
2234       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2235       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2236       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2237       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2238       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2239       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2240       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2241       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2242       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2243       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2244       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2245       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2246       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2247       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2248       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2249       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2250       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2251       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2252       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2253       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2254       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2255       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2256       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2257       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2258       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2259       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2260       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2261       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2262       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2263       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2264       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2265       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2266       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2267       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2268       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2269
2270     csit-vpp-perf-verify-2001-3n-skx:
2271       - 50  # MRR sel
2272       - 53  # MRR sel addition
2273     csit-vpp-perf-report-iterative-2005-3n-skx:
2274       - 4   # NDRPDR sel
2275       - 5   # NDRPDR sel ??? all x710 failed
2276       - 33  # NDRPDR sel
2277       - 28  # NDRPDR sel
2278       - 34  # NDRPDR sel
2279       - 42  # NDRPDR sel env 4
2280       - 43  # NDRPDR sel env 4
2281       - 44  # NDRPDR sel env 4
2282       - 45  # NDRPDR sel env 4
2283       - 47  # NDRPDR sel env 4
2284       - 55  # NDRPDR sel env 4
2285       - 56  # NDRPDR sel env 4
2286       - 57  # NDRPDR sel env 4
2287       - 61  # NDRPDR sel env 4
2288       - 62  # NDRPDR sel env 4
2289       - 50  # NDRPDR sel 2001.0-4
2290       - 51  # NDRPDR sel 2001.0-4
2291       - 52  # NDRPDR sel 2001.0-4
2292       - 53  # NDRPDR sel 2001.0-4
2293       - 54  # NDRPDR sel 2001.0-4
2294       - 49  # MRR sel env 4
2295     # TODO: Add:
2296     csit-vpp-perf-report-iterative-2009-3n-skx:
2297       - 17  # rls2005 MRR iter env 5
2298       - 13  # rls2005 NDRPDR iter env 5
2299       - 18  # rls2005 NDRPDR iter env 5
2300       - 19  # rls2005 NDRPDR iter env 5
2301       - 41  # rls2005 NDRPDR iter env 5
2302       - 43  # rls2005 NDRPDR iter env 5
2303       - 44  # rls2005 NDRPDR iter env 5
2304       - 45  # rls2005 NDRPDR iter env 5
2305       - 24  # rls2009 MRR iter env 5
2306       - 26  # rls2009 NDRPDR iter env 5
2307       - 27  # rls2009 NDRPDR iter env 5
2308       - 28  # rls2009 NDRPDR iter env 5
2309       - 29  # rls2009 NDRPDR iter env 5
2310       - 35  # rls2009 NDRPDR iter env 5
2311       - 36  # rls2009 NDRPDR iter env 5
2312       - 37  # rls2009 NDRPDR iter env 5
2313       - 38  # rls2009 NDRPDR iter env 5
2314       - 39  # rls2009 NDRPDR iter env 5
2315       - 40  # rls2009 NDRPDR iter env 5
2316     csit-vpp-perf-report-coverage-2009-3n-skx:
2317       - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
2318       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2319       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2320       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2321       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2322       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2323       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2324       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2325       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2326       - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
2327       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2328       - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
2329       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2330       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2331       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2332       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2333       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2334       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2335       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2336       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2337       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2338       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2339       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2340       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2341       - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
2342       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2343       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2344       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2345       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2346       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2347       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2348       - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
2349       - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
2350       - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
2351       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2352       - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
2353
2354     csit-vpp-perf-verify-2001-2n-skx:
2355       - 101  # MRR sel - old
2356       - 128  # MRR sel addition - old
2357     csit-vpp-perf-report-iterative-2005-2n-skx:
2358       - 88  # NDRPDR sel env 4
2359       - 89  # NDRPDR sel env 4
2360       - 90  # NDRPDR sel env 4
2361       - 91  # NDRPDR sel env 4
2362       - 92  # NDRPDR sel env 4
2363       - 93  # NDRPDR sel env 4
2364       - 94  # NDRPDR sel env 4
2365       - 125 # NDRPDR sel env 4
2366       - 126 # NDRPDR sel env 4
2367       - 127 # NDRPDR sel env 4
2368       - 100 # NDRPDR sel 2001.0-4
2369       - 101 # NDRPDR sel 2001.0-4
2370       - 102 # NDRPDR sel 2001.0-4
2371       - 103 # NDRPDR sel 2001.0-4
2372       - 104 # NDRPDR sel 2001.0-4
2373       - 105 # NDRPDR sel 2001.0-4
2374       - 99  # MRR sel env 4
2375     csit-vpp-perf-report-iterative-2009-2n-skx:
2376       - 20  # rls2005 MRR iter env 5
2377       - 13  # rls2005 NDRPDR iter env 5
2378       - 16  # rls2005 NDRPDR iter env 5
2379       - 17  # rls2005 NDRPDR iter env 5
2380       - 18  # rls2005 NDRPDR iter env 5
2381       - 19  # rls2005 NDRPDR iter env 5
2382       - 21  # rls2005 NDRPDR iter env 5
2383       - 22  # rls2005 NDRPDR iter env 5
2384       - 23  # rls2005 NDRPDR iter env 5
2385       - 24  # rls2005 NDRPDR iter env 5
2386       - 25  # rls2005 NDRPDR iter env 5
2387       - 26  # rls2009 MRR iter env 5
2388       - 35  # rls2009 NDRPDR iter env 5
2389       - 36  # rls2009 NDRPDR iter env 5
2390       - 37  # rls2009 NDRPDR iter env 5
2391       - 39  # rls2009 NDRPDR iter env 5
2392       - 40  # rls2009 NDRPDR iter env 5
2393       - 42  # rls2009 NDRPDR iter env 5
2394       - 43  # rls2009 NDRPDR iter env 5
2395       - 44  # rls2009 NDRPDR iter env 5
2396       - 46  # rls2009 NDRPDR iter env 5
2397       - 48  # rls2009 NDRPDR iter env 5
2398       - 51  # rls2009 NDRPDR iter NAT44 env 5
2399       - 52  # rls2009 NDRPDR iter NAT44 env 5
2400       - 53  # rls2009 NDRPDR iter NAT44 env 5
2401       - 54  # rls2009 NDRPDR iter NAT44 env 5
2402       - 55  # rls2009 NDRPDR iter NAT44 env 5
2403       - 56  # rls2009 NDRPDR iter NAT44 env 5
2404       - 57  # rls2009 NDRPDR iter NAT44 env 5
2405       - 58  # rls2009 NDRPDR iter NAT44 env 5
2406       - 59  # rls2009 NDRPDR iter NAT44 env 5
2407       - 60  # rls2009 NDRPDR iter NAT44 env 5
2408       - 38  # rls2009 nf-density iter env 5
2409       - 41  # rls2009 nf-density iter env 5
2410       - 45  # rls2009 nf-density iter env 5
2411       - 47  # rls2009 nf-density iter env 5
2412       - 49  # rls2009 nf-density iter env 5
2413       - 63  # rls2009 nf-density iter env 5
2414       - 65  # rls2009 nf-density iter env 5
2415       - 66  # rls2009 nf-density iter env 5
2416       - 71  # rls2009 nf-density iter env 5
2417       - 72  # rls2009 nf-density iter env 5
2418       - 50  # rls2009 MRR nf-density iter env 5
2419       - 27  # rls2009 reconf env 5
2420       - 28  # rls2009 reconf env 5
2421       - 29  # rls2009 reconf env 5
2422       - 30  # rls2009 reconf env 5
2423       - 31  # rls2009 reconf env 5
2424       - 32  # rls2009 reconf env 5
2425       - 61  # rls2009 reconf env 5
2426       - 62  # rls2009 reconf env 5
2427       - 68  # rls2009 reconf env 5
2428       - 70  # rls2009 reconf env 5
2429       - 33  # rls2009 soak env 5
2430       - 34  # rls2009 soak env 5
2431     csit-vpp-perf-report-coverage-2009-2n-skx:
2432       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2433       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2434       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2435       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2436       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2437       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2438       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2439       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2440       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2441       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2442       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2443       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2444       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2445       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2446       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2447
2448     csit-vpp-perf-verify-2001-2n-clx:
2449       - 39  # MRR
2450     csit-vpp-perf-report-iterative-2005-2n-clx:
2451       - 62  # NDRPDR sel env 4
2452       - 63  # NDRPDR sel env 4
2453       - 64  # NDRPDR sel env 4
2454       - 65  # NDRPDR sel env 4
2455       - 66  # NDRPDR sel env 4
2456       - 68  # NDRPDR sel env 4
2457       - 69  # NDRPDR sel env 4
2458       - 70  # NDRPDR sel env 4
2459       - 103 # NDRPDR sel env 4
2460       - 104 # NDRPDR sel env 4
2461       - 73  # NDRPDR sel 2001.0-4
2462       - 74  # NDRPDR sel 2001.0-4
2463       - 75  # NDRPDR sel 2001.0-4
2464       - 76  # NDRPDR sel 2001.0-4
2465       - 77  # NDRPDR sel 2001.0-4
2466       - 78  # NDRPDR sel 2001.0-4
2467       - 79  # NDRPDR sel 2001.0-4
2468       - 80  # NDRPDR sel 2001.0-4
2469       - 72  # MRR env 4
2470     csit-vpp-perf-report-iterative-2009-2n-clx:
2471       - 77  # rls2005 MRR iter env 5
2472       - 13  # rls2005 NDRPDR iter env 5
2473       - 15  # rls2005 NDRPDR iter env 5
2474       - 17  # rls2005 NDRPDR iter env 5
2475       - 18  # rls2005 NDRPDR iter env 5
2476       - 19  # rls2005 NDRPDR iter env 5
2477       - 20  # rls2005 NDRPDR iter env 5
2478       - 21  # rls2005 NDRPDR iter env 5
2479       - 22  # rls2005 NDRPDR iter env 5
2480       - 23  # rls2005 NDRPDR iter env 5
2481       - 24  # rls2005 NDRPDR iter env 5
2482       - 78  # rls2009 MRR iter env 5
2483       - 36  # rls2009 NDRPDR iter env 5
2484       - 39  # rls2009 NDRPDR iter env 5
2485       - 40  # rls2009 NDRPDR iter env 5
2486       - 65  # rls2009 NDRPDR iter env 5
2487       - 66  # rls2009 NDRPDR iter env 5
2488       - 79  # rls2009 NDRPDR iter env 5
2489       - 82  # rls2009 NDRPDR iter env 5
2490       - 88  # rls2009 NDRPDR iter env 5
2491       - 89  # rls2009 NDRPDR iter env 5
2492       - 90  # rls2009 NDRPDR iter env 5
2493       - 37  # rls2009 nf-density iter env 5
2494       - 43  # rls2009 nf-density iter env 5
2495       - 69  # rls2009 nf-density iter env 5
2496       - 70  # rls2009 nf-density iter env 5
2497       - 71  # rls2009 nf-density iter env 5
2498       - 72  # rls2009 nf-density iter env 5
2499       - 73  # rls2009 nf-density iter env 5
2500       - 74  # rls2009 nf-density iter env 5
2501       - 75  # rls2009 nf-density iter env 5
2502       - 76  # rls2009 nf-density iter env 5
2503       - 45  # rls2009 MRR nf-density iter env 5
2504       - 25  # rls2009 reconf env 5
2505       - 27  # rls2009 reconf env 5
2506       - 28  # rls2009 reconf env 5
2507       - 29  # rls2009 reconf env 5
2508       - 30  # rls2009 reconf env 5
2509       - 30  # rls2009 reconf env 5
2510       - 32  # rls2009 reconf env 5
2511       - 48  # rls2009 reconf env 5
2512       - 53  # rls2009 reconf env 5
2513       - 68  # rls2009 reconf env 5
2514       - 33  # rls2009 soak env 5
2515       - 34  # rls2009 soak env 5
2516     csit-vpp-perf-report-coverage-2009-2n-clx:
2517       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2518       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2519       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2520       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2521       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2522       - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
2523       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2524       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2525       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2526       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2527       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2528       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2529       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2530       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2531       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2532
2533     csit-vpp-perf-verify-2001-3n-tsh:
2534       - 9   # MRR sel
2535     csit-vpp-perf-report-iterative-2005-3n-tsh:
2536       - 23  # NDRPDR sel env 4
2537       - 25  # NDRPDR sel env 4
2538       - 33  # NDRPDR sel env 4
2539       - 34  # NDRPDR sel env 4
2540       - 35  # NDRPDR sel env 4
2541       - 36  # NDRPDR sel env 4
2542       - 37  # NDRPDR sel env 4
2543       - 38  # NDRPDR sel env 4
2544       - 39  # NDRPDR sel env 4
2545       - 40  # NDRPDR sel env 4
2546       - 28  # NDRPDR sel 2001.0-4
2547       - 29  # NDRPDR sel 2001.0-4
2548       - 31  # NDRPDR sel 2001.0-4
2549       - 27  # MRR sel env 4
2550     # TODO: Add:
2551     csit-vpp-perf-report-iterative-2009-3n-tsh:
2552       - 8   # rls2005 NDRPDR iter env 5
2553       - 11  # rls2005 NDRPDR iter env 5
2554       - 12  # rls2005 NDRPDR iter env 5
2555       - 24  # rls2005 NDRPDR iter env 5
2556       - 27  # rls2005 NDRPDR iter env 5
2557       - 29  # rls2005 NDRPDR iter env 5
2558       - 13  # rls2005 MRR iter env 5
2559       - 14  # rls2009 NDRPDR iter env 5
2560       - 20  # rls2009 NDRPDR iter env 5
2561       - 21  # rls2009 NDRPDR iter env 5
2562       - 22  # rls2009 NDRPDR iter env 5
2563       - 23  # rls2009 NDRPDR iter env 5
2564       - 28  # rls2009 NDRPDR iter env 5
2565       - 30  # rls2009 NDRPDR iter env 5
2566       - 15  # rls2009 MRR iter env 5
2567
2568     csit-vpp-perf-verify-2001-3n-dnv:
2569       - 5   # NDRPDR sel
2570       - 6   # NDRPDR sel
2571       - 7   # NDRPDR sel
2572       - 8   # NDRPDR sel
2573       - 9   # NDRPDR sel
2574       - 10  # NDRPDR sel
2575       - 12  # NDRPDR sel
2576       - 16  # NDRPDR sel
2577       - 17  # NDRPDR sel
2578       - 18  # NDRPDR sel
2579       - 11  # MRR sel
2580     csit-vpp-perf-report-iterative-2009-3n-dnv:
2581       - 16  # rls2005 NDRPDR iter env 5
2582       - 23  # rls2005 NDRPDR iter env 5
2583       - 25  # rls2005 NDRPDR iter env 5
2584       - 26  # rls2005 NDRPDR iter env 5
2585       - 27  # rls2005 NDRPDR iter env 5
2586       - 28  # rls2005 NDRPDR iter env 5
2587       - 29  # rls2005 NDRPDR iter env 5
2588       - 30  # rls2005 NDRPDR iter env 5
2589       - 31  # rls2005 NDRPDR iter env 5
2590       - 32  # rls2005 NDRPDR iter env 5
2591       - 19  # rls2005 MRR iter env 5
2592       - 3   # rls2009 NDRPDR iter env 5
2593       - 6   # rls2009 NDRPDR iter env 5
2594       - 7   # rls2009 NDRPDR iter env 5
2595       - 8   # rls2009 NDRPDR iter env 5
2596       - 10  # rls2009 NDRPDR iter env 5
2597       - 11  # rls2009 NDRPDR iter env 5
2598       - 12  # rls2009 NDRPDR iter env 5
2599       - 14  # rls2009 NDRPDR iter env 5
2600       - 15  # rls2009 NDRPDR iter env 5
2601       - 24  # rls2009 NDRPDR iter env 5
2602       - 22  # rls2009 MRR iter env 5
2603     csit-vpp-perf-report-coverage-2009-3n-dnv:
2604       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2605       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2606       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2607       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2608       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2609       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2610       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2611       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2612       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2613
2614     csit-vpp-perf-verify-2001-2n-dnv:
2615       - 4   # NDRPDR sel
2616       - 5   # NDRPDR sel
2617       - 6   # NDRPDR sel
2618       - 7   # NDRPDR sel
2619       - 8   # NDRPDR sel
2620       - 9   # NDRPDR sel
2621       - 10  # NDRPDR sel
2622       - 11  # NDRPDR sel
2623       - 13  # NDRPDR sel
2624       - 16  # NDRPDR sel
2625       - 12  # MRR sel
2626     csit-vpp-perf-report-iterative-2009-2n-dnv:
2627       - 16  # rls2005 NDRPDR iter env 5
2628       - 17  # rls2005 NDRPDR iter env 5
2629       - 18  # rls2005 NDRPDR iter env 5
2630       - 19  # rls2005 NDRPDR iter env 5
2631       - 21  # rls2005 NDRPDR iter env 5
2632       - 24  # rls2005 NDRPDR iter env 5
2633       - 27  # rls2005 NDRPDR iter env 5
2634       - 28  # rls2005 NDRPDR iter env 5
2635       - 29  # rls2005 NDRPDR iter env 5
2636       - 30  # rls2005 NDRPDR iter env 5
2637       - 23  # rls2005 MRR iter env 5
2638       - 3   # rls2009 NDRPDR iter env 5
2639       - 5   # rls2009 NDRPDR iter env 5
2640       - 6   # rls2009 NDRPDR iter env 5
2641       - 7   # rls2009 NDRPDR iter env 5
2642       - 9   # rls2009 NDRPDR iter env 5
2643       - 10  # rls2009 NDRPDR iter env 5
2644       - 11  # rls2009 NDRPDR iter env 5
2645       - 12  # rls2009 NDRPDR iter env 5
2646       - 14  # rls2009 NDRPDR iter env 5
2647       - 15  # rls2009 NDRPDR iter env 5
2648       - 13  # rls2009 MRR iter env 5
2649     csit-vpp-perf-report-coverage-2009-2n-dnv:
2650       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2651       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2652       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2653       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2654       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2655       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2656
2657     csit-dpdk-perf-verify-2001-3n-hsw:
2658       - 4   # NDRPDR sel
2659       - 5   # NDRPDR sel
2660       - 6   # NDRPDR sel
2661       - 7   # NDRPDR sel
2662       - 8   # NDRPDR sel
2663       - 9   # NDRPDR sel
2664       - 10  # NDRPDR sel
2665       - 11  # NDRPDR sel
2666       - 12  # NDRPDR sel
2667       - 13  # NDRPDR sel
2668       - 15  # NDRPDR sel
2669       - 16  # NDRPDR sel
2670       - 17  # NDRPDR sel
2671       - 18  # NDRPDR sel
2672       - 19  # NDRPDR sel
2673       - 20  # NDRPDR sel
2674       - 21  # NDRPDR sel
2675       - 22  # NDRPDR sel
2676       - 23  # NDRPDR sel
2677       - 24  # NDRPDR sel
2678     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2679       - 25  # NDRPDR iter
2680       - 26  # NDRPDR iter
2681       - 27  # NDRPDR iter
2682       - 28  # NDRPDR iter
2683       - 29  # NDRPDR iter
2684       - 30  # NDRPDR iter
2685       - 31  # NDRPDR iter
2686       - 32  # NDRPDR iter
2687       - 33  # NDRPDR iter
2688       - 34  # NDRPDR iter
2689     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2690       - 6   # NDRPDR iter env5
2691       - 7   # NDRPDR iter env5
2692       - 8   # NDRPDR iter env5
2693       - 9   # NDRPDR iter env5
2694       - 10  # NDRPDR iter env5
2695       - 11  # NDRPDR iter env5
2696       - 12  # NDRPDR iter env5
2697       - 13  # NDRPDR iter env5
2698       - 14  # NDRPDR iter env5
2699       - 15  # NDRPDR iter env5
2700
2701     csit-dpdk-perf-verify-2001-3n-skx:
2702       - 29  # NDRPDR sel xxv710
2703       - 33  # NDRPDR sel xxv710
2704       - 34  # NDRPDR sel xxv710
2705       - 35  # NDRPDR sel xxv710
2706       - 36  # NDRPDR sel xxv710
2707       - 37  # NDRPDR sel xxv710
2708       - 41  # NDRPDR sel xxv710
2709       - 42  # NDRPDR sel xxv710
2710       - 43  # NDRPDR sel xxv710
2711       - 45  # NDRPDR sel xxv710
2712       - 30  # NDRPDR sel x710
2713       - 31  # NDRPDR sel x710
2714       - 32  # NDRPDR sel x710
2715       - 38  # NDRPDR sel x710
2716       - 39  # NDRPDR sel x710
2717       - 40  # NDRPDR sel x710
2718       - 44  # NDRPDR sel x710
2719       - 46  # NDRPDR sel x710
2720       - 47  # NDRPDR sel x710
2721       - 48  # NDRPDR sel x710
2722     csit-dpdk-perf-report-iterative-2005-3n-skx:
2723       - 28  # NDRPDR iter
2724       - 29  # NDRPDR iter
2725       - 30  # NDRPDR iter
2726       - 31  # NDRPDR iter
2727       - 32  # NDRPDR iter
2728       - 33  # NDRPDR iter
2729       - 34  # NDRPDR iter
2730       - 35  # NDRPDR iter
2731       - 36  # NDRPDR iter
2732       - 37  # NDRPDR iter
2733     csit-dpdk-perf-report-iterative-2009-3n-skx:
2734       - 4   # NDRPDR sel env5
2735       - 5   # NDRPDR sel env5
2736       - 6   # NDRPDR sel env5
2737       - 7   # NDRPDR sel env5
2738       - 8   # NDRPDR sel env5
2739       - 9   # NDRPDR sel env5
2740       - 14  # NDRPDR sel env5
2741       - 11  # NDRPDR sel env5
2742       - 12  # NDRPDR sel env5
2743       - 13  # NDRPDR sel env5
2744
2745     csit-dpdk-perf-verify-2001-2n-skx:
2746       - 35  # NDRPDR sel xxv710
2747       - 36  # NDRPDR sel xxv710
2748       - 37  # NDRPDR sel xxv710
2749       - 41  # NDRPDR sel xxv710
2750       - 42  # NDRPDR sel xxv710
2751       - 43  # NDRPDR sel xxv710
2752       - 46  # NDRPDR sel xxv710
2753       - 47  # NDRPDR sel xxv710
2754       - 52  # NDRPDR sel xxv710
2755       - 53  # NDRPDR sel xxv710
2756       - 38  # NDRPDR sel x710
2757       - 39  # NDRPDR sel x710
2758       - 40  # NDRPDR sel x710
2759       - 44  # NDRPDR sel x710
2760       - 45  # NDRPDR sel x710
2761       - 48  # NDRPDR sel x710
2762       - 49  # NDRPDR sel x710
2763       - 50  # NDRPDR sel x710
2764       - 51  # NDRPDR sel x710
2765       - 54  # NDRPDR sel x710
2766     csit-dpdk-perf-report-iterative-2005-2n-skx:
2767       - 20  # NDRPDR iter
2768       - 21  # NDRPDR iter
2769       - 22  # NDRPDR iter
2770       - 23  # NDRPDR iter
2771       - 24  # NDRPDR iter
2772       - 25  # NDRPDR iter
2773       - 26  # NDRPDR iter
2774       - 27  # NDRPDR iter
2775       - 28  # NDRPDR iter
2776       - 29  # NDRPDR iter
2777     csit-dpdk-perf-report-iterative-2009-2n-skx:
2778       - 4   # NDRPDR iter env5
2779       - 5   # NDRPDR iter env5
2780       - 6   # NDRPDR iter env5
2781       - 7   # NDRPDR iter env5
2782       - 8   # NDRPDR iter env5
2783       - 9   # NDRPDR iter env5
2784       - 10  # NDRPDR iter env5
2785       - 11  # NDRPDR iter env5
2786       - 12  # NDRPDR iter env5
2787       - 13  # NDRPDR iter env5
2788
2789     csit-dpdk-perf-verify-2001-2n-clx:
2790       - 15  # NDRPDR sel
2791       - 16  # NDRPDR sel
2792       - 17  # NDRPDR sel
2793       - 18  # NDRPDR sel
2794       - 19  # NDRPDR sel
2795       - 20  # NDRPDR sel
2796       - 21  # NDRPDR sel
2797       - 22  # NDRPDR sel
2798       - 23  # NDRPDR sel
2799       - 24  # NDRPDR sel
2800       - 25  # NDRPDR sel
2801       - 26  # NDRPDR sel
2802       - 27  # NDRPDR sel
2803       - 28  # NDRPDR sel
2804       - 29  # NDRPDR sel
2805       - 30  # NDRPDR sel
2806       - 31  # NDRPDR sel
2807       - 32  # NDRPDR sel
2808       - 33  # NDRPDR sel
2809       - 34  # NDRPDR sel
2810     csit-dpdk-perf-report-iterative-2005-2n-clx:
2811       - 20  # NDRPDR iter
2812       - 21  # NDRPDR iter
2813       - 22  # NDRPDR iter
2814       - 23  # NDRPDR iter
2815       - 24  # NDRPDR iter
2816       - 25  # NDRPDR iter
2817       - 26  # NDRPDR iter
2818       - 27  # NDRPDR iter
2819       - 28  # NDRPDR iter
2820       - 29  # NDRPDR iter
2821     csit-dpdk-perf-report-iterative-2009-2n-clx:
2822       - 4   # NDRPDR iter env5
2823       - 5   # NDRPDR iter env5
2824       - 6   # NDRPDR iter env5
2825       - 7   # NDRPDR iter env5
2826       - 8   # NDRPDR iter env5
2827       - 9   # NDRPDR iter env5
2828       - 10  # NDRPDR iter env5
2829       - 11  # NDRPDR iter env5
2830       - 12  # NDRPDR iter env5
2831       - 13  # NDRPDR iter env5
2832
2833 #    csit-dpdk-perf-verify-2001-2n-dnv:
2834 #      - 9   # NDRPDR sel
2835 #      - 10  # NDRPDR sel
2836 #      - 11  # NDRPDR sel
2837 #      - 12  # NDRPDR sel
2838 #      - 13  # NDRPDR sel
2839 #      - 14  # NDRPDR sel
2840 #      - 15  # NDRPDR sel
2841 #      - 16  # NDRPDR sel
2842 #      - 17  # NDRPDR sel
2843 #      - 18  # NDRPDR sel
2844 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2845 #      # No data
2846 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2847 #      # No data
2848
2849 #    csit-dpdk-perf-verify-2001-3n-dnv:
2850 #      - 12  # NDRPDR sel
2851 #      - 13  # NDRPDR sel
2852 #      - 14  # NDRPDR sel
2853 #      - 15  # NDRPDR sel
2854 #      - 16  # NDRPDR sel
2855 #      - 17  # NDRPDR sel
2856 #      - 18  # NDRPDR sel
2857 #      - 19  # NDRPDR sel
2858 #      - 20  # NDRPDR sel
2859 #      - 22  # NDRPDR sel
2860 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2861 #      # No data
2862 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2863 #      # No data
2864
2865     csit-dpdk-perf-verify-2001-3n-tsh:
2866       - 3   # NDRPDR sel
2867       - 4   # NDRPDR sel
2868       - 5   # NDRPDR sel
2869       - 9   # NDRPDR sel
2870       - 10  # NDRPDR sel
2871       - 11  # NDRPDR sel
2872       - 12  # NDRPDR sel
2873       - 14  # NDRPDR sel
2874       - 15  # NDRPDR sel
2875       - 18  # NDRPDR sel
2876     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2877       - 5   # NDRPDR sel
2878     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2879       - 1   # NDRPDR iter env5
2880       - 2   # NDRPDR iter env5
2881       - 3   # NDRPDR iter env5
2882       - 4   # NDRPDR iter env5
2883       - 5   # NDRPDR iter env5
2884       - 6   # NDRPDR iter env5
2885       - 7   # NDRPDR iter env5
2886       - 9   # NDRPDR iter env5
2887       - 10  # NDRPDR iter env5
2888       - 11  # NDRPDR iter env5
2889
2890     csit-vpp-device-2009-ubuntu1804-1n-skx:
2891       - 131 # rls2009 env 5
2892
2893 - type: "output"
2894   output: "report"
2895   format:
2896     html:
2897     - full
2898     pdf:
2899     - minimal
2900
2901 ################################################################################
2902 ###                               T A B L E S                                ###
2903 ################################################################################
2904
2905 # VPP Soak vs NDR - 2n-skx
2906 - type: "table"
2907   title: "VPP Soak vs NDR 2n-skx"
2908   algorithm: "table_soak_vs_ndr"
2909   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2910   reference:
2911     title: "NDR"
2912     data: "vpp-soak-vs-ndr-2n-skx-ref"
2913   compare:
2914     title: "Soak"
2915     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2916   data: "vpp-soak-vs-ndr-2n-skx"
2917   include-tests: "NDR"
2918   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2919   parameters:
2920     - "throughput"
2921     - "name"
2922     - "parent"
2923
2924 # VPP Soak vs NDR - 2n-clx
2925 - type: "table"
2926   title: "VPP Soak vs NDR 2n-clx"
2927   algorithm: "table_soak_vs_ndr"
2928   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2929   reference:
2930     title: "NDR"
2931     data: "vpp-soak-vs-ndr-2n-clx-ref"
2932   compare:
2933     title: "Soak"
2934     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2935   data: "vpp-soak-vs-ndr-2n-clx"
2936   include-tests: "NDR"
2937   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2938   parameters:
2939     - "throughput"
2940     - "name"
2941     - "parent"
2942
2943 ################################################################################
2944
2945 # VPP Compare NICs 3n-skx 2t1c ndr
2946 - type: "table"
2947   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2948   algorithm: "table_comparison"
2949   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2950   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2951   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2952   columns:
2953     - title: "x710"
2954       data-set: "vpp-nic-comparison-3n-skx"
2955       tag: "NIC_Intel-X710"
2956     - title: "xxv710"
2957       data-set: "vpp-nic-comparison-3n-skx"
2958       tag: "NIC_Intel-XXV710"
2959   comparisons:
2960     - title: "Diff"
2961       reference: 1
2962       compare: 2
2963   legend:
2964     - ""
2965     - "x710, xxv710 - NICs tested."
2966     - "Diff - difference between x710 and xxv710 NIC."
2967
2968 # VPP Compare NICs 3n-skx 4t2c ndr
2969 - type: "table"
2970   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2971   algorithm: "table_comparison"
2972   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2973   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2974   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2975   columns:
2976     - title: "x710"
2977       data-set: "vpp-nic-comparison-3n-skx"
2978       tag: "NIC_Intel-X710"
2979     - title: "xxv710"
2980       data-set: "vpp-nic-comparison-3n-skx"
2981       tag: "NIC_Intel-XXV710"
2982   comparisons:
2983     - title: "Diff"
2984       reference: 1
2985       compare: 2
2986   legend:
2987     - ""
2988     - "x710, xxv710 - NICs tested."
2989     - "Diff - difference between x710 and xxv710 NIC."
2990
2991 # VPP Compare NICs 3n-skx 2t1c pdr
2992 - type: "table"
2993   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2994   algorithm: "table_comparison"
2995   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2996   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2997   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2998   columns:
2999     - title: "x710"
3000       data-set: "vpp-nic-comparison-3n-skx"
3001       tag: "NIC_Intel-X710"
3002     - title: "xxv710"
3003       data-set: "vpp-nic-comparison-3n-skx"
3004       tag: "NIC_Intel-XXV710"
3005   comparisons:
3006     - title: "Diff"
3007       reference: 1
3008       compare: 2
3009   legend:
3010     - ""
3011     - "x710, xxv710 - NICs tested."
3012     - "Diff - difference between x710 and xxv710 NIC."
3013
3014 # VPP Compare NICs 3n-skx 4t2c pdr
3015 - type: "table"
3016   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3017   algorithm: "table_comparison"
3018   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3019   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3020   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3021   columns:
3022     - title: "x710"
3023       data-set: "vpp-nic-comparison-3n-skx"
3024       tag: "NIC_Intel-X710"
3025     - title: "xxv710"
3026       data-set: "vpp-nic-comparison-3n-skx"
3027       tag: "NIC_Intel-XXV710"
3028   comparisons:
3029     - title: "Diff"
3030       reference: 1
3031       compare: 2
3032   legend:
3033     - ""
3034     - "x710, xxv710 - NICs tested."
3035     - "Diff - difference between x710 and xxv710 NIC."
3036
3037 # VPP Compare NICs 3n-skx 2t1c mrr
3038 - type: "table"
3039   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3040   algorithm: "table_comparison"
3041   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3042   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3043   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3044   columns:
3045     - title: "x710"
3046       data-set: "vpp-nic-comparison-3n-skx-mrr"
3047       tag: "NIC_Intel-X710"
3048     - title: "xxv710"
3049       data-set: "vpp-nic-comparison-3n-skx-mrr"
3050       tag: "NIC_Intel-XXV710"
3051   comparisons:
3052     - title: "Diff"
3053       reference: 1
3054       compare: 2
3055   legend:
3056     - ""
3057     - "x710, xxv710 - NICs tested."
3058     - "Diff - difference between x710 and xxv710 NIC."
3059
3060 # VPP Compare NICs 3n-skx 4t2c mrr
3061 - type: "table"
3062   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3063   algorithm: "table_comparison"
3064   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3065   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3066   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3067   columns:
3068     - title: "x710"
3069       data-set: "vpp-nic-comparison-3n-skx-mrr"
3070       tag: "NIC_Intel-X710"
3071     - title: "xxv710"
3072       data-set: "vpp-nic-comparison-3n-skx-mrr"
3073       tag: "NIC_Intel-XXV710"
3074   comparisons:
3075     - title: "Diff"
3076       reference: 1
3077       compare: 2
3078   legend:
3079     - ""
3080     - "x710, xxv710 - NICs tested."
3081     - "Diff - difference between x710 and xxv710 NIC."
3082
3083 # VPP Compare NICs 3n-skx 8t4c mrr
3084 - type: "table"
3085   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3086   algorithm: "table_comparison"
3087   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3088   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3089   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3090   columns:
3091     - title: "x710"
3092       data-set: "vpp-nic-comparison-3n-skx-mrr"
3093       tag: "NIC_Intel-X710"
3094     - title: "xxv710"
3095       data-set: "vpp-nic-comparison-3n-skx-mrr"
3096       tag: "NIC_Intel-XXV710"
3097   comparisons:
3098     - title: "Diff"
3099       reference: 1
3100       compare: 2
3101   legend:
3102     - ""
3103     - "x710, xxv710 - NICs tested."
3104     - "Diff - difference between x710 and xxv710 NIC."
3105
3106 # VPP Compare NICs 2n-skx 2t1c ndr
3107 - type: "table"
3108   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3109   algorithm: "table_comparison"
3110   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3111   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3112   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3113   columns:
3114     - title: "x710"
3115       data-set: "vpp-nic-comparison-2n-skx"
3116       tag: "NIC_Intel-X710"
3117     - title: "xxv710"
3118       data-set: "vpp-nic-comparison-2n-skx"
3119       tag: "NIC_Intel-XXV710"
3120   comparisons:
3121     - title: "Diff"
3122       reference: 1
3123       compare: 2
3124   legend:
3125     - ""
3126     - "x710, xxv710 - NICs tested."
3127     - "Diff - difference between x710 and xxv710 NIC."
3128
3129 # VPP Compare NICs 2n-skx 4t2c ndr
3130 - type: "table"
3131   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3132   algorithm: "table_comparison"
3133   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3134   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3135   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3136   columns:
3137     - title: "x710"
3138       data-set: "vpp-nic-comparison-2n-skx"
3139       tag: "NIC_Intel-X710"
3140     - title: "xxv710"
3141       data-set: "vpp-nic-comparison-2n-skx"
3142       tag: "NIC_Intel-XXV710"
3143   comparisons:
3144     - title: "Diff"
3145       reference: 1
3146       compare: 2
3147   legend:
3148     - ""
3149     - "x710, xxv710 - NICs tested."
3150     - "Diff - difference between x710 and xxv710 NIC."
3151
3152 # VPP Compare NICs 2n-skx 2t1c pdr
3153 - type: "table"
3154   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3155   algorithm: "table_comparison"
3156   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3157   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3158   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3159   columns:
3160     - title: "x710"
3161       data-set: "vpp-nic-comparison-2n-skx"
3162       tag: "NIC_Intel-X710"
3163     - title: "xxv710"
3164       data-set: "vpp-nic-comparison-2n-skx"
3165       tag: "NIC_Intel-XXV710"
3166   comparisons:
3167     - title: "Diff"
3168       reference: 1
3169       compare: 2
3170   legend:
3171     - ""
3172     - "x710, xxv710 - NICs tested."
3173     - "Diff - difference between x710 and xxv710 NIC."
3174
3175 # VPP Compare NICs 2n-skx 4t2c pdr
3176 - type: "table"
3177   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3178   algorithm: "table_comparison"
3179   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3180   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3181   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3182   columns:
3183     - title: "x710"
3184       data-set: "vpp-nic-comparison-2n-skx"
3185       tag: "NIC_Intel-X710"
3186     - title: "xxv710"
3187       data-set: "vpp-nic-comparison-2n-skx"
3188       tag: "NIC_Intel-XXV710"
3189   comparisons:
3190     - title: "Diff"
3191       reference: 1
3192       compare: 2
3193   legend:
3194     - ""
3195     - "x710, xxv710 - NICs tested."
3196     - "Diff - difference between x710 and xxv710 NIC."
3197
3198 # VPP Compare NICs 2n-skx 2t1c mrr
3199 - type: "table"
3200   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3201   algorithm: "table_comparison"
3202   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3203   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3204   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3205   columns:
3206     - title: "x710"
3207       data-set: "vpp-nic-comparison-2n-skx-mrr"
3208       tag: "NIC_Intel-X710"
3209     - title: "xxv710"
3210       data-set: "vpp-nic-comparison-2n-skx-mrr"
3211       tag: "NIC_Intel-XXV710"
3212   comparisons:
3213     - title: "Diff"
3214       reference: 1
3215       compare: 2
3216   legend:
3217     - ""
3218     - "x710, xxv710 - NICs tested."
3219     - "Diff - difference between x710 and xxv710 NIC."
3220
3221 # VPP Compare NICs 2n-skx 4t2c mrr
3222 - type: "table"
3223   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3224   algorithm: "table_comparison"
3225   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3226   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3227   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3228   columns:
3229     - title: "x710"
3230       data-set: "vpp-nic-comparison-2n-skx-mrr"
3231       tag: "NIC_Intel-X710"
3232     - title: "xxv710"
3233       data-set: "vpp-nic-comparison-2n-skx-mrr"
3234       tag: "NIC_Intel-XXV710"
3235   comparisons:
3236     - title: "Diff"
3237       reference: 1
3238       compare: 2
3239   legend:
3240     - ""
3241     - "x710, xxv710 - NICs tested."
3242     - "Diff - difference between x710 and xxv710 NIC."
3243
3244 # VPP Compare NICs 2n-skx 8t4c mrr
3245 - type: "table"
3246   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3247   algorithm: "table_comparison"
3248   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3249   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3250   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3251   columns:
3252     - title: "x710"
3253       data-set: "vpp-nic-comparison-2n-skx-mrr"
3254       tag: "NIC_Intel-X710"
3255     - title: "xxv710"
3256       data-set: "vpp-nic-comparison-2n-skx-mrr"
3257       tag: "NIC_Intel-XXV710"
3258   comparisons:
3259     - title: "Diff"
3260       reference: 1
3261       compare: 2
3262   legend:
3263     - ""
3264     - "x710, xxv710 - NICs tested."
3265     - "Diff - difference between x710 and xxv710 NIC."
3266
3267 ################################################################################
3268 # VPP
3269
3270 # VPP Performance Changes 3n-hsw 1t1c pdr
3271 - type: "table"
3272   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3273   algorithm: "table_comparison"
3274   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3275   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3276   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3277   columns:
3278     - title: "2001.0-4"
3279       data-set: "vpp-performance-changes-3n-hsw-h1"
3280     - title: "2005.0-4"
3281       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3282     - title: "2005.0-5"
3283       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3284     - title: "2009.0-5"
3285       data-set: "vpp-performance-changes-3n-hsw-cmp"
3286   comparisons:
3287     - title: "2005.0-5 vs 2005.0-4"
3288       reference: 2
3289       compare: 3
3290 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3291     - title: "2009.0-5 vs 2005.0-5"
3292       reference: 3
3293       compare: 4
3294 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3295   legend:
3296     - ''
3297     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3298     - '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).'
3299     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3300     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3301     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3302
3303 # VPP Performance Changes 3n-hsw 2t2c pdr
3304 - type: "table"
3305   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3306   algorithm: "table_comparison"
3307   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3308   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3309   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3310   columns:
3311     - title: "2001.0-4"
3312       data-set: "vpp-performance-changes-3n-hsw-h1"
3313     - title: "2005.0-4"
3314       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3315     - title: "2005.0-5"
3316       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3317     - title: "2009.0-5"
3318       data-set: "vpp-performance-changes-3n-hsw-cmp"
3319   comparisons:
3320     - title: "2005.0-5 vs 2005.0-4"
3321       reference: 2
3322       compare: 3
3323 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3324     - title: "2009.0-5 vs 2005.0-5"
3325       reference: 3
3326       compare: 4
3327 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3328   legend:
3329     - ''
3330     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3331     - '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).'
3332     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3333     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3334     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3335
3336 # VPP Performance Changes 3n-hsw 1t1c ndr
3337 - type: "table"
3338   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3339   algorithm: "table_comparison"
3340   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3341   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3342   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3343   columns:
3344     - title: "2001.0-4"
3345       data-set: "vpp-performance-changes-3n-hsw-h1"
3346     - title: "2005.0-4"
3347       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3348     - title: "2005.0-5"
3349       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3350     - title: "2009.0-5"
3351       data-set: "vpp-performance-changes-3n-hsw-cmp"
3352   comparisons:
3353     - title: "2005.0-5 vs 2005.0-4"
3354       reference: 2
3355       compare: 3
3356 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3357     - title: "2009.0-5 vs 2005.0-5"
3358       reference: 3
3359       compare: 4
3360 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3361   legend:
3362     - ''
3363     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3364     - '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).'
3365     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3366     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3367     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3368
3369 # VPP Performance Changes 3n-hsw 2t2c ndr
3370 - type: "table"
3371   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3372   algorithm: "table_comparison"
3373   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3374   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3375   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3376   columns:
3377     - title: "2001.0-4"
3378       data-set: "vpp-performance-changes-3n-hsw-h1"
3379     - title: "2005.0-4"
3380       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3381     - title: "2005.0-5"
3382       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3383     - title: "2009.0-5"
3384       data-set: "vpp-performance-changes-3n-hsw-cmp"
3385   comparisons:
3386     - title: "2005.0-5 vs 2005.0-4"
3387       reference: 2
3388       compare: 3
3389 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3390     - title: "2009.0-5 vs 2005.0-5"
3391       reference: 3
3392       compare: 4
3393 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3394   legend:
3395     - ''
3396     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3397     - '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).'
3398     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3399     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3400     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3401
3402 # VPP Performance Changes 3n-skx 2t1c pdr
3403 - type: "table"
3404   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3405   algorithm: "table_comparison"
3406   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3407   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3408   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3409   columns:
3410     - title: "2001.0-4"
3411       data-set: "vpp-performance-changes-3n-skx-h1"
3412     - title: "2005.0-4"
3413       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3414     - title: "2005.0-5"
3415       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3416     - title: "2009.0-5"
3417       data-set: "vpp-performance-changes-3n-skx-cmp"
3418   comparisons:
3419     - title: "2005.0-5 vs 2005.0-4"
3420       reference: 2
3421       compare: 3
3422 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3423     - title: "2009.0-5 vs 2005.0-5"
3424       reference: 3
3425       compare: 4
3426 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3427   legend:
3428     - ''
3429     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3430     - '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).'
3431     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3432     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3433     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3434
3435 # VPP Performance Changes 3n-skx 4t2c pdr
3436 - type: "table"
3437   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3438   algorithm: "table_comparison"
3439   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3440   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3441   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3442   columns:
3443     - title: "2001.0-4"
3444       data-set: "vpp-performance-changes-3n-skx-h1"
3445     - title: "2005.0-4"
3446       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3447     - title: "2005.0-5"
3448       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3449     - title: "2009.0-5"
3450       data-set: "vpp-performance-changes-3n-skx-cmp"
3451   comparisons:
3452     - title: "2005.0-5 vs 2005.0-4"
3453       reference: 2
3454       compare: 3
3455 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3456     - title: "2009.0-5 vs 2005.0-5"
3457       reference: 3
3458       compare: 4
3459 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3460   legend:
3461     - ''
3462     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3463     - '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).'
3464     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3465     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3466     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3467
3468 # VPP Performance Changes 3n-skx 2t1c ndr
3469 - type: "table"
3470   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3471   algorithm: "table_comparison"
3472   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3473   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3474   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3475   columns:
3476     - title: "2001.0-4"
3477       data-set: "vpp-performance-changes-3n-skx-h1"
3478     - title: "2005.0-4"
3479       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3480     - title: "2005.0-5"
3481       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3482     - title: "2009.0-5"
3483       data-set: "vpp-performance-changes-3n-skx-cmp"
3484   comparisons:
3485     - title: "2005.0-5 vs 2005.0-4"
3486       reference: 2
3487       compare: 3
3488 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3489     - title: "2009.0-5 vs 2005.0-5"
3490       reference: 3
3491       compare: 4
3492 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3493   legend:
3494     - ''
3495     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3496     - '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).'
3497     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3498     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3499     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3500
3501 # VPP Performance Changes 3n-skx 4t2c ndr
3502 - type: "table"
3503   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3504   algorithm: "table_comparison"
3505   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3506   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3507   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3508   columns:
3509     - title: "2001.0-4"
3510       data-set: "vpp-performance-changes-3n-skx-h1"
3511     - title: "2005.0-4"
3512       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3513     - title: "2005.0-5"
3514       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3515     - title: "2009.0-5"
3516       data-set: "vpp-performance-changes-3n-skx-cmp"
3517   comparisons:
3518     - title: "2005.0-5 vs 2005.0-4"
3519       reference: 2
3520       compare: 3
3521 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3522     - title: "2009.0-5 vs 2005.0-5"
3523       reference: 3
3524       compare: 4
3525 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3526   legend:
3527     - ''
3528     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3529     - '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).'
3530     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3531     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3532     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3533
3534 # VPP Performance Changes 2n-skx 2t1c pdr
3535 - type: "table"
3536   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3537   algorithm: "table_comparison"
3538   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3539   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3540   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3541   columns:
3542     - title: "2001.0-4"
3543       data-set: "vpp-performance-changes-2n-skx-h1"
3544     - title: "2005.0-4"
3545       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3546     - title: "2005.0-5"
3547       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3548     - title: "2009.0-5"
3549       data-set: "vpp-performance-changes-2n-skx-cmp"
3550   comparisons:
3551     - title: "2005.0-5 vs 2005.0-4"
3552       reference: 2
3553       compare: 3
3554 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3555     - title: "2009.0-5 vs 2005.0-5"
3556       reference: 3
3557       compare: 4
3558 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3559   legend:
3560     - ''
3561     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3562     - '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).'
3563     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3564     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3565     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3566
3567 # VPP Performance Changes 2n-skx 4t2c pdr
3568 - type: "table"
3569   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3570   algorithm: "table_comparison"
3571   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3573   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3574   columns:
3575     - title: "2001.0-4"
3576       data-set: "vpp-performance-changes-2n-skx-h1"
3577     - title: "2005.0-4"
3578       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3579     - title: "2005.0-5"
3580       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3581     - title: "2009.0-5"
3582       data-set: "vpp-performance-changes-2n-skx-cmp"
3583   comparisons:
3584     - title: "2005.0-5 vs 2005.0-4"
3585       reference: 2
3586       compare: 3
3587 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3588     - title: "2009.0-5 vs 2005.0-5"
3589       reference: 3
3590       compare: 4
3591 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3592   legend:
3593     - ''
3594     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3595     - '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).'
3596     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3597     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3598     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3599
3600 # VPP Performance Changes 2n-skx 2t1c ndr
3601 - type: "table"
3602   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3603   algorithm: "table_comparison"
3604   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3605   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3606   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3607   columns:
3608     - title: "2001.0-4"
3609       data-set: "vpp-performance-changes-2n-skx-h1"
3610     - title: "2005.0-4"
3611       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3612     - title: "2005.0-5"
3613       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3614     - title: "2009.0-5"
3615       data-set: "vpp-performance-changes-2n-skx-cmp"
3616   comparisons:
3617     - title: "2005.0-5 vs 2005.0-4"
3618       reference: 2
3619       compare: 3
3620 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3621     - title: "2009.0-5 vs 2005.0-5"
3622       reference: 3
3623       compare: 4
3624 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3625   legend:
3626     - ''
3627     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3628     - '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).'
3629     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3630     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3631     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3632
3633 # VPP Performance Changes 2n-skx 4t2c ndr
3634 - type: "table"
3635   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3636   algorithm: "table_comparison"
3637   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3638   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3639   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3640   columns:
3641     - title: "2001.0-4"
3642       data-set: "vpp-performance-changes-2n-skx-h1"
3643     - title: "2005.0-4"
3644       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3645     - title: "2005.0-5"
3646       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3647     - title: "2009.0-5"
3648       data-set: "vpp-performance-changes-2n-skx-cmp"
3649   comparisons:
3650     - title: "2005.0-5 vs 2005.0-4"
3651       reference: 2
3652       compare: 3
3653 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3654     - title: "2009.0-5 vs 2005.0-5"
3655       reference: 3
3656       compare: 4
3657 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3658   legend:
3659     - ''
3660     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3661     - '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).'
3662     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3663     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3664     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3665
3666 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3667 - type: "table"
3668   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3669   algorithm: "table_comparison"
3670   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3671   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3672   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3673   columns:
3674     - title: "2001.0-4"
3675       data-set: "vpp-performance-changes-2n-clx-h1"
3676     - title: "2005.0-4"
3677       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3678     - title: "2005.0-5"
3679       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3680     - title: "2009.0-5"
3681       data-set: "vpp-performance-changes-2n-clx-cmp"
3682   comparisons:
3683     - title: "2005.0-5 vs 2005.0-4"
3684       reference: 2
3685       compare: 3
3686 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3687     - title: "2009.0-5 vs 2005.0-5"
3688       reference: 3
3689       compare: 4
3690 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3691   legend:
3692     - ''
3693     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3694     - '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).'
3695     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3696     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3697     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3698
3699 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3700 - type: "table"
3701   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3702   algorithm: "table_comparison"
3703   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3705   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3706   columns:
3707     - title: "2001.0-4"
3708       data-set: "vpp-performance-changes-2n-clx-h1"
3709     - title: "2005.0-4"
3710       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3711     - title: "2005.0-5"
3712       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3713     - title: "2009.0-5"
3714       data-set: "vpp-performance-changes-2n-clx-cmp"
3715   comparisons:
3716     - title: "2005.0-5 vs 2005.0-4"
3717       reference: 2
3718       compare: 3
3719 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3720     - title: "2009.0-5 vs 2005.0-5"
3721       reference: 3
3722       compare: 4
3723 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3724   legend:
3725     - ''
3726     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3727     - '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).'
3728     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3729     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3730     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3731
3732 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3733 - type: "table"
3734   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3735   algorithm: "table_comparison"
3736   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3738   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3739   columns:
3740     - title: "2001.0-4"
3741       data-set: "vpp-performance-changes-2n-clx-h1"
3742     - title: "2005.0-4"
3743       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3744     - title: "2005.0-5"
3745       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3746     - title: "2009.0-5"
3747       data-set: "vpp-performance-changes-2n-clx-cmp"
3748   comparisons:
3749     - title: "2005.0-5 vs 2005.0-4"
3750       reference: 2
3751       compare: 3
3752 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3753     - title: "2009.0-5 vs 2005.0-5"
3754       reference: 3
3755       compare: 4
3756 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3757   legend:
3758     - ''
3759     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3760     - '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).'
3761     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3762     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3763     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3764
3765 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3766 - type: "table"
3767   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3768   algorithm: "table_comparison"
3769   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3770   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3771   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3772   columns:
3773     - title: "2001.0-4"
3774       data-set: "vpp-performance-changes-2n-clx-h1"
3775     - title: "2005.0-4"
3776       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3777     - title: "2005.0-5"
3778       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3779     - title: "2009.0-5"
3780       data-set: "vpp-performance-changes-2n-clx-cmp"
3781   comparisons:
3782     - title: "2005.0-5 vs 2005.0-4"
3783       reference: 2
3784       compare: 3
3785 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3786     - title: "2009.0-5 vs 2005.0-5"
3787       reference: 3
3788       compare: 4
3789 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3790   legend:
3791     - ''
3792     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3793     - '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).'
3794     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3795     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3796     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3797
3798 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3799 #- type: "table"
3800 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3801 #  algorithm: "table_comparison"
3802 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3803 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3804 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3805 #  columns:
3806 #    - title: "2001.0-2"
3807 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3808 #    - title: "2005.0-3"
3809 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3810 #  comparisons:
3811 #    - title: "Diff"
3812 #      reference: 1
3813 #      compare: 2
3814 #  legend:
3815 #    - ''
3816 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3817 #    - '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).'
3818 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3819 #    - '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.'
3820 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3821 #
3822 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3823 #- type: "table"
3824 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3825 #  algorithm: "table_comparison"
3826 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3827 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3828 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3829 #  columns:
3830 #    - title: "2001.0-2"
3831 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3832 #    - title: "2005.0-3"
3833 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3834 #  comparisons:
3835 #    - title: "Diff"
3836 #      reference: 1
3837 #      compare: 2
3838 #  legend:
3839 #    - ''
3840 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3841 #    - '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).'
3842 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3843 #    - '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.'
3844 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3845 #
3846 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3847 #- type: "table"
3848 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3849 #  algorithm: "table_comparison"
3850 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3851 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3852 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3853 #  columns:
3854 #    - title: "2001.0-2"
3855 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3856 #    - title: "2005.0-3"
3857 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3858 #  comparisons:
3859 #    - title: "Diff"
3860 #      reference: 1
3861 #      compare: 2
3862 #  legend:
3863 #    - ''
3864 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3865 #    - '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).'
3866 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3867 #    - '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.'
3868 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3869 #
3870 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3871 #- type: "table"
3872 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3873 #  algorithm: "table_comparison"
3874 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3875 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3876 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3877 #  columns:
3878 #    - title: "2001.0-2"
3879 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3880 #    - title: "2005.0-3"
3881 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3882 #  comparisons:
3883 #    - title: "Diff"
3884 #      reference: 1
3885 #      compare: 2
3886 #  legend:
3887 #    - ''
3888 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3889 #    - '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).'
3890 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3891 #    - '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.'
3892 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3893
3894 # VPP Performance Changes 2n-dnv 1t1c pdr
3895 - type: "table"
3896   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3897   algorithm: "table_comparison"
3898   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3899   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3900   filter: "'1T1C'"
3901   columns:
3902     - title: "2001.0-2"
3903       data-set: "vpp-performance-changes-2n-dnv-h1"
3904     - title: "2005.0-5"
3905       data-set: "vpp-performance-changes-2n-dnv-ref"
3906     - title: "2009.0-5"
3907       data-set: "vpp-performance-changes-2n-dnv-cmp"
3908   comparisons:
3909     - title: "2009.0-5 vs 2005.0-5"
3910       reference: 2
3911       compare: 3
3912   legend:
3913     - ''
3914     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3915     - '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).'
3916     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3917     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3918
3919 # VPP Performance Changes 2n-dnv 2t2c pdr
3920 - type: "table"
3921   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3922   algorithm: "table_comparison"
3923   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3924   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3925   filter: "'2T2C'"
3926   columns:
3927     - title: "2001.0-2"
3928       data-set: "vpp-performance-changes-2n-dnv-h1"
3929     - title: "2005.0-5"
3930       data-set: "vpp-performance-changes-2n-dnv-ref"
3931     - title: "2009.0-5"
3932       data-set: "vpp-performance-changes-2n-dnv-cmp"
3933   comparisons:
3934     - title: "2009.0-5 vs 2005.0-5"
3935       reference: 2
3936       compare: 3
3937   legend:
3938     - ''
3939     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3940     - '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).'
3941     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3942     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3943
3944 # VPP Performance Changes 2n-dnv 1t1c ndr
3945 - type: "table"
3946   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3947   algorithm: "table_comparison"
3948   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3949   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3950   filter: "'1T1C'"
3951   columns:
3952     - title: "2001.0-2"
3953       data-set: "vpp-performance-changes-2n-dnv-h1"
3954     - title: "2005.0-5"
3955       data-set: "vpp-performance-changes-2n-dnv-ref"
3956     - title: "2009.0-5"
3957       data-set: "vpp-performance-changes-2n-dnv-cmp"
3958   comparisons:
3959     - title: "2009.0-5 vs 2005.0-5"
3960       reference: 2
3961       compare: 3
3962   legend:
3963     - ''
3964     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3965     - '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).'
3966     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3967     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3968
3969 # VPP Performance Changes 2n-dnv 2t2c ndr
3970 - type: "table"
3971   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3972   algorithm: "table_comparison"
3973   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3974   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3975   filter: "'2T2C'"
3976   columns:
3977     - title: "2001.0-2"
3978       data-set: "vpp-performance-changes-2n-dnv-h1"
3979     - title: "2005.0-5"
3980       data-set: "vpp-performance-changes-2n-dnv-ref"
3981     - title: "2009.0-5"
3982       data-set: "vpp-performance-changes-2n-dnv-cmp"
3983   comparisons:
3984     - title: "2009.0-5 vs 2005.0-5"
3985       reference: 2
3986       compare: 3
3987   legend:
3988     - ''
3989     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3990     - '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).'
3991     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3992     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3993
3994 # VPP Performance Changes 3n-dnv 1t1c pdr
3995 - type: "table"
3996   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3997   algorithm: "table_comparison"
3998   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3999   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4000   filter: "'1T1C'"
4001   columns:
4002     - title: "2001.0-2"
4003       data-set: "vpp-performance-changes-3n-dnv-h1"
4004     - title: "2005.0-5"
4005       data-set: "vpp-performance-changes-3n-dnv-ref"
4006     - title: "2009.0-5"
4007       data-set: "vpp-performance-changes-3n-dnv-cmp"
4008   comparisons:
4009     - title: "2009.0-5 vs 2005.0-5"
4010       reference: 2
4011       compare: 3
4012   legend:
4013     - ''
4014     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4015     - '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).'
4016     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4017     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4018
4019 # VPP Performance Changes 3n-dnv 2t2c pdr
4020 - type: "table"
4021   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4022   algorithm: "table_comparison"
4023   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4024   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4025   filter: "'2T2C'"
4026   columns:
4027     - title: "2001.0-2"
4028       data-set: "vpp-performance-changes-3n-dnv-h1"
4029     - title: "2005.0-5"
4030       data-set: "vpp-performance-changes-3n-dnv-ref"
4031     - title: "2009.0-5"
4032       data-set: "vpp-performance-changes-3n-dnv-cmp"
4033   comparisons:
4034     - title: "2009.0-5 vs 2005.0-5"
4035       reference: 2
4036       compare: 3
4037   legend:
4038     - ''
4039     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4040     - '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).'
4041     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4042     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4043
4044 # VPP Performance Changes 3n-dnv 1t1c ndr
4045 - type: "table"
4046   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4047   algorithm: "table_comparison"
4048   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4049   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4050   filter: "'1T1C'"
4051   columns:
4052     - title: "2001.0-2"
4053       data-set: "vpp-performance-changes-3n-dnv-h1"
4054     - title: "2005.0-5"
4055       data-set: "vpp-performance-changes-3n-dnv-ref"
4056     - title: "2009.0-5"
4057       data-set: "vpp-performance-changes-3n-dnv-cmp"
4058   comparisons:
4059     - title: "2009.0-5 vs 2005.0-5"
4060       reference: 2
4061       compare: 3
4062   legend:
4063     - ''
4064     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4065     - '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).'
4066     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4067     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4068
4069 # VPP Performance Changes 3n-dnv 2t2c ndr
4070 - type: "table"
4071   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4072   algorithm: "table_comparison"
4073   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4074   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4075   filter: "'2T2C'"
4076   columns:
4077     - title: "2001.0-2"
4078       data-set: "vpp-performance-changes-3n-dnv-h1"
4079     - title: "2005.0-5"
4080       data-set: "vpp-performance-changes-3n-dnv-ref"
4081     - title: "2009.0-5"
4082       data-set: "vpp-performance-changes-3n-dnv-cmp"
4083   comparisons:
4084     - title: "2009.0-5 vs 2005.0-5"
4085       reference: 2
4086       compare: 3
4087   legend:
4088     - ''
4089     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4090     - '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).'
4091     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4092     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4093
4094 # VPP Performance Changes 3n-tsh 1t1c pdr
4095 - type: "table"
4096   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4097   algorithm: "table_comparison"
4098   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4099   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4100   filter: "'1T1C'"
4101   columns:
4102     - title: "2001.0-4"
4103       data-set: "vpp-performance-changes-3n-tsh-h1"
4104     - title: "2005.0-4"
4105       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4106     - title: "2005.0-5"
4107       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4108     - title: "2009.0-5"
4109       data-set: "vpp-performance-changes-3n-tsh-cmp"
4110   comparisons:
4111     - title: "2005.0-5 vs 2005.0-4"
4112       reference: 2
4113       compare: 3
4114 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4115     - title: "2009.0-5 vs 2005.0-5"
4116       reference: 3
4117       compare: 4
4118 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4119   legend:
4120     - ''
4121     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4122     - '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).'
4123     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4124     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4125     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4126
4127 # VPP Performance Changes 3n-tsh 2t2c pdr
4128 - type: "table"
4129   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4130   algorithm: "table_comparison"
4131   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4132   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4133   filter: "'2T2C'"
4134   columns:
4135     - title: "2001.0-4"
4136       data-set: "vpp-performance-changes-3n-tsh-h1"
4137     - title: "2005.0-4"
4138       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4139     - title: "2005.0-5"
4140       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4141     - title: "2009.0-5"
4142       data-set: "vpp-performance-changes-3n-tsh-cmp"
4143   comparisons:
4144     - title: "2005.0-5 vs 2005.0-4"
4145       reference: 2
4146       compare: 3
4147 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4148     - title: "2009.0-5 vs 2005.0-5"
4149       reference: 3
4150       compare: 4
4151 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4152   legend:
4153     - ''
4154     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4155     - '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).'
4156     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4157     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4158     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4159
4160 # VPP Performance Changes 3n-tsh 1t1c ndr
4161 - type: "table"
4162   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4163   algorithm: "table_comparison"
4164   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4165   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4166   filter: "'1T1C'"
4167   columns:
4168     - title: "2001.0-4"
4169       data-set: "vpp-performance-changes-3n-tsh-h1"
4170     - title: "2005.0-4"
4171       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4172     - title: "2005.0-5"
4173       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4174     - title: "2009.0-5"
4175       data-set: "vpp-performance-changes-3n-tsh-cmp"
4176   comparisons:
4177     - title: "2005.0-5 vs 2005.0-4"
4178       reference: 2
4179       compare: 3
4180 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4181     - title: "2009.0-5 vs 2005.0-5"
4182       reference: 3
4183       compare: 4
4184 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4185   legend:
4186     - ''
4187     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4188     - '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).'
4189     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4190     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4191     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4192
4193 # VPP Performance Changes 3n-tsh 2t2c ndr
4194 - type: "table"
4195   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4196   algorithm: "table_comparison"
4197   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4198   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4199   filter: "'2T2C'"
4200   columns:
4201     - title: "2001.0-4"
4202       data-set: "vpp-performance-changes-3n-tsh-h1"
4203     - title: "2005.0-4"
4204       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4205     - title: "2005.0-5"
4206       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4207     - title: "2009.0-5"
4208       data-set: "vpp-performance-changes-3n-tsh-cmp"
4209   comparisons:
4210     - title: "2005.0-5 vs 2005.0-4"
4211       reference: 2
4212       compare: 3
4213 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4214     - title: "2009.0-5 vs 2005.0-5"
4215       reference: 3
4216       compare: 4
4217 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4218   legend:
4219     - ''
4220     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
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     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4224     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4225
4226 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4227 - type: "table"
4228   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4229   algorithm: "table_comparison"
4230   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4231   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4232   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4233   columns:
4234     - title: "3n-hsw xl710"
4235       data-set: "vpp-compare-testbeds-ref"
4236       tag: "NIC_Intel-XL710"
4237     - title: "3n-skx xxv710"
4238       data-set: "vpp-compare-testbeds-cmp"
4239       tag: "NIC_Intel-XXV710"
4240   comparisons:
4241     - title: "Diff"
4242       reference: 1
4243       compare: 2
4244   legend:
4245     - ""
4246     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4247     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4248
4249 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4250 - type: "table"
4251   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4252   algorithm: "table_comparison"
4253   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4254   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4255   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4256   columns:
4257     - title: "3n-hsw xl710"
4258       data-set: "vpp-compare-testbeds-ref"
4259       tag: "NIC_Intel-XL710"
4260     - title: "3n-skx xxv710"
4261       data-set: "vpp-compare-testbeds-cmp"
4262       tag: "NIC_Intel-XXV710"
4263   comparisons:
4264     - title: "Diff"
4265       reference: 1
4266       compare: 2
4267   legend:
4268     - ""
4269     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4270     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4271
4272 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4273 - type: "table"
4274   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4275   algorithm: "table_comparison"
4276   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4277   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4278   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4279   columns:
4280     - title: "3n-hsw xl710"
4281       data-set: "vpp-compare-testbeds-ref"
4282       tag: "NIC_Intel-XL710"
4283     - title: "3n-skx xxv710"
4284       data-set: "vpp-compare-testbeds-cmp"
4285       tag: "NIC_Intel-XXV710"
4286   comparisons:
4287     - title: "Diff"
4288       reference: 1
4289       compare: 2
4290   legend:
4291     - ""
4292     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4293     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4294
4295 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4296 - type: "table"
4297   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4298   algorithm: "table_comparison"
4299   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4300   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4301   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4302   columns:
4303     - title: "3n-hsw xl710"
4304       data-set: "vpp-compare-testbeds-ref"
4305       tag: "NIC_Intel-XL710"
4306     - title: "3n-skx xxv710"
4307       data-set: "vpp-compare-testbeds-cmp"
4308       tag: "NIC_Intel-XXV710"
4309   comparisons:
4310     - title: "Diff"
4311       reference: 1
4312       compare: 2
4313   legend:
4314     - ""
4315     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4316     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4317
4318 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4319 - type: "table"
4320   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4321   algorithm: "table_comparison"
4322   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4324   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4325   columns:
4326     - title: "2n-skx"
4327       data-set: "vpp-compare-testbeds-skx-clx-ref"
4328     - title: "2n-clx"
4329       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4330   comparisons:
4331     - title: "Diff"
4332       reference: 1
4333       compare: 2
4334   legend:
4335     - ""
4336     - "2n-skx, 2n-clx - testbeds and NICs tested."
4337     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4338
4339 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4340 - type: "table"
4341   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4342   algorithm: "table_comparison"
4343   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4344   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4345   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4346   columns:
4347     - title: "2n-skx"
4348       data-set: "vpp-compare-testbeds-skx-clx-ref"
4349     - title: "2n-clx"
4350       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4351   comparisons:
4352     - title: "Diff"
4353       reference: 1
4354       compare: 2
4355   legend:
4356     - ""
4357     - "2n-skx, 2n-clx - testbeds and NICs tested."
4358     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4359
4360 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4361 - type: "table"
4362   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4363   algorithm: "table_comparison"
4364   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4365   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4366   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4367   columns:
4368     - title: "2n-skx"
4369       data-set: "vpp-compare-testbeds-skx-clx-ref"
4370     - title: "2n-clx"
4371       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4372   comparisons:
4373     - title: "Diff"
4374       reference: 1
4375       compare: 2
4376   legend:
4377     - ""
4378     - "2n-skx, 2n-clx - testbeds and NICs tested."
4379     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4380
4381 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4382 - type: "table"
4383   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4384   algorithm: "table_comparison"
4385   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4386   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4387   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4388   columns:
4389     - title: "2n-skx"
4390       data-set: "vpp-compare-testbeds-skx-clx-ref"
4391     - title: "2n-clx"
4392       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4393   comparisons:
4394     - title: "Diff"
4395       reference: 1
4396       compare: 2
4397   legend:
4398     - ""
4399     - "2n-skx, 2n-clx - testbeds and NICs tested."
4400     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4401
4402 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4403 - type: "table"
4404   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4405   algorithm: "table_comparison"
4406   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4407   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4408   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4409   columns:
4410     - title: "3n-hsw xl710"
4411       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4412       tag: "NIC_Intel-XL710"
4413     - title: "2n-clx xxv710"
4414       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4415       tag: "NIC_Intel-XXV710"
4416   comparisons:
4417     - title: "Diff"
4418       reference: 1
4419       compare: 2
4420   legend:
4421     - ""
4422     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4423     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4424
4425 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4426 - type: "table"
4427   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4428   algorithm: "table_comparison"
4429   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4430   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4431   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4432   columns:
4433     - title: "3n-hsw xl710"
4434       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4435       tag: "NIC_Intel-XL710"
4436     - title: "2n-clx xxv710"
4437       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4438       tag: "NIC_Intel-XXV710"
4439   comparisons:
4440     - title: "Diff"
4441       reference: 1
4442       compare: 2
4443   legend:
4444     - ""
4445     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4446     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4447
4448 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4449 - type: "table"
4450   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4451   algorithm: "table_comparison"
4452   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4453   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4454   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4455   columns:
4456     - title: "3n-hsw xl710"
4457       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4458       tag: "NIC_Intel-XL710"
4459     - title: "2n-clx xxv710"
4460       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4461       tag: "NIC_Intel-XXV710"
4462   comparisons:
4463     - title: "Diff"
4464       reference: 1
4465       compare: 2
4466   legend:
4467     - ""
4468     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4469     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4470
4471 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4472 - type: "table"
4473   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4474   algorithm: "table_comparison"
4475   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4476   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4477   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4478   columns:
4479     - title: "3n-hsw xl710"
4480       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4481       tag: "NIC_Intel-XL710"
4482     - title: "2n-clx xxv710"
4483       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4484       tag: "NIC_Intel-XXV710"
4485   comparisons:
4486     - title: "Diff"
4487       reference: 1
4488       compare: 2
4489   legend:
4490     - ""
4491     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4492     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4493
4494 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4495 - type: "table"
4496   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4497   algorithm: "table_comparison"
4498   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4499   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4500   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4501   columns:
4502     - title: "3n-skx"
4503       data-set: "vpp-compare-topologies-ref"
4504     - title: "2n-skx"
4505       data-set: "vpp-compare-topologies-cmp"
4506   comparisons:
4507     - title: "Diff"
4508       reference: 1
4509       compare: 2
4510   legend:
4511     - ""
4512     - "3n-skx, 2n-skx - topologies tested."
4513     - "Diff - difference between 3n-skx and 2n-skx topologies."
4514
4515 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4516 - type: "table"
4517   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4518   algorithm: "table_comparison"
4519   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4520   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4521   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4522   columns:
4523     - title: "3n-skx"
4524       data-set: "vpp-compare-topologies-ref"
4525     - title: "2n-skx"
4526       data-set: "vpp-compare-topologies-cmp"
4527   comparisons:
4528     - title: "Diff"
4529       reference: 1
4530       compare: 2
4531   legend:
4532     - ""
4533     - "3n-skx, 2n-skx - topologies tested."
4534     - "Diff - difference between 3n-skx and 2n-skx topologies."
4535
4536 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4537 - type: "table"
4538   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4539   algorithm: "table_comparison"
4540   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4541   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4542   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4543   columns:
4544     - title: "3n-skx"
4545       data-set: "vpp-compare-topologies-ref"
4546     - title: "2n-skx"
4547       data-set: "vpp-compare-topologies-cmp"
4548   comparisons:
4549     - title: "Diff"
4550       reference: 1
4551       compare: 2
4552   legend:
4553     - ""
4554     - "3n-skx, 2n-skx - topologies tested."
4555     - "Diff - difference between 3n-skx and 2n-skx topologies."
4556
4557 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4558 - type: "table"
4559   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4560   algorithm: "table_comparison"
4561   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4562   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4563   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4564   columns:
4565     - title: "3n-skx"
4566       data-set: "vpp-compare-topologies-ref"
4567     - title: "2n-skx"
4568       data-set: "vpp-compare-topologies-cmp"
4569   comparisons:
4570     - title: "Diff"
4571       reference: 1
4572       compare: 2
4573   legend:
4574     - ""
4575     - "3n-skx, 2n-skx - topologies tested."
4576     - "Diff - difference between 3n-skx and 2n-skx topologies."
4577
4578 # VPP Performance Changes 3n-hsw 1t1c mrr
4579 - type: "table"
4580   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4581   algorithm: "table_comparison"
4582   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4583   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4584   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4585   columns:
4586     - title: "2001.0-2"
4587       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4588     - title: "2005.0-4"
4589       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4590     - title: "2005.0-5"
4591       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4592     - title: "2009.0-5"
4593       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4594   comparisons:
4595     - title: "2005.0-5 vs 2005.0-4"
4596       reference: 2
4597       compare: 3
4598 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4599     - title: "2009.0-5 vs 2005.0-5"
4600       reference: 3
4601       compare: 4
4602 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4603   legend:
4604     - ''
4605     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4606     - '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).'
4607     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4608     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4609     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4610
4611 # VPP Performance Changes 3n-hsw 2t2c mrr
4612 - type: "table"
4613   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4614   algorithm: "table_comparison"
4615   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4616   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4617   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4618   columns:
4619     - title: "2001.0-2"
4620       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4621     - title: "2005.0-4"
4622       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4623     - title: "2005.0-5"
4624       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4625     - title: "2009.0-5"
4626       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4627   comparisons:
4628     - title: "2005.0-5 vs 2005.0-4"
4629       reference: 2
4630       compare: 3
4631 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4632     - title: "2009.0-5 vs 2005.0-5"
4633       reference: 3
4634       compare: 4
4635 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4636   legend:
4637     - ''
4638     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4639     - '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).'
4640     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4641     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4642     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4643
4644 # VPP Performance Changes 3n-hsw 4t4c mrr
4645 - type: "table"
4646   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4647   algorithm: "table_comparison"
4648   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4649   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4650   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4651   columns:
4652     - title: "2001.0-2"
4653       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4654     - title: "2005.0-4"
4655       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4656     - title: "2005.0-5"
4657       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4658     - title: "2009.0-5"
4659       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4660   comparisons:
4661     - title: "2005.0-5 vs 2005.0-4"
4662       reference: 2
4663       compare: 3
4664 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4665     - title: "2009.0-5 vs 2005.0-5"
4666       reference: 3
4667       compare: 4
4668 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4669   legend:
4670     - ''
4671     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4672     - '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).'
4673     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4674     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4675     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4676
4677 # VPP Performance Changes 3n-skx 2t1c mrr
4678 - type: "table"
4679   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4680   algorithm: "table_comparison"
4681   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4682   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4683   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4684   columns:
4685     - title: "2001.0-2"
4686       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4687     - title: "2005.0-4"
4688       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4689     - title: "2005.0-5"
4690       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4691     - title: "2009.0-5"
4692       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4693   comparisons:
4694     - title: "2005.0-5 vs 2005.0-4"
4695       reference: 2
4696       compare: 3
4697 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4698     - title: "2009.0-5 vs 2005.0-5"
4699       reference: 2
4700       compare: 3
4701 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4702   legend:
4703     - ''
4704     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4705     - '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).'
4706     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4707     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4708     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4709
4710 # VPP Performance Changes 3n-skx 4t2c mrr
4711 - type: "table"
4712   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4713   algorithm: "table_comparison"
4714   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4715   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4716   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4717   columns:
4718     - title: "2001.0-2"
4719       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4720     - title: "2005.0-4"
4721       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4722     - title: "2005.0-5"
4723       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4724     - title: "2009.0-5"
4725       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4726   comparisons:
4727     - title: "2005.0-5 vs 2005.0-4"
4728       reference: 2
4729       compare: 3
4730 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4731     - title: "2009.0-5 vs 2005.0-5"
4732       reference: 2
4733       compare: 3
4734 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4735   legend:
4736     - ''
4737     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4738     - '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).'
4739     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4740     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4741     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4742
4743 # VPP Performance Changes 3n-skx 8t4c mrr
4744 - type: "table"
4745   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4746   algorithm: "table_comparison"
4747   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4748   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4749   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4750   columns:
4751     - title: "2001.0-2"
4752       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4753     - title: "2005.0-4"
4754       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4755     - title: "2005.0-5"
4756       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4757     - title: "2009.0-5"
4758       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4759   comparisons:
4760     - title: "2005.0-5 vs 2005.0-4"
4761       reference: 2
4762       compare: 3
4763 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4764     - title: "2009.0-5 vs 2005.0-5"
4765       reference: 2
4766       compare: 3
4767 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4768   legend:
4769     - ''
4770     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4771     - '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).'
4772     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4773     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4774     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4775
4776 # VPP Performance Changes 2n-skx 2t1c mrr
4777 - type: "table"
4778   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4779   algorithm: "table_comparison"
4780   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4781   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4782   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4783   columns:
4784     - title: "2001.0-2"
4785       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4786     - title: "2005.0-4"
4787       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4788     - title: "2005.0-5"
4789       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4790     - title: "2009.0-5"
4791       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4792   comparisons:
4793     - title: "2005.0-5 vs 2005.0-4"
4794       reference: 2
4795       compare: 3
4796 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4797     - title: "2009.0-5 vs 2005.0-4"
4798       reference: 3
4799       compare: 4
4800 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4801   legend:
4802     - ''
4803     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4804     - '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).'
4805     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4806     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4807     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4808
4809 # VPP Performance Changes 2n-skx 4t2c mrr
4810 - type: "table"
4811   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4812   algorithm: "table_comparison"
4813   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4814   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4815   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4816   columns:
4817     - title: "2001.0-2"
4818       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4819     - title: "2005.0-4"
4820       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4821     - title: "2005.0-5"
4822       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4823     - title: "2009.0-5"
4824       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4825   comparisons:
4826     - title: "2005.0-5 vs 2005.0-4"
4827       reference: 2
4828       compare: 3
4829 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4830     - title: "2009.0-5 vs 2005.0-4"
4831       reference: 3
4832       compare: 4
4833 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4834   legend:
4835     - ''
4836     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4837     - '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).'
4838     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4839     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4840     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4841
4842 # VPP Performance Changes 2n-skx 8t4c mrr
4843 - type: "table"
4844   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4845   algorithm: "table_comparison"
4846   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4847   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4848   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4849   columns:
4850     - title: "2001.0-2"
4851       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4852     - title: "2005.0-4"
4853       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4854     - title: "2005.0-5"
4855       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4856     - title: "2009.0-5"
4857       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4858   comparisons:
4859     - title: "2005.0-5 vs 2005.0-4"
4860       reference: 2
4861       compare: 3
4862 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4863     - title: "2009.0-5 vs 2005.0-4"
4864       reference: 3
4865       compare: 4
4866 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4867   legend:
4868     - ''
4869     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4870     - '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).'
4871     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4872     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4873     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4874
4875 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4876 - type: "table"
4877   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4878   algorithm: "table_comparison"
4879   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4880   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4881   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4882   columns:
4883     - title: "2001.0-2"
4884       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4885     - title: "2005.0-4"
4886       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4887     - title: "2005.0-5"
4888       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4889     - title: "2009.0-5"
4890       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4891   comparisons:
4892     - title: "2005.0-5 vs 2005.0-4"
4893       reference: 2
4894       compare: 3
4895 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4896     - title: "2009.0-5 vs 2005.0-5"
4897       reference: 3
4898       compare: 4
4899 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4900   legend:
4901     - ''
4902     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4903     - '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).'
4904     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4905     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4906     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4907
4908 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4909 - type: "table"
4910   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4911   algorithm: "table_comparison"
4912   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4913   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4914   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4915   columns:
4916     - title: "2001.0-2"
4917       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4918     - title: "2005.0-4"
4919       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4920     - title: "2005.0-5"
4921       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4922     - title: "2009.0-5"
4923       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4924   comparisons:
4925     - title: "2005.0-5 vs 2005.0-4"
4926       reference: 2
4927       compare: 3
4928 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4929     - title: "2009.0-5 vs 2005.0-5"
4930       reference: 3
4931       compare: 4
4932 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4933   legend:
4934     - ''
4935     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4936     - '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).'
4937     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4938     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4939     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4940
4941 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4942 - type: "table"
4943   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4944   algorithm: "table_comparison"
4945   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4946   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4947   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4948   columns:
4949     - title: "2001.0-2"
4950       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4951     - title: "2005.0-4"
4952       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4953     - title: "2005.0-5"
4954       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4955     - title: "2009.0-5"
4956       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4957   comparisons:
4958     - title: "2005.0-5 vs 2005.0-4"
4959       reference: 2
4960       compare: 3
4961 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4962     - title: "2009.0-5 vs 2005.0-5"
4963       reference: 3
4964       compare: 4
4965 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4966   legend:
4967     - ''
4968     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4969     - '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).'
4970     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4971     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4972     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4973
4974 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4975 #- type: "table"
4976 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4977 #  algorithm: "table_comparison"
4978 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4979 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4980 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4981 #  columns:
4982 #    - title: "2001"
4983 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4984 #    - title: "2005"
4985 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4986 #  comparisons:
4987 #    - title: "Diff"
4988 #      reference: 1
4989 #      compare: 2
4990 #  legend:
4991 #    - ""
4992 #    - "2001, 2005 - VPP versions tested."
4993 #    - "Diff - difference between 2001 and 2005 VPP version."
4994 #
4995 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4996 #- type: "table"
4997 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4998 #  algorithm: "table_comparison"
4999 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5000 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5001 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5002 #  columns:
5003 #    - title: "2001"
5004 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5005 #    - title: "2005"
5006 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5007 #  comparisons:
5008 #    - title: "Diff"
5009 #      reference: 1
5010 #      compare: 2
5011 #  legend:
5012 #    - ""
5013 #    - "2001, 2005 - VPP versions tested."
5014 #    - "Diff - difference between 2001 and 2005 VPP version."
5015 #
5016 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5017 #- type: "table"
5018 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5019 #  algorithm: "table_comparison"
5020 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5021 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5022 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5023 #  columns:
5024 #    - title: "2001"
5025 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5026 #    - title: "2005"
5027 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5028 #  comparisons:
5029 #    - title: "Diff"
5030 #      reference: 1
5031 #      compare: 2
5032 #  legend:
5033 #    - ""
5034 #    - "2001, 2005 - VPP versions tested."
5035 #    - "Diff - difference between 2001 and 2005 VPP version."
5036
5037 # VPP Performance Changes 2n-dnv 1t1c mrr
5038 - type: "table"
5039   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5040   algorithm: "table_comparison"
5041   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5042   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5043   filter: "'1T1C'"
5044   columns:
5045     - title: "2001.0-2"
5046       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5047     - title: "2005.0-5"
5048       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5049     - title: "2009.0-5"
5050       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5051   comparisons:
5052     - title: "2009.0-5 vs 2005.0-5"
5053       reference: 2
5054       compare: 3
5055   legend:
5056     - ''
5057     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5058     - '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).'
5059     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5060     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5061
5062 # VPP Performance Changes 2n-dnv 2t2c mrr
5063 - type: "table"
5064   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5065   algorithm: "table_comparison"
5066   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5067   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5068   filter: "'2T2C'"
5069   columns:
5070     - title: "2001.0-2"
5071       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5072     - title: "2005.0-5"
5073       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5074     - title: "2009.0-5"
5075       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5076   comparisons:
5077     - title: "2009.0-5 vs 2005.0-5"
5078       reference: 2
5079       compare: 3
5080   legend:
5081     - ''
5082     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5083     - '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).'
5084     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5085     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5086
5087 # VPP Performance Changes 2n-dnv 4t4c mrr
5088 - type: "table"
5089   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5090   algorithm: "table_comparison"
5091   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5092   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5093   filter: "'4T4C'"
5094   columns:
5095     - title: "2001.0-2"
5096       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5097     - title: "2005.0-5"
5098       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5099     - title: "2009.0-5"
5100       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5101   comparisons:
5102     - title: "2009.0-5 vs 2005.0-5"
5103       reference: 2
5104       compare: 3
5105   legend:
5106     - ''
5107     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5108     - '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).'
5109     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5110     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5111
5112 # VPP Performance Changes 3n-dnv 1t1c mrr
5113 - type: "table"
5114   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5115   algorithm: "table_comparison"
5116   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5117   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5118   filter: "'1T1C'"
5119   columns:
5120     - title: "2001.0-2"
5121       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5122     - title: "2005.0-5"
5123       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5124     - title: "2009.0-5"
5125       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5126   comparisons:
5127     - title: "2009.0-5 vs 2005.0-5"
5128       reference: 2
5129       compare: 3
5130   legend:
5131     - ''
5132     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5133     - '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).'
5134     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5135     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5136
5137 # VPP Performance Changes 3n-dnv 2t2c mrr
5138 - type: "table"
5139   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5140   algorithm: "table_comparison"
5141   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5143   filter: "'2T2C'"
5144   columns:
5145     - title: "2001.0-2"
5146       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5147     - title: "2005.0-5"
5148       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5149     - title: "2009.0-5"
5150       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5151   comparisons:
5152     - title: "2009.0-5 vs 2005.0-5"
5153       reference: 2
5154       compare: 3
5155   legend:
5156     - ''
5157     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5158     - '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).'
5159     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5160     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5161
5162 # VPP Performance Changes 3n-dnv 4t4c mrr
5163 - type: "table"
5164   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5165   algorithm: "table_comparison"
5166   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5167   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5168   filter: "'4T4C'"
5169   columns:
5170     - title: "2001.0-2"
5171       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5172     - title: "2005.0-5"
5173       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5174     - title: "2009.0-5"
5175       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5176   comparisons:
5177     - title: "2009.0-5 vs 2005.0-5"
5178       reference: 2
5179       compare: 3
5180   legend:
5181     - ''
5182     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5183     - '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).'
5184     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5185     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5186
5187 # VPP Performance Changes 3n-tsh 1t1c mrr
5188 - type: "table"
5189   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5190   algorithm: "table_comparison"
5191   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5192   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5193   filter: "'1T1C'"
5194   columns:
5195     - title: "2001.0-2"
5196       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5197     - title: "2005.0-4"
5198       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5199     - title: "2005.0-5"
5200       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5201     - title: "2009.0-5"
5202       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5203   comparisons:
5204     - title: "2005.0-5 vs 2005.0-4"
5205       reference: 2
5206       compare: 3
5207 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5208     - title: "2009.0-5 vs 2005.0-5"
5209       reference: 3
5210       compare: 4
5211 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5212   legend:
5213     - ''
5214     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5215     - '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).'
5216     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5217     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5218     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5219
5220 # VPP Performance Changes 3n-tsh 2t2c mrr
5221 - type: "table"
5222   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5223   algorithm: "table_comparison"
5224   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5225   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5226   filter: "'2T2C'"
5227   columns:
5228     - title: "2001.0-2"
5229       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5230     - title: "2005.0-4"
5231       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5232     - title: "2005.0-5"
5233       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5234     - title: "2009.0-5"
5235       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5236   comparisons:
5237     - title: "2005.0-5 vs 2005.0-4"
5238       reference: 2
5239       compare: 3
5240 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5241     - title: "2009.0-5 vs 2005.0-5"
5242       reference: 3
5243       compare: 4
5244 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5245   legend:
5246     - ''
5247     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5248     - '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).'
5249     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5250     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5251     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5252
5253 # VPP Performance Changes 3n-tsh 4t4c mrr
5254 - type: "table"
5255   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5256   algorithm: "table_comparison"
5257   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5258   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5259   filter: "'4T4C'"
5260   columns:
5261     - title: "2001.0-2"
5262       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5263     - title: "2005.0-4"
5264       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5265     - title: "2005.0-5"
5266       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5267     - title: "2009.0-5"
5268       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5269   comparisons:
5270     - title: "2005.0-5 vs 2005.0-4"
5271       reference: 2
5272       compare: 3
5273 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5274     - title: "2009.0-5 vs 2005.0-5"
5275       reference: 3
5276       compare: 4
5277 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5278   legend:
5279     - ''
5280     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5281     - '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).'
5282     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5283     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5284     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5285
5286 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5287 - type: "table"
5288   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5289   algorithm: "table_comparison"
5290   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5291   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5292   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5293   columns:
5294     - title: "3n-hsw xl710"
5295       data-set: "vpp-compare-testbeds-mrr-ref"
5296       tag: "NIC_Intel-XL710"
5297     - title: "3n-skx xxv710"
5298       data-set: "vpp-compare-testbeds-mrr-cmp"
5299       tag: "NIC_Intel-XXV710"
5300   comparisons:
5301     - title: "Diff"
5302       reference: 1
5303       compare: 2
5304   legend:
5305     - ""
5306     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5307     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5308
5309 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5310 - type: "table"
5311   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5312   algorithm: "table_comparison"
5313   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5314   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5315   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5316   columns:
5317     - title: "3n-hsw xl710"
5318       data-set: "vpp-compare-testbeds-mrr-ref"
5319       tag: "NIC_Intel-XL710"
5320     - title: "3n-skx xxv710"
5321       data-set: "vpp-compare-testbeds-mrr-cmp"
5322       tag: "NIC_Intel-XXV710"
5323   comparisons:
5324     - title: "Diff"
5325       reference: 1
5326       compare: 2
5327   legend:
5328     - ""
5329     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5330     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5331
5332 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5333 - type: "table"
5334   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5335   algorithm: "table_comparison"
5336   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5337   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5338   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5339   columns:
5340     - title: "3n-hsw xl710"
5341       data-set: "vpp-compare-testbeds-mrr-ref"
5342       tag: "NIC_Intel-XL710"
5343     - title: "3n-skx xxv710"
5344       data-set: "vpp-compare-testbeds-mrr-cmp"
5345       tag: "NIC_Intel-XXV710"
5346   comparisons:
5347     - title: "Diff"
5348       reference: 1
5349       compare: 2
5350   legend:
5351     - ""
5352     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5353     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5354
5355 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5356 - type: "table"
5357   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5358   algorithm: "table_comparison"
5359   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5360   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5361   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5362   columns:
5363     - title: "2n-skx"
5364       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5365     - title: "2n-clx"
5366       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5367   comparisons:
5368     - title: "Diff"
5369       reference: 1
5370       compare: 2
5371   legend:
5372     - ""
5373     - "2n-skx, 2n-clx - testbeds and NICs tested."
5374     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5375
5376 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5377 - type: "table"
5378   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5379   algorithm: "table_comparison"
5380   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5381   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5382   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5383   columns:
5384     - title: "2n-skx"
5385       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5386     - title: "2n-clx"
5387       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5388   comparisons:
5389     - title: "Diff"
5390       reference: 1
5391       compare: 2
5392   legend:
5393     - ""
5394     - "2n-skx, 2n-clx - testbeds and NICs tested."
5395     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5396
5397 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5398 - type: "table"
5399   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5400   algorithm: "table_comparison"
5401   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5402   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5403   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5404   columns:
5405     - title: "2n-skx"
5406       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5407     - title: "2n-clx"
5408       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5409   comparisons:
5410     - title: "Diff"
5411       reference: 1
5412       compare: 2
5413   legend:
5414     - ""
5415     - "2n-skx, 2n-clx - testbeds and NICs tested."
5416     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5417
5418 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5419 - type: "table"
5420   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5421   algorithm: "table_comparison"
5422   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5423   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5424   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5425   columns:
5426     - title: "3n-skx"
5427       data-set: "vpp-compare-topologies-mrr-ref"
5428     - title: "2n-skx"
5429       data-set: "vpp-compare-topologies-mrr-cmp"
5430   comparisons:
5431     - title: "Diff"
5432       reference: 1
5433       compare: 2
5434   legend:
5435     - ""
5436     - "3n-skx, 2n-skx - topologies tested."
5437     - "Diff - difference between 3n-skx and 2n-skx topologies."
5438
5439 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5440 - type: "table"
5441   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5442   algorithm: "table_comparison"
5443   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5444   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5445   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5446   columns:
5447     - title: "3n-skx"
5448       data-set: "vpp-compare-topologies-mrr-ref"
5449     - title: "2n-skx"
5450       data-set: "vpp-compare-topologies-mrr-cmp"
5451   comparisons:
5452     - title: "Diff"
5453       reference: 1
5454       compare: 2
5455   legend:
5456     - ""
5457     - "3n-skx, 2n-skx - topologies tested."
5458     - "Diff - difference between 3n-skx and 2n-skx topologies."
5459
5460 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5461 - type: "table"
5462   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5463   algorithm: "table_comparison"
5464   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5465   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5466   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5467   columns:
5468     - title: "3n-skx"
5469       data-set: "vpp-compare-topologies-mrr-ref"
5470     - title: "2n-skx"
5471       data-set: "vpp-compare-topologies-mrr-cmp"
5472   comparisons:
5473     - title: "Diff"
5474       reference: 1
5475       compare: 2
5476   legend:
5477     - ""
5478     - "3n-skx, 2n-skx - topologies tested."
5479     - "Diff - difference between 3n-skx and 2n-skx topologies."
5480
5481 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5482 - type: "table"
5483   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5484   algorithm: "table_comparison"
5485   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5486   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5487   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5488   columns:
5489     - title: "3n-hsw xl710"
5490       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5491       tag: "NIC_Intel-XL710"
5492     - title: "2n-clx xxv710"
5493       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5494       tag: "NIC_Intel-XXV710"
5495   comparisons:
5496     - title: "Diff"
5497       reference: 1
5498       compare: 2
5499   legend:
5500     - ""
5501     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5502     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5503
5504 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5505 - type: "table"
5506   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5507   algorithm: "table_comparison"
5508   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5509   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5510   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5511   columns:
5512     - title: "3n-hsw xl710"
5513       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5514       tag: "NIC_Intel-XL710"
5515     - title: "2n-clx xxv710"
5516       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5517       tag: "NIC_Intel-XXV710"
5518   comparisons:
5519     - title: "Diff"
5520       reference: 1
5521       compare: 2
5522   legend:
5523     - ""
5524     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5525     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5526
5527 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5528 - type: "table"
5529   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5530   algorithm: "table_comparison"
5531   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5533   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5534   columns:
5535     - title: "3n-hsw xl710"
5536       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5537       tag: "NIC_Intel-XL710"
5538     - title: "2n-clx xxv710"
5539       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5540       tag: "NIC_Intel-XXV710"
5541   comparisons:
5542     - title: "Diff"
5543       reference: 1
5544       compare: 2
5545   legend:
5546     - ""
5547     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5548     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5549
5550 # Detailed Test Results - VPP Performance Results 3n-hsw
5551 - type: "table"
5552   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5553   algorithm: "table_merged_details"
5554   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5555   columns:
5556     - title: " |prein| Test Name |preout| "
5557       data: "data name"
5558     - 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| "
5559       data: "data msg"
5560   data: "vpp-perf-results-3n-hsw"
5561   filter: "all"
5562   parameters:
5563   - "name"
5564   - "parent"
5565   - "msg"
5566
5567 # Detailed Test Results - VPP Performance Results 3n-skx
5568 - type: "table"
5569   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5570   algorithm: "table_merged_details"
5571   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5572   columns:
5573     - title: " |prein| Test Name |preout| "
5574       data: "data name"
5575     - 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| "
5576       data: "data msg"
5577   data: "vpp-perf-results-3n-skx"
5578   filter: "all"
5579   remove-ndr: False
5580   parameters:
5581   - "name"
5582   - "parent"
5583   - "msg"
5584
5585 # Detailed Test Results - VPP Performance Results 2n-skx
5586 - type: "table"
5587   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5588   algorithm: "table_merged_details"
5589   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5590   columns:
5591     - title: " |prein| Test Name |preout| "
5592       data: "data name"
5593     - 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| "
5594       data: "data msg"
5595   data: "vpp-perf-results-2n-skx"
5596   filter: "all"
5597   remove-ndr: False
5598   parameters:
5599   - "name"
5600   - "parent"
5601   - "msg"
5602
5603 # Detailed Test Results - VPP Performance Results 2n-clx
5604 - type: "table"
5605   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5606   algorithm: "table_merged_details"
5607   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5608   columns:
5609     - title: " |prein| Test Name |preout| "
5610       data: "data name"
5611     - 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| "
5612       data: "data msg"
5613   data: "vpp-perf-results-2n-clx"
5614   filter: "all"
5615   parameters:
5616   - "name"
5617   - "parent"
5618   - "msg"
5619
5620 # Detailed Test Results - VPP Performance Results 3n-tsh
5621 - type: "table"
5622   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5623   algorithm: "table_merged_details"
5624   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5625   columns:
5626     - title: " |prein| Test Name |preout| "
5627       data: "data name"
5628     - 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| "
5629       data: "data msg"
5630   data: "vpp-perf-results-3n-tsh"
5631   filter: "all"
5632   parameters:
5633   - "name"
5634   - "parent"
5635   - "msg"
5636
5637 # Detailed Test Results - VPP Performance Results 3n-dnv
5638 - type: "table"
5639   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5640   algorithm: "table_merged_details"
5641   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5642   columns:
5643     - title: " |prein| Test Name |preout| "
5644       data: "data name"
5645     - 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| "
5646       data: "data msg"
5647   data: "vpp-perf-results-3n-dnv"
5648   filter: "all"
5649   parameters:
5650   - "name"
5651   - "parent"
5652   - "msg"
5653
5654 # Detailed Test Results - VPP Performance Results 2n-dnv
5655 - type: "table"
5656   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5657   algorithm: "table_merged_details"
5658   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5659   columns:
5660     - title: " |prein| Test Name |preout| "
5661       data: "data name"
5662     - 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| "
5663       data: "data msg"
5664   data: "vpp-perf-results-2n-dnv"
5665   filter: "all"
5666   parameters:
5667   - "name"
5668   - "parent"
5669   - "msg"
5670
5671 # Test configuration - VPP Performance Test Configs 3n-hsw
5672 - type: "table"
5673   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5674   algorithm: "table_merged_details"
5675   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5676   columns:
5677     - title: " |prein| Test Name |preout| "
5678       data: "data name"
5679     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5680       data: "data conf-history"
5681   data: "vpp-perf-results-3n-hsw"
5682   filter: "all"
5683   parameters:
5684   - "parent"
5685   - "name"
5686   - "conf-history"
5687
5688 # Test configuration - VPP Performance Test Configs 3n-skx
5689 - type: "table"
5690   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5691   algorithm: "table_merged_details"
5692   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5693   columns:
5694     - title: " |prein| Test Name |preout| "
5695       data: "data name"
5696     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5697       data: "data conf-history"
5698   data: "vpp-perf-results-3n-skx"
5699   filter: "all"
5700   parameters:
5701   - "parent"
5702   - "name"
5703   - "conf-history"
5704
5705 # Test configuration - VPP Performance Test Configs 2n-skx
5706 - type: "table"
5707   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5708   algorithm: "table_merged_details"
5709   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5710   columns:
5711     - title: " |prein| Test Name |preout| "
5712       data: "data name"
5713     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5714       data: "data conf-history"
5715   data: "vpp-perf-results-2n-skx"
5716   filter: "all"
5717   parameters:
5718   - "parent"
5719   - "name"
5720   - "conf-history"
5721
5722 # Test configuration - VPP Performance Test Configs 2n-clx
5723 - type: "table"
5724   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5725   algorithm: "table_merged_details"
5726   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5727   columns:
5728     - title: " |prein| Test Name |preout| "
5729       data: "data name"
5730     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5731       data: "data conf-history"
5732   data: "vpp-perf-results-2n-clx"
5733   filter: "all"
5734   parameters:
5735   - "parent"
5736   - "name"
5737   - "conf-history"
5738
5739 # Test configuration - VPP Performance Test Configs 3n-tsh
5740 - type: "table"
5741   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5742   algorithm: "table_merged_details"
5743   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5744   columns:
5745     - title: " |prein| Test Name |preout| "
5746       data: "data name"
5747     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5748       data: "data conf-history"
5749   data: "vpp-perf-results-3n-tsh"
5750   filter: "all"
5751   parameters:
5752   - "parent"
5753   - "name"
5754   - "conf-history"
5755
5756 # Test configuration - VPP Performance Test Configs 3n-dnv
5757 - type: "table"
5758   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5759   algorithm: "table_merged_details"
5760   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5761   columns:
5762     - title: " |prein| Test Name |preout| "
5763       data: "data name"
5764     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5765       data: "data conf-history"
5766   data: "vpp-perf-results-3n-dnv"
5767   filter: "all"
5768   parameters:
5769   - "parent"
5770   - "name"
5771   - "conf-history"
5772
5773 # Test configuration - VPP Performance Test Configs 2n-dnv
5774 - type: "table"
5775   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5776   algorithm: "table_merged_details"
5777   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5778   columns:
5779     - title: " |prein| Test Name |preout| "
5780       data: "data name"
5781     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5782       data: "data conf-history"
5783   data: "vpp-perf-results-2n-dnv"
5784   filter: "all"
5785   parameters:
5786   - "parent"
5787   - "name"
5788   - "conf-history"
5789
5790 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5791 - type: "table"
5792   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5793   algorithm: "table_oper_data_html"
5794   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5795   data: "vpp-perf-results-3n-hsw"
5796   filter: "all"
5797
5798 # Test Operational Data - VPP Performance Operational Data 3n-skx
5799 - type: "table"
5800   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5801   algorithm: "table_oper_data_html"
5802   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5803   data: "vpp-perf-results-3n-skx"
5804   filter: "all"
5805
5806 # Test Operational Data - VPP Performance Operational Data 2n-skx
5807 - type: "table"
5808   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5809   algorithm: "table_oper_data_html"
5810   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5811   data: "vpp-perf-results-2n-skx"
5812   filter: "all"
5813
5814 # Test Operational Data - VPP Performance Operational Data 2n-clx
5815 - type: "table"
5816   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5817   algorithm: "table_oper_data_html"
5818   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5819   data: "vpp-perf-results-2n-clx"
5820   filter: "all"
5821
5822 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5823 - type: "table"
5824   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5825   algorithm: "table_oper_data_html"
5826   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5827   data: "vpp-perf-results-3n-tsh"
5828   filter: "all"
5829
5830 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5831 - type: "table"
5832   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5833   algorithm: "table_oper_data_html"
5834   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5835   data: "vpp-perf-results-3n-dnv"
5836   filter: "all"
5837
5838 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5839 - type: "table"
5840   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5841   algorithm: "table_oper_data_html"
5842   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5843   data: "vpp-perf-results-2n-dnv"
5844   filter: "all"
5845
5846 # Detailed Test Results - VPP MRR Results 3n-hsw
5847 - type: "table"
5848   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5849   algorithm: "table_merged_details"
5850   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5851   columns:
5852     - title: " |prein| Test Name |preout| "
5853       data: "data name"
5854     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5855       data: "data msg"
5856   data: "vpp-mrr-results-3n-hsw"
5857   filter: "all"
5858   parameters:
5859   - "name"
5860   - "parent"
5861   - "msg"
5862
5863 # Detailed Test Results - VPP MRR Results 3n-skx
5864 - type: "table"
5865   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5866   algorithm: "table_merged_details"
5867   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5868   columns:
5869     - title: " |prein| Test Name |preout| "
5870       data: "data name"
5871     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5872       data: "data msg"
5873   data: "vpp-mrr-results-3n-skx"
5874   filter: "all"
5875   parameters:
5876   - "name"
5877   - "parent"
5878   - "msg"
5879
5880 # Detailed Test Results - VPP MRR Results 2n-skx
5881 - type: "table"
5882   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5883   algorithm: "table_merged_details"
5884   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5885   columns:
5886     - title: " |prein| Test Name |preout| "
5887       data: "data name"
5888     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5889       data: "data msg"
5890   data: "vpp-mrr-results-2n-skx"
5891   filter: "all"
5892   parameters:
5893   - "name"
5894   - "parent"
5895   - "msg"
5896
5897 # Detailed Test Results - VPP MRR Results 2n-clx
5898 - type: "table"
5899   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5900   algorithm: "table_merged_details"
5901   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5902   columns:
5903     - title: " |prein| Test Name |preout| "
5904       data: "data name"
5905     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5906       data: "data msg"
5907   data: "vpp-mrr-results-2n-clx"
5908   filter: "all"
5909   parameters:
5910   - "name"
5911   - "parent"
5912   - "msg"
5913
5914 # Detailed Test Results - VPP MRR Results 3n-tsh
5915 - type: "table"
5916   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5917   algorithm: "table_merged_details"
5918   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5919   columns:
5920     - title: " |prein| Test Name |preout| "
5921       data: "data name"
5922     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5923       data: "data msg"
5924   data: "vpp-mrr-results-3n-tsh"
5925   filter: "all"
5926   parameters:
5927   - "name"
5928   - "parent"
5929   - "msg"
5930
5931 # Detailed Test Results - VPP MRR Results 3n-dnv
5932 - type: "table"
5933   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5934   algorithm: "table_merged_details"
5935   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5936   columns:
5937     - title: " |prein| Test Name |preout| "
5938       data: "data name"
5939     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5940       data: "data msg"
5941   data: "vpp-mrr-results-3n-dnv"
5942   filter: "all"
5943   parameters:
5944   - "name"
5945   - "parent"
5946   - "msg"
5947
5948 # Detailed Test Results - VPP MRR Results 2n-dnv
5949 - type: "table"
5950   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5951   algorithm: "table_merged_details"
5952   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5953   columns:
5954     - title: " |prein| Test Name |preout| "
5955       data: "data name"
5956     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5957       data: "data msg"
5958   data: "vpp-mrr-results-2n-dnv"
5959   filter: "all"
5960   parameters:
5961   - "name"
5962   - "parent"
5963   - "msg"
5964
5965 # Test configuration - VPP MRR Test Configs 3n-hsw
5966 - type: "table"
5967   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5968   algorithm: "table_merged_details"
5969   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5970   columns:
5971     - title: " |prein| Test Name |preout| "
5972       data: "data name"
5973     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5974       data: "data conf-history"
5975   data: "vpp-mrr-results-3n-hsw"
5976   filter: "all"
5977   parameters:
5978   - "parent"
5979   - "name"
5980   - "conf-history"
5981
5982 # Test configuration - VPP MRR Test Configs 3n-skx
5983 - type: "table"
5984   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5985   algorithm: "table_merged_details"
5986   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5987   columns:
5988     - title: " |prein| Test Name |preout| "
5989       data: "data name"
5990     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5991       data: "data conf-history"
5992   data: "vpp-mrr-results-3n-skx"
5993   filter: "all"
5994   parameters:
5995   - "parent"
5996   - "name"
5997   - "conf-history"
5998
5999 # Test configuration - VPP MRR Test Configs 2n-skx
6000 - type: "table"
6001   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6002   algorithm: "table_merged_details"
6003   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6004   columns:
6005     - title: " |prein| Test Name |preout| "
6006       data: "data name"
6007     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6008       data: "data conf-history"
6009   data: "vpp-mrr-results-2n-skx"
6010   filter: "all"
6011   parameters:
6012   - "parent"
6013   - "name"
6014   - "conf-history"
6015
6016 # Test configuration - VPP MRR Test Configs 2n-clx
6017 - type: "table"
6018   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6019   algorithm: "table_merged_details"
6020   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6021   columns:
6022     - title: " |prein| Test Name |preout| "
6023       data: "data name"
6024     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6025       data: "data conf-history"
6026   data: "vpp-mrr-results-2n-clx"
6027   filter: "all"
6028   parameters:
6029   - "parent"
6030   - "name"
6031   - "conf-history"
6032
6033 # Test configuration - VPP MRR Test Configs 3n-tsh
6034 - type: "table"
6035   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6036   algorithm: "table_merged_details"
6037   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6038   columns:
6039     - title: " |prein| Test Name |preout| "
6040       data: "data name"
6041     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6042       data: "data conf-history"
6043   data: "vpp-mrr-results-3n-tsh"
6044   filter: "all"
6045   parameters:
6046   - "parent"
6047   - "name"
6048   - "conf-history"
6049
6050 # Test configuration - VPP MRR Test Configs 3n-dnv
6051 - type: "table"
6052   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6053   algorithm: "table_merged_details"
6054   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6055   columns:
6056     - title: " |prein| Test Name |preout| "
6057       data: "data name"
6058     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6059       data: "data conf-history"
6060   data: "vpp-mrr-results-3n-dnv"
6061   filter: "all"
6062   parameters:
6063   - "parent"
6064   - "name"
6065   - "conf-history"
6066
6067 # Test configuration - VPP MRR Test Configs 2n-dnv
6068 - type: "table"
6069   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6070   algorithm: "table_merged_details"
6071   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6072   columns:
6073     - title: " |prein| Test Name |preout| "
6074       data: "data name"
6075     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6076       data: "data conf-history"
6077   data: "vpp-mrr-results-2n-dnv"
6078   filter: "all"
6079   parameters:
6080   - "parent"
6081   - "name"
6082   - "conf-history"
6083
6084 # Detailed Test Results - VPP Device Results - Ubuntu
6085 - type: "table"
6086   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6087   algorithm: "table_merged_details"
6088   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6089   columns:
6090     - title: " |prein| Test Name |preout| "
6091       data: "data name"
6092     - title: " |prein| Status |preout| "
6093       data: "data status"
6094   data: "vpp-device-results-ubuntu"
6095   filter: "all"
6096   parameters:
6097   - "name"
6098   - "parent"
6099   - "doc"
6100   - "status"
6101
6102 # Test configuration - VPP Device Test Configs - Ubuntu
6103 - type: "table"
6104   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6105   algorithm: "table_merged_details"
6106   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6107   columns:
6108     - title: " |prein| Test Name |preout| "
6109       data: "data name"
6110     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6111       data: "data conf-history"
6112   data: "vpp-device-results-ubuntu"
6113   filter: "all"
6114   parameters:
6115   - "parent"
6116   - "name"
6117   - "conf-history"
6118
6119 ################################################################################
6120
6121 # DPDK Performance Changes 3n-hsw 1t1c pdr
6122 - type: "table"
6123   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6124   algorithm: "table_comparison"
6125   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6126   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6127   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6128   columns:
6129     - title: "2001"
6130       data-set: "dpdk-performance-changes-3n-hsw-h1"
6131     - title: "2005"
6132       data-set: "dpdk-performance-changes-3n-hsw-ref"
6133     - title: "2009"
6134       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6135   comparisons:
6136     - title: "Diff"
6137       reference: 2
6138       compare: 3
6139   legend:
6140     - ""
6141     - "2001, 2005, 2009 - DPDK versions tested."
6142     - "Diff - difference between 2005 and 2009 DPDK version."
6143
6144 # DPDK Performance Changes 3n-hsw 2t2c pdr
6145 - type: "table"
6146   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6147   algorithm: "table_comparison"
6148   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6149   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6150   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6151   columns:
6152     - title: "2001"
6153       data-set: "dpdk-performance-changes-3n-hsw-h1"
6154     - title: "2005"
6155       data-set: "dpdk-performance-changes-3n-hsw-ref"
6156     - title: "2009"
6157       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6158   comparisons:
6159     - title: "Diff"
6160       reference: 2
6161       compare: 3
6162   legend:
6163     - ""
6164     - "2001, 2005, 2009 - DPDK versions tested."
6165     - "Diff - difference between 2005 and 2009 DPDK version."
6166
6167 # DPDK Performance Changes 3n-hsw 1t1c pdr
6168 - type: "table"
6169   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6170   algorithm: "table_comparison"
6171   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6173   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6174   columns:
6175     - title: "2001"
6176       data-set: "dpdk-performance-changes-3n-hsw-h1"
6177     - title: "2005"
6178       data-set: "dpdk-performance-changes-3n-hsw-ref"
6179     - title: "2009"
6180       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6181   comparisons:
6182     - title: "Diff"
6183       reference: 2
6184       compare: 3
6185   legend:
6186     - ""
6187     - "2001, 2005, 2009 - DPDK versions tested."
6188     - "Diff - difference between 2005 and 2009 DPDK version."
6189
6190 # DPDK Performance Changes 3n-hsw 2t2c ndr
6191 - type: "table"
6192   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6193   algorithm: "table_comparison"
6194   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6195   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6196   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6197   columns:
6198     - title: "2001"
6199       data-set: "dpdk-performance-changes-3n-hsw-h1"
6200     - title: "2005"
6201       data-set: "dpdk-performance-changes-3n-hsw-ref"
6202     - title: "2009"
6203       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6204   comparisons:
6205     - title: "Diff"
6206       reference: 2
6207       compare: 3
6208   legend:
6209     - ""
6210     - "2001, 2005, 2009 - DPDK versions tested."
6211     - "Diff - difference between 2005 and 2009 DPDK version."
6212
6213 # DPDK Performance Changes 3n-skx 2t1c pdr
6214 - type: "table"
6215   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6216   algorithm: "table_comparison"
6217   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6218   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6219   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6220   columns:
6221     - title: "2001"
6222       data-set: "dpdk-performance-changes-3n-skx-h1"
6223     - title: "2005"
6224       data-set: "dpdk-performance-changes-3n-skx-ref"
6225     - title: "2009"
6226       data-set: "dpdk-performance-changes-3n-skx-cmp"
6227   comparisons:
6228     - title: "Diff"
6229       reference: 2
6230       compare: 3
6231   legend:
6232     - ""
6233     - "2001, 2005, 2009 - DPDK versions tested."
6234     - "Diff - difference between 2005 and 2009 DPDK version."
6235
6236 # DPDK Performance Changes 3n-skx 4t2c pdr
6237 - type: "table"
6238   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6239   algorithm: "table_comparison"
6240   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6241   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6242   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6243   columns:
6244     - title: "2001"
6245       data-set: "dpdk-performance-changes-3n-skx-h1"
6246     - title: "2005"
6247       data-set: "dpdk-performance-changes-3n-skx-ref"
6248     - title: "2009"
6249       data-set: "dpdk-performance-changes-3n-skx-cmp"
6250   comparisons:
6251     - title: "Diff"
6252       reference: 2
6253       compare: 3
6254   legend:
6255     - ""
6256     - "2001, 2005, 2009 - DPDK versions tested."
6257     - "Diff - difference between 2005 and 2009 DPDK version."
6258
6259 # DPDK Performance Changes 3n-skx 2t1c ndr
6260 - type: "table"
6261   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6262   algorithm: "table_comparison"
6263   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6264   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6265   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6266   columns:
6267     - title: "2001"
6268       data-set: "dpdk-performance-changes-3n-skx-h1"
6269     - title: "2005"
6270       data-set: "dpdk-performance-changes-3n-skx-ref"
6271     - title: "2009"
6272       data-set: "dpdk-performance-changes-3n-skx-cmp"
6273   comparisons:
6274     - title: "Diff"
6275       reference: 2
6276       compare: 3
6277   legend:
6278     - ""
6279     - "2001, 2005, 2009 - DPDK versions tested."
6280     - "Diff - difference between 2005 and 2009 DPDK version."
6281
6282 # DPDK Performance Changes 3n-skx 4t2c ndr
6283 - type: "table"
6284   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6285   algorithm: "table_comparison"
6286   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6287   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6288   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6289   columns:
6290     - title: "2001"
6291       data-set: "dpdk-performance-changes-3n-skx-h1"
6292     - title: "2005"
6293       data-set: "dpdk-performance-changes-3n-skx-ref"
6294     - title: "2009"
6295       data-set: "dpdk-performance-changes-3n-skx-cmp"
6296   comparisons:
6297     - title: "Diff"
6298       reference: 2
6299       compare: 3
6300   legend:
6301     - ""
6302     - "2001, 2005, 2009 - DPDK versions tested."
6303     - "Diff - difference between 2005 and 2009 DPDK version."
6304
6305 # DPDK Performance Changes 2n-skx 2t1c pdr
6306 - type: "table"
6307   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6308   algorithm: "table_comparison"
6309   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6310   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6311   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6312   columns:
6313     - title: "2001"
6314       data-set: "dpdk-performance-changes-2n-skx-h1"
6315     - title: "2005"
6316       data-set: "dpdk-performance-changes-2n-skx-ref"
6317     - title: "2009"
6318       data-set: "dpdk-performance-changes-2n-skx-cmp"
6319   comparisons:
6320     - title: "Diff"
6321       reference: 2
6322       compare: 3
6323   legend:
6324     - ""
6325     - "2001, 2005, 2009 - DPDK versions tested."
6326     - "Diff - difference between 2005 and 2009 DPDK version."
6327
6328 # DPDK Performance Changes 2n-skx 4t2c pdr
6329 - type: "table"
6330   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6331   algorithm: "table_comparison"
6332   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6333   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6334   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6335   columns:
6336     - title: "2001"
6337       data-set: "dpdk-performance-changes-2n-skx-h1"
6338     - title: "2005"
6339       data-set: "dpdk-performance-changes-2n-skx-ref"
6340     - title: "2009"
6341       data-set: "dpdk-performance-changes-2n-skx-cmp"
6342   comparisons:
6343     - title: "Diff"
6344       reference: 2
6345       compare: 3
6346   legend:
6347     - ""
6348     - "2001, 2005, 2009 - DPDK versions tested."
6349     - "Diff - difference between 2005 and 2009 DPDK version."
6350
6351 # DPDK Performance Changes 2n-skx 2t1c ndr
6352 - type: "table"
6353   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6354   algorithm: "table_comparison"
6355   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6356   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6357   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6358   columns:
6359     - title: "2001"
6360       data-set: "dpdk-performance-changes-2n-skx-h1"
6361     - title: "2005"
6362       data-set: "dpdk-performance-changes-2n-skx-ref"
6363     - title: "2009"
6364       data-set: "dpdk-performance-changes-2n-skx-cmp"
6365   comparisons:
6366     - title: "Diff"
6367       reference: 2
6368       compare: 3
6369   legend:
6370     - ""
6371     - "2001, 2005, 2009 - DPDK versions tested."
6372     - "Diff - difference between 2005 and 2009 DPDK version."
6373
6374 # DPDK Performance Changes 2n-skx 4t2c ndr
6375 - type: "table"
6376   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6377   algorithm: "table_comparison"
6378   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6379   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6380   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6381   columns:
6382     - title: "2001"
6383       data-set: "dpdk-performance-changes-2n-skx-h1"
6384     - title: "2005"
6385       data-set: "dpdk-performance-changes-2n-skx-ref"
6386     - title: "2009"
6387       data-set: "dpdk-performance-changes-2n-skx-cmp"
6388   comparisons:
6389     - title: "Diff"
6390       reference: 2
6391       compare: 3
6392   legend:
6393     - ""
6394     - "2001, 2005, 2009 - DPDK versions tested."
6395     - "Diff - difference between 2005 and 2009 DPDK version."
6396
6397 # DPDK Performance Changes 2n-clx 2t1c pdr
6398 - type: "table"
6399   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6400   algorithm: "table_comparison"
6401   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6402   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6403   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6404   columns:
6405     - title: "2001"
6406       data-set: "dpdk-performance-changes-2n-clx-h1"
6407     - title: "2005"
6408       data-set: "dpdk-performance-changes-2n-clx-ref"
6409     - title: "2009"
6410       data-set: "dpdk-performance-changes-2n-clx-cmp"
6411   comparisons:
6412     - title: "Diff"
6413       reference: 2
6414       compare: 3
6415   legend:
6416     - ""
6417     - "2001, 2005, 2009 - DPDK versions tested."
6418     - "Diff - difference between 2005 and 2009 DPDK version."
6419
6420 # DPDK Performance Changes 2n-clx 4t2c pdr
6421 - type: "table"
6422   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6423   algorithm: "table_comparison"
6424   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6425   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6426   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6427   columns:
6428     - title: "2001"
6429       data-set: "dpdk-performance-changes-2n-clx-h1"
6430     - title: "2005"
6431       data-set: "dpdk-performance-changes-2n-clx-ref"
6432     - title: "2009"
6433       data-set: "dpdk-performance-changes-2n-clx-cmp"
6434   comparisons:
6435     - title: "Diff"
6436       reference: 2
6437       compare: 3
6438   legend:
6439     - ""
6440     - "2001, 2005, 2009 - DPDK versions tested."
6441     - "Diff - difference between 2005 and 2009 DPDK version."
6442
6443 # DPDK Performance Changes 2n-clx 2t1c ndr
6444 - type: "table"
6445   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6446   algorithm: "table_comparison"
6447   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6448   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6449   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6450   columns:
6451     - title: "2001"
6452       data-set: "dpdk-performance-changes-2n-clx-h1"
6453     - title: "2005"
6454       data-set: "dpdk-performance-changes-2n-clx-ref"
6455     - title: "2009"
6456       data-set: "dpdk-performance-changes-2n-clx-cmp"
6457   comparisons:
6458     - title: "Diff"
6459       reference: 2
6460       compare: 3
6461   legend:
6462     - ""
6463     - "2001, 2005, 2009 - DPDK versions tested."
6464     - "Diff - difference between 2005 and 2009 DPDK version."
6465
6466 # DPDK Performance Changes 2n-clx 4t2c ndr
6467 - type: "table"
6468   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6469   algorithm: "table_comparison"
6470   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6471   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6472   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6473   columns:
6474     - title: "2001"
6475       data-set: "dpdk-performance-changes-2n-clx-h1"
6476     - title: "2005"
6477       data-set: "dpdk-performance-changes-2n-clx-ref"
6478     - title: "2009"
6479       data-set: "dpdk-performance-changes-2n-clx-cmp"
6480   comparisons:
6481     - title: "Diff"
6482       reference: 2
6483       compare: 3
6484   legend:
6485     - ""
6486     - "2001, 2005, 2009 - DPDK versions tested."
6487     - "Diff - difference between 2005 and 2009 DPDK version."
6488
6489 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6490 #- type: "table"
6491 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6492 #  algorithm: "table_comparison"
6493 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6494 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6495 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6496 #  columns:
6497 #    - title: "2001"
6498 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6499 #    - title: "2005"
6500 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6501 #    - title: "2009"
6502 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6503 #  comparisons:
6504 #    - title: "Diff"
6505 #      reference: 2
6506 #      compare: 3
6507 #  legend:
6508 #    - ""
6509 #    - "2001, 2005, 2009 - DPDK versions tested."
6510 #    - "Diff - difference between 2005 and 2009 DPDK version."
6511 #
6512 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6513 #- type: "table"
6514 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6515 #  algorithm: "table_comparison"
6516 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6517 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6518 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6519 #  columns:
6520 #    - title: "2001"
6521 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6522 #    - title: "2005"
6523 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6524 #    - title: "2009"
6525 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6526 #  comparisons:
6527 #    - title: "Diff"
6528 #      reference: 2
6529 #      compare: 3
6530 #  legend:
6531 #    - ""
6532 #    - "2001, 2005, 2009 - DPDK versions tested."
6533 #    - "Diff - difference between 2005 and 2009 DPDK version."
6534 #
6535 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6536 #- type: "table"
6537 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6538 #  algorithm: "table_comparison"
6539 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6540 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6541 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6542 #  columns:
6543 #    - title: "2001"
6544 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6545 #    - title: "2005"
6546 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6547 #    - title: "2009"
6548 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6549 #  comparisons:
6550 #    - title: "Diff"
6551 #      reference: 2
6552 #      compare: 3
6553 #  legend:
6554 #    - ""
6555 #    - "2001, 2005, 2009 - DPDK versions tested."
6556 #    - "Diff - difference between 2005 and 2009 DPDK version."
6557 #
6558 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6559 #- type: "table"
6560 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6561 #  algorithm: "table_comparison"
6562 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6563 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6564 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6565 #  columns:
6566 #    - title: "2001"
6567 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6568 #    - title: "2005"
6569 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6570 #    - title: "2009"
6571 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6572 #  comparisons:
6573 #    - title: "Diff"
6574 #      reference: 2
6575 #      compare: 3
6576 #  legend:
6577 #    - ""
6578 #    - "2001, 2005, 2009 - DPDK versions tested."
6579 #    - "Diff - difference between 2005 and 2009 DPDK version."
6580 #
6581 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6582 #- type: "table"
6583 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6584 #  algorithm: "table_comparison"
6585 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6586 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6587 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6588 #  columns:
6589 #    - title: "2001"
6590 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6591 #    - title: "2005"
6592 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6593 #    - title: "2009"
6594 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6595 #  comparisons:
6596 #    - title: "Diff"
6597 #      reference: 2
6598 #      compare: 3
6599 #  legend:
6600 #    - ""
6601 #    - "2001, 2005, 2009 - DPDK versions tested."
6602 #    - "Diff - difference between 2005 and 2009 DPDK version."
6603 #
6604 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6605 #- type: "table"
6606 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6607 #  algorithm: "table_comparison"
6608 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6609 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6610 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6611 #  columns:
6612 #    - title: "2001"
6613 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6614 #    - title: "2005"
6615 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6616 #    - title: "2009"
6617 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6618 #  comparisons:
6619 #    - title: "Diff"
6620 #      reference: 2
6621 #      compare: 3
6622 #  legend:
6623 #    - ""
6624 #    - "2001, 2005, 2009 - DPDK versions tested."
6625 #    - "Diff - difference between 2005 and 2009 DPDK version."
6626 #
6627 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6628 #- type: "table"
6629 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6630 #  algorithm: "table_comparison"
6631 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6632 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6633 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6634 #  columns:
6635 #    - title: "2001"
6636 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6637 #    - title: "2005"
6638 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6639 #    - title: "2009"
6640 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6641 #  comparisons:
6642 #    - title: "Diff"
6643 #      reference: 2
6644 #      compare: 3
6645 #  legend:
6646 #    - ""
6647 #    - "2001, 2005, 2009 - DPDK versions tested."
6648 #    - "Diff - difference between 2005 and 2009 DPDK version."
6649 #
6650 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6651 #- type: "table"
6652 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6653 #  algorithm: "table_comparison"
6654 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6655 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6656 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6657 #  columns:
6658 #    - title: "2001"
6659 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6660 #    - title: "2005"
6661 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6662 #    - title: "2009"
6663 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6664 #  comparisons:
6665 #    - title: "Diff"
6666 #      reference: 2
6667 #      compare: 3
6668 #  legend:
6669 #    - ""
6670 #    - "2001, 2005, 2009 - DPDK versions tested."
6671 #    - "Diff - difference between 2005 and 2009 DPDK version."
6672
6673 # DPDK Performance Changes 3n-tsh 1t1c pdr
6674 - type: "table"
6675   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6676   algorithm: "table_comparison"
6677   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6678   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6679   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6680   columns:
6681     - title: "2001"
6682       data-set: "dpdk-performance-changes-3n-tsh-h1"
6683     - title: "2005"
6684       data-set: "dpdk-performance-changes-3n-tsh-ref"
6685     - title: "2009"
6686       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6687   comparisons:
6688     - title: "Diff"
6689       reference: 2
6690       compare: 3
6691   legend:
6692     - ""
6693     - "2001, 2005, 2009 - DPDK versions tested."
6694     - "Diff - difference between 2005 and 2009 DPDK version."
6695
6696 # DPDK Performance Changes 3n-tsh 2t2c pdr
6697 - type: "table"
6698   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6699   algorithm: "table_comparison"
6700   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6701   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6702   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6703   columns:
6704     - title: "2001"
6705       data-set: "dpdk-performance-changes-3n-tsh-h1"
6706     - title: "2005"
6707       data-set: "dpdk-performance-changes-3n-tsh-ref"
6708     - title: "2009"
6709       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6710   comparisons:
6711     - title: "Diff"
6712       reference: 2
6713       compare: 3
6714   legend:
6715     - ""
6716     - "2001, 2005, 2009 - DPDK versions tested."
6717     - "Diff - difference between 2005 and 2009 DPDK version."
6718
6719 # DPDK Performance Changes 3n-tsh 1t1c ndr
6720 - type: "table"
6721   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6722   algorithm: "table_comparison"
6723   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6724   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6725   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6726   columns:
6727     - title: "2001"
6728       data-set: "dpdk-performance-changes-3n-tsh-h1"
6729     - title: "2005"
6730       data-set: "dpdk-performance-changes-3n-tsh-ref"
6731     - title: "2009"
6732       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6733   comparisons:
6734     - title: "Diff"
6735       reference: 2
6736       compare: 3
6737   legend:
6738     - ""
6739     - "2001, 2005, 2009 - DPDK versions tested."
6740     - "Diff - difference between 2005 and 2009 DPDK version."
6741
6742 # DPDK Performance Changes 3n-tsh 2t2c ndr
6743 - type: "table"
6744   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6745   algorithm: "table_comparison"
6746   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6748   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6749   columns:
6750     - title: "2001"
6751       data-set: "dpdk-performance-changes-3n-tsh-h1"
6752     - title: "2005"
6753       data-set: "dpdk-performance-changes-3n-tsh-ref"
6754     - title: "2009"
6755       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6756   comparisons:
6757     - title: "Diff"
6758       reference: 2
6759       compare: 3
6760   legend:
6761     - ""
6762     - "2001, 2005, 2009 - DPDK versions tested."
6763     - "Diff - difference between 2005 and 2009 DPDK version."
6764
6765 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6766 - type: "table"
6767   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6768   algorithm: "table_comparison"
6769   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6770   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6771   filter: "'NIC_Intel-X710'"
6772   columns:
6773     - title: "3n-hsw x710"
6774       data-set: "dpdk-compare-testbeds-ref"
6775     - title: "3n-skx x710"
6776       data-set: "dpdk-compare-testbeds-cmp"
6777   comparisons:
6778     - title: "Diff"
6779       reference: 1
6780       compare: 2
6781   legend:
6782     - ""
6783     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6784     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6785
6786 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6787 - type: "table"
6788   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6789   algorithm: "table_comparison"
6790   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6791   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6792   filter: "'NIC_Intel-X710'"
6793   columns:
6794     - title: "3n-hsw x710"
6795       data-set: "dpdk-compare-testbeds-ref"
6796     - title: "3n-skx x710"
6797       data-set: "dpdk-compare-testbeds-cmp"
6798   comparisons:
6799     - title: "Diff"
6800       reference: 1
6801       compare: 2
6802   legend:
6803     - ""
6804     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6805     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6806
6807 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6808 - type: "table"
6809   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6810   algorithm: "table_comparison"
6811   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6812   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6813   filter: "'NIC_Intel-XXV710'"
6814   columns:
6815     - title: "2n-skx"
6816       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6817     - title: "2n-clx"
6818       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6819   comparisons:
6820     - title: "Diff"
6821       reference: 1
6822       compare: 2
6823   legend:
6824     - ""
6825     - "2n-skx, 2n-clx - testbeds and NICs tested."
6826     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6827
6828 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6829 - type: "table"
6830   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6831   algorithm: "table_comparison"
6832   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6833   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6834   filter: "'NIC_Intel-XXV710'"
6835   columns:
6836     - title: "2n-skx"
6837       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6838     - title: "2n-clx"
6839       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6840   comparisons:
6841     - title: "Diff"
6842       reference: 1
6843       compare: 2
6844   legend:
6845     - ""
6846     - "2n-skx, 2n-clx - testbeds and NICs tested."
6847     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6848
6849 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6850 - type: "table"
6851   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6852   algorithm: "table_comparison"
6853   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6854   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6855   filter: "'NIC_Intel-XXV710'"
6856   columns:
6857     - title: "3n-skx"
6858       data-set: "dpdk-compare-topologies-ref"
6859     - title: "2n-skx"
6860       data-set: "dpdk-compare-topologies-cmp"
6861   comparisons:
6862     - title: "Diff"
6863       reference: 1
6864       compare: 2
6865   legend:
6866     - ""
6867     - "3n-skx, 2n-skx - topologies tested."
6868     - "Diff - difference between 3n-skx and 2n-skx topologies."
6869
6870 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6871 - type: "table"
6872   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6873   algorithm: "table_comparison"
6874   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6875   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6876   filter: "'NIC_Intel-XXV710'"
6877   columns:
6878     - title: "3n-skx"
6879       data-set: "dpdk-compare-topologies-ref"
6880     - title: "2n-skx"
6881       data-set: "dpdk-compare-topologies-cmp"
6882   comparisons:
6883     - title: "Diff"
6884       reference: 1
6885       compare: 2
6886   legend:
6887     - ""
6888     - "3n-skx, 2n-skx - topologies tested."
6889     - "Diff - difference between 3n-skx and 2n-skx topologies."
6890
6891 # Detailed Test Results - DPDK Performance Results 3n-hsw
6892 - type: "table"
6893   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6894   algorithm: "table_merged_details"
6895   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6896   columns:
6897     - title: " |prein| Test Name |preout| "
6898       data: "data name"
6899     - 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| "
6900       data: "data msg"
6901   data: "dpdk-perf-results-3n-hsw"
6902   filter: "all"
6903   parameters:
6904   - "name"
6905   - "parent"
6906   - "msg"
6907
6908 # Detailed Test Results - DPDK Performance Results 3n-skx
6909 - type: "table"
6910   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6911   algorithm: "table_merged_details"
6912   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6913   columns:
6914     - title: " |prein| Test Name |preout| "
6915       data: "data name"
6916     - 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| "
6917       data: "data msg"
6918   data: "dpdk-perf-results-3n-skx"
6919   filter: "all"
6920   remove-ndr: False
6921   parameters:
6922   - "name"
6923   - "parent"
6924   - "msg"
6925
6926 # Detailed Test Results - DPDK Performance Results 2n-skx
6927 - type: "table"
6928   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6929   algorithm: "table_merged_details"
6930   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6931   columns:
6932     - title: " |prein| Test Name |preout| "
6933       data: "data name"
6934     - 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| "
6935       data: "data msg"
6936   data: "dpdk-perf-results-2n-skx"
6937   filter: "all"
6938   remove-ndr: False
6939   parameters:
6940   - "name"
6941   - "parent"
6942   - "msg"
6943
6944 # Detailed Test Results - DPDK Performance Results 2n-clx
6945 - type: "table"
6946   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6947   algorithm: "table_merged_details"
6948   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6949   columns:
6950     - title: " |prein| Test Name |preout| "
6951       data: "data name"
6952     - 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| "
6953       data: "data msg"
6954   data: "dpdk-perf-results-2n-clx"
6955   filter: "all"
6956   parameters:
6957   - "name"
6958   - "parent"
6959   - "msg"
6960
6961 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6962 #- type: "table"
6963 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6964 #  algorithm: "table_merged_details"
6965 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6966 #  columns:
6967 #    - title: " |prein| Test Name |preout| "
6968 #      data: "data name"
6969 #    - 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| "
6970 #      data: "data msg"
6971 #  data: "dpdk-perf-results-2n-dnv"
6972 #  filter: "all"
6973 #  parameters:
6974 #  - "name"
6975 #  - "parent"
6976 #  - "msg"
6977 #
6978 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6979 #- type: "table"
6980 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6981 #  algorithm: "table_merged_details"
6982 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6983 #  columns:
6984 #    - title: " |prein| Test Name |preout| "
6985 #      data: "data name"
6986 #    - 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| "
6987 #      data: "data msg"
6988 #  data: "dpdk-perf-results-3n-dnv"
6989 #  filter: "all"
6990 #  parameters:
6991 #  - "name"
6992 #  - "parent"
6993 #  - "msg"
6994
6995 # Detailed Test Results - DPDK Performance Results 3n-tsh
6996 - type: "table"
6997   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6998   algorithm: "table_merged_details"
6999   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7000   columns:
7001     - title: " |prein| Test Name |preout| "
7002       data: "data name"
7003     - 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| "
7004       data: "data msg"
7005   data: "dpdk-perf-results-3n-tsh"
7006   filter: "all"
7007   parameters:
7008   - "name"
7009   - "parent"
7010   - "msg"
7011
7012 ################################################################################
7013 ###                                F I L E S                                 ###
7014 ################################################################################
7015
7016 # VPP Performance Results
7017 - type: "file"
7018   title: "VPP Performance Results"
7019   algorithm: "file_details_split"
7020   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7021   dir-tables:
7022     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7023     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7024     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7025     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7026     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7027     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7028     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7029   data:
7030     - "vpp-perf-results-2n-skx"
7031     - "vpp-perf-results-3n-skx"
7032     - "vpp-perf-results-2n-clx"
7033     - "vpp-perf-results-3n-hsw"
7034     - "vpp-perf-results-3n-tsh"
7035     - "vpp-perf-results-2n-dnv"
7036     - "vpp-perf-results-3n-dnv"
7037   filter: "all"
7038   data-start-level: 4
7039   order-chapters:
7040     level-1:
7041       - "l2"
7042       - "ip4"
7043       - "ip6"
7044       - "srv6"
7045       - "ip4_tunnels"
7046       - "ip6_tunnels"
7047       - "vm_vhost"
7048       - "container_memif"
7049       - "crypto"
7050       - "vts"
7051       - "lb"
7052       - "nfv_density"
7053       - "hoststack"
7054     level-2:
7055       - "2n-skx"
7056       - "3n-skx"
7057       - "2n-clx"
7058       - "3n-hsw"
7059       - "3n-tsh"
7060       - "2n-dnv"
7061       - "3n-dnv"
7062     level-3:
7063       - "xl710"
7064       - "x520"
7065       - "xxv710"
7066       - "x710"
7067       - "x553"
7068       - "cx556a"
7069       - "vic1227"
7070       - "vic1385"
7071
7072 # VPP Performance Configuration
7073 - type: "file"
7074   title: "VPP Performance Configuration"
7075   algorithm: "file_details_split"
7076   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7077   dir-tables:
7078     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7079     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7080     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7081     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7082     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7083     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7084     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7085   data:
7086     - "vpp-perf-results-2n-skx"
7087     - "vpp-perf-results-3n-skx"
7088     - "vpp-perf-results-2n-clx"
7089     - "vpp-perf-results-3n-hsw"
7090     - "vpp-perf-results-3n-tsh"
7091     - "vpp-perf-results-2n-dnv"
7092     - "vpp-perf-results-3n-dnv"
7093   filter: "all"
7094   data-start-level: 4
7095   order-chapters:
7096     level-1:
7097       - "l2"
7098       - "ip4"
7099       - "ip6"
7100       - "srv6"
7101       - "ip4_tunnels"
7102       - "ip6_tunnels"
7103       - "vm_vhost"
7104       - "container_memif"
7105       - "crypto"
7106       - "vts"
7107       - "lb"
7108       - "nfv_density"
7109       - "hoststack"
7110     level-2:
7111       - "2n-skx"
7112       - "3n-skx"
7113       - "2n-clx"
7114       - "3n-hsw"
7115       - "3n-tsh"
7116       - "2n-dnv"
7117       - "3n-dnv"
7118     level-3:
7119       - "xl710"
7120       - "x520"
7121       - "xxv710"
7122       - "x710"
7123       - "x553"
7124       - "cx556a"
7125       - "vic1227"
7126       - "vic1385"
7127
7128 # VPP Performance Operational
7129 - type: "file"
7130   title: "VPP Performance Operational"
7131   algorithm: "file_details_split_html"
7132   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7133   dir-tables:
7134     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7135     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7136     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7137     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7138     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7139     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7140     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7141   data:
7142     - "vpp-perf-results-2n-skx"
7143     - "vpp-perf-results-3n-skx"
7144     - "vpp-perf-results-2n-clx"
7145     - "vpp-perf-results-3n-hsw"
7146     - "vpp-perf-results-3n-tsh"
7147     - "vpp-perf-results-2n-dnv"
7148     - "vpp-perf-results-3n-dnv"
7149   filter: "all"
7150   data-start-level: 4
7151   order-chapters:
7152     level-1:
7153       - "l2"
7154       - "ip4"
7155       - "ip6"
7156       - "srv6"
7157       - "ip4_tunnels"
7158       - "ip6_tunnels"
7159       - "vm_vhost"
7160       - "container_memif"
7161       - "crypto"
7162       - "vts"
7163       - "lb"
7164       - "nfv_density"
7165       - "hoststack"
7166     level-2:
7167       - "2n-skx"
7168       - "3n-skx"
7169       - "2n-clx"
7170       - "3n-hsw"
7171       - "3n-tsh"
7172       - "2n-dnv"
7173       - "3n-dnv"
7174     level-3:
7175       - "xl710"
7176       - "x520"
7177       - "xxv710"
7178       - "x710"
7179       - "x553"
7180       - "cx556a"
7181       - "vic1227"
7182       - "vic1385"
7183
7184 # VPP MRR Results
7185 - type: "file"
7186   title: "VPP MRR Results"
7187   algorithm: "file_details_split"
7188   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7189   dir-tables:
7190     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7191     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7192     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7193     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7194     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7195     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7196     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7197   data:
7198     - "vpp-mrr-results-2n-skx"
7199     - "vpp-mrr-results-3n-skx"
7200     - "vpp-mrr-results-2n-clx"
7201     - "vpp-mrr-results-3n-hsw"
7202     - "vpp-mrr-results-3n-tsh"
7203     - "vpp-mrr-results-2n-dnv"
7204     - "vpp-mrr-results-3n-dnv"
7205   filter: "all"
7206   data-start-level: 4
7207   order-chapters:
7208     level-1:
7209       - "l2"
7210       - "ip4"
7211       - "ip6"
7212       - "srv6"
7213       - "ip4_tunnels"
7214       - "ip6_tunnels"
7215       - "vm_vhost"
7216       - "container_memif"
7217       - "crypto"
7218       - "vts"
7219       - "lb"
7220       - "nfv_density"
7221       - "hoststack"
7222     level-2:
7223       - "2n-skx"
7224       - "3n-skx"
7225       - "2n-clx"
7226       - "3n-hsw"
7227       - "3n-tsh"
7228       - "2n-dnv"
7229       - "3n-dnv"
7230     level-3:
7231       - "xl710"
7232       - "x520"
7233       - "xxv710"
7234       - "x710"
7235       - "x553"
7236       - "cx556a"
7237       - "vic1227"
7238       - "vic1385"
7239
7240 # VPP MRR Configuration
7241 - type: "file"
7242   title: "VPP MRR Configuration"
7243   algorithm: "file_details_split"
7244   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7245   dir-tables:
7246     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7247     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7248     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7249     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7250     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7251     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7252     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7253   data:
7254     - "vpp-mrr-results-2n-skx"
7255     - "vpp-mrr-results-3n-skx"
7256     - "vpp-mrr-results-2n-clx"
7257     - "vpp-mrr-results-3n-hsw"
7258     - "vpp-mrr-results-3n-tsh"
7259     - "vpp-mrr-results-2n-dnv"
7260     - "vpp-mrr-results-3n-dnv"
7261   filter: "all"
7262   data-start-level: 4
7263   order-chapters:
7264     level-1:
7265       - "l2"
7266       - "ip4"
7267       - "ip6"
7268       - "srv6"
7269       - "ip4_tunnels"
7270       - "ip6_tunnels"
7271       - "vm_vhost"
7272       - "container_memif"
7273       - "crypto"
7274       - "vts"
7275       - "lb"
7276       - "nfv_density"
7277       - "hoststack"
7278     level-2:
7279       - "2n-skx"
7280       - "3n-skx"
7281       - "2n-clx"
7282       - "3n-hsw"
7283       - "3n-tsh"
7284       - "2n-dnv"
7285       - "3n-dnv"
7286     level-3:
7287       - "xl710"
7288       - "x520"
7289       - "xxv710"
7290       - "x710"
7291       - "x553"
7292       - "cx556a"
7293       - "vic1227"
7294       - "vic1385"
7295
7296 # VPP Device Results - Ubuntu
7297 - type: "file"
7298   title: "VPP Device Results - Ubuntu"
7299   algorithm: "file_test_results"
7300   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7301   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7302   data: "vpp-device-results-ubuntu"
7303   filter: "all"
7304   data-start-level: 4
7305
7306 # VPP Device Configuration - Ubuntu
7307 - type: "file"
7308   title: "VPP Device Configuration - Ubuntu"
7309   algorithm: "file_test_results"
7310   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7311   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7312   data: "vpp-device-results-ubuntu"
7313   filter: "all"
7314   data-start-level: 4
7315
7316 # DPDK Performance Results 3n-hsw
7317 - type: "file"
7318   title: "DPDK Performance Results 3n-hsw"
7319   algorithm: "file_test_results"
7320   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7321   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7322   data: "dpdk-perf-results-3n-hsw"
7323   filter: "all"
7324   data-start-level: 4
7325
7326 # DPDK Performance Results 3n-skx
7327 - type: "file"
7328   title: "DPDK Performance Results 3n-skx"
7329   algorithm: "file_test_results"
7330   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7331   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7332   data: "dpdk-perf-results-3n-skx"
7333   filter: "all"
7334   data-start-level: 4
7335
7336 # DPDK Performance Results 2n-skx
7337 - type: "file"
7338   title: "DPDK Performance Results 2n-skx"
7339   algorithm: "file_test_results"
7340   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7341   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7342   data: "dpdk-perf-results-2n-skx"
7343   filter: "all"
7344   data-start-level: 4
7345
7346 # DPDK Performance Results 2n-clx
7347 - type: "file"
7348   title: "DPDK Performance Results 2n-clx"
7349   algorithm: "file_test_results"
7350   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7351   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7352   data: "dpdk-perf-results-2n-clx"
7353   filter: "all"
7354   data-start-level: 4
7355
7356 ## DPDK Performance Results 2n-dnv
7357 #- type: "file"
7358 #  title: "DPDK Performance Results 2n-dnv"
7359 #  algorithm: "file_test_results"
7360 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7361 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7362 #  data: "dpdk-perf-results-2n-dnv"
7363 #  filter: "all"
7364 #  data-start-level: 4
7365 #
7366 ## DPDK Performance Results 3n-dnv
7367 #- type: "file"
7368 #  title: "DPDK Performance Results 3n-dnv"
7369 #  algorithm: "file_test_results"
7370 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7371 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7372 #  data: "dpdk-perf-results-3n-dnv"
7373 #  filter: "all"
7374 #  data-start-level: 4
7375
7376 # DPDK Performance Results 3n-tsh
7377 - type: "file"
7378   title: "DPDK Performance Results 3n-tsh"
7379   algorithm: "file_test_results"
7380   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7381   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7382   data: "dpdk-perf-results-3n-tsh"
7383   filter: "all"
7384   data-start-level: 4
7385
7386 ################################################################################
7387 ###                                P L O T S                                 ###
7388 ################################################################################
7389
7390 # Hoststack tests 3n-hsw
7391
7392 - type: "plot"
7393   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7394   algorithm: "plot_perf_box_name"
7395   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7396   data: "plot-vpp-hoststack-3n-hsw"
7397   include:
7398     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7399     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7400   layout:
7401     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7402     layout: "plot-hoststack"
7403
7404 - type: "plot"
7405   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7406   algorithm: "plot_perf_box_name"
7407   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7408   data: "plot-vpp-hoststack-3n-hsw"
7409   include:
7410     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7411     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7412   layout:
7413     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7414     layout: "plot-hoststack"
7415
7416 - type: "plot"
7417   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7418   algorithm: "plot_perf_box_name"
7419   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7420   data: "plot-vpp-hoststack-3n-hsw"
7421   include:
7422     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7423     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7424     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7425     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7426   layout:
7427     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7428     layout: "plot-hoststack"
7429
7430 ################################################################################
7431
7432 # Soak Test (PLRsearch), boxes - 2n-clx
7433 - type: "plot"
7434   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7435   algorithm: "plot_perf_box_name"
7436   output-file-type: ".html"
7437   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7438   data: "plot-vpp-soak-2n-clx"
7439   include:
7440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7446   layout:
7447     title: "30 Minutes Soak Test (PLRsearch)"
7448     layout: "plot-soak-throughput"
7449
7450 # Soak Test (PLRsearch), boxes - 2n-clx
7451 - type: "plot"
7452   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7453   algorithm: "plot_perf_box_name"
7454   output-file-type: ".html"
7455   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7456   data: "plot-vpp-soak-2n-clx"
7457   include:
7458     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7459     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7460     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7461     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7463     - "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"
7464   layout:
7465     title: "30 Minutes Soak Test (PLRsearch)"
7466     layout: "plot-soak-throughput"
7467
7468 # Soak Test (PLRsearch), boxes - 2n-skx
7469 - type: "plot"
7470   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7471   algorithm: "plot_perf_box_name"
7472   output-file-type: ".html"
7473   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7474   data: "plot-vpp-soak-2n-skx"
7475   include:
7476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7482   layout:
7483     title: "30 Minutes Soak Test (PLRsearch)"
7484     layout: "plot-soak-throughput"
7485
7486 # Soak Test (PLRsearch), boxes - 2n-skx
7487 - type: "plot"
7488   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7489   algorithm: "plot_perf_box_name"
7490   output-file-type: ".html"
7491   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7492   data: "plot-vpp-soak-2n-skx"
7493   include:
7494     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7495     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7496     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7497     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7499     - "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"
7500   layout:
7501     title: "30 Minutes Soak Test (PLRsearch)"
7502     layout: "plot-soak-throughput"
7503
7504 ###############################################################################
7505
7506 # Reconf tests 2n-skx
7507
7508 - type: "plot"
7509   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7510   algorithm: "plot_nf_reconf_box_name"
7511   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7512   data: "plot-vpp-nfv-reconf-2n-skx"
7513   include:
7514     - "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"
7515     - "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"
7516     - "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"
7517     - "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"
7518     - "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"
7519     - "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"
7520   layout:
7521     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7522     layout: "plot-throughput"
7523
7524 - type: "plot"
7525   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7526   algorithm: "plot_nf_reconf_box_name"
7527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7528   data: "plot-vpp-nfv-reconf-2n-skx"
7529   include:
7530     - "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"
7531     - "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"
7532     - "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"
7533     - "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"
7534     - "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"
7535     - "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"
7536   layout:
7537     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7538     layout: "plot-throughput"
7539
7540 - type: "plot"
7541   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7542   algorithm: "plot_nf_reconf_box_name"
7543   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7544   data: "plot-vpp-nfv-reconf-2n-skx"
7545   include:
7546     - "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"
7547     - "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"
7548     - "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"
7549     - "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"
7550     - "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"
7551     - "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"
7552   layout:
7553     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7554     layout: "plot-throughput"
7555
7556 ###############################################################################
7557
7558 # Reconf tests 2n-clx
7559
7560 - type: "plot"
7561   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7562   algorithm: "plot_nf_reconf_box_name"
7563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7564   data: "plot-vpp-nfv-reconf-2n-clx"
7565   include:
7566     - "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"
7567     - "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"
7568     - "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"
7569     - "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"
7570   layout:
7571     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7572     layout: "plot-throughput"
7573
7574 - type: "plot"
7575   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7576   algorithm: "plot_nf_reconf_box_name"
7577   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7578   data: "plot-vpp-nfv-reconf-2n-clx"
7579   include:
7580     - "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"
7581     - "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"
7582     - "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"
7583     - "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"
7584   layout:
7585     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7586     layout: "plot-throughput"
7587
7588 - type: "plot"
7589   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7590   algorithm: "plot_nf_reconf_box_name"
7591   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7592   data: "plot-vpp-nfv-reconf-2n-clx"
7593   include:
7594     - "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"
7595     - "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"
7596     - "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"
7597     - "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"
7598   layout:
7599     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7600     layout: "plot-throughput"
7601
7602 ###############################################################################
7603
7604 # Plots - NF Density - VSC - MRR IMIX
7605 - type: "plot"
7606   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7607   algorithm: "plot_nf_heatmap"
7608   output-file-type: ".html"
7609   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7610   data: "plot-vpp-nfv-2n-skx-mrr"
7611   filter: "'NIC_Intel-XXV710' and
7612            'NF_DENSITY' and
7613            'VHOST' and
7614            not 'VXLAN' and
7615            'CHAIN' and
7616            'NF_VPPIP4' and
7617            'IMIX' and
7618            '2T1C' and
7619            'MRR'"
7620   parameters:
7621   - "result"
7622   - "name"
7623   - "tags"
7624   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7625   x-axis: "X = VNFs per Service Chain"
7626   y-axis: "Y = Number of Service Chains"
7627   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7628   layout:
7629     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7630     layout: "plot-service-density"
7631
7632 - type: "plot"
7633   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7634   algorithm: "plot_nf_heatmap"
7635   output-file-type: ".html"
7636   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7637   data: "plot-vpp-nfv-2n-skx-mrr"
7638   filter: "'NIC_Intel-XXV710' and
7639            'NF_DENSITY' and
7640            'VHOST' and
7641            not 'VXLAN' and
7642            'CHAIN' and
7643            'NF_VPPIP4' and
7644            'IMIX' and
7645            '4T2C' and
7646            'MRR'"
7647   parameters:
7648   - "result"
7649   - "name"
7650   - "tags"
7651   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7652   x-axis: "X = VNFs per Service Chain"
7653   y-axis: "Y = Number of Service Chains"
7654   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7655   layout:
7656     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7657     layout: "plot-service-density"
7658
7659 - type: "plot"
7660   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7661   algorithm: "plot_nf_heatmap"
7662   output-file-type: ".html"
7663   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7664   data: "plot-vpp-nfv-2n-skx-mrr"
7665   filter: "'NIC_Intel-XXV710' and
7666            'NF_DENSITY' and
7667            'VHOST' and
7668            not 'VXLAN' and
7669            'CHAIN' and
7670            'NF_VPPIP4' and
7671            'IMIX' and
7672            '8T4C' and
7673            'MRR'"
7674   parameters:
7675   - "result"
7676   - "name"
7677   - "tags"
7678   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7679   x-axis: "X = VNFs per Service Chain"
7680   y-axis: "Y = Number of Service Chains"
7681   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7682   layout:
7683     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7684     layout: "plot-service-density"
7685
7686 # Plots - NF Density - VSC - NDR IMIX
7687 - type: "plot"
7688   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7689   algorithm: "plot_nf_heatmap"
7690   output-file-type: ".html"
7691   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7692   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7693   filter: "'NIC_Intel-XXV710' and
7694            'NF_DENSITY' and
7695            'VHOST' and
7696            not 'VXLAN' and
7697            'CHAIN' and
7698            'NF_VPPIP4' and
7699            'IMIX' and
7700            '2T1C' and
7701            'NDRPDR'"
7702   parameters:
7703   - "throughput"
7704   - "name"
7705   - "tags"
7706   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7707   x-axis: "X = VNFs per Service Chain"
7708   y-axis: "Y = Number of Service Chains"
7709   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7710   layout:
7711     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7712     layout: "plot-service-density"
7713
7714 - type: "plot"
7715   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7716   algorithm: "plot_nf_heatmap"
7717   output-file-type: ".html"
7718   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7719   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7720   filter: "'NIC_Intel-XXV710' and
7721            'NF_DENSITY' and
7722            'VHOST' and
7723            not 'VXLAN' and
7724            'CHAIN' and
7725            'NF_VPPIP4' and
7726            'IMIX' and
7727            '4T2C' and
7728            'NDRPDR'"
7729   parameters:
7730   - "throughput"
7731   - "name"
7732   - "tags"
7733   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7734   x-axis: "X = VNFs per Service Chain"
7735   y-axis: "Y = Number of Service Chains"
7736   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7737   layout:
7738     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7739     layout: "plot-service-density"
7740
7741 - type: "plot"
7742   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7743   algorithm: "plot_nf_heatmap"
7744   output-file-type: ".html"
7745   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7746   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7747   filter: "'NIC_Intel-XXV710' and
7748            'NF_DENSITY' and
7749            'VHOST' and
7750            not 'VXLAN' and
7751            'CHAIN' and
7752            'NF_VPPIP4' and
7753            'IMIX' and
7754            '8T4C' and
7755            'NDRPDR'"
7756   parameters:
7757   - "throughput"
7758   - "name"
7759   - "tags"
7760   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7761   x-axis: "X = VNFs per Service Chain"
7762   y-axis: "Y = Number of Service Chains"
7763   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7764   layout:
7765     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7766     layout: "plot-service-density"
7767
7768 # Plots - NF Density - VSC - PDR IMIX
7769 - type: "plot"
7770   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7771   algorithm: "plot_nf_heatmap"
7772   output-file-type: ".html"
7773   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7774   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7775   filter: "'NIC_Intel-XXV710' and
7776            'NF_DENSITY' and
7777            'VHOST' and
7778            not 'VXLAN' and
7779            'CHAIN' and
7780            'NF_VPPIP4' and
7781            'IMIX' and
7782            '2T1C' and
7783            'NDRPDR'"
7784   parameters:
7785   - "throughput"
7786   - "name"
7787   - "tags"
7788   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7789   x-axis: "X = VNFs per Service Chain"
7790   y-axis: "Y = Number of Service Chains"
7791   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7792   layout:
7793     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7794     layout: "plot-service-density"
7795
7796 - type: "plot"
7797   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7798   algorithm: "plot_nf_heatmap"
7799   output-file-type: ".html"
7800   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7801   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7802   filter: "'NIC_Intel-XXV710' and
7803            'NF_DENSITY' and
7804            'VHOST' and
7805            not 'VXLAN' and
7806            'CHAIN' and
7807            'NF_VPPIP4' and
7808            'IMIX' and
7809            '4T2C' and
7810            'NDRPDR'"
7811   parameters:
7812   - "throughput"
7813   - "name"
7814   - "tags"
7815   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7816   x-axis: "X = VNFs per Service Chain"
7817   y-axis: "Y = Number of Service Chains"
7818   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7819   layout:
7820     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7821     layout: "plot-service-density"
7822
7823 - type: "plot"
7824   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7825   algorithm: "plot_nf_heatmap"
7826   output-file-type: ".html"
7827   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7828   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7829   filter: "'NIC_Intel-XXV710' and
7830            'NF_DENSITY' and
7831            'VHOST' and
7832            not 'VXLAN' and
7833            'CHAIN' and
7834            'NF_VPPIP4' and
7835            'IMIX' and
7836            '8T4C' and
7837            'NDRPDR'"
7838   parameters:
7839   - "throughput"
7840   - "name"
7841   - "tags"
7842   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7843   x-axis: "X = VNFs per Service Chain"
7844   y-axis: "Y = Number of Service Chains"
7845   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7846   layout:
7847     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7848     layout: "plot-service-density"
7849
7850 ###############################################################################
7851
7852 # Plots - NF Density - VSC - MRR IMIX
7853 - type: "plot"
7854   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7855   algorithm: "plot_nf_heatmap"
7856   output-file-type: ".html"
7857   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7858   data: "plot-vpp-nfv-2n-skx-mrr"
7859   filter: "'NIC_Intel-XXV710' and
7860            'NF_DENSITY' and
7861            'VHOST' and
7862            'VXLAN' and
7863            'CHAIN' and
7864            'IMIX' and
7865            '2T1C' and
7866            'MRR'"
7867   parameters:
7868   - "result"
7869   - "name"
7870   - "tags"
7871   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7872   x-axis: "X = VNFs per Service Chain"
7873   y-axis: "Y = Number of Service Chains"
7874   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7875   layout:
7876     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7877     layout: "plot-service-density"
7878
7879 - type: "plot"
7880   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7881   algorithm: "plot_nf_heatmap"
7882   output-file-type: ".html"
7883   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7884   data: "plot-vpp-nfv-2n-skx-mrr"
7885   filter: "'NIC_Intel-XXV710' and
7886            'NF_DENSITY' and
7887            'VHOST' and
7888            'VXLAN' and
7889            'CHAIN' and
7890            'IMIX' and
7891            '4T2C' and
7892            'MRR'"
7893   parameters:
7894   - "result"
7895   - "name"
7896   - "tags"
7897   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7898   x-axis: "X = VNFs per Service Chain"
7899   y-axis: "Y = Number of Service Chains"
7900   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7901   layout:
7902     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7903     layout: "plot-service-density"
7904
7905 - type: "plot"
7906   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7907   algorithm: "plot_nf_heatmap"
7908   output-file-type: ".html"
7909   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7910   data: "plot-vpp-nfv-2n-skx-mrr"
7911   filter: "'NIC_Intel-XXV710' and
7912            'NF_DENSITY' and
7913            'VHOST' and
7914            'VXLAN' and
7915            'CHAIN' and
7916            'IMIX' and
7917            '8T4C' and
7918            'MRR'"
7919   parameters:
7920   - "result"
7921   - "name"
7922   - "tags"
7923   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7924   x-axis: "X = VNFs per Service Chain"
7925   y-axis: "Y = Number of Service Chains"
7926   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7927   layout:
7928     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7929     layout: "plot-service-density"
7930
7931 # Plots - NF Density - VSC - NDR IMIX
7932 - type: "plot"
7933   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7934   algorithm: "plot_nf_heatmap"
7935   output-file-type: ".html"
7936   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7937   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7938   filter: "'NIC_Intel-XXV710' and
7939            'NF_DENSITY' and
7940            'VHOST' and
7941            'VXLAN' and
7942            'CHAIN' and
7943            'IMIX' and
7944            '2T1C' and
7945            'NDRPDR'"
7946   parameters:
7947   - "throughput"
7948   - "name"
7949   - "tags"
7950   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7951   x-axis: "X = VNFs per Service Chain"
7952   y-axis: "Y = Number of Service Chains"
7953   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7954   layout:
7955     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7956     layout: "plot-service-density"
7957
7958 - type: "plot"
7959   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7960   algorithm: "plot_nf_heatmap"
7961   output-file-type: ".html"
7962   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7963   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7964   filter: "'NIC_Intel-XXV710' and
7965            'NF_DENSITY' and
7966            'VHOST' and
7967            'VXLAN' and
7968            'CHAIN' and
7969            'IMIX' and
7970            '4T2C' and
7971            'NDRPDR'"
7972   parameters:
7973   - "throughput"
7974   - "name"
7975   - "tags"
7976   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7977   x-axis: "X = VNFs per Service Chain"
7978   y-axis: "Y = Number of Service Chains"
7979   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7980   layout:
7981     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7982     layout: "plot-service-density"
7983
7984 - type: "plot"
7985   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7986   algorithm: "plot_nf_heatmap"
7987   output-file-type: ".html"
7988   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7989   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7990   filter: "'NIC_Intel-XXV710' and
7991            'NF_DENSITY' and
7992            'VHOST' and
7993            'VXLAN' and
7994            'CHAIN' and
7995            'IMIX' and
7996            '8T4C' and
7997            'NDRPDR'"
7998   parameters:
7999   - "throughput"
8000   - "name"
8001   - "tags"
8002   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8003   x-axis: "X = VNFs per Service Chain"
8004   y-axis: "Y = Number of Service Chains"
8005   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8006   layout:
8007     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8008     layout: "plot-service-density"
8009
8010 # Plots - NF Density - VSC - PDR IMIX
8011 - type: "plot"
8012   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8013   algorithm: "plot_nf_heatmap"
8014   output-file-type: ".html"
8015   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8016   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8017   filter: "'NIC_Intel-XXV710' and
8018            'NF_DENSITY' and
8019            'VHOST' and
8020            'VXLAN' and
8021            'CHAIN' and
8022            'IMIX' and
8023            '2T1C' and
8024            'NDRPDR'"
8025   parameters:
8026   - "throughput"
8027   - "name"
8028   - "tags"
8029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8030   x-axis: "X = VNFs per Service Chain"
8031   y-axis: "Y = Number of Service Chains"
8032   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8033   layout:
8034     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8035     layout: "plot-service-density"
8036
8037 - type: "plot"
8038   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8039   algorithm: "plot_nf_heatmap"
8040   output-file-type: ".html"
8041   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8042   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8043   filter: "'NIC_Intel-XXV710' and
8044            'NF_DENSITY' and
8045            'VHOST' and
8046            'VXLAN' and
8047            'CHAIN' and
8048            'IMIX' and
8049            '4T2C' and
8050            'NDRPDR'"
8051   parameters:
8052   - "throughput"
8053   - "name"
8054   - "tags"
8055   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8056   x-axis: "X = VNFs per Service Chain"
8057   y-axis: "Y = Number of Service Chains"
8058   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8059   layout:
8060     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8061     layout: "plot-service-density"
8062
8063 - type: "plot"
8064   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8065   algorithm: "plot_nf_heatmap"
8066   output-file-type: ".html"
8067   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8068   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8069   filter: "'NIC_Intel-XXV710' and
8070            'NF_DENSITY' and
8071            'VHOST' and
8072            'VXLAN' and
8073            'CHAIN' and
8074            'IMIX' and
8075            '8T4C' and
8076            'NDRPDR'"
8077   parameters:
8078   - "throughput"
8079   - "name"
8080   - "tags"
8081   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8082   x-axis: "X = VNFs per Service Chain"
8083   y-axis: "Y = Number of Service Chains"
8084   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8085   layout:
8086     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8087     layout: "plot-service-density"
8088
8089 ###############################################################################
8090
8091 # Plots - NF Density - CSC - MRR IMIX
8092 - type: "plot"
8093   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8094   algorithm: "plot_nf_heatmap"
8095   output-file-type: ".html"
8096   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8097   data: "plot-vpp-nfv-2n-skx-mrr"
8098   filter: "'NIC_Intel-XXV710' and
8099            'NF_DENSITY' and
8100            'DOCKER' and
8101            'CHAIN' and
8102            'NF_VPPIP4' and
8103            'IMIX' and
8104            '2T1C' and
8105            'MRR'"
8106   parameters:
8107   - "result"
8108   - "name"
8109   - "tags"
8110   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8111   x-axis: "X = CNFs per Service Chain"
8112   y-axis: "Y = Number of Service Chains"
8113   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8114   layout:
8115     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8116     layout: "plot-service-density"
8117
8118 - type: "plot"
8119   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8120   algorithm: "plot_nf_heatmap"
8121   output-file-type: ".html"
8122   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8123   data: "plot-vpp-nfv-2n-skx-mrr"
8124   filter: "'NIC_Intel-XXV710' and
8125            'NF_DENSITY' and
8126            'DOCKER' and
8127            'CHAIN' and
8128            'NF_VPPIP4' and
8129            'IMIX' and
8130            '4T2C' and
8131            'MRR'"
8132   parameters:
8133   - "result"
8134   - "name"
8135   - "tags"
8136   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8137   x-axis: "X = CNFs per Service Chain"
8138   y-axis: "Y = Number of Service Chains"
8139   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8140   layout:
8141     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8142     layout: "plot-service-density"
8143
8144 - type: "plot"
8145   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8146   algorithm: "plot_nf_heatmap"
8147   output-file-type: ".html"
8148   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8149   data: "plot-vpp-nfv-2n-skx-mrr"
8150   filter: "'NIC_Intel-XXV710' and
8151            'NF_DENSITY' and
8152            'DOCKER' and
8153            'CHAIN' and
8154            'NF_VPPIP4' and
8155            'IMIX' and
8156            '8T4C' and
8157            'MRR'"
8158   parameters:
8159   - "result"
8160   - "name"
8161   - "tags"
8162   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8163   x-axis: "X = CNFs per Service Chain"
8164   y-axis: "Y = Number of Service Chains"
8165   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8166   layout:
8167     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8168     layout: "plot-service-density"
8169
8170 # Plots - NF Density - CSC - NDR IMIX
8171 - type: "plot"
8172   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8173   algorithm: "plot_nf_heatmap"
8174   output-file-type: ".html"
8175   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8176   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8177   filter: "'NIC_Intel-XXV710' and
8178            'NF_DENSITY' and
8179            'DOCKER' and
8180            'CHAIN' and
8181            'NF_VPPIP4' and
8182            'IMIX' and
8183            '2T1C' and
8184            'NDRPDR'"
8185   parameters:
8186   - "throughput"
8187   - "name"
8188   - "tags"
8189   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8190   x-axis: "X = CNFs per Service Chain"
8191   y-axis: "Y = Number of Service Chains"
8192   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8193   layout:
8194     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8195     layout: "plot-service-density"
8196
8197 - type: "plot"
8198   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8199   algorithm: "plot_nf_heatmap"
8200   output-file-type: ".html"
8201   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8202   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8203   filter: "'NIC_Intel-XXV710' and
8204            'NF_DENSITY' and
8205            'DOCKER' and
8206            'CHAIN' and
8207            'NF_VPPIP4' and
8208            'IMIX' and
8209            '4T2C' and
8210            'NDRPDR'"
8211   parameters:
8212   - "throughput"
8213   - "name"
8214   - "tags"
8215   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8216   x-axis: "X = CNFs per Service Chain"
8217   y-axis: "Y = Number of Service Chains"
8218   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8219   layout:
8220     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8221     layout: "plot-service-density"
8222
8223 - type: "plot"
8224   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8225   algorithm: "plot_nf_heatmap"
8226   output-file-type: ".html"
8227   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8228   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8229   filter: "'NIC_Intel-XXV710' and
8230            'NF_DENSITY' and
8231            'DOCKER' and
8232            'CHAIN' and
8233            'NF_VPPIP4' and
8234            'IMIX' and
8235            '8T4C' and
8236            'NDRPDR'"
8237   parameters:
8238   - "throughput"
8239   - "name"
8240   - "tags"
8241   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8242   x-axis: "X = CNFs per Service Chain"
8243   y-axis: "Y = Number of Service Chains"
8244   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8245   layout:
8246     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8247     layout: "plot-service-density"
8248
8249 # Plots - NF Density - CSC - PDR IMIX
8250 - type: "plot"
8251   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8252   algorithm: "plot_nf_heatmap"
8253   output-file-type: ".html"
8254   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8255   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8256   filter: "'NIC_Intel-XXV710' and
8257            'NF_DENSITY' and
8258            'DOCKER' and
8259            'CHAIN' and
8260            'NF_VPPIP4' and
8261            'IMIX' and
8262            '2T1C' and
8263            'NDRPDR'"
8264   parameters:
8265   - "throughput"
8266   - "name"
8267   - "tags"
8268   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8269   x-axis: "X = CNFs per Service Chain"
8270   y-axis: "Y = Number of Service Chains"
8271   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8272   layout:
8273     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8274     layout: "plot-service-density"
8275
8276 - type: "plot"
8277   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8278   algorithm: "plot_nf_heatmap"
8279   output-file-type: ".html"
8280   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8281   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8282   filter: "'NIC_Intel-XXV710' and
8283            'NF_DENSITY' and
8284            'DOCKER' and
8285            'CHAIN' and
8286            'NF_VPPIP4' and
8287            'IMIX' and
8288            '4T2C' and
8289            'NDRPDR'"
8290   parameters:
8291   - "throughput"
8292   - "name"
8293   - "tags"
8294   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8295   x-axis: "X = CNFs per Service Chain"
8296   y-axis: "Y = Number of Service Chains"
8297   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8298   layout:
8299     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8300     layout: "plot-service-density"
8301
8302 - type: "plot"
8303   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8304   algorithm: "plot_nf_heatmap"
8305   output-file-type: ".html"
8306   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8307   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8308   filter: "'NIC_Intel-XXV710' and
8309            'NF_DENSITY' and
8310            'DOCKER' and
8311            'CHAIN' and
8312            'NF_VPPIP4' and
8313            'IMIX' and
8314            '8T4C' and
8315            'NDRPDR'"
8316   parameters:
8317   - "throughput"
8318   - "name"
8319   - "tags"
8320   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8321   x-axis: "X = CNFs per Service Chain"
8322   y-axis: "Y = Number of Service Chains"
8323   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8324   layout:
8325     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8326     layout: "plot-service-density"
8327
8328 ################################################################################
8329 #
8330 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8331 #- type: "plot"
8332 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8333 #  algorithm: "plot_nf_heatmap"
8334 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8335 #  data: "plot-vpp-nfv-3n-skx-mrr"
8336 #  filter: "'NIC_Intel-XXV710' and
8337 #           'NF_DENSITY' and
8338 #           'DOCKER' and
8339 #           'CHAIN' and
8340 #           'NF_VPPIP4' and
8341 #           'IPSEC' and
8342 #           'TNL_4' and
8343 #           'IMIX' and
8344 #           '2T1C' and
8345 #           'MRR'"
8346 #  parameters:
8347 #  - "result"
8348 #  - "name"
8349 #  - "tags"
8350 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8351 #  x-axis: "X = CNFs per Service Chain"
8352 #  y-axis: "Y = Number of Service Chains"
8353 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8354 #  layout:
8355 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8356 #    layout: "plot-service-density"
8357 #
8358 #- type: "plot"
8359 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8360 #  algorithm: "plot_nf_heatmap"
8361 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8362 #  data: "plot-vpp-nfv-3n-skx-mrr"
8363 #  filter: "'NIC_Intel-XXV710' and
8364 #           'NF_DENSITY' and
8365 #           'DOCKER' and
8366 #           'CHAIN' and
8367 #           'NF_VPPIP4' and
8368 #           'IPSEC' and
8369 #           'TNL_4' and
8370 #           'IMIX' and
8371 #           '4T2C' and
8372 #           'MRR'"
8373 #  parameters:
8374 #  - "result"
8375 #  - "name"
8376 #  - "tags"
8377 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8378 #  x-axis: "X = CNFs per Service Chain"
8379 #  y-axis: "Y = Number of Service Chains"
8380 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8381 #  layout:
8382 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8383 #    layout: "plot-service-density"
8384 #
8385 #- type: "plot"
8386 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8387 #  algorithm: "plot_nf_heatmap"
8388 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8389 #  data: "plot-vpp-nfv-3n-skx-mrr"
8390 #  filter: "'NIC_Intel-XXV710' and
8391 #           'NF_DENSITY' and
8392 #           'DOCKER' and
8393 #           'CHAIN' and
8394 #           'NF_VPPIP4' and
8395 #           'IPSEC' and
8396 #           'TNL_4' and
8397 #           'IMIX' and
8398 #           '8T4C' and
8399 #           'MRR'"
8400 #  parameters:
8401 #  - "result"
8402 #  - "name"
8403 #  - "tags"
8404 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8405 #  x-axis: "X = CNFs per Service Chain"
8406 #  y-axis: "Y = Number of Service Chains"
8407 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8408 #  layout:
8409 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8410 #    layout: "plot-service-density"
8411
8412 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8413 #- type: "plot"
8414 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8415 #  algorithm: "plot_nf_heatmap"
8416 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8417 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8418 #  filter: "'NIC_Intel-XXV710' and
8419 #           'NF_DENSITY' and
8420 #           'DOCKER' and
8421 #           'CHAIN' and
8422 #           'NF_VPPIP4' and
8423 #           'IPSEC' and
8424 #           'TNL_4' and
8425 #           'IMIX' and
8426 #           '2T1C' and
8427 #           'NDRPDR'"
8428 #  parameters:
8429 #  - "throughput"
8430 #  - "name"
8431 #  - "tags"
8432 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8433 #  x-axis: "X = CNFs per Service Chain"
8434 #  y-axis: "Y = Number of Service Chains"
8435 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8436 #  layout:
8437 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8438 #    layout: "plot-service-density"
8439 #
8440 #- type: "plot"
8441 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8442 #  algorithm: "plot_nf_heatmap"
8443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8444 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8445 #  filter: "'NIC_Intel-XXV710' and
8446 #           'NF_DENSITY' and
8447 #           'DOCKER' and
8448 #           'CHAIN' and
8449 #           'NF_VPPIP4' and
8450 #           'IPSEC' and
8451 #           'TNL_4' and
8452 #           'IMIX' and
8453 #           '4T2C' and
8454 #           'NDRPDR'"
8455 #  parameters:
8456 #  - "throughput"
8457 #  - "name"
8458 #  - "tags"
8459 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8460 #  x-axis: "X = CNFs per Service Chain"
8461 #  y-axis: "Y = Number of Service Chains"
8462 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8463 #  layout:
8464 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8465 #    layout: "plot-service-density"
8466 #
8467 #- type: "plot"
8468 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8469 #  algorithm: "plot_nf_heatmap"
8470 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8471 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8472 #  filter: "'NIC_Intel-XXV710' and
8473 #           'NF_DENSITY' and
8474 #           'DOCKER' and
8475 #           'CHAIN' and
8476 #           'NF_VPPIP4' and
8477 #           'IPSEC' and
8478 #           'TNL_4' and
8479 #           'IMIX' and
8480 #           '8T4C' and
8481 #           'NDRPDR'"
8482 #  parameters:
8483 #  - "throughput"
8484 #  - "name"
8485 #  - "tags"
8486 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8487 #  x-axis: "X = CNFs per Service Chain"
8488 #  y-axis: "Y = Number of Service Chains"
8489 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8490 #  layout:
8491 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8492 #    layout: "plot-service-density"
8493 #
8494 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8495 #- type: "plot"
8496 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8497 #  algorithm: "plot_nf_heatmap"
8498 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8499 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8500 #  filter: "'NIC_Intel-XXV710' and
8501 #           'NF_DENSITY' and
8502 #           'DOCKER' and
8503 #           'CHAIN' and
8504 #           'NF_VPPIP4' and
8505 #           'IPSEC' and
8506 #           'TNL_4' and
8507 #           'IMIX' and
8508 #           '2T1C' and
8509 #           'NDRPDR'"
8510 #  parameters:
8511 #  - "throughput"
8512 #  - "name"
8513 #  - "tags"
8514 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8515 #  x-axis: "X = CNFs per Service Chain"
8516 #  y-axis: "Y = Number of Service Chains"
8517 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8518 #  layout:
8519 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8520 #    layout: "plot-service-density"
8521 #
8522 #- type: "plot"
8523 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8524 #  algorithm: "plot_nf_heatmap"
8525 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8526 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8527 #  filter: "'NIC_Intel-XXV710' and
8528 #           'NF_DENSITY' and
8529 #           'DOCKER' and
8530 #           'CHAIN' and
8531 #           'NF_VPPIP4' and
8532 #           'IPSEC' and
8533 #           'TNL_4' and
8534 #           'IMIX' and
8535 #           '4T2C' and
8536 #           'NDRPDR'"
8537 #  parameters:
8538 #  - "throughput"
8539 #  - "name"
8540 #  - "tags"
8541 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8542 #  x-axis: "X = CNFs per Service Chain"
8543 #  y-axis: "Y = Number of Service Chains"
8544 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8545 #  layout:
8546 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8547 #    layout: "plot-service-density"
8548 #
8549 #- type: "plot"
8550 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8551 #  algorithm: "plot_nf_heatmap"
8552 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8553 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8554 #  filter: "'NIC_Intel-XXV710' and
8555 #           'NF_DENSITY' and
8556 #           'DOCKER' and
8557 #           'CHAIN' and
8558 #           'NF_VPPIP4' and
8559 #           'IPSEC' and
8560 #           'TNL_4' and
8561 #           'IMIX' and
8562 #           '8T4C' and
8563 #           'NDRPDR'"
8564 #  parameters:
8565 #  - "throughput"
8566 #  - "name"
8567 #  - "tags"
8568 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8569 #  x-axis: "X = CNFs per Service Chain"
8570 #  y-axis: "Y = Number of Service Chains"
8571 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8572 #  layout:
8573 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8574 #    layout: "plot-service-density"
8575
8576 ###############################################################################
8577
8578 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8579 #- type: "plot"
8580 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8581 #  algorithm: "plot_nf_heatmap"
8582 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8583 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8584 #  filter: "'NIC_Intel-XL710' and
8585 #           'NF_DENSITY' and
8586 #           'DOCKER' and
8587 #           'CHAIN' and
8588 #           'NF_VPPIP4' and
8589 #           'IMIX' and
8590 #           'TNL_4' and
8591 #           '1T1C' and
8592 #           'MRR'"
8593 #  parameters:
8594 #  - "result"
8595 #  - "name"
8596 #  - "tags"
8597 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8598 #  x-axis: "X = CNFs per Service Chain"
8599 #  y-axis: "Y = Number of Service Chains"
8600 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8601 #  layout:
8602 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8603 #    layout: "plot-service-density"
8604 #
8605 #- type: "plot"
8606 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8607 #  algorithm: "plot_nf_heatmap"
8608 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8609 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8610 #  filter: "'NIC_Intel-XL710' and
8611 #           'NF_DENSITY' and
8612 #           'DOCKER' and
8613 #           'CHAIN' and
8614 #           'NF_VPPIP4' and
8615 #           'IPSEC' and
8616 #           'TNL_4' and
8617 #           'IMIX' and
8618 #           '2T2C' and
8619 #           'MRR'"
8620 #  parameters:
8621 #  - "result"
8622 #  - "name"
8623 #  - "tags"
8624 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8625 #  x-axis: "X = CNFs per Service Chain"
8626 #  y-axis: "Y = Number of Service Chains"
8627 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8628 #  layout:
8629 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8630 #    layout: "plot-service-density"
8631 #
8632 #- type: "plot"
8633 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8634 #  algorithm: "plot_nf_heatmap"
8635 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8636 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8637 #  filter: "'NIC_Intel-XL710' and
8638 #           'NF_DENSITY' and
8639 #           'DOCKER' and
8640 #           'CHAIN' and
8641 #           'NF_VPPIP4' and
8642 #           'IPSEC' and
8643 #           'TNL_4' and
8644 #           'IMIX' and
8645 #           '4T4C' and
8646 #           'MRR'"
8647 #  parameters:
8648 #  - "result"
8649 #  - "name"
8650 #  - "tags"
8651 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8652 #  x-axis: "X = CNFs per Service Chain"
8653 #  y-axis: "Y = Number of Service Chains"
8654 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8655 #  layout:
8656 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8657 #    layout: "plot-service-density"
8658
8659 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8660 #- type: "plot"
8661 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8662 #  algorithm: "plot_nf_heatmap"
8663 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8664 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8665 #  filter: "'NIC_Intel-XL710' and
8666 #           'NF_DENSITY' and
8667 #           'DOCKER' and
8668 #           'CHAIN' and
8669 #           'NF_VPPIP4' and
8670 #           'IPSEC' and
8671 #           'TNL_4' and
8672 #           'IMIX' and
8673 #           '1T1C' and
8674 #           'NDRPDR'"
8675 #  parameters:
8676 #  - "throughput"
8677 #  - "name"
8678 #  - "tags"
8679 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8680 #  x-axis: "X = CNFs per Service Chain"
8681 #  y-axis: "Y = Number of Service Chains"
8682 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8683 #  layout:
8684 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8685 #    layout: "plot-service-density"
8686 #
8687 #- type: "plot"
8688 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8689 #  algorithm: "plot_nf_heatmap"
8690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8691 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8692 #  filter: "'NIC_Intel-XL710' and
8693 #           'NF_DENSITY' and
8694 #           'DOCKER' and
8695 #           'CHAIN' and
8696 #           'NF_VPPIP4' and
8697 #           'IPSEC' and
8698 #           'TNL_4' and
8699 #           'IMIX' and
8700 #           '2T2C' and
8701 #           'NDRPDR'"
8702 #  parameters:
8703 #  - "throughput"
8704 #  - "name"
8705 #  - "tags"
8706 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8707 #  x-axis: "X = CNFs per Service Chain"
8708 #  y-axis: "Y = Number of Service Chains"
8709 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8710 #  layout:
8711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8712 #    layout: "plot-service-density"
8713 #
8714 #- type: "plot"
8715 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8716 #  algorithm: "plot_nf_heatmap"
8717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8718 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8719 #  filter: "'NIC_Intel-XL710' and
8720 #           'NF_DENSITY' and
8721 #           'DOCKER' and
8722 #           'CHAIN' and
8723 #           'NF_VPPIP4' and
8724 #           'IPSEC' and
8725 #           'TNL_4' and
8726 #           'IMIX' and
8727 #           '4T4C' and
8728 #           'NDRPDR'"
8729 #  parameters:
8730 #  - "throughput"
8731 #  - "name"
8732 #  - "tags"
8733 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8734 #  x-axis: "X = CNFs per Service Chain"
8735 #  y-axis: "Y = Number of Service Chains"
8736 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8737 #  layout:
8738 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8739 #    layout: "plot-service-density"
8740 #
8741 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8742 #- type: "plot"
8743 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8744 #  algorithm: "plot_nf_heatmap"
8745 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8746 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8747 #  filter: "'NIC_Intel-XL710' and
8748 #           'NF_DENSITY' and
8749 #           'DOCKER' and
8750 #           'CHAIN' and
8751 #           'NF_VPPIP4' and
8752 #           'IPSEC' and
8753 #           'TNL_4' and
8754 #           'IMIX' and
8755 #           '1T1C' and
8756 #           'NDRPDR'"
8757 #  parameters:
8758 #  - "throughput"
8759 #  - "name"
8760 #  - "tags"
8761 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8762 #  x-axis: "X = CNFs per Service Chain"
8763 #  y-axis: "Y = Number of Service Chains"
8764 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8765 #  layout:
8766 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8767 #    layout: "plot-service-density"
8768 #
8769 #- type: "plot"
8770 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8771 #  algorithm: "plot_nf_heatmap"
8772 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8773 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8774 #  filter: "'NIC_Intel-XL710' and
8775 #           'NF_DENSITY' and
8776 #           'DOCKER' and
8777 #           'CHAIN' and
8778 #           'NF_VPPIP4' and
8779 #           'IPSEC' and
8780 #           'TNL_4' and
8781 #           'IMIX' and
8782 #           '2T2C' and
8783 #           'NDRPDR'"
8784 #  parameters:
8785 #  - "throughput"
8786 #  - "name"
8787 #  - "tags"
8788 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8789 #  x-axis: "X = CNFs per Service Chain"
8790 #  y-axis: "Y = Number of Service Chains"
8791 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8792 #  layout:
8793 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8794 #    layout: "plot-service-density"
8795 #
8796 #- type: "plot"
8797 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8798 #  algorithm: "plot_nf_heatmap"
8799 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8800 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8801 #  filter: "'NIC_Intel-XL710' and
8802 #           'NF_DENSITY' and
8803 #           'DOCKER' and
8804 #           'CHAIN' and
8805 #           'NF_VPPIP4' and
8806 #           'IPSEC' and
8807 #           'TNL_4' and
8808 #           'IMIX' and
8809 #           '4T4C' and
8810 #           'NDRPDR'"
8811 #  parameters:
8812 #  - "throughput"
8813 #  - "name"
8814 #  - "tags"
8815 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8816 #  x-axis: "X = CNFs per Service Chain"
8817 #  y-axis: "Y = Number of Service Chains"
8818 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8819 #  layout:
8820 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8821 #    layout: "plot-service-density"
8822
8823 ###############################################################################
8824
8825 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8826 #- type: "plot"
8827 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8828 #  algorithm: "plot_nf_heatmap"
8829 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8830 #  data: "plot-vpp-nfv-3n-skx-mrr"
8831 #  filter: "'NIC_Intel-XXV710' and
8832 #           'NF_DENSITY' and
8833 #           'DOCKER' and
8834 #           'CHAIN' and
8835 #           'NF_VPPIP4' and
8836 #           'IPSEC' and
8837 #           'TNL_1000' and
8838 #           'IMIX' and
8839 #           '2T1C' and
8840 #           'MRR'"
8841 #  parameters:
8842 #  - "result"
8843 #  - "name"
8844 #  - "tags"
8845 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8846 #  x-axis: "X = CNFs per Service Chain"
8847 #  y-axis: "Y = Number of Service Chains"
8848 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8849 #  layout:
8850 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8851 #    layout: "plot-service-density"
8852 #
8853 #- type: "plot"
8854 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8855 #  algorithm: "plot_nf_heatmap"
8856 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8857 #  data: "plot-vpp-nfv-3n-skx-mrr"
8858 #  filter: "'NIC_Intel-XXV710' and
8859 #           'NF_DENSITY' and
8860 #           'DOCKER' and
8861 #           'CHAIN' and
8862 #           'NF_VPPIP4' and
8863 #           'IPSEC' and
8864 #           'TNL_1000' and
8865 #           'IMIX' and
8866 #           '4T2C' and
8867 #           'MRR'"
8868 #  parameters:
8869 #  - "result"
8870 #  - "name"
8871 #  - "tags"
8872 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8873 #  x-axis: "X = CNFs per Service Chain"
8874 #  y-axis: "Y = Number of Service Chains"
8875 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8876 #  layout:
8877 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8878 #    layout: "plot-service-density"
8879 #
8880 #- type: "plot"
8881 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8882 #  algorithm: "plot_nf_heatmap"
8883 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8884 #  data: "plot-vpp-nfv-3n-skx-mrr"
8885 #  filter: "'NIC_Intel-XXV710' and
8886 #           'NF_DENSITY' and
8887 #           'DOCKER' and
8888 #           'CHAIN' and
8889 #           'NF_VPPIP4' and
8890 #           'IPSEC' and
8891 #           'TNL_1000' and
8892 #           'IMIX' and
8893 #           '8T4C' and
8894 #           'MRR'"
8895 #  parameters:
8896 #  - "result"
8897 #  - "name"
8898 #  - "tags"
8899 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8900 #  x-axis: "X = CNFs per Service Chain"
8901 #  y-axis: "Y = Number of Service Chains"
8902 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8903 #  layout:
8904 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8905 #    layout: "plot-service-density"
8906
8907 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8908 #- type: "plot"
8909 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8910 #  algorithm: "plot_nf_heatmap"
8911 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8912 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8913 #  filter: "'NIC_Intel-XXV710' and
8914 #           'NF_DENSITY' and
8915 #           'DOCKER' and
8916 #           'CHAIN' and
8917 #           'NF_VPPIP4' and
8918 #           'IPSEC' and
8919 #           'TNL_1000' and
8920 #           'IMIX' and
8921 #           '2T1C' and
8922 #           'NDRPDR'"
8923 #  parameters:
8924 #  - "throughput"
8925 #  - "name"
8926 #  - "tags"
8927 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8928 #  x-axis: "X = CNFs per Service Chain"
8929 #  y-axis: "Y = Number of Service Chains"
8930 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8931 #  layout:
8932 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8933 #    layout: "plot-service-density"
8934 #
8935 #- type: "plot"
8936 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8937 #  algorithm: "plot_nf_heatmap"
8938 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8939 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8940 #  filter: "'NIC_Intel-XXV710' and
8941 #           'NF_DENSITY' and
8942 #           'DOCKER' and
8943 #           'CHAIN' and
8944 #           'NF_VPPIP4' and
8945 #           'IPSEC' and
8946 #           'TNL_1000' and
8947 #           'IMIX' and
8948 #           '4T2C' and
8949 #           'NDRPDR'"
8950 #  parameters:
8951 #  - "throughput"
8952 #  - "name"
8953 #  - "tags"
8954 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8955 #  x-axis: "X = CNFs per Service Chain"
8956 #  y-axis: "Y = Number of Service Chains"
8957 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8958 #  layout:
8959 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8960 #    layout: "plot-service-density"
8961 #
8962 #- type: "plot"
8963 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8964 #  algorithm: "plot_nf_heatmap"
8965 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8966 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8967 #  filter: "'NIC_Intel-XXV710' and
8968 #           'NF_DENSITY' and
8969 #           'DOCKER' and
8970 #           'CHAIN' and
8971 #           'NF_VPPIP4' and
8972 #           'IPSEC' and
8973 #           'TNL_1000' and
8974 #           'IMIX' and
8975 #           '8T4C' and
8976 #           'NDRPDR'"
8977 #  parameters:
8978 #  - "throughput"
8979 #  - "name"
8980 #  - "tags"
8981 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8982 #  x-axis: "X = CNFs per Service Chain"
8983 #  y-axis: "Y = Number of Service Chains"
8984 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8985 #  layout:
8986 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8987 #    layout: "plot-service-density"
8988 #
8989 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8990 #- type: "plot"
8991 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8992 #  algorithm: "plot_nf_heatmap"
8993 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8994 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8995 #  filter: "'NIC_Intel-XXV710' and
8996 #           'NF_DENSITY' and
8997 #           'DOCKER' and
8998 #           'CHAIN' and
8999 #           'NF_VPPIP4' and
9000 #           'IPSEC' and
9001 #           'TNL_1000' and
9002 #           'IMIX' and
9003 #           '2T1C' and
9004 #           'NDRPDR'"
9005 #  parameters:
9006 #  - "throughput"
9007 #  - "name"
9008 #  - "tags"
9009 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9010 #  x-axis: "X = CNFs per Service Chain"
9011 #  y-axis: "Y = Number of Service Chains"
9012 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9013 #  layout:
9014 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9015 #    layout: "plot-service-density"
9016 #
9017 #- type: "plot"
9018 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9019 #  algorithm: "plot_nf_heatmap"
9020 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9021 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9022 #  filter: "'NIC_Intel-XXV710' and
9023 #           'NF_DENSITY' and
9024 #           'DOCKER' and
9025 #           'CHAIN' and
9026 #           'NF_VPPIP4' and
9027 #           'IPSEC' and
9028 #           'TNL_1000' and
9029 #           'IMIX' and
9030 #           '4T2C' and
9031 #           'NDRPDR'"
9032 #  parameters:
9033 #  - "throughput"
9034 #  - "name"
9035 #  - "tags"
9036 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9037 #  x-axis: "X = CNFs per Service Chain"
9038 #  y-axis: "Y = Number of Service Chains"
9039 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9040 #  layout:
9041 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9042 #    layout: "plot-service-density"
9043 #
9044 #- type: "plot"
9045 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9046 #  algorithm: "plot_nf_heatmap"
9047 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9048 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9049 #  filter: "'NIC_Intel-XXV710' and
9050 #           'NF_DENSITY' and
9051 #           'DOCKER' and
9052 #           'CHAIN' and
9053 #           'NF_VPPIP4' and
9054 #           'IPSEC' and
9055 #           'TNL_1000' and
9056 #           'IMIX' and
9057 #           '8T4C' and
9058 #           'NDRPDR'"
9059 #  parameters:
9060 #  - "throughput"
9061 #  - "name"
9062 #  - "tags"
9063 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9064 #  x-axis: "X = CNFs per Service Chain"
9065 #  y-axis: "Y = Number of Service Chains"
9066 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9067 #  layout:
9068 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9069 #    layout: "plot-service-density"
9070
9071 ###############################################################################
9072
9073 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9074 #- type: "plot"
9075 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9076 #  algorithm: "plot_nf_heatmap"
9077 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9078 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9079 #  filter: "'NIC_Intel-XL710' and
9080 #           'NF_DENSITY' and
9081 #           'DOCKER' and
9082 #           'CHAIN' and
9083 #           'NF_VPPIP4' and
9084 #           'IMIX' and
9085 #           'TNL_1000' and
9086 #           '1T1C' and
9087 #           'MRR'"
9088 #  parameters:
9089 #  - "result"
9090 #  - "name"
9091 #  - "tags"
9092 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9093 #  x-axis: "X = CNFs per Service Chain"
9094 #  y-axis: "Y = Number of Service Chains"
9095 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9096 #  layout:
9097 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9098 #    layout: "plot-service-density"
9099 #
9100 #- type: "plot"
9101 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9102 #  algorithm: "plot_nf_heatmap"
9103 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9104 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9105 #  filter: "'NIC_Intel-XL710' and
9106 #           'NF_DENSITY' and
9107 #           'DOCKER' and
9108 #           'CHAIN' and
9109 #           'NF_VPPIP4' and
9110 #           'IPSEC' and
9111 #           'TNL_1000' and
9112 #           'IMIX' and
9113 #           '2T2C' and
9114 #           'MRR'"
9115 #  parameters:
9116 #  - "result"
9117 #  - "name"
9118 #  - "tags"
9119 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9120 #  x-axis: "X = CNFs per Service Chain"
9121 #  y-axis: "Y = Number of Service Chains"
9122 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9123 #  layout:
9124 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9125 #    layout: "plot-service-density"
9126 #
9127 #- type: "plot"
9128 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9129 #  algorithm: "plot_nf_heatmap"
9130 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9131 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9132 #  filter: "'NIC_Intel-XL710' and
9133 #           'NF_DENSITY' and
9134 #           'DOCKER' and
9135 #           'CHAIN' and
9136 #           'NF_VPPIP4' and
9137 #           'IPSEC' and
9138 #           'TNL_1000' and
9139 #           'IMIX' and
9140 #           '4T4C' and
9141 #           'MRR'"
9142 #  parameters:
9143 #  - "result"
9144 #  - "name"
9145 #  - "tags"
9146 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9147 #  x-axis: "X = CNFs per Service Chain"
9148 #  y-axis: "Y = Number of Service Chains"
9149 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9150 #  layout:
9151 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9152 #    layout: "plot-service-density"
9153
9154 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9155 #- type: "plot"
9156 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9157 #  algorithm: "plot_nf_heatmap"
9158 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9159 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9160 #  filter: "'NIC_Intel-XL710' and
9161 #           'NF_DENSITY' and
9162 #           'DOCKER' and
9163 #           'CHAIN' and
9164 #           'NF_VPPIP4' and
9165 #           'IPSEC' and
9166 #           'TNL_1000' and
9167 #           'IMIX' and
9168 #           '1T1C' and
9169 #           'NDRPDR'"
9170 #  parameters:
9171 #  - "throughput"
9172 #  - "name"
9173 #  - "tags"
9174 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9175 #  x-axis: "X = CNFs per Service Chain"
9176 #  y-axis: "Y = Number of Service Chains"
9177 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9178 #  layout:
9179 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9180 #    layout: "plot-service-density"
9181 #
9182 #- type: "plot"
9183 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9184 #  algorithm: "plot_nf_heatmap"
9185 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9186 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9187 #  filter: "'NIC_Intel-XL710' and
9188 #           'NF_DENSITY' and
9189 #           'DOCKER' and
9190 #           'CHAIN' and
9191 #           'NF_VPPIP4' and
9192 #           'IPSEC' and
9193 #           'TNL_1000' and
9194 #           'IMIX' and
9195 #           '2T2C' and
9196 #           'NDRPDR'"
9197 #  parameters:
9198 #  - "throughput"
9199 #  - "name"
9200 #  - "tags"
9201 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9202 #  x-axis: "X = CNFs per Service Chain"
9203 #  y-axis: "Y = Number of Service Chains"
9204 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9205 #  layout:
9206 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9207 #    layout: "plot-service-density"
9208 #
9209 #- type: "plot"
9210 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9211 #  algorithm: "plot_nf_heatmap"
9212 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9213 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9214 #  filter: "'NIC_Intel-XL710' and
9215 #           'NF_DENSITY' and
9216 #           'DOCKER' and
9217 #           'CHAIN' and
9218 #           'NF_VPPIP4' and
9219 #           'IPSEC' and
9220 #           'TNL_1000' and
9221 #           'IMIX' and
9222 #           '4T4C' and
9223 #           'NDRPDR'"
9224 #  parameters:
9225 #  - "throughput"
9226 #  - "name"
9227 #  - "tags"
9228 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9229 #  x-axis: "X = CNFs per Service Chain"
9230 #  y-axis: "Y = Number of Service Chains"
9231 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9232 #  layout:
9233 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9234 #    layout: "plot-service-density"
9235 #
9236 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9237 #- type: "plot"
9238 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9239 #  algorithm: "plot_nf_heatmap"
9240 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9241 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9242 #  filter: "'NIC_Intel-XL710' and
9243 #           'NF_DENSITY' and
9244 #           'DOCKER' and
9245 #           'CHAIN' and
9246 #           'NF_VPPIP4' and
9247 #           'IPSEC' and
9248 #           'TNL_1000' and
9249 #           'IMIX' and
9250 #           '1T1C' and
9251 #           'NDRPDR'"
9252 #  parameters:
9253 #  - "throughput"
9254 #  - "name"
9255 #  - "tags"
9256 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9257 #  x-axis: "X = CNFs per Service Chain"
9258 #  y-axis: "Y = Number of Service Chains"
9259 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9260 #  layout:
9261 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9262 #    layout: "plot-service-density"
9263 #
9264 #- type: "plot"
9265 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9266 #  algorithm: "plot_nf_heatmap"
9267 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9268 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9269 #  filter: "'NIC_Intel-XL710' and
9270 #           'NF_DENSITY' and
9271 #           'DOCKER' and
9272 #           'CHAIN' and
9273 #           'NF_VPPIP4' and
9274 #           'IPSEC' and
9275 #           'TNL_1000' and
9276 #           'IMIX' and
9277 #           '2T2C' and
9278 #           'NDRPDR'"
9279 #  parameters:
9280 #  - "throughput"
9281 #  - "name"
9282 #  - "tags"
9283 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9284 #  x-axis: "X = CNFs per Service Chain"
9285 #  y-axis: "Y = Number of Service Chains"
9286 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9287 #  layout:
9288 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9289 #    layout: "plot-service-density"
9290 #
9291 #- type: "plot"
9292 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9293 #  algorithm: "plot_nf_heatmap"
9294 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9295 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9296 #  filter: "'NIC_Intel-XL710' and
9297 #           'NF_DENSITY' and
9298 #           'DOCKER' and
9299 #           'CHAIN' and
9300 #           'NF_VPPIP4' and
9301 #           'IPSEC' and
9302 #           'TNL_1000' and
9303 #           'IMIX' and
9304 #           '4T4C' and
9305 #           'NDRPDR'"
9306 #  parameters:
9307 #  - "throughput"
9308 #  - "name"
9309 #  - "tags"
9310 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9311 #  x-axis: "X = CNFs per Service Chain"
9312 #  y-axis: "Y = Number of Service Chains"
9313 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9314 #  layout:
9315 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9316 #    layout: "plot-service-density"
9317
9318 ###############################################################################
9319
9320 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9321 #- type: "plot"
9322 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9323 #  algorithm: "plot_nf_heatmap"
9324 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9325 #  data: "plot-vpp-nfv-3n-skx-mrr"
9326 #  filter: "'NIC_Intel-XXV710' and
9327 #           'NF_DENSITY' and
9328 #           'DOCKER' and
9329 #           'CHAIN' and
9330 #           'NF_VPPIP4' and
9331 #           'IPSEC' and
9332 #           'TNL_10000' and
9333 #           'IMIX' and
9334 #           '2T1C' and
9335 #           'MRR'"
9336 #  parameters:
9337 #  - "result"
9338 #  - "name"
9339 #  - "tags"
9340 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9341 #  x-axis: "X = CNFs per Service Chain"
9342 #  y-axis: "Y = Number of Service Chains"
9343 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9344 #  layout:
9345 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9346 #    layout: "plot-service-density"
9347 #
9348 #- type: "plot"
9349 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9350 #  algorithm: "plot_nf_heatmap"
9351 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9352 #  data: "plot-vpp-nfv-3n-skx-mrr"
9353 #  filter: "'NIC_Intel-XXV710' and
9354 #           'NF_DENSITY' and
9355 #           'DOCKER' and
9356 #           'CHAIN' and
9357 #           'NF_VPPIP4' and
9358 #           'IPSEC' and
9359 #           'TNL_10000' and
9360 #           'IMIX' and
9361 #           '4T2C' and
9362 #           'MRR'"
9363 #  parameters:
9364 #  - "result"
9365 #  - "name"
9366 #  - "tags"
9367 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9368 #  x-axis: "X = CNFs per Service Chain"
9369 #  y-axis: "Y = Number of Service Chains"
9370 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9371 #  layout:
9372 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9373 #    layout: "plot-service-density"
9374 #
9375 #- type: "plot"
9376 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9377 #  algorithm: "plot_nf_heatmap"
9378 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9379 #  data: "plot-vpp-nfv-3n-skx-mrr"
9380 #  filter: "'NIC_Intel-XXV710' and
9381 #           'NF_DENSITY' and
9382 #           'DOCKER' and
9383 #           'CHAIN' and
9384 #           'NF_VPPIP4' and
9385 #           'IPSEC' and
9386 #           'TNL_10000' and
9387 #           'IMIX' and
9388 #           '8T4C' and
9389 #           'MRR'"
9390 #  parameters:
9391 #  - "result"
9392 #  - "name"
9393 #  - "tags"
9394 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9395 #  x-axis: "X = CNFs per Service Chain"
9396 #  y-axis: "Y = Number of Service Chains"
9397 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9398 #  layout:
9399 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9400 #    layout: "plot-service-density"
9401
9402 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9403 #- type: "plot"
9404 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9405 #  algorithm: "plot_nf_heatmap"
9406 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9407 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9408 #  filter: "'NIC_Intel-XXV710' and
9409 #           'NF_DENSITY' and
9410 #           'DOCKER' and
9411 #           'CHAIN' and
9412 #           'NF_VPPIP4' and
9413 #           'IPSEC' and
9414 #           'TNL_10000' and
9415 #           'IMIX' and
9416 #           '2T1C' and
9417 #           'NDRPDR'"
9418 #  parameters:
9419 #  - "throughput"
9420 #  - "name"
9421 #  - "tags"
9422 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9423 #  x-axis: "X = CNFs per Service Chain"
9424 #  y-axis: "Y = Number of Service Chains"
9425 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9426 #  layout:
9427 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9428 #    layout: "plot-service-density"
9429 #
9430 #- type: "plot"
9431 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9432 #  algorithm: "plot_nf_heatmap"
9433 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9434 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9435 #  filter: "'NIC_Intel-XXV710' and
9436 #           'NF_DENSITY' and
9437 #           'DOCKER' and
9438 #           'CHAIN' and
9439 #           'NF_VPPIP4' and
9440 #           'IPSEC' and
9441 #           'TNL_10000' and
9442 #           'IMIX' and
9443 #           '4T2C' and
9444 #           'NDRPDR'"
9445 #  parameters:
9446 #  - "throughput"
9447 #  - "name"
9448 #  - "tags"
9449 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9450 #  x-axis: "X = CNFs per Service Chain"
9451 #  y-axis: "Y = Number of Service Chains"
9452 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9453 #  layout:
9454 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9455 #    layout: "plot-service-density"
9456 #
9457 #- type: "plot"
9458 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9459 #  algorithm: "plot_nf_heatmap"
9460 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9461 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9462 #  filter: "'NIC_Intel-XXV710' and
9463 #           'NF_DENSITY' and
9464 #           'DOCKER' and
9465 #           'CHAIN' and
9466 #           'NF_VPPIP4' and
9467 #           'IPSEC' and
9468 #           'TNL_10000' and
9469 #           'IMIX' and
9470 #           '8T4C' and
9471 #           'NDRPDR'"
9472 #  parameters:
9473 #  - "throughput"
9474 #  - "name"
9475 #  - "tags"
9476 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9477 #  x-axis: "X = CNFs per Service Chain"
9478 #  y-axis: "Y = Number of Service Chains"
9479 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9480 #  layout:
9481 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9482 #    layout: "plot-service-density"
9483 #
9484 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9485 #- type: "plot"
9486 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9487 #  algorithm: "plot_nf_heatmap"
9488 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9489 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9490 #  filter: "'NIC_Intel-XXV710' and
9491 #           'NF_DENSITY' and
9492 #           'DOCKER' and
9493 #           'CHAIN' and
9494 #           'NF_VPPIP4' and
9495 #           'IPSEC' and
9496 #           'TNL_10000' and
9497 #           'IMIX' and
9498 #           '2T1C' and
9499 #           'NDRPDR'"
9500 #  parameters:
9501 #  - "throughput"
9502 #  - "name"
9503 #  - "tags"
9504 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9505 #  x-axis: "X = CNFs per Service Chain"
9506 #  y-axis: "Y = Number of Service Chains"
9507 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9508 #  layout:
9509 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9510 #    layout: "plot-service-density"
9511 #
9512 #- type: "plot"
9513 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9514 #  algorithm: "plot_nf_heatmap"
9515 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9516 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9517 #  filter: "'NIC_Intel-XXV710' and
9518 #           'NF_DENSITY' and
9519 #           'DOCKER' and
9520 #           'CHAIN' and
9521 #           'NF_VPPIP4' and
9522 #           'IPSEC' and
9523 #           'TNL_10000' and
9524 #           'IMIX' and
9525 #           '4T2C' and
9526 #           'NDRPDR'"
9527 #  parameters:
9528 #  - "throughput"
9529 #  - "name"
9530 #  - "tags"
9531 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9532 #  x-axis: "X = CNFs per Service Chain"
9533 #  y-axis: "Y = Number of Service Chains"
9534 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9535 #  layout:
9536 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9537 #    layout: "plot-service-density"
9538 #
9539 #- type: "plot"
9540 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9541 #  algorithm: "plot_nf_heatmap"
9542 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9543 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9544 #  filter: "'NIC_Intel-XXV710' and
9545 #           'NF_DENSITY' and
9546 #           'DOCKER' and
9547 #           'CHAIN' and
9548 #           'NF_VPPIP4' and
9549 #           'IPSEC' and
9550 #           'TNL_10000' and
9551 #           'IMIX' and
9552 #           '8T4C' and
9553 #           'NDRPDR'"
9554 #  parameters:
9555 #  - "throughput"
9556 #  - "name"
9557 #  - "tags"
9558 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9559 #  x-axis: "X = CNFs per Service Chain"
9560 #  y-axis: "Y = Number of Service Chains"
9561 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9562 #  layout:
9563 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9564 #    layout: "plot-service-density"
9565
9566 ###############################################################################
9567
9568 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9569 #- type: "plot"
9570 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9571 #  algorithm: "plot_nf_heatmap"
9572 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9573 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9574 #  filter: "'NIC_Intel-XL710' and
9575 #           'NF_DENSITY' and
9576 #           'DOCKER' and
9577 #           'CHAIN' and
9578 #           'NF_VPPIP4' and
9579 #           'IMIX' and
9580 #           'TNL_10000' and
9581 #           '1T1C' and
9582 #           'MRR'"
9583 #  parameters:
9584 #  - "result"
9585 #  - "name"
9586 #  - "tags"
9587 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9588 #  x-axis: "X = CNFs per Service Chain"
9589 #  y-axis: "Y = Number of Service Chains"
9590 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9591 #  layout:
9592 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9593 #    layout: "plot-service-density"
9594 #
9595 #- type: "plot"
9596 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9597 #  algorithm: "plot_nf_heatmap"
9598 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9599 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9600 #  filter: "'NIC_Intel-XL710' and
9601 #           'NF_DENSITY' and
9602 #           'DOCKER' and
9603 #           'CHAIN' and
9604 #           'NF_VPPIP4' and
9605 #           'IPSEC' and
9606 #           'TNL_10000' and
9607 #           'IMIX' and
9608 #           '2T2C' and
9609 #           'MRR'"
9610 #  parameters:
9611 #  - "result"
9612 #  - "name"
9613 #  - "tags"
9614 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9615 #  x-axis: "X = CNFs per Service Chain"
9616 #  y-axis: "Y = Number of Service Chains"
9617 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9618 #  layout:
9619 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9620 #    layout: "plot-service-density"
9621 #
9622 #- type: "plot"
9623 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9624 #  algorithm: "plot_nf_heatmap"
9625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9626 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9627 #  filter: "'NIC_Intel-XL710' and
9628 #           'NF_DENSITY' and
9629 #           'DOCKER' and
9630 #           'CHAIN' and
9631 #           'NF_VPPIP4' and
9632 #           'IPSEC' and
9633 #           'TNL_10000' and
9634 #           'IMIX' and
9635 #           '4T4C' and
9636 #           'MRR'"
9637 #  parameters:
9638 #  - "result"
9639 #  - "name"
9640 #  - "tags"
9641 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9642 #  x-axis: "X = CNFs per Service Chain"
9643 #  y-axis: "Y = Number of Service Chains"
9644 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9645 #  layout:
9646 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9647 #    layout: "plot-service-density"
9648
9649 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9650 #- type: "plot"
9651 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9652 #  algorithm: "plot_nf_heatmap"
9653 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9654 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9655 #  filter: "'NIC_Intel-XL710' and
9656 #           'NF_DENSITY' and
9657 #           'DOCKER' and
9658 #           'CHAIN' and
9659 #           'NF_VPPIP4' and
9660 #           'IPSEC' and
9661 #           'TNL_10000' and
9662 #           'IMIX' and
9663 #           '1T1C' and
9664 #           'NDRPDR'"
9665 #  parameters:
9666 #  - "throughput"
9667 #  - "name"
9668 #  - "tags"
9669 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9670 #  x-axis: "X = CNFs per Service Chain"
9671 #  y-axis: "Y = Number of Service Chains"
9672 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9673 #  layout:
9674 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9675 #    layout: "plot-service-density"
9676 #
9677 #- type: "plot"
9678 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9679 #  algorithm: "plot_nf_heatmap"
9680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9681 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9682 #  filter: "'NIC_Intel-XL710' and
9683 #           'NF_DENSITY' and
9684 #           'DOCKER' and
9685 #           'CHAIN' and
9686 #           'NF_VPPIP4' and
9687 #           'IPSEC' and
9688 #           'TNL_10000' and
9689 #           'IMIX' and
9690 #           '2T2C' and
9691 #           'NDRPDR'"
9692 #  parameters:
9693 #  - "throughput"
9694 #  - "name"
9695 #  - "tags"
9696 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9697 #  x-axis: "X = CNFs per Service Chain"
9698 #  y-axis: "Y = Number of Service Chains"
9699 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9700 #  layout:
9701 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9702 #    layout: "plot-service-density"
9703 #
9704 #- type: "plot"
9705 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9706 #  algorithm: "plot_nf_heatmap"
9707 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9708 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9709 #  filter: "'NIC_Intel-XL710' and
9710 #           'NF_DENSITY' and
9711 #           'DOCKER' and
9712 #           'CHAIN' and
9713 #           'NF_VPPIP4' and
9714 #           'IPSEC' and
9715 #           'TNL_10000' and
9716 #           'IMIX' and
9717 #           '4T4C' and
9718 #           'NDRPDR'"
9719 #  parameters:
9720 #  - "throughput"
9721 #  - "name"
9722 #  - "tags"
9723 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9724 #  x-axis: "X = CNFs per Service Chain"
9725 #  y-axis: "Y = Number of Service Chains"
9726 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9727 #  layout:
9728 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9729 #    layout: "plot-service-density"
9730 #
9731 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9732 #- type: "plot"
9733 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9734 #  algorithm: "plot_nf_heatmap"
9735 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9736 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9737 #  filter: "'NIC_Intel-XL710' and
9738 #           'NF_DENSITY' and
9739 #           'DOCKER' and
9740 #           'CHAIN' and
9741 #           'NF_VPPIP4' and
9742 #           'IPSEC' and
9743 #           'TNL_10000' and
9744 #           'IMIX' and
9745 #           '1T1C' and
9746 #           'NDRPDR'"
9747 #  parameters:
9748 #  - "throughput"
9749 #  - "name"
9750 #  - "tags"
9751 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9752 #  x-axis: "X = CNFs per Service Chain"
9753 #  y-axis: "Y = Number of Service Chains"
9754 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9755 #  layout:
9756 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9757 #    layout: "plot-service-density"
9758 #
9759 #- type: "plot"
9760 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9761 #  algorithm: "plot_nf_heatmap"
9762 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9763 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9764 #  filter: "'NIC_Intel-XL710' and
9765 #           'NF_DENSITY' and
9766 #           'DOCKER' and
9767 #           'CHAIN' and
9768 #           'NF_VPPIP4' and
9769 #           'IPSEC' and
9770 #           'TNL_10000' and
9771 #           'IMIX' and
9772 #           '2T2C' and
9773 #           'NDRPDR'"
9774 #  parameters:
9775 #  - "throughput"
9776 #  - "name"
9777 #  - "tags"
9778 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9779 #  x-axis: "X = CNFs per Service Chain"
9780 #  y-axis: "Y = Number of Service Chains"
9781 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9782 #  layout:
9783 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9784 #    layout: "plot-service-density"
9785 #
9786 #- type: "plot"
9787 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9788 #  algorithm: "plot_nf_heatmap"
9789 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9790 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9791 #  filter: "'NIC_Intel-XL710' and
9792 #           'NF_DENSITY' and
9793 #           'DOCKER' and
9794 #           'CHAIN' and
9795 #           'NF_VPPIP4' and
9796 #           'IPSEC' and
9797 #           'TNL_10000' and
9798 #           'IMIX' and
9799 #           '4T4C' and
9800 #           'NDRPDR'"
9801 #  parameters:
9802 #  - "throughput"
9803 #  - "name"
9804 #  - "tags"
9805 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9806 #  x-axis: "X = CNFs per Service Chain"
9807 #  y-axis: "Y = Number of Service Chains"
9808 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9809 #  layout:
9810 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9811 #    layout: "plot-service-density"
9812
9813 ###############################################################################
9814
9815 # Plots - NF Density - CSP - MRR IMIX
9816 - type: "plot"
9817   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9818   algorithm: "plot_nf_heatmap"
9819   output-file-type: ".html"
9820   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9821   data: "plot-vpp-nfv-2n-skx-mrr"
9822   filter: "'NIC_Intel-XXV710' and
9823            'NF_DENSITY' and
9824            'DOCKER' and
9825            'PIPELINE' and
9826            'NF_VPPIP4' and
9827            'IMIX' and
9828            '2T1C' and
9829            'MRR'"
9830   parameters:
9831   - "result"
9832   - "name"
9833   - "tags"
9834   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9835   x-axis: "X = CNFs per Service Pipeline"
9836   y-axis: "Y = Number of Service Pipelines"
9837   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9838   layout:
9839     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9840     layout: "plot-service-density"
9841
9842 - type: "plot"
9843   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9844   algorithm: "plot_nf_heatmap"
9845   output-file-type: ".html"
9846   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9847   data: "plot-vpp-nfv-2n-skx-mrr"
9848   filter: "'NIC_Intel-XXV710' and
9849            'NF_DENSITY' and
9850            'DOCKER' and
9851            'PIPELINE' and
9852            'NF_VPPIP4' and
9853            'IMIX' and
9854            '4T2C' and
9855            'MRR'"
9856   parameters:
9857   - "result"
9858   - "name"
9859   - "tags"
9860   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9861   x-axis: "X = CNFs per Service Pipeline"
9862   y-axis: "Y = Number of Service Pipelines"
9863   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9864   layout:
9865     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9866     layout: "plot-service-density"
9867
9868 - type: "plot"
9869   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9870   algorithm: "plot_nf_heatmap"
9871   output-file-type: ".html"
9872   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9873   data: "plot-vpp-nfv-2n-skx-mrr"
9874   filter: "'NIC_Intel-XXV710' and
9875            'NF_DENSITY' and
9876            'DOCKER' and
9877            'PIPELINE' and
9878            'NF_VPPIP4' and
9879            'IMIX' and
9880            '8T4C' and
9881            'MRR'"
9882   parameters:
9883   - "result"
9884   - "name"
9885   - "tags"
9886   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9887   x-axis: "X = CNFs per Service Pipeline"
9888   y-axis: "Y = Number of Service Pipelines"
9889   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9890   layout:
9891     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9892     layout: "plot-service-density"
9893
9894 # Plots - NF Density - CSP - NDR IMIX
9895 - type: "plot"
9896   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9897   algorithm: "plot_nf_heatmap"
9898   output-file-type: ".html"
9899   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9900   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9901   filter: "'NIC_Intel-XXV710' and
9902            'NF_DENSITY' and
9903            'DOCKER' and
9904            'PIPELINE' and
9905            'NF_VPPIP4' and
9906            'IMIX' and
9907            '2T1C' and
9908            'NDRPDR'"
9909   parameters:
9910   - "throughput"
9911   - "name"
9912   - "tags"
9913   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9914   x-axis: "X = CNFs per Service Pipeline"
9915   y-axis: "Y = Number of Service Pipelines"
9916   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9917   layout:
9918     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9919     layout: "plot-service-density"
9920
9921 - type: "plot"
9922   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9923   algorithm: "plot_nf_heatmap"
9924   output-file-type: ".html"
9925   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9926   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9927   filter: "'NIC_Intel-XXV710' and
9928            'NF_DENSITY' and
9929            'DOCKER' and
9930            'PIPELINE' and
9931            'NF_VPPIP4' and
9932            'IMIX' and
9933            '4T2C' and
9934            'NDRPDR'"
9935   parameters:
9936   - "throughput"
9937   - "name"
9938   - "tags"
9939   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9940   x-axis: "X = CNFs per Service Pipeline"
9941   y-axis: "Y = Number of Service Pipelines"
9942   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9943   layout:
9944     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9945     layout: "plot-service-density"
9946
9947 - type: "plot"
9948   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9949   algorithm: "plot_nf_heatmap"
9950   output-file-type: ".html"
9951   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9952   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9953   filter: "'NIC_Intel-XXV710' and
9954            'NF_DENSITY' and
9955            'DOCKER' and
9956            'PIPELINE' and
9957            'NF_VPPIP4' and
9958            'IMIX' and
9959            '8T4C' and
9960            'NDRPDR'"
9961   parameters:
9962   - "throughput"
9963   - "name"
9964   - "tags"
9965   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9966   x-axis: "X = CNFs per Service Pipeline"
9967   y-axis: "Y = Number of Service Pipelines"
9968   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9969   layout:
9970     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9971     layout: "plot-service-density"
9972
9973 # Plots - NF Density - CSP - PDR IMIX
9974 - type: "plot"
9975   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9976   algorithm: "plot_nf_heatmap"
9977   output-file-type: ".html"
9978   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9979   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9980   filter: "'NIC_Intel-XXV710' and
9981            'NF_DENSITY' and
9982            'DOCKER' and
9983            'PIPELINE' and
9984            'NF_VPPIP4' and
9985            'IMIX' and
9986            '2T1C' and
9987            'NDRPDR'"
9988   parameters:
9989   - "throughput"
9990   - "name"
9991   - "tags"
9992   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9993   x-axis: "X = CNFs per Service Pipeline"
9994   y-axis: "Y = Number of Service Pipelines"
9995   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9996   layout:
9997     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9998     layout: "plot-service-density"
9999
10000 - type: "plot"
10001   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10002   algorithm: "plot_nf_heatmap"
10003   output-file-type: ".html"
10004   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10005   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10006   filter: "'NIC_Intel-XXV710' and
10007            'NF_DENSITY' and
10008            'DOCKER' and
10009            'PIPELINE' and
10010            'NF_VPPIP4' and
10011            'IMIX' and
10012            '4T2C' and
10013            'NDRPDR'"
10014   parameters:
10015   - "throughput"
10016   - "name"
10017   - "tags"
10018   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10019   x-axis: "X = CNFs per Service Pipeline"
10020   y-axis: "Y = Number of Service Pipelines"
10021   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10022   layout:
10023     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10024     layout: "plot-service-density"
10025
10026 - type: "plot"
10027   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10028   algorithm: "plot_nf_heatmap"
10029   output-file-type: ".html"
10030   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10031   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10032   filter: "'NIC_Intel-XXV710' and
10033            'NF_DENSITY' and
10034            'DOCKER' and
10035            'PIPELINE' and
10036            'NF_VPPIP4' and
10037            'IMIX' and
10038            '8T4C' and
10039            'NDRPDR'"
10040   parameters:
10041   - "throughput"
10042   - "name"
10043   - "tags"
10044   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10045   x-axis: "X = CNFs per Service Pipeline"
10046   y-axis: "Y = Number of Service Pipelines"
10047   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10048   layout:
10049     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10050     layout: "plot-service-density"
10051
10052 ###############################################################################
10053 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10054
10055 - type: "plot"
10056   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10057   algorithm: "plot_nf_heatmap"
10058   output-file-type: ".html"
10059   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10060   data: "plot-vpp-nfv-2n-clx-mrr"
10061   filter: "'NIC_Intel-XXV710' and
10062            'NF_DENSITY' and
10063            'VHOST' and
10064            not 'VXLAN' and
10065            'CHAIN' and
10066            'NF_VPPIP4' and
10067            'IMIX' and
10068            '2T1C' and
10069            'MRR'"
10070   parameters:
10071   - "result"
10072   - "name"
10073   - "tags"
10074   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10075   x-axis: "X = VNFs per Service Chain"
10076   y-axis: "Y = Number of Service Chains"
10077   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10078   layout:
10079     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10080     layout: "plot-service-density"
10081
10082 - type: "plot"
10083   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10084   algorithm: "plot_nf_heatmap"
10085   output-file-type: ".html"
10086   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10087   data: "plot-vpp-nfv-2n-clx-mrr"
10088   filter: "'NIC_Intel-XXV710' and
10089            'NF_DENSITY' and
10090            'VHOST' and
10091            not 'VXLAN' and
10092            'CHAIN' and
10093            'NF_VPPIP4' and
10094            'IMIX' and
10095            '4T2C' and
10096            'MRR'"
10097   parameters:
10098   - "result"
10099   - "name"
10100   - "tags"
10101   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10102   x-axis: "X = VNFs per Service Chain"
10103   y-axis: "Y = Number of Service Chains"
10104   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10105   layout:
10106     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10107     layout: "plot-service-density"
10108
10109 - type: "plot"
10110   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10111   algorithm: "plot_nf_heatmap"
10112   output-file-type: ".html"
10113   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10114   data: "plot-vpp-nfv-2n-clx-mrr"
10115   filter: "'NIC_Intel-XXV710' and
10116            'NF_DENSITY' and
10117            'VHOST' and
10118            not 'VXLAN' and
10119            'CHAIN' and
10120            'NF_VPPIP4' and
10121            'IMIX' and
10122            '8T4C' and
10123            'MRR'"
10124   parameters:
10125   - "result"
10126   - "name"
10127   - "tags"
10128   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10129   x-axis: "X = VNFs per Service Chain"
10130   y-axis: "Y = Number of Service Chains"
10131   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10132   layout:
10133     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10134     layout: "plot-service-density"
10135
10136 # Plots - NF Density - VSC - NDR IMIX
10137 - type: "plot"
10138   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10139   algorithm: "plot_nf_heatmap"
10140   output-file-type: ".html"
10141   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10142   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10143   filter: "'NIC_Intel-XXV710' and
10144            'NF_DENSITY' and
10145            'VHOST' and
10146            not 'VXLAN' and
10147            'CHAIN' and
10148            'NF_VPPIP4' and
10149            'IMIX' and
10150            '2T1C' and
10151            'NDRPDR'"
10152   parameters:
10153   - "throughput"
10154   - "name"
10155   - "tags"
10156   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10157   x-axis: "X = VNFs per Service Chain"
10158   y-axis: "Y = Number of Service Chains"
10159   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10160   layout:
10161     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10162     layout: "plot-service-density"
10163
10164 - type: "plot"
10165   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10166   algorithm: "plot_nf_heatmap"
10167   output-file-type: ".html"
10168   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10169   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10170   filter: "'NIC_Intel-XXV710' and
10171            'NF_DENSITY' and
10172            'VHOST' and
10173            not 'VXLAN' and
10174            'CHAIN' and
10175            'NF_VPPIP4' and
10176            'IMIX' and
10177            '4T2C' and
10178            'NDRPDR'"
10179   parameters:
10180   - "throughput"
10181   - "name"
10182   - "tags"
10183   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10184   x-axis: "X = VNFs per Service Chain"
10185   y-axis: "Y = Number of Service Chains"
10186   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10187   layout:
10188     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10189     layout: "plot-service-density"
10190
10191 - type: "plot"
10192   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10193   algorithm: "plot_nf_heatmap"
10194   output-file-type: ".html"
10195   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10196   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10197   filter: "'NIC_Intel-XXV710' and
10198            'NF_DENSITY' and
10199            'VHOST' and
10200            not 'VXLAN' and
10201            'CHAIN' and
10202            'NF_VPPIP4' and
10203            'IMIX' and
10204            '8T4C' and
10205            'NDRPDR'"
10206   parameters:
10207   - "throughput"
10208   - "name"
10209   - "tags"
10210   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10211   x-axis: "X = VNFs per Service Chain"
10212   y-axis: "Y = Number of Service Chains"
10213   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10214   layout:
10215     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10216     layout: "plot-service-density"
10217
10218 # Plots - NF Density - VSC - PDR IMIX
10219 - type: "plot"
10220   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10221   algorithm: "plot_nf_heatmap"
10222   output-file-type: ".html"
10223   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10224   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10225   filter: "'NIC_Intel-XXV710' and
10226            'NF_DENSITY' and
10227            'VHOST' and
10228            not 'VXLAN' and
10229            'CHAIN' and
10230            'NF_VPPIP4' and
10231            'IMIX' and
10232            '2T1C' and
10233            'NDRPDR'"
10234   parameters:
10235   - "throughput"
10236   - "name"
10237   - "tags"
10238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10239   x-axis: "X = VNFs per Service Chain"
10240   y-axis: "Y = Number of Service Chains"
10241   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10242   layout:
10243     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10244     layout: "plot-service-density"
10245
10246 - type: "plot"
10247   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10248   algorithm: "plot_nf_heatmap"
10249   output-file-type: ".html"
10250   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10251   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10252   filter: "'NIC_Intel-XXV710' and
10253            'NF_DENSITY' and
10254            'VHOST' and
10255            not 'VXLAN' and
10256            'CHAIN' and
10257            'NF_VPPIP4' and
10258            'IMIX' and
10259            '4T2C' and
10260            'NDRPDR'"
10261   parameters:
10262   - "throughput"
10263   - "name"
10264   - "tags"
10265   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10266   x-axis: "X = VNFs per Service Chain"
10267   y-axis: "Y = Number of Service Chains"
10268   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10269   layout:
10270     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10271     layout: "plot-service-density"
10272
10273 - type: "plot"
10274   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10275   algorithm: "plot_nf_heatmap"
10276   output-file-type: ".html"
10277   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10278   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10279   filter: "'NIC_Intel-XXV710' and
10280            'NF_DENSITY' and
10281            'VHOST' and
10282            not 'VXLAN' and
10283            'CHAIN' and
10284            'NF_VPPIP4' and
10285            'IMIX' and
10286            '8T4C' and
10287            'NDRPDR'"
10288   parameters:
10289   - "throughput"
10290   - "name"
10291   - "tags"
10292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10293   x-axis: "X = VNFs per Service Chain"
10294   y-axis: "Y = Number of Service Chains"
10295   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10296   layout:
10297     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10298     layout: "plot-service-density"
10299
10300 # Plots - NF Density - VSC - MRR IMIX
10301 - type: "plot"
10302   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10303   algorithm: "plot_nf_heatmap"
10304   output-file-type: ".html"
10305   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10306   data: "plot-vpp-nfv-2n-clx-mrr"
10307   filter: "'NIC_Intel-XXV710' and
10308            'NF_DENSITY' and
10309            'VHOST' and
10310            'VXLAN' and
10311            'CHAIN' and
10312            'IMIX' and
10313            '2T1C' and
10314            'MRR'"
10315   parameters:
10316   - "result"
10317   - "name"
10318   - "tags"
10319   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10320   x-axis: "X = VNFs per Service Chain"
10321   y-axis: "Y = Number of Service Chains"
10322   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10323   layout:
10324     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10325     layout: "plot-service-density"
10326
10327 - type: "plot"
10328   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10329   algorithm: "plot_nf_heatmap"
10330   output-file-type: ".html"
10331   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10332   data: "plot-vpp-nfv-2n-clx-mrr"
10333   filter: "'NIC_Intel-XXV710' and
10334            'NF_DENSITY' and
10335            'VHOST' and
10336            'VXLAN' and
10337            'CHAIN' and
10338            'IMIX' and
10339            '4T2C' and
10340            'MRR'"
10341   parameters:
10342   - "result"
10343   - "name"
10344   - "tags"
10345   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10346   x-axis: "X = VNFs per Service Chain"
10347   y-axis: "Y = Number of Service Chains"
10348   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10349   layout:
10350     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10351     layout: "plot-service-density"
10352
10353 - type: "plot"
10354   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10355   algorithm: "plot_nf_heatmap"
10356   output-file-type: ".html"
10357   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10358   data: "plot-vpp-nfv-2n-clx-mrr"
10359   filter: "'NIC_Intel-XXV710' and
10360            'NF_DENSITY' and
10361            'VHOST' and
10362            'VXLAN' and
10363            'CHAIN' and
10364            'IMIX' and
10365            '8T4C' and
10366            'MRR'"
10367   parameters:
10368   - "result"
10369   - "name"
10370   - "tags"
10371   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10372   x-axis: "X = VNFs per Service Chain"
10373   y-axis: "Y = Number of Service Chains"
10374   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10375   layout:
10376     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10377     layout: "plot-service-density"
10378
10379 # Plots - NF Density - VSC - NDR IMIX
10380 - type: "plot"
10381   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10382   algorithm: "plot_nf_heatmap"
10383   output-file-type: ".html"
10384   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10385   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10386   filter: "'NIC_Intel-XXV710' and
10387            'NF_DENSITY' and
10388            'VHOST' and
10389            'VXLAN' and
10390            'CHAIN' and
10391            'IMIX' and
10392            '2T1C' and
10393            'NDRPDR'"
10394   parameters:
10395   - "throughput"
10396   - "name"
10397   - "tags"
10398   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10399   x-axis: "X = VNFs per Service Chain"
10400   y-axis: "Y = Number of Service Chains"
10401   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10402   layout:
10403     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10404     layout: "plot-service-density"
10405
10406 - type: "plot"
10407   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10408   algorithm: "plot_nf_heatmap"
10409   output-file-type: ".html"
10410   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10411   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10412   filter: "'NIC_Intel-XXV710' and
10413            'NF_DENSITY' and
10414            'VHOST' and
10415            'VXLAN' and
10416            'CHAIN' and
10417            'IMIX' and
10418            '4T2C' and
10419            'NDRPDR'"
10420   parameters:
10421   - "throughput"
10422   - "name"
10423   - "tags"
10424   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10425   x-axis: "X = VNFs per Service Chain"
10426   y-axis: "Y = Number of Service Chains"
10427   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10428   layout:
10429     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10430     layout: "plot-service-density"
10431
10432 - type: "plot"
10433   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10434   algorithm: "plot_nf_heatmap"
10435   output-file-type: ".html"
10436   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10437   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10438   filter: "'NIC_Intel-XXV710' and
10439            'NF_DENSITY' and
10440            'VHOST' and
10441            'VXLAN' and
10442            'CHAIN' and
10443            'IMIX' and
10444            '8T4C' and
10445            'NDRPDR'"
10446   parameters:
10447   - "throughput"
10448   - "name"
10449   - "tags"
10450   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10451   x-axis: "X = VNFs per Service Chain"
10452   y-axis: "Y = Number of Service Chains"
10453   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10454   layout:
10455     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10456     layout: "plot-service-density"
10457
10458 # Plots - NF Density - VSC - PDR IMIX
10459 - type: "plot"
10460   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10461   algorithm: "plot_nf_heatmap"
10462   output-file-type: ".html"
10463   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10464   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10465   filter: "'NIC_Intel-XXV710' and
10466            'NF_DENSITY' and
10467            'VHOST' and
10468            'VXLAN' and
10469            'CHAIN' and
10470            'IMIX' and
10471            '2T1C' and
10472            'NDRPDR'"
10473   parameters:
10474   - "throughput"
10475   - "name"
10476   - "tags"
10477   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10478   x-axis: "X = VNFs per Service Chain"
10479   y-axis: "Y = Number of Service Chains"
10480   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10481   layout:
10482     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10483     layout: "plot-service-density"
10484
10485 - type: "plot"
10486   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10487   algorithm: "plot_nf_heatmap"
10488   output-file-type: ".html"
10489   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10490   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10491   filter: "'NIC_Intel-XXV710' and
10492            'NF_DENSITY' and
10493            'VHOST' and
10494            'VXLAN' and
10495            'CHAIN' and
10496            'IMIX' and
10497            '4T2C' and
10498            'NDRPDR'"
10499   parameters:
10500   - "throughput"
10501   - "name"
10502   - "tags"
10503   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10504   x-axis: "X = VNFs per Service Chain"
10505   y-axis: "Y = Number of Service Chains"
10506   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10507   layout:
10508     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10509     layout: "plot-service-density"
10510
10511 - type: "plot"
10512   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10513   algorithm: "plot_nf_heatmap"
10514   output-file-type: ".html"
10515   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10516   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10517   filter: "'NIC_Intel-XXV710' and
10518            'NF_DENSITY' and
10519            'VHOST' and
10520            'VXLAN' and
10521            'CHAIN' and
10522            'IMIX' and
10523            '8T4C' and
10524            'NDRPDR'"
10525   parameters:
10526   - "throughput"
10527   - "name"
10528   - "tags"
10529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10530   x-axis: "X = VNFs per Service Chain"
10531   y-axis: "Y = Number of Service Chains"
10532   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10533   layout:
10534     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10535     layout: "plot-service-density"
10536
10537 # Plots - NF Density - CSC - MRR IMIX
10538 - type: "plot"
10539   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10540   algorithm: "plot_nf_heatmap"
10541   output-file-type: ".html"
10542   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10543   data: "plot-vpp-nfv-2n-clx-mrr"
10544   filter: "'NIC_Intel-XXV710' and
10545            'NF_DENSITY' and
10546            'DOCKER' and
10547            'CHAIN' and
10548            'NF_VPPIP4' and
10549            'IMIX' and
10550            '2T1C' and
10551            'MRR'"
10552   parameters:
10553   - "result"
10554   - "name"
10555   - "tags"
10556   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10557   x-axis: "X = CNFs per Service Chain"
10558   y-axis: "Y = Number of Service Chains"
10559   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10560   layout:
10561     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10562     layout: "plot-service-density"
10563
10564 - type: "plot"
10565   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10566   algorithm: "plot_nf_heatmap"
10567   output-file-type: ".html"
10568   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10569   data: "plot-vpp-nfv-2n-clx-mrr"
10570   filter: "'NIC_Intel-XXV710' and
10571            'NF_DENSITY' and
10572            'DOCKER' and
10573            'CHAIN' and
10574            'NF_VPPIP4' and
10575            'IMIX' and
10576            '4T2C' and
10577            'MRR'"
10578   parameters:
10579   - "result"
10580   - "name"
10581   - "tags"
10582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10583   x-axis: "X = CNFs per Service Chain"
10584   y-axis: "Y = Number of Service Chains"
10585   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10586   layout:
10587     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10588     layout: "plot-service-density"
10589
10590 - type: "plot"
10591   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10592   algorithm: "plot_nf_heatmap"
10593   output-file-type: ".html"
10594   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10595   data: "plot-vpp-nfv-2n-clx-mrr"
10596   filter: "'NIC_Intel-XXV710' and
10597            'NF_DENSITY' and
10598            'DOCKER' and
10599            'CHAIN' and
10600            'NF_VPPIP4' and
10601            'IMIX' and
10602            '8T4C' and
10603            'MRR'"
10604   parameters:
10605   - "result"
10606   - "name"
10607   - "tags"
10608   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10609   x-axis: "X = CNFs per Service Chain"
10610   y-axis: "Y = Number of Service Chains"
10611   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10612   layout:
10613     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10614     layout: "plot-service-density"
10615
10616 # Plots - NF Density - CSC - NDR IMIX
10617 - type: "plot"
10618   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10619   algorithm: "plot_nf_heatmap"
10620   output-file-type: ".html"
10621   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10622   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10623   filter: "'NIC_Intel-XXV710' and
10624            'NF_DENSITY' and
10625            'DOCKER' and
10626            'CHAIN' and
10627            'NF_VPPIP4' and
10628            'IMIX' and
10629            '2T1C' and
10630            'NDRPDR'"
10631   parameters:
10632   - "throughput"
10633   - "name"
10634   - "tags"
10635   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10636   x-axis: "X = CNFs per Service Chain"
10637   y-axis: "Y = Number of Service Chains"
10638   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10639   layout:
10640     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10641     layout: "plot-service-density"
10642
10643 - type: "plot"
10644   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10645   algorithm: "plot_nf_heatmap"
10646   output-file-type: ".html"
10647   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10648   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10649   filter: "'NIC_Intel-XXV710' and
10650            'NF_DENSITY' and
10651            'DOCKER' and
10652            'CHAIN' and
10653            'NF_VPPIP4' and
10654            'IMIX' and
10655            '4T2C' and
10656            'NDRPDR'"
10657   parameters:
10658   - "throughput"
10659   - "name"
10660   - "tags"
10661   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10662   x-axis: "X = CNFs per Service Chain"
10663   y-axis: "Y = Number of Service Chains"
10664   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10665   layout:
10666     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10667     layout: "plot-service-density"
10668
10669 - type: "plot"
10670   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10671   algorithm: "plot_nf_heatmap"
10672   output-file-type: ".html"
10673   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10674   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10675   filter: "'NIC_Intel-XXV710' and
10676            'NF_DENSITY' and
10677            'DOCKER' and
10678            'CHAIN' and
10679            'NF_VPPIP4' and
10680            'IMIX' and
10681            '8T4C' and
10682            'NDRPDR'"
10683   parameters:
10684   - "throughput"
10685   - "name"
10686   - "tags"
10687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10688   x-axis: "X = CNFs per Service Chain"
10689   y-axis: "Y = Number of Service Chains"
10690   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10691   layout:
10692     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10693     layout: "plot-service-density"
10694
10695 # Plots - NF Density - CSC - PDR IMIX
10696 - type: "plot"
10697   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10698   algorithm: "plot_nf_heatmap"
10699   output-file-type: ".html"
10700   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10701   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10702   filter: "'NIC_Intel-XXV710' and
10703            'NF_DENSITY' and
10704            'DOCKER' and
10705            'CHAIN' and
10706            'NF_VPPIP4' and
10707            'IMIX' and
10708            '2T1C' and
10709            'NDRPDR'"
10710   parameters:
10711   - "throughput"
10712   - "name"
10713   - "tags"
10714   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10715   x-axis: "X = CNFs per Service Chain"
10716   y-axis: "Y = Number of Service Chains"
10717   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10718   layout:
10719     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10720     layout: "plot-service-density"
10721
10722 - type: "plot"
10723   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10724   algorithm: "plot_nf_heatmap"
10725   output-file-type: ".html"
10726   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10727   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10728   filter: "'NIC_Intel-XXV710' and
10729            'NF_DENSITY' and
10730            'DOCKER' and
10731            'CHAIN' and
10732            'NF_VPPIP4' and
10733            'IMIX' and
10734            '4T2C' and
10735            'NDRPDR'"
10736   parameters:
10737   - "throughput"
10738   - "name"
10739   - "tags"
10740   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10741   x-axis: "X = CNFs per Service Chain"
10742   y-axis: "Y = Number of Service Chains"
10743   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10744   layout:
10745     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10746     layout: "plot-service-density"
10747
10748 - type: "plot"
10749   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10750   algorithm: "plot_nf_heatmap"
10751   output-file-type: ".html"
10752   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10753   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10754   filter: "'NIC_Intel-XXV710' and
10755            'NF_DENSITY' and
10756            'DOCKER' and
10757            'CHAIN' and
10758            'NF_VPPIP4' and
10759            'IMIX' and
10760            '8T4C' and
10761            'NDRPDR'"
10762   parameters:
10763   - "throughput"
10764   - "name"
10765   - "tags"
10766   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10767   x-axis: "X = CNFs per Service Chain"
10768   y-axis: "Y = Number of Service Chains"
10769   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10770   layout:
10771     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10772     layout: "plot-service-density"
10773
10774 # Plots - NF Density - CSP - MRR IMIX
10775 - type: "plot"
10776   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10777   algorithm: "plot_nf_heatmap"
10778   output-file-type: ".html"
10779   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10780   data: "plot-vpp-nfv-2n-clx-mrr"
10781   filter: "'NIC_Intel-XXV710' and
10782            'NF_DENSITY' and
10783            'DOCKER' and
10784            'PIPELINE' and
10785            'NF_VPPIP4' and
10786            'IMIX' and
10787            '2T1C' and
10788            'MRR'"
10789   parameters:
10790   - "result"
10791   - "name"
10792   - "tags"
10793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10794   x-axis: "X = CNFs per Service Pipeline"
10795   y-axis: "Y = Number of Service Pipelines"
10796   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10797   layout:
10798     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10799     layout: "plot-service-density"
10800
10801 - type: "plot"
10802   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10803   algorithm: "plot_nf_heatmap"
10804   output-file-type: ".html"
10805   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10806   data: "plot-vpp-nfv-2n-clx-mrr"
10807   filter: "'NIC_Intel-XXV710' and
10808            'NF_DENSITY' and
10809            'DOCKER' and
10810            'PIPELINE' and
10811            'NF_VPPIP4' and
10812            'IMIX' and
10813            '4T2C' and
10814            'MRR'"
10815   parameters:
10816   - "result"
10817   - "name"
10818   - "tags"
10819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10820   x-axis: "X = CNFs per Service Pipeline"
10821   y-axis: "Y = Number of Service Pipelines"
10822   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10823   layout:
10824     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10825     layout: "plot-service-density"
10826
10827 - type: "plot"
10828   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10829   algorithm: "plot_nf_heatmap"
10830   output-file-type: ".html"
10831   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10832   data: "plot-vpp-nfv-2n-clx-mrr"
10833   filter: "'NIC_Intel-XXV710' and
10834            'NF_DENSITY' and
10835            'DOCKER' and
10836            'PIPELINE' and
10837            'NF_VPPIP4' and
10838            'IMIX' and
10839            '8T4C' and
10840            'MRR'"
10841   parameters:
10842   - "result"
10843   - "name"
10844   - "tags"
10845   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10846   x-axis: "X = CNFs per Service Pipeline"
10847   y-axis: "Y = Number of Service Pipelines"
10848   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10849   layout:
10850     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10851     layout: "plot-service-density"
10852
10853 # Plots - NF Density - CSP - NDR IMIX
10854 - type: "plot"
10855   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10856   algorithm: "plot_nf_heatmap"
10857   output-file-type: ".html"
10858   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10859   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10860   filter: "'NIC_Intel-XXV710' and
10861            'NF_DENSITY' and
10862            'DOCKER' and
10863            'PIPELINE' and
10864            'NF_VPPIP4' and
10865            'IMIX' and
10866            '2T1C' and
10867            'NDRPDR'"
10868   parameters:
10869   - "throughput"
10870   - "name"
10871   - "tags"
10872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10873   x-axis: "X = CNFs per Service Pipeline"
10874   y-axis: "Y = Number of Service Pipelines"
10875   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10876   layout:
10877     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10878     layout: "plot-service-density"
10879
10880 - type: "plot"
10881   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10882   algorithm: "plot_nf_heatmap"
10883   output-file-type: ".html"
10884   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10885   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10886   filter: "'NIC_Intel-XXV710' and
10887            'NF_DENSITY' and
10888            'DOCKER' and
10889            'PIPELINE' and
10890            'NF_VPPIP4' and
10891            'IMIX' and
10892            '4T2C' and
10893            'NDRPDR'"
10894   parameters:
10895   - "throughput"
10896   - "name"
10897   - "tags"
10898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10899   x-axis: "X = CNFs per Service Pipeline"
10900   y-axis: "Y = Number of Service Pipelines"
10901   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10902   layout:
10903     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10904     layout: "plot-service-density"
10905
10906 - type: "plot"
10907   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10908   algorithm: "plot_nf_heatmap"
10909   output-file-type: ".html"
10910   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10911   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10912   filter: "'NIC_Intel-XXV710' and
10913            'NF_DENSITY' and
10914            'DOCKER' and
10915            'PIPELINE' and
10916            'NF_VPPIP4' and
10917            'IMIX' and
10918            '8T4C' and
10919            'NDRPDR'"
10920   parameters:
10921   - "throughput"
10922   - "name"
10923   - "tags"
10924   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10925   x-axis: "X = CNFs per Service Pipeline"
10926   y-axis: "Y = Number of Service Pipelines"
10927   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10928   layout:
10929     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10930     layout: "plot-service-density"
10931
10932 # Plots - NF Density - CSP - PDR IMIX
10933 - type: "plot"
10934   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10935   algorithm: "plot_nf_heatmap"
10936   output-file-type: ".html"
10937   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10938   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10939   filter: "'NIC_Intel-XXV710' and
10940            'NF_DENSITY' and
10941            'DOCKER' and
10942            'PIPELINE' and
10943            'NF_VPPIP4' and
10944            'IMIX' and
10945            '2T1C' and
10946            'NDRPDR'"
10947   parameters:
10948   - "throughput"
10949   - "name"
10950   - "tags"
10951   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10952   x-axis: "X = CNFs per Service Pipeline"
10953   y-axis: "Y = Number of Service Pipelines"
10954   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10955   layout:
10956     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10957     layout: "plot-service-density"
10958
10959 - type: "plot"
10960   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10961   algorithm: "plot_nf_heatmap"
10962   output-file-type: ".html"
10963   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10964   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10965   filter: "'NIC_Intel-XXV710' and
10966            'NF_DENSITY' and
10967            'DOCKER' and
10968            'PIPELINE' and
10969            'NF_VPPIP4' and
10970            'IMIX' and
10971            '4T2C' and
10972            'NDRPDR'"
10973   parameters:
10974   - "throughput"
10975   - "name"
10976   - "tags"
10977   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10978   x-axis: "X = CNFs per Service Pipeline"
10979   y-axis: "Y = Number of Service Pipelines"
10980   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10981   layout:
10982     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10983     layout: "plot-service-density"
10984
10985 - type: "plot"
10986   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10987   algorithm: "plot_nf_heatmap"
10988   output-file-type: ".html"
10989   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10990   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10991   filter: "'NIC_Intel-XXV710' and
10992            'NF_DENSITY' and
10993            'DOCKER' and
10994            'PIPELINE' and
10995            'NF_VPPIP4' and
10996            'IMIX' and
10997            '8T4C' and
10998            'NDRPDR'"
10999   parameters:
11000   - "throughput"
11001   - "name"
11002   - "tags"
11003   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11004   x-axis: "X = CNFs per Service Pipeline"
11005   y-axis: "Y = Number of Service Pipelines"
11006   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11007   layout:
11008     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11009     layout: "plot-service-density"
11010
11011 ################################################################################
11012
11013 # Packet Throughput
11014
11015 - type: "plot"
11016   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11017   algorithm: "plot_perf_box_name"
11018   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11020   include:
11021     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11022     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11023     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11024     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11025   layout:
11026     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11027     layout: "plot-throughput"
11028
11029 - type: "plot"
11030   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11031   algorithm: "plot_perf_box_name"
11032   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11034   include:
11035     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11036     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11037     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11038     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11039   layout:
11040     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11041     layout: "plot-throughput"
11042
11043 - type: "plot"
11044   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11045   algorithm: "plot_perf_box_name"
11046   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11048   include:
11049     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11050     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11051     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11052     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11053   layout:
11054     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11055     layout: "plot-throughput"
11056
11057 - type: "plot"
11058   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11059   algorithm: "plot_perf_box_name"
11060   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11062   include:
11063     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11064     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11065     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11066     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11067   layout:
11068     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11069     layout: "plot-throughput"
11070
11071 - type: "plot"
11072   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11073   algorithm: "plot_perf_box_name"
11074   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11076   include:
11077     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11078     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11079     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11080     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11081     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11082   layout:
11083     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11084     layout: "plot-throughput"
11085
11086 - type: "plot"
11087   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11088   algorithm: "plot_perf_box_name"
11089   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11091   include:
11092     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11093     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11094     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11095     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11096     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11097   layout:
11098     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11099     layout: "plot-throughput"
11100
11101 - type: "plot"
11102   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11103   algorithm: "plot_perf_box_name"
11104   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11105   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11106   include:
11107     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11108     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11109     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11110     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11111     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11112   layout:
11113     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11114     layout: "plot-throughput"
11115
11116 - type: "plot"
11117   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11118   algorithm: "plot_perf_box_name"
11119   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11121   include:
11122     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11123     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11124     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11125     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11126     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11127   layout:
11128     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11129     layout: "plot-throughput"
11130
11131 - type: "plot"
11132   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11133   algorithm: "plot_perf_box_name"
11134   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11135   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11136   include:
11137     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11138     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11139     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11140     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11141     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11142   layout:
11143     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11144     layout: "plot-throughput"
11145
11146 - type: "plot"
11147   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11148   algorithm: "plot_perf_box_name"
11149   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11150   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11151   include:
11152     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11153     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11154     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11155     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11156     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11157   layout:
11158     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11159     layout: "plot-throughput"
11160
11161 - type: "plot"
11162   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11163   algorithm: "plot_perf_box_name"
11164   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11165   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11166   include:
11167     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11168     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11169     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11171     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11173   layout:
11174     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11175     layout: "plot-throughput"
11176
11177 - type: "plot"
11178   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11179   algorithm: "plot_perf_box_name"
11180   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11181   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11182   include:
11183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11185     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11189   layout:
11190     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11191     layout: "plot-throughput"
11192
11193 - type: "plot"
11194   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11195   algorithm: "plot_perf_box_name"
11196   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11197   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11198   include:
11199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11204   layout:
11205     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11206     layout: "plot-throughput"
11207
11208 - type: "plot"
11209   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11210   algorithm: "plot_perf_box_name"
11211   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11213   include:
11214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11219   layout:
11220     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11221     layout: "plot-throughput"
11222
11223 - type: "plot"
11224   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11225   algorithm: "plot_perf_box_name"
11226   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11227   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11228   include:
11229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11232   layout:
11233     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11234     layout: "plot-throughput"
11235
11236 - type: "plot"
11237   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11238   algorithm: "plot_perf_box_name"
11239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11241   include:
11242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11245   layout:
11246     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11247     layout: "plot-throughput"
11248
11249 - type: "plot"
11250   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11251   algorithm: "plot_perf_box_name"
11252   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11253   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11254   include:
11255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11260   layout:
11261     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11262     layout: "plot-throughput"
11263
11264 - type: "plot"
11265   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11266   algorithm: "plot_perf_box_name"
11267   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11268   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11269   include:
11270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11275   layout:
11276     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11277     layout: "plot-throughput"
11278
11279 - type: "plot"
11280   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11281   algorithm: "plot_perf_box_name"
11282   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11283   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11284   include:
11285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11288   layout:
11289     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11290     layout: "plot-throughput"
11291
11292 - type: "plot"
11293   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11294   algorithm: "plot_perf_box_name"
11295   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11296   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11297   include:
11298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11301   layout:
11302     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11303     layout: "plot-throughput"
11304
11305 - type: "plot"
11306   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11307   algorithm: "plot_perf_box_name"
11308   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11309   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11310   include:
11311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11317   layout:
11318     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11319     layout: "plot-throughput"
11320
11321 - type: "plot"
11322   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11323   algorithm: "plot_perf_box_name"
11324   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11325   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11326   include:
11327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11333   layout:
11334     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11335     layout: "plot-throughput"
11336
11337 - type: "plot"
11338   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11339   algorithm: "plot_perf_box_name"
11340   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11341   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11342   include:
11343     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11344     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11345     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11346     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11347     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11348   layout:
11349     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11350     layout: "plot-throughput"
11351
11352 - type: "plot"
11353   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11354   algorithm: "plot_perf_box_name"
11355   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11356   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11357   include:
11358     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11359     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11360     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11361     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11362     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11363   layout:
11364     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11365     layout: "plot-throughput"
11366
11367 #- type: "plot"
11368 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11369 #  algorithm: "plot_perf_box_name"
11370 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11371 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11372 #  include:
11373 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11374 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11375 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11376 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11377 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11378 #  layout:
11379 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11380 #    layout: "plot-throughput"
11381 #
11382 #- type: "plot"
11383 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11384 #  algorithm: "plot_perf_box_name"
11385 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11386 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11387 #  include:
11388 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11389 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11390 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11391 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11392 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11393 #  layout:
11394 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11395 #    layout: "plot-throughput"
11396 #
11397 #- type: "plot"
11398 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11399 #  algorithm: "plot_perf_box_name"
11400 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11401 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11402 #  include:
11403 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11404 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11405 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11406 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11407 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11408 #  layout:
11409 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11410 #    layout: "plot-throughput"
11411 #
11412 #- type: "plot"
11413 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11414 #  algorithm: "plot_perf_box_name"
11415 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11416 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11417 #  include:
11418 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11419 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11420 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11421 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11422 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11423 #  layout:
11424 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11425 #    layout: "plot-throughput"
11426
11427 - type: "plot"
11428   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11429   algorithm: "plot_perf_box_name"
11430   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11431   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11432   include:
11433     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11434     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11435     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11436     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11437     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11438   layout:
11439     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11440     layout: "plot-throughput"
11441
11442 - type: "plot"
11443   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11444   algorithm: "plot_perf_box_name"
11445   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11447   include:
11448     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11449     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11450     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11451     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11452     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11453   layout:
11454     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11455     layout: "plot-throughput"
11456
11457 #- type: "plot"
11458 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11459 #  algorithm: "plot_perf_box_name"
11460 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11461 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11462 #  include:
11463 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11464 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11465 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11466 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11467 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11468 #  layout:
11469 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11470 #    layout: "plot-throughput"
11471 #
11472 #- type: "plot"
11473 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11474 #  algorithm: "plot_perf_box_name"
11475 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11476 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11477 #  include:
11478 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11479 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11480 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11481 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11482 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11483 #  layout:
11484 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11485 #    layout: "plot-throughput"
11486 #
11487 #- type: "plot"
11488 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11489 #  algorithm: "plot_perf_box_name"
11490 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11491 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11492 #  include:
11493 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11494 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11495 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11496 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11497 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11498 #  layout:
11499 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11500 #    layout: "plot-throughput"
11501 #
11502 #- type: "plot"
11503 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11504 #  algorithm: "plot_perf_box_name"
11505 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11506 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11507 #  include:
11508 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11509 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11510 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11511 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11512 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11513 #  layout:
11514 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11515 #    layout: "plot-throughput"
11516
11517 - type: "plot"
11518   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11519   algorithm: "plot_perf_box_name"
11520   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11521   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11522   include:
11523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11529   layout:
11530     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11531     layout: "plot-throughput"
11532
11533 - type: "plot"
11534   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11535   algorithm: "plot_perf_box_name"
11536   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11537   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11538   include:
11539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11545   layout:
11546     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11547     layout: "plot-throughput"
11548
11549 - type: "plot"
11550   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11551   algorithm: "plot_perf_box_name"
11552   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11553   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11554   include:
11555     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11558   layout:
11559     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11560     layout: "plot-throughput"
11561
11562 - type: "plot"
11563   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11564   algorithm: "plot_perf_box_name"
11565   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11566   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11567   include:
11568     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11571   layout:
11572     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11573     layout: "plot-throughput"
11574
11575 - type: "plot"
11576   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11577   algorithm: "plot_perf_box_name"
11578   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11580   include:
11581     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11583 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11584 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11585 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11586   layout:
11587     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11588     layout: "plot-throughput"
11589
11590 - type: "plot"
11591   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11592   algorithm: "plot_perf_box_name"
11593   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11595   include:
11596     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11598 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11599 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11600 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11601   layout:
11602     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11603     layout: "plot-throughput"
11604
11605 - type: "plot"
11606   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11607   algorithm: "plot_perf_box_name"
11608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11610   include:
11611     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11616   layout:
11617     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11618     layout: "plot-throughput"
11619
11620 - type: "plot"
11621   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11622   algorithm: "plot_perf_box_name"
11623   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11625   include:
11626     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11631   layout:
11632     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11633     layout: "plot-throughput"
11634
11635 - type: "plot"
11636   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11637   algorithm: "plot_perf_box_name"
11638   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11640   include:
11641     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11642     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11646   layout:
11647     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11648     layout: "plot-throughput"
11649
11650 - type: "plot"
11651   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11652   algorithm: "plot_perf_box_name"
11653   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11655   include:
11656     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11660     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11661   layout:
11662     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11663     layout: "plot-throughput"
11664
11665 - type: "plot"
11666   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11667   algorithm: "plot_perf_box_name"
11668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11670   include:
11671     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11673     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11674     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11675   layout:
11676     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11677     layout: "plot-throughput"
11678
11679 - type: "plot"
11680   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11681   algorithm: "plot_perf_box_name"
11682   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11684   include:
11685     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11689   layout:
11690     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11691     layout: "plot-throughput"
11692
11693 - type: "plot"
11694   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11695   algorithm: "plot_perf_box_name"
11696   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11698   include:
11699     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11700     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11704   layout:
11705     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11706     layout: "plot-throughput"
11707
11708 - type: "plot"
11709   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11710   algorithm: "plot_perf_box_name"
11711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11713   include:
11714     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11715     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11719   layout:
11720     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11721     layout: "plot-throughput"
11722
11723 - type: "plot"
11724   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11725   algorithm: "plot_perf_box_name"
11726   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11727   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11728   include:
11729     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11734   layout:
11735     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11736     layout: "plot-throughput"
11737
11738 - type: "plot"
11739   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11740   algorithm: "plot_perf_box_name"
11741   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11742   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11743   include:
11744     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11749   layout:
11750     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11751     layout: "plot-throughput"
11752
11753 - type: "plot"
11754   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11755   algorithm: "plot_perf_box_name"
11756   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11757   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11758   include:
11759     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11763   layout:
11764     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11765     layout: "plot-throughput"
11766
11767 - type: "plot"
11768   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11769   algorithm: "plot_perf_box_name"
11770   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11771   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11772   include:
11773     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11775     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11777   layout:
11778     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11779     layout: "plot-throughput"
11780
11781 - type: "plot"
11782   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11783   algorithm: "plot_perf_box_name"
11784   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11785   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11786   include:
11787     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11792   layout:
11793     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11794     layout: "plot-throughput"
11795
11796 - type: "plot"
11797   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11798   algorithm: "plot_perf_box_name"
11799   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11800   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11801   include:
11802     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11807   layout:
11808     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11809     layout: "plot-throughput"
11810
11811 - type: "plot"
11812   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11813   algorithm: "plot_perf_box_name"
11814   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11815   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11816   include:
11817     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11823   layout:
11824     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11825     layout: "plot-throughput"
11826
11827 - type: "plot"
11828   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11829   algorithm: "plot_perf_box_name"
11830   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11831   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11832   include:
11833     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11837     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11838     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11839   layout:
11840     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11841     layout: "plot-throughput"
11842
11843 - type: "plot"
11844   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11845   algorithm: "plot_perf_box_name"
11846   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11847   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11848   include:
11849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11854   layout:
11855     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11856     layout: "plot-throughput"
11857
11858 - type: "plot"
11859   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11860   algorithm: "plot_perf_box_name"
11861   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11862   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11863   include:
11864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11869   layout:
11870     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11871     layout: "plot-throughput"
11872
11873 - type: "plot"
11874   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11875   algorithm: "plot_perf_box_name"
11876   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11877   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11878   include:
11879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11884   layout:
11885     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11886     layout: "plot-throughput"
11887
11888 - type: "plot"
11889   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11890   algorithm: "plot_perf_box_name"
11891   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11892   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11893   include:
11894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11899   layout:
11900     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11901     layout: "plot-throughput"
11902
11903 - type: "plot"
11904   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11905   algorithm: "plot_perf_box_name"
11906   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11907   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11908   include:
11909     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11911   layout:
11912     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11913     layout: "plot-throughput"
11914
11915 - type: "plot"
11916   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11917   algorithm: "plot_perf_box_name"
11918   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11920   include:
11921     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11923   layout:
11924     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11925     layout: "plot-throughput"
11926
11927 - type: "plot"
11928   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11929   algorithm: "plot_perf_box_name"
11930   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11932   include:
11933     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11937   layout:
11938     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11939     layout: "plot-throughput"
11940
11941 - type: "plot"
11942   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11943   algorithm: "plot_perf_box_name"
11944   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11945   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11946   include:
11947     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11951   layout:
11952     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11953     layout: "plot-throughput"
11954
11955 - type: "plot"
11956   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11957   algorithm: "plot_perf_box_name"
11958   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11960   include:
11961     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11965   layout:
11966     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11967     layout: "plot-throughput"
11968
11969 - type: "plot"
11970   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11971   algorithm: "plot_perf_box_name"
11972   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11974   include:
11975     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11979   layout:
11980     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11981     layout: "plot-throughput"
11982
11983 - type: "plot"
11984   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11985   algorithm: "plot_perf_box_name"
11986   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11987   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11988   include:
11989     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11990     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11993   layout:
11994     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11995     layout: "plot-throughput"
11996
11997 - type: "plot"
11998   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11999   algorithm: "plot_perf_box_name"
12000   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12001   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12002   include:
12003     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12007   layout:
12008     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12009     layout: "plot-throughput"
12010
12011 - type: "plot"
12012   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12013   algorithm: "plot_perf_box_name"
12014   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12015   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12016   include:
12017     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12018     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12021   layout:
12022     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12023     layout: "plot-throughput"
12024
12025 - type: "plot"
12026   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12027   algorithm: "plot_perf_box_name"
12028   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12029   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12030   include:
12031     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12032     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12033     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12035   layout:
12036     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12037     layout: "plot-throughput"
12038
12039 - type: "plot"
12040   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12041   algorithm: "plot_perf_box_name"
12042   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12044   include:
12045     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12047     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12048     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12051   layout:
12052     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12053     layout: "plot-throughput"
12054
12055 - type: "plot"
12056   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12057   algorithm: "plot_perf_box_name"
12058   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12060   include:
12061     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12062     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12063     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12064     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12067   layout:
12068     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12069     layout: "plot-throughput"
12070
12071 - type: "plot"
12072   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12073   algorithm: "plot_perf_box_name"
12074   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12075   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12076   include:
12077     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12078     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12082   layout:
12083     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12084     layout: "plot-throughput"
12085
12086 - type: "plot"
12087   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12088   algorithm: "plot_perf_box_name"
12089   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12090   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12091   include:
12092     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12093     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12097   layout:
12098     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12099     layout: "plot-throughput"
12100
12101 - type: "plot"
12102   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12103   algorithm: "plot_perf_box_name"
12104   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12105   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12106   include:
12107     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12112   layout:
12113     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12114     layout: "plot-throughput"
12115
12116 - type: "plot"
12117   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12118   algorithm: "plot_perf_box_name"
12119   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12121   include:
12122     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12127   layout:
12128     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12129     layout: "plot-throughput"
12130
12131 - type: "plot"
12132   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12133   algorithm: "plot_perf_box_name"
12134   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12135   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12136   include:
12137     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12140   layout:
12141     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12142     layout: "plot-throughput"
12143
12144 - type: "plot"
12145   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12146   algorithm: "plot_perf_box_name"
12147   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12148   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12149   include:
12150     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12153   layout:
12154     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12155     layout: "plot-throughput"
12156
12157 - type: "plot"
12158   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12159   algorithm: "plot_perf_box_name"
12160   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12162   include:
12163     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12166   layout:
12167     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12168     layout: "plot-throughput"
12169
12170 - type: "plot"
12171   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12172   algorithm: "plot_perf_box_name"
12173   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12175   include:
12176     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12179   layout:
12180     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12181     layout: "plot-throughput"
12182
12183 - type: "plot"
12184   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12185   algorithm: "plot_perf_box_name"
12186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12188   include:
12189     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12190     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12194   layout:
12195     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12196     layout: "plot-throughput"
12197
12198 - type: "plot"
12199   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12200   algorithm: "plot_perf_box_name"
12201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12203   include:
12204     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12209   layout:
12210     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12211     layout: "plot-throughput"
12212
12213 - type: "plot"
12214   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12215   algorithm: "plot_perf_box_name"
12216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12218   include:
12219     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12224   layout:
12225     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12226     layout: "plot-throughput"
12227
12228 - type: "plot"
12229   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12230   algorithm: "plot_perf_box_name"
12231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12233   include:
12234     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12239   layout:
12240     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12241     layout: "plot-throughput"
12242
12243 - type: "plot"
12244   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12245   algorithm: "plot_perf_box_name"
12246   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12247   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12248   include:
12249     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12254   layout:
12255     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12256     layout: "plot-throughput"
12257
12258 - type: "plot"
12259   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12260   algorithm: "plot_perf_box_name"
12261   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12262   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12263   include:
12264     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12269   layout:
12270     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12271     layout: "plot-throughput"
12272
12273 - type: "plot"
12274   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12275   algorithm: "plot_perf_box_name"
12276   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12277   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12278   include:
12279     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12284   layout:
12285     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12286     layout: "plot-throughput"
12287
12288 - type: "plot"
12289   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12290   algorithm: "plot_perf_box_name"
12291   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12292   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12293   include:
12294     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12299   layout:
12300     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12301     layout: "plot-throughput"
12302
12303 - type: "plot"
12304   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12305   algorithm: "plot_perf_box_name"
12306   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12307   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12308   include:
12309     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12314   layout:
12315     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12316     layout: "plot-throughput"
12317
12318 - type: "plot"
12319   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12320   algorithm: "plot_perf_box_name"
12321   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12322   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12323   include:
12324     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12329   layout:
12330     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12331     layout: "plot-throughput"
12332
12333 - type: "plot"
12334   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12335   algorithm: "plot_perf_box_name"
12336   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12337   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12338   include:
12339     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12340     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12341     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12342     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12343     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12344     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12345   layout:
12346     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12347     layout: "plot-throughput"
12348
12349 - type: "plot"
12350   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12351   algorithm: "plot_perf_box_name"
12352   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12353   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12354   include:
12355     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12356     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12357     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12358     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12359     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12360     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12361   layout:
12362     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12363     layout: "plot-throughput"
12364
12365 - type: "plot"
12366   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12367   algorithm: "plot_perf_box_name"
12368   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12369   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12370   include:
12371     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12372     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12373     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12374     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12375   layout:
12376     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12377     layout: "plot-throughput"
12378
12379 - type: "plot"
12380   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12381   algorithm: "plot_perf_box_name"
12382   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12383   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12384   include:
12385     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12386     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12387     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12388     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12389   layout:
12390     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12391     layout: "plot-throughput"
12392
12393 - type: "plot"
12394   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12395   algorithm: "plot_perf_box_name"
12396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12398   include:
12399     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12400     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12401     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12402     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12403     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12404     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12405   layout:
12406     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12407     layout: "plot-throughput"
12408
12409 - type: "plot"
12410   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12411   algorithm: "plot_perf_box_name"
12412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12414   include:
12415     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12416     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12417     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12418     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12419     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12420     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12421   layout:
12422     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12423     layout: "plot-throughput"
12424
12425 - type: "plot"
12426   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12427   algorithm: "plot_perf_box_name"
12428   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12429   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12430   include:
12431     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12432     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12433     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12434     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12435     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12436     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12437   layout:
12438     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12439     layout: "plot-throughput"
12440
12441 - type: "plot"
12442   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12443   algorithm: "plot_perf_box_name"
12444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12446   include:
12447     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12448     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12449     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12450     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12451     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12452     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12453   layout:
12454     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12455     layout: "plot-throughput"
12456
12457 - type: "plot"
12458   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12459   algorithm: "plot_perf_box_name"
12460   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12462   include:
12463     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12464     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12465     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12466     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12467     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12468     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12469   layout:
12470     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12471     layout: "plot-throughput"
12472
12473 - type: "plot"
12474   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12475   algorithm: "plot_perf_box_name"
12476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12478   include:
12479     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12480     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12481     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12482     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12483     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12484     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12485   layout:
12486     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12487     layout: "plot-throughput"
12488
12489 - type: "plot"
12490   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12491   algorithm: "plot_perf_box_name"
12492   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12493   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12494   include:
12495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12496     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12497     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12498     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12499     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12501   layout:
12502     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12503     layout: "plot-throughput"
12504
12505 - type: "plot"
12506   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12507   algorithm: "plot_perf_box_name"
12508   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12509   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12510   include:
12511     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12512     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12513     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12514     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12515     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12516     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12517   layout:
12518     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12519     layout: "plot-throughput"
12520
12521 - type: "plot"
12522   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12523   algorithm: "plot_perf_box_name"
12524   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12525   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12526   include:
12527     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12528     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12529     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12530     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12531     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12532     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12533   layout:
12534     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12535     layout: "plot-throughput"
12536
12537 - type: "plot"
12538   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12539   algorithm: "plot_perf_box_name"
12540   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12541   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12542   include:
12543     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12544     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12545     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12546     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12547     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12548     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12549   layout:
12550     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12551     layout: "plot-throughput"
12552
12553 - type: "plot"
12554   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12555   algorithm: "plot_perf_box_name"
12556   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12558   include:
12559     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12564     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12565   layout:
12566     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12567     layout: "plot-throughput"
12568
12569 - type: "plot"
12570   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12571   algorithm: "plot_perf_box_name"
12572   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12574   include:
12575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12578     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12579     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12580     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12581   layout:
12582     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12583     layout: "plot-throughput"
12584
12585 - type: "plot"
12586   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12587   algorithm: "plot_perf_box_name"
12588   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12589   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12590   include:
12591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12597   layout:
12598     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12599     layout: "plot-throughput"
12600
12601 - type: "plot"
12602   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12603   algorithm: "plot_perf_box_name"
12604   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12606   include:
12607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12613   layout:
12614     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12615     layout: "plot-throughput"
12616
12617 - type: "plot"
12618   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12619   algorithm: "plot_perf_box_name"
12620   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12621   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12622   include:
12623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12629   layout:
12630     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12631     layout: "plot-throughput"
12632
12633 - type: "plot"
12634   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12635   algorithm: "plot_perf_box_name"
12636   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12637   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12638   include:
12639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12645   layout:
12646     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12647     layout: "plot-throughput"
12648
12649 - type: "plot"
12650   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12651   algorithm: "plot_perf_box_name"
12652   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12653   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12654   include:
12655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12659   layout:
12660     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12661     layout: "plot-throughput"
12662
12663 - type: "plot"
12664   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12665   algorithm: "plot_perf_box_name"
12666   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12667   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12668   include:
12669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12673   layout:
12674     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12675     layout: "plot-throughput"
12676
12677 - type: "plot"
12678   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12679   algorithm: "plot_perf_box_name"
12680   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12681   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12682   include:
12683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12687   layout:
12688     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12689     layout: "plot-throughput"
12690
12691 - type: "plot"
12692   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12693   algorithm: "plot_perf_box_name"
12694   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12695   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12696   include:
12697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12701   layout:
12702     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12703     layout: "plot-throughput"
12704
12705 - type: "plot"
12706   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12707   algorithm: "plot_perf_box_name"
12708   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12710   include:
12711     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12712     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12713     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12714     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12715     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12716     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12717   layout:
12718     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12719     layout: "plot-throughput"
12720
12721 - type: "plot"
12722   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12723   algorithm: "plot_perf_box_name"
12724   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12725   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12726   include:
12727     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12728     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12729     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12730     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12731     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12733   layout:
12734     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12735     layout: "plot-throughput"
12736
12737 - type: "plot"
12738   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12739   algorithm: "plot_perf_box_name"
12740   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12742   include:
12743     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12744     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12748   layout:
12749     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12750     layout: "plot-throughput"
12751
12752 - type: "plot"
12753   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12754   algorithm: "plot_perf_box_name"
12755   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12757   include:
12758     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12759     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12763   layout:
12764     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12765     layout: "plot-throughput"
12766
12767 - type: "plot"
12768   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12769   algorithm: "plot_perf_box_name"
12770   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12772   include:
12773     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12778   layout:
12779     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12780     layout: "plot-throughput"
12781
12782 - type: "plot"
12783   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12784   algorithm: "plot_perf_box_name"
12785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12787   include:
12788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12793   layout:
12794     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12795     layout: "plot-throughput"
12796
12797 - type: "plot"
12798   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12799   algorithm: "plot_perf_box_name"
12800   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12802   include:
12803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12807   layout:
12808     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12809     layout: "plot-throughput"
12810
12811 - type: "plot"
12812   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12813   algorithm: "plot_perf_box_name"
12814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12816   include:
12817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12821   layout:
12822     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12823     layout: "plot-throughput"
12824
12825 - type: "plot"
12826   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12827   algorithm: "plot_perf_box_name"
12828   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12830   include:
12831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12837   layout:
12838     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12839     layout: "plot-throughput"
12840
12841 - type: "plot"
12842   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12843   algorithm: "plot_perf_box_name"
12844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12846   include:
12847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12853   layout:
12854     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12855     layout: "plot-throughput"
12856
12857 - type: "plot"
12858   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12859   algorithm: "plot_perf_box_name"
12860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12862   include:
12863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12869   layout:
12870     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12871     layout: "plot-throughput"
12872
12873 - type: "plot"
12874   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12875   algorithm: "plot_perf_box_name"
12876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12878   include:
12879     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12885   layout:
12886     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12887     layout: "plot-throughput"
12888
12889 - type: "plot"
12890   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12891   algorithm: "plot_perf_box_name"
12892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12894   include:
12895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12901   layout:
12902     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12903     layout: "plot-throughput"
12904
12905 - type: "plot"
12906   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12907   algorithm: "plot_perf_box_name"
12908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12910   include:
12911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12915     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12917   layout:
12918     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12919     layout: "plot-throughput"
12920
12921 - type: "plot"
12922   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12923   algorithm: "plot_perf_box_name"
12924   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12926   include:
12927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12930     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12931     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12932     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12933   layout:
12934     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12935     layout: "plot-throughput"
12936
12937 - type: "plot"
12938   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12939   algorithm: "plot_perf_box_name"
12940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12942   include:
12943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12946     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12947     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12948     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12949   layout:
12950     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12951     layout: "plot-throughput"
12952
12953 - type: "plot"
12954   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12955   algorithm: "plot_perf_box_name"
12956   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12957   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12958   include:
12959     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12962     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12963   layout:
12964     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12965     layout: "plot-throughput"
12966
12967 - type: "plot"
12968   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12969   algorithm: "plot_perf_box_name"
12970   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12971   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12972   include:
12973     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12975     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12976     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12977   layout:
12978     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12979     layout: "plot-throughput"
12980
12981 - type: "plot"
12982   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12983   algorithm: "plot_perf_box_name"
12984   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12985   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12986   include:
12987     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12988     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12989     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12990     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12993   layout:
12994     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12995     layout: "plot-throughput"
12996
12997 - type: "plot"
12998   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12999   algorithm: "plot_perf_box_name"
13000   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13001   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13002   include:
13003     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13004     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13006     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13008     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13009   layout:
13010     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13011     layout: "plot-throughput"
13012
13013 - type: "plot"
13014   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13015   algorithm: "plot_perf_box_name"
13016   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13017   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13018   include:
13019     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13020     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13025   layout:
13026     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13027     layout: "plot-throughput"
13028
13029 - type: "plot"
13030   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13031   algorithm: "plot_perf_box_name"
13032   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13033   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13034   include:
13035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13041   layout:
13042     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13043     layout: "plot-throughput"
13044
13045 - type: "plot"
13046   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13047   algorithm: "plot_perf_box_name"
13048   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13049   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13050   include:
13051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13055   layout:
13056     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13057     layout: "plot-throughput"
13058
13059 - type: "plot"
13060   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13061   algorithm: "plot_perf_box_name"
13062   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13063   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13064   include:
13065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13069   layout:
13070     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13071     layout: "plot-throughput"
13072
13073 - type: "plot"
13074   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13075   algorithm: "plot_perf_box_name"
13076   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13077   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13078   include:
13079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13085   layout:
13086     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13087     layout: "plot-throughput"
13088
13089 - type: "plot"
13090   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13091   algorithm: "plot_perf_box_name"
13092   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13093   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13094   include:
13095     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13101   layout:
13102     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13103     layout: "plot-throughput"
13104
13105 - type: "plot"
13106   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13107   algorithm: "plot_perf_box_name"
13108   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13109   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13110   include:
13111     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13115   layout:
13116     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13117     layout: "plot-throughput"
13118
13119 - type: "plot"
13120   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13121   algorithm: "plot_perf_box_name"
13122   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13123   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13124   include:
13125     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13129   layout:
13130     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13131     layout: "plot-throughput"
13132
13133 - type: "plot"
13134   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13135   algorithm: "plot_perf_box_name"
13136   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13137   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13138   include:
13139     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13144     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13145   layout:
13146     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13147     layout: "plot-throughput"
13148
13149 - type: "plot"
13150   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13151   algorithm: "plot_perf_box_name"
13152   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13153   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13154   include:
13155     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13160     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13161   layout:
13162     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13163     layout: "plot-throughput"
13164
13165 - type: "plot"
13166   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13167   algorithm: "plot_perf_box_name"
13168   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13169   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13170   include:
13171     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13176     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13177   layout:
13178     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13179     layout: "plot-throughput"
13180
13181 - type: "plot"
13182   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13183   algorithm: "plot_perf_box_name"
13184   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13185   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13186   include:
13187     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13191     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13192     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13193   layout:
13194     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13195     layout: "plot-throughput"
13196
13197 - type: "plot"
13198   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13199   algorithm: "plot_perf_box_name"
13200   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13201   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13202   include:
13203     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13204     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13205     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13206     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13207     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13208     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13209   layout:
13210     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13211     layout: "plot-throughput"
13212
13213 - type: "plot"
13214   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13215   algorithm: "plot_perf_box_name"
13216   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13218   include:
13219     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13220     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13221     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13222     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13223     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13224     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13225   layout:
13226     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13227     layout: "plot-throughput"
13228
13229 - type: "plot"
13230   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13231   algorithm: "plot_perf_box_name"
13232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13234   include:
13235     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13236     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13237     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13238 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13239 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13240 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13241   layout:
13242     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13243     layout: "plot-throughput"
13244
13245 - type: "plot"
13246   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13247   algorithm: "plot_perf_box_name"
13248   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13250   include:
13251     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13252     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13253     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13254 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13255 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13256 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13257   layout:
13258     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13259     layout: "plot-throughput"
13260
13261 - type: "plot"
13262   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13263   algorithm: "plot_perf_box_name"
13264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13266   include:
13267     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13268     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13269     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13270     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13271     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13272     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13273   layout:
13274     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13275     layout: "plot-throughput"
13276
13277 - type: "plot"
13278   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13279   algorithm: "plot_perf_box_name"
13280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13282   include:
13283     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13284     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13285     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13286     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13287     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13288     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13289   layout:
13290     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13291     layout: "plot-throughput"
13292
13293 - type: "plot"
13294   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13295   algorithm: "plot_perf_box_name"
13296   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13297   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13298   include:
13299     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13300     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13301     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13302     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13303     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13304     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13305   layout:
13306     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13307     layout: "plot-throughput"
13308
13309 - type: "plot"
13310   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13311   algorithm: "plot_perf_box_name"
13312   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13313   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13314   include:
13315     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13316     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13317     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13318     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13319     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13320     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13321   layout:
13322     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13323     layout: "plot-throughput"
13324
13325 #- type: "plot"
13326 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13327 #  algorithm: "plot_perf_box_name"
13328 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13329 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13330 #  include:
13331 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13332 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13333 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13334 #  layout:
13335 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13336 #    layout: "plot-throughput"
13337 #
13338 #- type: "plot"
13339 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13340 #  algorithm: "plot_perf_box_name"
13341 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13342 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13343 #  include:
13344 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13345 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13346 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13347 #  layout:
13348 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13349 #    layout: "plot-throughput"
13350
13351 - type: "plot"
13352   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13353   algorithm: "plot_perf_box_name"
13354   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13356   include:
13357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13362   layout:
13363     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13364     layout: "plot-throughput"
13365
13366 - type: "plot"
13367   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13368   algorithm: "plot_perf_box_name"
13369   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13371   include:
13372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13377   layout:
13378     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13379     layout: "plot-throughput"
13380
13381 - type: "plot"
13382   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13383   algorithm: "plot_perf_box_name"
13384   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13386   include:
13387     - "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"
13388     - "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"
13389     - "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"
13390     - "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"
13391     - "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"
13392   layout:
13393     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13394     layout: "plot-throughput"
13395
13396 - type: "plot"
13397   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13398   algorithm: "plot_perf_box_name"
13399   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13400   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13401   include:
13402     - "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"
13403     - "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"
13404     - "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"
13405     - "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"
13406     - "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"
13407   layout:
13408     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13409     layout: "plot-throughput"
13410
13411 - type: "plot"
13412   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13413   algorithm: "plot_perf_box_name"
13414   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13416   include:
13417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13422   layout:
13423     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13424     layout: "plot-throughput"
13425
13426 - type: "plot"
13427   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13428   algorithm: "plot_perf_box_name"
13429   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13430   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13431   include:
13432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13437   layout:
13438     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13439     layout: "plot-throughput"
13440
13441 - type: "plot"
13442   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13443   algorithm: "plot_perf_box_name"
13444   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13445   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13446   include:
13447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13452   layout:
13453     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13454     layout: "plot-throughput"
13455
13456 - type: "plot"
13457   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13458   algorithm: "plot_perf_box_name"
13459   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13460   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13461   include:
13462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13467   layout:
13468     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13469     layout: "plot-throughput"
13470
13471 - type: "plot"
13472   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13473   algorithm: "plot_perf_box_name"
13474   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13475   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13476   include:
13477     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13478     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13479     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13480     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13481     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13482   layout:
13483     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13484     layout: "plot-throughput"
13485
13486 - type: "plot"
13487   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13488   algorithm: "plot_perf_box_name"
13489   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13490   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13491   include:
13492     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13493     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13494     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13496     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13497   layout:
13498     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13499     layout: "plot-throughput"
13500
13501 - type: "plot"
13502   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13503   algorithm: "plot_perf_box_name"
13504   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13505   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13506   include:
13507     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13508     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13509     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13510     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13511     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13512   layout:
13513     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13514     layout: "plot-throughput"
13515
13516 - type: "plot"
13517   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13518   algorithm: "plot_perf_box_name"
13519   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13520   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13521   include:
13522     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13523     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13524     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13525     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13526     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13527   layout:
13528     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13529     layout: "plot-throughput"
13530
13531 - type: "plot"
13532   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13533   algorithm: "plot_perf_box_name"
13534   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13536   include:
13537     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13538     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13539     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13540     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13541   layout:
13542     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13543     layout: "plot-throughput"
13544
13545 - type: "plot"
13546   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13547   algorithm: "plot_perf_box_name"
13548   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13550   include:
13551     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13552     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13553     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13554     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13555   layout:
13556     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13557     layout: "plot-throughput"
13558
13559 - type: "plot"
13560   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13561   algorithm: "plot_perf_box_name"
13562   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13564   include:
13565     - "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"
13566     - "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"
13567     - "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"
13568     - "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"
13569   layout:
13570     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13571     layout: "plot-throughput"
13572
13573 - type: "plot"
13574   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13575   algorithm: "plot_perf_box_name"
13576   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13578   include:
13579     - "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"
13580     - "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"
13581     - "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"
13582     - "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"
13583   layout:
13584     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13585     layout: "plot-throughput"
13586
13587 - type: "plot"
13588   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13589   algorithm: "plot_perf_box_name"
13590   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13592   include:
13593     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13598     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13599   layout:
13600     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13601     layout: "plot-throughput"
13602
13603 - type: "plot"
13604   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13605   algorithm: "plot_perf_box_name"
13606   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13608   include:
13609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13610     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13611     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13612     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13614     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13615   layout:
13616     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13617     layout: "plot-throughput"
13618
13619 - type: "plot"
13620   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13621   algorithm: "plot_perf_box_name"
13622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13624   include:
13625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13626     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13627     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13628     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13629     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13630     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13631   layout:
13632     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13633     layout: "plot-throughput"
13634
13635 - type: "plot"
13636   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13637   algorithm: "plot_perf_box_name"
13638   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13640   include:
13641     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13642     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13643     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13644     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13645     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13646     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13647   layout:
13648     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13649     layout: "plot-throughput"
13650
13651 - type: "plot"
13652   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13653   algorithm: "plot_perf_box_name"
13654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13656   include:
13657     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13658     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13660     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13661     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13663   layout:
13664     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13665     layout: "plot-throughput"
13666
13667 - type: "plot"
13668   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13669   algorithm: "plot_perf_box_name"
13670   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13671   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13672   include:
13673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13677     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13679   layout:
13680     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13681     layout: "plot-throughput"
13682
13683 - type: "plot"
13684   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13685   algorithm: "plot_perf_box_name"
13686   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13688   include:
13689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13691     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13692     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13693     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13694   layout:
13695     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13696     layout: "plot-throughput"
13697
13698 - type: "plot"
13699   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13700   algorithm: "plot_perf_box_name"
13701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13703   include:
13704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13708     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13709   layout:
13710     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13711     layout: "plot-throughput"
13712
13713 - type: "plot"
13714   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13715   algorithm: "plot_perf_box_name"
13716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13718   include:
13719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13721   layout:
13722     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13723     layout: "plot-throughput"
13724
13725 - type: "plot"
13726   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13727   algorithm: "plot_perf_box_name"
13728   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13730   include:
13731     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13732     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13733   layout:
13734     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13735     layout: "plot-throughput"
13736
13737 - type: "plot"
13738   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13739   algorithm: "plot_perf_box_name"
13740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13742   include:
13743     - "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"
13744     - "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"
13745   layout:
13746     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13747     layout: "plot-throughput"
13748
13749 - type: "plot"
13750   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13751   algorithm: "plot_perf_box_name"
13752   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13754   include:
13755     - "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"
13756     - "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"
13757   layout:
13758     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13759     layout: "plot-throughput"
13760
13761 - type: "plot"
13762   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13763   algorithm: "plot_perf_box_name"
13764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13766   include:
13767     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13768     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13769   layout:
13770     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13771     layout: "plot-throughput"
13772
13773 - type: "plot"
13774   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13775   algorithm: "plot_perf_box_name"
13776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13778   include:
13779     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13780     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13781   layout:
13782     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13783     layout: "plot-throughput"
13784
13785 - type: "plot"
13786   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13787   algorithm: "plot_perf_box_name"
13788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13790   include:
13791     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13792     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13793   layout:
13794     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13795     layout: "plot-throughput"
13796
13797 - type: "plot"
13798   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13799   algorithm: "plot_perf_box_name"
13800   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13802   include:
13803     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13804     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13805   layout:
13806     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13807     layout: "plot-throughput"
13808
13809 - type: "plot"
13810   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13811   algorithm: "plot_perf_box_name"
13812   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13813   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13814   include:
13815     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13816     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13817     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13818     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13819     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13820     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13821   layout:
13822     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13823     layout: "plot-throughput"
13824
13825 - type: "plot"
13826   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13827   algorithm: "plot_perf_box_name"
13828   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13829   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13830   include:
13831     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13832     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13833     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13834     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13835     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13836     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13837   layout:
13838     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13839     layout: "plot-throughput"
13840
13841 - type: "plot"
13842   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13843   algorithm: "plot_perf_box_name"
13844   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13845   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13846   include:
13847     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13848     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13849     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13850     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13851     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13852     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13853   layout:
13854     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13855     layout: "plot-throughput"
13856
13857 - type: "plot"
13858   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13859   algorithm: "plot_perf_box_name"
13860   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13861   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13862   include:
13863     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13864     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13865     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13866     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13867     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13868     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13869   layout:
13870     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13871     layout: "plot-throughput"
13872
13873 #- type: "plot"
13874 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13875 #  algorithm: "plot_perf_box_name"
13876 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13877 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13878 #  include:
13879 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13880 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13881 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13882 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13883 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13884 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13885 #  layout:
13886 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13887 #    layout: "plot-throughput"
13888 #
13889 #- type: "plot"
13890 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13891 #  algorithm: "plot_perf_box_name"
13892 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13893 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13894 #  include:
13895 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13896 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13897 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13898 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13899 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13900 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13901 #  layout:
13902 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13903 #    layout: "plot-throughput"
13904
13905 - type: "plot"
13906   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13907   algorithm: "plot_perf_box_name"
13908   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13910   include:
13911     - "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"
13912     - "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"
13913     - "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"
13914     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13915     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13916     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13917   layout:
13918     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13919     layout: "plot-throughput"
13920
13921 - type: "plot"
13922   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13923   algorithm: "plot_perf_box_name"
13924   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13925   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13926   include:
13927     - "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"
13928     - "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"
13929     - "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"
13930     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13931     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13932     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13933   layout:
13934     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13935     layout: "plot-throughput"
13936
13937 ################################################################################
13938
13939 # Packet Speedup
13940
13941 - type: "plot"
13942   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13943   algorithm: "plot_tsa_name"
13944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13946   include:
13947     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13948     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13949     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13950     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13951   layout:
13952     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13953     layout: "plot-throughput-speedup-analysis"
13954
13955 - type: "plot"
13956   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13957   algorithm: "plot_tsa_name"
13958   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13960   include:
13961     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13962     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13963     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13964     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13965   layout:
13966     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13967     layout: "plot-throughput-speedup-analysis"
13968
13969 - type: "plot"
13970   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13971   algorithm: "plot_tsa_name"
13972   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13974   include:
13975     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13976     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13977     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13978     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13979   layout:
13980     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13981     layout: "plot-throughput-speedup-analysis"
13982
13983 - type: "plot"
13984   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13985   algorithm: "plot_tsa_name"
13986   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13988   include:
13989     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13990     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13991     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13992     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13993   layout:
13994     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13995     layout: "plot-throughput-speedup-analysis"
13996
13997 - type: "plot"
13998   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13999   algorithm: "plot_tsa_name"
14000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14002   include:
14003     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14004     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14005     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14006     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14007     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14008   layout:
14009     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14010     layout: "plot-throughput-speedup-analysis"
14011
14012 - type: "plot"
14013   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14014   algorithm: "plot_tsa_name"
14015   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14016   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14017   include:
14018     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14019     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14020     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14021     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14022     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14023   layout:
14024     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14025     layout: "plot-throughput-speedup-analysis"
14026
14027 - type: "plot"
14028   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14029   algorithm: "plot_tsa_name"
14030   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14031   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14032   include:
14033     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14034     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14035     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14036     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14037     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14038   layout:
14039     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14040     layout: "plot-throughput-speedup-analysis"
14041
14042 - type: "plot"
14043   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14044   algorithm: "plot_tsa_name"
14045   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14046   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14047   include:
14048     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14049     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14050     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14051     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14052     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14053   layout:
14054     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14055     layout: "plot-throughput-speedup-analysis"
14056
14057 - type: "plot"
14058   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14059   algorithm: "plot_tsa_name"
14060   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14062   include:
14063     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14064     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14065     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14066     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14067     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14068     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14069   layout:
14070     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14071     layout: "plot-throughput-speedup-analysis"
14072
14073 - type: "plot"
14074   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14075   algorithm: "plot_tsa_name"
14076   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14078   include:
14079     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14080     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14081     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14082     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14083     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14084     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14085   layout:
14086     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14087     layout: "plot-throughput-speedup-analysis"
14088
14089 - type: "plot"
14090   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14091   algorithm: "plot_tsa_name"
14092   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14094   include:
14095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14100   layout:
14101     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14102     layout: "plot-throughput-speedup-analysis"
14103
14104 - type: "plot"
14105   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14106   algorithm: "plot_tsa_name"
14107   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14108   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14109   include:
14110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14115   layout:
14116     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14117     layout: "plot-throughput-speedup-analysis"
14118
14119 - type: "plot"
14120   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14121   algorithm: "plot_tsa_name"
14122   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14123   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14124   include:
14125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14128   layout:
14129     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14130     layout: "plot-throughput-speedup-analysis"
14131
14132 - type: "plot"
14133   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14134   algorithm: "plot_tsa_name"
14135   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14137   include:
14138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14141   layout:
14142     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14143     layout: "plot-throughput-speedup-analysis"
14144
14145 - type: "plot"
14146   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14147   algorithm: "plot_tsa_name"
14148   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14149   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14150   include:
14151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14156   layout:
14157     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14158     layout: "plot-throughput-speedup-analysis"
14159
14160 - type: "plot"
14161   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14162   algorithm: "plot_tsa_name"
14163   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14164   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14165   include:
14166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14171   layout:
14172     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14173     layout: "plot-throughput-speedup-analysis"
14174
14175 - type: "plot"
14176   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14177   algorithm: "plot_tsa_name"
14178   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14179   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14180   include:
14181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14184   layout:
14185     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14186     layout: "plot-throughput-speedup-analysis"
14187
14188 - type: "plot"
14189   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14190   algorithm: "plot_tsa_name"
14191   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14192   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14193   include:
14194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14197   layout:
14198     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14199     layout: "plot-throughput-speedup-analysis"
14200
14201 - type: "plot"
14202   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14203   algorithm: "plot_tsa_name"
14204   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14205   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14206   include:
14207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14213   layout:
14214     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14215     layout: "plot-throughput-speedup-analysis"
14216
14217 - type: "plot"
14218   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14219   algorithm: "plot_tsa_name"
14220   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14222   include:
14223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14229   layout:
14230     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14231     layout: "plot-throughput-speedup-analysis"
14232
14233 - type: "plot"
14234   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14235   algorithm: "plot_tsa_name"
14236   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14237   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14238   include:
14239     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14240     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14241     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14242     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14243     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14244   layout:
14245     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14246     layout: "plot-throughput-speedup-analysis"
14247
14248 - type: "plot"
14249   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14250   algorithm: "plot_tsa_name"
14251   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14252   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14253   include:
14254     - "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"
14255     - "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"
14256     - "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"
14257     - "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"
14258     - "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"
14259   layout:
14260     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14261     layout: "plot-throughput-speedup-analysis"
14262
14263 #- type: "plot"
14264 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14265 #  algorithm: "plot_tsa_name"
14266 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14267 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14268 #  include:
14269 #    - "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"
14270 #    - "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"
14271 #    - "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"
14272 #    - "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"
14273 #    - "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"
14274 #  layout:
14275 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14276 #    layout: "plot-throughput-speedup-analysis"
14277 #
14278 #- type: "plot"
14279 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14280 #  algorithm: "plot_tsa_name"
14281 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14282 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14283 #  include:
14284 #    - "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"
14285 #    - "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"
14286 #    - "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"
14287 #    - "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"
14288 #    - "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"
14289 #  layout:
14290 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14291 #    layout: "plot-throughput-speedup-analysis"
14292 #
14293 #- type: "plot"
14294 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14295 #  algorithm: "plot_tsa_name"
14296 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14297 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14298 #  include:
14299 #    - "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"
14300 #    - "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"
14301 #    - "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"
14302 #    - "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"
14303 #    - "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"
14304 #  layout:
14305 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14306 #    layout: "plot-throughput-speedup-analysis"
14307 #
14308 #- type: "plot"
14309 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14310 #  algorithm: "plot_tsa_name"
14311 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14312 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14313 #  include:
14314 #    - "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"
14315 #    - "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"
14316 #    - "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"
14317 #    - "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"
14318 #    - "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"
14319 #  layout:
14320 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14321 #    layout: "plot-throughput-speedup-analysis"
14322
14323 - type: "plot"
14324   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14325   algorithm: "plot_tsa_name"
14326   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14327   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14328   include:
14329     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14330     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14331     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14332     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14333     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14334   layout:
14335     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14336     layout: "plot-throughput-speedup-analysis"
14337
14338 - type: "plot"
14339   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14340   algorithm: "plot_tsa_name"
14341   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14342   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14343   include:
14344     - "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"
14345     - "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"
14346     - "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"
14347     - "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"
14348     - "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"
14349   layout:
14350     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14351     layout: "plot-throughput-speedup-analysis"
14352
14353 #- type: "plot"
14354 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14355 #  algorithm: "plot_tsa_name"
14356 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14357 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14358 #  include:
14359 #    - "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"
14360 #    - "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"
14361 #    - "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"
14362 #    - "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"
14363 #    - "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"
14364 #  layout:
14365 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14366 #    layout: "plot-throughput-speedup-analysis"
14367 #
14368 #- type: "plot"
14369 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14370 #  algorithm: "plot_tsa_name"
14371 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14372 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14373 #  include:
14374 #    - "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"
14375 #    - "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"
14376 #    - "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"
14377 #    - "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"
14378 #    - "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"
14379 #  layout:
14380 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14381 #    layout: "plot-throughput-speedup-analysis"
14382 #
14383 #- type: "plot"
14384 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14385 #  algorithm: "plot_tsa_name"
14386 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14387 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14388 #  include:
14389 #    - "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"
14390 #    - "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"
14391 #    - "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"
14392 #    - "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"
14393 #    - "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"
14394 #  layout:
14395 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14396 #    layout: "plot-throughput-speedup-analysis"
14397 #
14398 #- type: "plot"
14399 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14400 #  algorithm: "plot_tsa_name"
14401 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14402 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14403 #  include:
14404 #    - "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"
14405 #    - "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"
14406 #    - "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"
14407 #    - "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"
14408 #    - "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"
14409 #  layout:
14410 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14411 #    layout: "plot-throughput-speedup-analysis"
14412
14413 - type: "plot"
14414   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14415   algorithm: "plot_tsa_name"
14416   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14418   include:
14419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14425   layout:
14426     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14427     layout: "plot-throughput-speedup-analysis"
14428
14429 - type: "plot"
14430   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14431   algorithm: "plot_tsa_name"
14432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14434   include:
14435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14441   layout:
14442     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14443     layout: "plot-throughput-speedup-analysis"
14444
14445 - type: "plot"
14446   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14447   algorithm: "plot_tsa_name"
14448   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14449   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14450   include:
14451     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14452     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14454   layout:
14455     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14456     layout: "plot-throughput-speedup-analysis"
14457
14458 - type: "plot"
14459   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14460   algorithm: "plot_tsa_name"
14461   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14462   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14463   include:
14464     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14467   layout:
14468     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14469     layout: "plot-throughput-speedup-analysis"
14470
14471 - type: "plot"
14472   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14473   algorithm: "plot_tsa_name"
14474   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14476   include:
14477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14480 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14481 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14482   layout:
14483     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14484     layout: "plot-throughput-speedup-analysis"
14485
14486 - type: "plot"
14487   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14488   algorithm: "plot_tsa_name"
14489   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14491   include:
14492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14495 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14496 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14497   layout:
14498     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14499     layout: "plot-throughput-speedup-analysis"
14500
14501 - type: "plot"
14502   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14503   algorithm: "plot_tsa_name"
14504   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14506   include:
14507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14512   layout:
14513     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14514     layout: "plot-throughput-speedup-analysis"
14515
14516 - type: "plot"
14517   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14518   algorithm: "plot_tsa_name"
14519   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14521   include:
14522     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14527   layout:
14528     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14529     layout: "plot-throughput-speedup-analysis"
14530
14531 - type: "plot"
14532   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14533   algorithm: "plot_tsa_name"
14534   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14536   include:
14537     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14542   layout:
14543     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14544     layout: "plot-throughput-speedup-analysis"
14545
14546 - type: "plot"
14547   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14548   algorithm: "plot_tsa_name"
14549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14551   include:
14552     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14556     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14557   layout:
14558     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14559     layout: "plot-throughput-speedup-analysis"
14560
14561 - type: "plot"
14562   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14563   algorithm: "plot_tsa_name"
14564   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14566   include:
14567     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14571   layout:
14572     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14573     layout: "plot-throughput-speedup-analysis"
14574
14575 - type: "plot"
14576   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14577   algorithm: "plot_tsa_name"
14578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14580   include:
14581     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14584     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14585   layout:
14586     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14587     layout: "plot-throughput-speedup-analysis"
14588
14589 - type: "plot"
14590   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14591   algorithm: "plot_tsa_name"
14592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14594   include:
14595     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14597     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14598     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14599     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14600   layout:
14601     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14602     layout: "plot-throughput-speedup-analysis"
14603
14604 - type: "plot"
14605   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14606   algorithm: "plot_tsa_name"
14607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14609   include:
14610     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14613     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14614     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14615   layout:
14616     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14617     layout: "plot-throughput-speedup-analysis"
14618
14619 - type: "plot"
14620   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14621   algorithm: "plot_tsa_name"
14622   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14623   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14624   include:
14625     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14627   layout:
14628     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14629     layout: "plot-throughput-speedup-analysis"
14630
14631 - type: "plot"
14632   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14633   algorithm: "plot_tsa_name"
14634   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14635   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14636   include:
14637     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14639   layout:
14640     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14641     layout: "plot-throughput-speedup-analysis"
14642
14643 - type: "plot"
14644   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14645   algorithm: "plot_tsa_name"
14646   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14648   include:
14649     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14653   layout:
14654     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14655     layout: "plot-throughput-speedup-analysis"
14656
14657 - type: "plot"
14658   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14659   algorithm: "plot_tsa_name"
14660   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14662   include:
14663     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14667   layout:
14668     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14669     layout: "plot-throughput-speedup-analysis"
14670
14671 - type: "plot"
14672   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14673   algorithm: "plot_tsa_name"
14674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14676   include:
14677     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14681   layout:
14682     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14683     layout: "plot-throughput-speedup-analysis"
14684
14685 - type: "plot"
14686   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14687   algorithm: "plot_tsa_name"
14688   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14689   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14690   include:
14691     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14695   layout:
14696     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14697     layout: "plot-throughput-speedup-analysis"
14698
14699 - type: "plot"
14700   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14701   algorithm: "plot_tsa_name"
14702   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14704   include:
14705     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14709     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14711   layout:
14712     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14713     layout: "plot-throughput-speedup-analysis"
14714
14715 - type: "plot"
14716   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14717   algorithm: "plot_tsa_name"
14718   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14720   include:
14721     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14722     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14724     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14727   layout:
14728     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14729     layout: "plot-throughput-speedup-analysis"
14730
14731 - type: "plot"
14732   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14736   include:
14737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14742   layout:
14743     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14744     layout: "plot-throughput-speedup-analysis"
14745
14746 - type: "plot"
14747   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14748   algorithm: "plot_tsa_name"
14749   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14750   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14751   include:
14752     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14756     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14757   layout:
14758     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14759     layout: "plot-throughput-speedup-analysis"
14760
14761 - type: "plot"
14762   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14763   algorithm: "plot_tsa_name"
14764   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14765   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14766   include:
14767     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14771     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14772   layout:
14773     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14774     layout: "plot-throughput-speedup-analysis"
14775
14776 - type: "plot"
14777   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14778   algorithm: "plot_tsa_name"
14779   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14780   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14781   include:
14782     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14786     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14787   layout:
14788     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14789     layout: "plot-throughput-speedup-analysis"
14790
14791 - type: "plot"
14792   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14793   algorithm: "plot_tsa_name"
14794   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14795   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14796   include:
14797     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14798     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14800   layout:
14801     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14802     layout: "plot-throughput-speedup-analysis"
14803
14804 - type: "plot"
14805   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14806   algorithm: "plot_tsa_name"
14807   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14808   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14809   include:
14810     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14811     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14812     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14813   layout:
14814     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14815     layout: "plot-throughput-speedup-analysis"
14816
14817 - type: "plot"
14818   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14819   algorithm: "plot_tsa_name"
14820   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14822   include:
14823     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14824     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14825     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14826   layout:
14827     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14828     layout: "plot-throughput-speedup-analysis"
14829
14830 - type: "plot"
14831   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14832   algorithm: "plot_tsa_name"
14833   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14835   include:
14836     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14837     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14838     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14839   layout:
14840     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14841     layout: "plot-throughput-speedup-analysis"
14842
14843 - type: "plot"
14844   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14845   algorithm: "plot_tsa_name"
14846   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14848   include:
14849     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14850     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14851     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14852     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14853     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14854   layout:
14855     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14856     layout: "plot-throughput-speedup-analysis"
14857
14858 - type: "plot"
14859   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14860   algorithm: "plot_tsa_name"
14861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14863   include:
14864     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14865     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14866     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14867     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14868     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14869   layout:
14870     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14871     layout: "plot-throughput-speedup-analysis"
14872
14873 - type: "plot"
14874   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14875   algorithm: "plot_tsa_name"
14876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14878   include:
14879     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14880     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14881     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14882     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14883     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14884   layout:
14885     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14886     layout: "plot-throughput-speedup-analysis"
14887
14888 - type: "plot"
14889   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14890   algorithm: "plot_tsa_name"
14891   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14892   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14893   include:
14894     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14895     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14896     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14897     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14898     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14899   layout:
14900     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14901     layout: "plot-throughput-speedup-analysis"
14902
14903 - type: "plot"
14904   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14905   algorithm: "plot_tsa_name"
14906   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14907   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14908   include:
14909     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14911     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14912     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14913     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14914     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14915   layout:
14916     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14917     layout: "plot-throughput-speedup-analysis"
14918
14919 - type: "plot"
14920   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14921   algorithm: "plot_tsa_name"
14922   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14923   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14924   include:
14925     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14926     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14927     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14928     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14929     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14930     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14931   layout:
14932     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14933     layout: "plot-throughput-speedup-analysis"
14934
14935 - type: "plot"
14936   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14937   algorithm: "plot_tsa_name"
14938   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14939   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14940   include:
14941     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14942     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14943     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14944     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14945   layout:
14946     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14947     layout: "plot-throughput-speedup-analysis"
14948
14949 - type: "plot"
14950   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14951   algorithm: "plot_tsa_name"
14952   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14953   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14954   include:
14955     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14956     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14957     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14958     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14959   layout:
14960     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14961     layout: "plot-throughput-speedup-analysis"
14962
14963 - type: "plot"
14964   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14965   algorithm: "plot_tsa_name"
14966   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14967   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14968   include:
14969     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14973     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14974     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14975   layout:
14976     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14977     layout: "plot-throughput-speedup-analysis"
14978
14979 - type: "plot"
14980   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14981   algorithm: "plot_tsa_name"
14982   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14983   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14984   include:
14985     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14986     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14987     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14988     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14989     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14990     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14991   layout:
14992     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14993     layout: "plot-throughput-speedup-analysis"
14994
14995 - type: "plot"
14996   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14997   algorithm: "plot_tsa_name"
14998   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14999   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15000   include:
15001     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15002     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15003     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15004     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15005     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15006     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15007   layout:
15008     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15009     layout: "plot-throughput-speedup-analysis"
15010
15011 - type: "plot"
15012   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15013   algorithm: "plot_tsa_name"
15014   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15015   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15016   include:
15017     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15018     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15019     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15020     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15021     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15022     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15023   layout:
15024     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15025     layout: "plot-throughput-speedup-analysis"
15026
15027 - type: "plot"
15028   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15029   algorithm: "plot_tsa_name"
15030   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15032   include:
15033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15035     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15039   layout:
15040     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15041     layout: "plot-throughput-speedup-analysis"
15042
15043 - type: "plot"
15044   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15045   algorithm: "plot_tsa_name"
15046   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15048   include:
15049     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15055   layout:
15056     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15057     layout: "plot-throughput-speedup-analysis"
15058
15059 - type: "plot"
15060   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15061   algorithm: "plot_tsa_name"
15062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15064   include:
15065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15071   layout:
15072     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15073     layout: "plot-throughput-speedup-analysis"
15074
15075 - type: "plot"
15076   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15077   algorithm: "plot_tsa_name"
15078   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15079   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15080   include:
15081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15087   layout:
15088     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15089     layout: "plot-throughput-speedup-analysis"
15090
15091 - type: "plot"
15092   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15093   algorithm: "plot_tsa_name"
15094   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15095   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15096   include:
15097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15103   layout:
15104     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15105     layout: "plot-throughput-speedup-analysis"
15106
15107 - type: "plot"
15108   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15109   algorithm: "plot_tsa_name"
15110   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15111   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15112   include:
15113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15119   layout:
15120     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15121     layout: "plot-throughput-speedup-analysis"
15122
15123 - type: "plot"
15124   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15125   algorithm: "plot_tsa_name"
15126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15128   include:
15129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15133   layout:
15134     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15135     layout: "plot-throughput-speedup-analysis"
15136
15137 - type: "plot"
15138   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15139   algorithm: "plot_tsa_name"
15140   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15142   include:
15143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15147   layout:
15148     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15149     layout: "plot-throughput-speedup-analysis"
15150
15151 - type: "plot"
15152   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15153   algorithm: "plot_tsa_name"
15154   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15156   include:
15157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15161   layout:
15162     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15163     layout: "plot-throughput-speedup-analysis"
15164
15165 - type: "plot"
15166   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15167   algorithm: "plot_tsa_name"
15168   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15169   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15170   include:
15171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15175   layout:
15176     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15177     layout: "plot-throughput-speedup-analysis"
15178
15179 - type: "plot"
15180   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15181   algorithm: "plot_tsa_name"
15182   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15184   include:
15185     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15186     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15187     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15188     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15189     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15190     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15191   layout:
15192     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15193     layout: "plot-throughput-speedup-analysis"
15194
15195 - type: "plot"
15196   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15197   algorithm: "plot_tsa_name"
15198   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15199   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15200   include:
15201     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15202     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15203     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15204     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15205     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15206     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15207   layout:
15208     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15209     layout: "plot-throughput-speedup-analysis"
15210
15211 - type: "plot"
15212   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15213   algorithm: "plot_tsa_name"
15214   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15216   include:
15217     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15218     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15219     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15220     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15221     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15222   layout:
15223     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15224     layout: "plot-throughput-speedup-analysis"
15225
15226 - type: "plot"
15227   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15228   algorithm: "plot_tsa_name"
15229   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15231   include:
15232     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15233     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15234     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15235     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15236     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15237   layout:
15238     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15239     layout: "plot-throughput-speedup-analysis"
15240
15241 - type: "plot"
15242   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15243   algorithm: "plot_tsa_name"
15244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15246   include:
15247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15252   layout:
15253     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15254     layout: "plot-throughput-speedup-analysis"
15255
15256 - type: "plot"
15257   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15258   algorithm: "plot_tsa_name"
15259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15261   include:
15262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15267   layout:
15268     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15269     layout: "plot-throughput-speedup-analysis"
15270
15271 - type: "plot"
15272   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15273   algorithm: "plot_tsa_name"
15274   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15276   include:
15277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15281   layout:
15282     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15283     layout: "plot-throughput-speedup-analysis"
15284
15285 - type: "plot"
15286   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15287   algorithm: "plot_tsa_name"
15288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15290   include:
15291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15295   layout:
15296     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15297     layout: "plot-throughput-speedup-analysis"
15298
15299 - type: "plot"
15300   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15301   algorithm: "plot_tsa_name"
15302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15304   include:
15305     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15311   layout:
15312     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15313     layout: "plot-throughput-speedup-analysis"
15314
15315 - type: "plot"
15316   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15317   algorithm: "plot_tsa_name"
15318   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15320   include:
15321     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15322     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15323     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15327   layout:
15328     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15329     layout: "plot-throughput-speedup-analysis"
15330
15331 - type: "plot"
15332   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15333   algorithm: "plot_tsa_name"
15334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15336   include:
15337     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15338     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15339     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15343   layout:
15344     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15345     layout: "plot-throughput-speedup-analysis"
15346
15347 - type: "plot"
15348   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15349   algorithm: "plot_tsa_name"
15350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15352   include:
15353     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15359   layout:
15360     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15361     layout: "plot-throughput-speedup-analysis"
15362
15363 - type: "plot"
15364   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15365   algorithm: "plot_tsa_name"
15366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15368   include:
15369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15370     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15375   layout:
15376     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15377     layout: "plot-throughput-speedup-analysis"
15378
15379 - type: "plot"
15380   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15381   algorithm: "plot_tsa_name"
15382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15384   include:
15385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15391   layout:
15392     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15393     layout: "plot-throughput-speedup-analysis"
15394
15395 - type: "plot"
15396   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15397   algorithm: "plot_tsa_name"
15398   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15399   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15400   include:
15401     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15402     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15403     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15404     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15405     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15406     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15407   layout:
15408     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15409     layout: "plot-throughput-speedup-analysis"
15410
15411 - type: "plot"
15412   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15413   algorithm: "plot_tsa_name"
15414   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15416   include:
15417     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15418     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15419     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15420     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15421     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15422     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15423   layout:
15424     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15425     layout: "plot-throughput-speedup-analysis"
15426
15427 - type: "plot"
15428   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15429   algorithm: "plot_tsa_name"
15430   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15431   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15432   include:
15433     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15434     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15435     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15436     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15437     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15438     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15439   layout:
15440     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15441     layout: "plot-throughput-speedup-analysis"
15442
15443 - type: "plot"
15444   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15445   algorithm: "plot_tsa_name"
15446   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15448   include:
15449     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15450     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15451     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15452     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15453     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15454     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15455   layout:
15456     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15457     layout: "plot-throughput-speedup-analysis"
15458
15459 - type: "plot"
15460   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15461   algorithm: "plot_tsa_name"
15462   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15463   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15464   include:
15465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15470   layout:
15471     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15472     layout: "plot-throughput-speedup-analysis"
15473
15474 - type: "plot"
15475   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15476   algorithm: "plot_tsa_name"
15477   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15478   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15479   include:
15480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15485   layout:
15486     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15487     layout: "plot-throughput-speedup-analysis"
15488
15489 - type: "plot"
15490   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15491   algorithm: "plot_tsa_name"
15492   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15493   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15494   include:
15495     - "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"
15496     - "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"
15497     - "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"
15498     - "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"
15499     - "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"
15500   layout:
15501     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15502     layout: "plot-throughput-speedup-analysis"
15503
15504 - type: "plot"
15505   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15506   algorithm: "plot_tsa_name"
15507   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15508   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15509   include:
15510     - "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"
15511     - "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"
15512     - "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"
15513     - "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"
15514     - "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"
15515   layout:
15516     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15517     layout: "plot-throughput-speedup-analysis"
15518
15519 - type: "plot"
15520   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15521   algorithm: "plot_tsa_name"
15522   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15523   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15524   include:
15525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15529     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15530   layout:
15531     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15532     layout: "plot-throughput-speedup-analysis"
15533
15534 - type: "plot"
15535   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15536   algorithm: "plot_tsa_name"
15537   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15539   include:
15540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15541     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15542     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15545   layout:
15546     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15547     layout: "plot-throughput-speedup-analysis"
15548
15549 - type: "plot"
15550   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15551   algorithm: "plot_tsa_name"
15552   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15553   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15554   include:
15555     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15556     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15557     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15560   layout:
15561     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15562     layout: "plot-throughput-speedup-analysis"
15563
15564 - type: "plot"
15565   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15566   algorithm: "plot_tsa_name"
15567   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15568   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15569   include:
15570     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15571     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15575   layout:
15576     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15577     layout: "plot-throughput-speedup-analysis"
15578
15579 - type: "plot"
15580   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15581   algorithm: "plot_tsa_name"
15582   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15583   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15584   include:
15585     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15586     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15587     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15588     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15589     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15590   layout:
15591     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15592     layout: "plot-throughput-speedup-analysis"
15593
15594 - type: "plot"
15595   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15596   algorithm: "plot_tsa_name"
15597   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15598   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15599   include:
15600     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15601     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15602     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15603     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15604     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15605   layout:
15606     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15607     layout: "plot-throughput-speedup-analysis"
15608
15609 - type: "plot"
15610   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15611   algorithm: "plot_tsa_name"
15612   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15613   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15614   include:
15615     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15616     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15617     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15618     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15619     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15620   layout:
15621     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15622     layout: "plot-throughput-speedup-analysis"
15623
15624 - type: "plot"
15625   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15626   algorithm: "plot_tsa_name"
15627   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15628   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15629   include:
15630     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15631     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15632     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15633     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15634     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15635   layout:
15636     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15637     layout: "plot-throughput-speedup-analysis"
15638
15639 - type: "plot"
15640   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15641   algorithm: "plot_tsa_name"
15642   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15644   include:
15645     - "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"
15646     - "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"
15647     - "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"
15648     - "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"
15649   layout:
15650     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15651     layout: "plot-throughput-speedup-analysis"
15652
15653 - type: "plot"
15654   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15655   algorithm: "plot_tsa_name"
15656   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15658   include:
15659     - "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"
15660     - "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"
15661     - "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"
15662     - "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"
15663   layout:
15664     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15665     layout: "plot-throughput-speedup-analysis"
15666
15667 - type: "plot"
15668   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15669   algorithm: "plot_tsa_name"
15670   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15671   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15672   include:
15673     - "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"
15674     - "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"
15675     - "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"
15676     - "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"
15677   layout:
15678     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15679     layout: "plot-throughput-speedup-analysis"
15680
15681 - type: "plot"
15682   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15683   algorithm: "plot_tsa_name"
15684   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15686   include:
15687     - "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"
15688     - "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"
15689     - "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"
15690     - "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"
15691   layout:
15692     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15693     layout: "plot-throughput-speedup-analysis"
15694
15695 - type: "plot"
15696   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15697   algorithm: "plot_tsa_name"
15698   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15700   include:
15701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15707   layout:
15708     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15709     layout: "plot-throughput-speedup-analysis"
15710
15711 - type: "plot"
15712   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15713   algorithm: "plot_tsa_name"
15714   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15716   include:
15717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15721     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15722     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15723   layout:
15724     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15725     layout: "plot-throughput-speedup-analysis"
15726
15727 - type: "plot"
15728   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15729   algorithm: "plot_tsa_name"
15730   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15732   include:
15733     - "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"
15734     - "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"
15735     - "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"
15736     - "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"
15737     - "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"
15738     - "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"
15739   layout:
15740     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15741     layout: "plot-throughput-speedup-analysis"
15742
15743 - type: "plot"
15744   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15745   algorithm: "plot_tsa_name"
15746   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15747   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15748   include:
15749     - "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"
15750     - "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"
15751     - "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"
15752     - "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"
15753     - "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"
15754     - "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"
15755   layout:
15756     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15757     layout: "plot-throughput-speedup-analysis"
15758
15759 - type: "plot"
15760   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15761   algorithm: "plot_tsa_name"
15762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15764   include:
15765     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15766     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15767     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15768     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15769     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15770     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15771   layout:
15772     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15773     layout: "plot-throughput-speedup-analysis"
15774
15775 - type: "plot"
15776   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15777   algorithm: "plot_tsa_name"
15778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15780   include:
15781     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15782     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15783     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15784     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15785     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15786     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15787   layout:
15788     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15789     layout: "plot-throughput-speedup-analysis"
15790
15791 - type: "plot"
15792   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15793   algorithm: "plot_tsa_name"
15794   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15796   include:
15797     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15798     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15799     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15800     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15801     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15802   layout:
15803     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15804     layout: "plot-throughput-speedup-analysis"
15805
15806 - type: "plot"
15807   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15808   algorithm: "plot_tsa_name"
15809   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15811   include:
15812     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15813     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15814     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15815     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15816     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15817   layout:
15818     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15819     layout: "plot-throughput-speedup-analysis"
15820
15821 - type: "plot"
15822   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15823   algorithm: "plot_tsa_name"
15824   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15826   include:
15827     - "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"
15828     - "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"
15829   layout:
15830     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15831     layout: "plot-throughput-speedup-analysis"
15832
15833 - type: "plot"
15834   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15835   algorithm: "plot_tsa_name"
15836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15838   include:
15839     - "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"
15840     - "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"
15841   layout:
15842     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15843     layout: "plot-throughput-speedup-analysis"
15844
15845 - type: "plot"
15846   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15847   algorithm: "plot_tsa_name"
15848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15850   include:
15851     - "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"
15852     - "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"
15853   layout:
15854     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15855     layout: "plot-throughput-speedup-analysis"
15856
15857 - type: "plot"
15858   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15859   algorithm: "plot_tsa_name"
15860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15862   include:
15863     - "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"
15864     - "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"
15865   layout:
15866     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15867     layout: "plot-throughput-speedup-analysis"
15868
15869 - type: "plot"
15870   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15871   algorithm: "plot_tsa_name"
15872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15874   include:
15875     - "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"
15876     - "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"
15877     - "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"
15878     - "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"
15879     - "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"
15880     - "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"
15881   layout:
15882     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15883     layout: "plot-throughput-speedup-analysis"
15884
15885 - type: "plot"
15886   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15887   algorithm: "plot_tsa_name"
15888   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15889   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15890   include:
15891     - "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"
15892     - "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"
15893     - "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"
15894     - "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"
15895     - "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"
15896     - "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"
15897   layout:
15898     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15899     layout: "plot-throughput-speedup-analysis"
15900
15901 - type: "plot"
15902   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15903   algorithm: "plot_tsa_name"
15904   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15905   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15906   include:
15907     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15908     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15909     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15910     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15911     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15912   layout:
15913     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15914     layout: "plot-throughput-speedup-analysis"
15915
15916 - type: "plot"
15917   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15918   algorithm: "plot_tsa_name"
15919   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15920   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15921   include:
15922     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15923     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15924     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15925     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15926     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15927   layout:
15928     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15929     layout: "plot-throughput-speedup-analysis"
15930
15931 - type: "plot"
15932   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15933   algorithm: "plot_tsa_name"
15934   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15935   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15936   include:
15937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15942   layout:
15943     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15944     layout: "plot-throughput-speedup-analysis"
15945
15946 - type: "plot"
15947   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15948   algorithm: "plot_tsa_name"
15949   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15950   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15951   include:
15952     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15953     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15955     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15957   layout:
15958     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15959     layout: "plot-throughput-speedup-analysis"
15960
15961 - type: "plot"
15962   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15963   algorithm: "plot_tsa_name"
15964   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15965   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15966   include:
15967     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15968     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15969     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15970     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15971   layout:
15972     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15973     layout: "plot-throughput-speedup-analysis"
15974
15975 - type: "plot"
15976   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15977   algorithm: "plot_tsa_name"
15978   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15979   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15980   include:
15981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15985   layout:
15986     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15987     layout: "plot-throughput-speedup-analysis"
15988
15989 - type: "plot"
15990   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15991   algorithm: "plot_tsa_name"
15992   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15993   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15994   include:
15995     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15996     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15997     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15998     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15999   layout:
16000     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16001     layout: "plot-throughput-speedup-analysis"
16002
16003 - type: "plot"
16004   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16005   algorithm: "plot_tsa_name"
16006   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16007   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16008   include:
16009     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16010     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16011     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16012     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16013   layout:
16014     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16015     layout: "plot-throughput-speedup-analysis"
16016
16017 - type: "plot"
16018   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16019   algorithm: "plot_tsa_name"
16020   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16021   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16022   include:
16023     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16024     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16025     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16026     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16027     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16028   layout:
16029     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16030     layout: "plot-throughput-speedup-analysis"
16031
16032 - type: "plot"
16033   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16034   algorithm: "plot_tsa_name"
16035   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16036   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16037   include:
16038     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16039     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16040     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16041     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16042     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16043   layout:
16044     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16045     layout: "plot-throughput-speedup-analysis"
16046
16047 - type: "plot"
16048   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16049   algorithm: "plot_tsa_name"
16050   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16051   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16052   include:
16053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16054     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16055     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16056     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16057     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16058     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16059   layout:
16060     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16061     layout: "plot-throughput-speedup-analysis"
16062
16063 - type: "plot"
16064   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16065   algorithm: "plot_tsa_name"
16066   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16067   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16068   include:
16069     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16070     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16071     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16072     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16073     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16074     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16075   layout:
16076     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16077     layout: "plot-throughput-speedup-analysis"
16078
16079 - type: "plot"
16080   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16081   algorithm: "plot_tsa_name"
16082   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16083   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16084   include:
16085     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16086     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16087     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16088     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16089   layout:
16090     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16091     layout: "plot-throughput-speedup-analysis"
16092
16093 - type: "plot"
16094   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16095   algorithm: "plot_tsa_name"
16096   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16097   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16098   include:
16099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16100     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16101     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16102     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16103   layout:
16104     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16105     layout: "plot-throughput-speedup-analysis"
16106
16107 - type: "plot"
16108   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16109   algorithm: "plot_tsa_name"
16110   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16111   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16112   include:
16113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16116     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16117     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16118     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16119   layout:
16120     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16121     layout: "plot-throughput-speedup-analysis"
16122
16123 - type: "plot"
16124   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16125   algorithm: "plot_tsa_name"
16126   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16127   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16128   include:
16129     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16130     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16131     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16132     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16133     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16134     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16135   layout:
16136     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16137     layout: "plot-throughput-speedup-analysis"
16138
16139 - type: "plot"
16140   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16141   algorithm: "plot_tsa_name"
16142   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16143   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16144   include:
16145     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16146     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16147     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16148     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16149     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16150     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16151   layout:
16152     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16153     layout: "plot-throughput-speedup-analysis"
16154
16155 - type: "plot"
16156   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16157   algorithm: "plot_tsa_name"
16158   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16159   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16160   include:
16161     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16162     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16163     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16164     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16165     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16166     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16167   layout:
16168     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16169     layout: "plot-throughput-speedup-analysis"
16170
16171 - type: "plot"
16172   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16173   algorithm: "plot_tsa_name"
16174   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16175   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16176   include:
16177     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16178     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16179     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16180     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16181     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16182     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16183   layout:
16184     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16185     layout: "plot-throughput-speedup-analysis"
16186
16187 - type: "plot"
16188   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16189   algorithm: "plot_tsa_name"
16190   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16191   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16192   include:
16193     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16194     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16195     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16196     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16197     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16198     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16199   layout:
16200     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16201     layout: "plot-throughput-speedup-analysis"
16202
16203 - type: "plot"
16204   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16205   algorithm: "plot_tsa_name"
16206   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16207   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16208   include:
16209     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16210     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16211     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16212     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16213     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16214     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16215   layout:
16216     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16217     layout: "plot-throughput-speedup-analysis"
16218
16219 - type: "plot"
16220   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16221   algorithm: "plot_tsa_name"
16222   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16223   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16224   include:
16225     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16226     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16227     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16228     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16229     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16230     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16231   layout:
16232     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16233     layout: "plot-throughput-speedup-analysis"
16234
16235 - type: "plot"
16236   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16237   algorithm: "plot_tsa_name"
16238   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16239   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16240   include:
16241     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16242     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16243     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16244     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16245     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16246     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16247   layout:
16248     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16249     layout: "plot-throughput-speedup-analysis"
16250
16251 - type: "plot"
16252   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16253   algorithm: "plot_tsa_name"
16254   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16255   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16256   include:
16257     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16258     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16259     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16260     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16261     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16262     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16263   layout:
16264     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16265     layout: "plot-throughput-speedup-analysis"
16266
16267 #- type: "plot"
16268 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16269 #  algorithm: "plot_tsa_name"
16270 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16271 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16272 #  include:
16273 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16274 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16275 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16276 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16277 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16278 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16279 #  layout:
16280 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16281 #    layout: "plot-throughput-speedup-analysis"
16282 #
16283 #- type: "plot"
16284 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16285 #  algorithm: "plot_tsa_name"
16286 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16287 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16288 #  include:
16289 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16290 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16291 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16292 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16293 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16294 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16295 #  layout:
16296 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16297 #    layout: "plot-throughput-speedup-analysis"
16298
16299 - type: "plot"
16300   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16301   algorithm: "plot_tsa_name"
16302   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16303   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16304   include:
16305     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16307     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16310   layout:
16311     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16312     layout: "plot-throughput-speedup-analysis"
16313
16314 - type: "plot"
16315   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16316   algorithm: "plot_tsa_name"
16317   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16318   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16319   include:
16320     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16321     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16325   layout:
16326     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16327     layout: "plot-throughput-speedup-analysis"
16328
16329 - type: "plot"
16330   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16331   algorithm: "plot_tsa_name"
16332   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16333   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16334   include:
16335     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16336     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16337     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16338     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16341   layout:
16342     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16343     layout: "plot-throughput-speedup-analysis"
16344
16345 - type: "plot"
16346   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16347   algorithm: "plot_tsa_name"
16348   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16349   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16350   include:
16351     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16352     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16353     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16354     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16355     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16356     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16357   layout:
16358     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16359     layout: "plot-throughput-speedup-analysis"
16360
16361 - type: "plot"
16362   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16363   algorithm: "plot_tsa_name"
16364   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16365   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16366   include:
16367     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16368     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16369     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16370     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16371     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16372   layout:
16373     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16374     layout: "plot-throughput-speedup-analysis"
16375
16376 - type: "plot"
16377   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16378   algorithm: "plot_tsa_name"
16379   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16380   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16381   include:
16382     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16383     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16384     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16385     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16386     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16387   layout:
16388     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16389     layout: "plot-throughput-speedup-analysis"
16390
16391 - type: "plot"
16392   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16393   algorithm: "plot_tsa_name"
16394   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16395   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16396   include:
16397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16401   layout:
16402     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16403     layout: "plot-throughput-speedup-analysis"
16404
16405 - type: "plot"
16406   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16407   algorithm: "plot_tsa_name"
16408   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16409   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16410   include:
16411     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16412     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16413     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16414     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16415   layout:
16416     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16417     layout: "plot-throughput-speedup-analysis"
16418
16419 - type: "plot"
16420   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16421   algorithm: "plot_tsa_name"
16422   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16423   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16424   include:
16425     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16426     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16427     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16428     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16429     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16430     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16431   layout:
16432     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16433     layout: "plot-throughput-speedup-analysis"
16434
16435 - type: "plot"
16436   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16437   algorithm: "plot_tsa_name"
16438   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16439   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16440   include:
16441     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16442     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16443     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16444     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16445     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16446     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16447   layout:
16448     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16449     layout: "plot-throughput-speedup-analysis"
16450
16451 - type: "plot"
16452   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16453   algorithm: "plot_tsa_name"
16454   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16455   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16456   include:
16457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16462   layout:
16463     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16464     layout: "plot-throughput-speedup-analysis"
16465
16466 - type: "plot"
16467   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16468   algorithm: "plot_tsa_name"
16469   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16470   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16471   include:
16472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16477   layout:
16478     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16479     layout: "plot-throughput-speedup-analysis"
16480
16481 - type: "plot"
16482   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16483   algorithm: "plot_tsa_name"
16484   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16485   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16486   include:
16487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16489     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16492   layout:
16493     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16494     layout: "plot-throughput-speedup-analysis"
16495
16496 - type: "plot"
16497   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16498   algorithm: "plot_tsa_name"
16499   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16500   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16501   include:
16502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16504     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16505     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16506     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16507   layout:
16508     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16509     layout: "plot-throughput-speedup-analysis"
16510
16511 - type: "plot"
16512   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16513   algorithm: "plot_tsa_name"
16514   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16515   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16516   include:
16517     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16518     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16519     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16520     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16521   layout:
16522     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16523     layout: "plot-throughput-speedup-analysis"
16524
16525 - type: "plot"
16526   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16527   algorithm: "plot_tsa_name"
16528   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16529   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16530   include:
16531     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16532     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16533     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16534     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16535   layout:
16536     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16537     layout: "plot-throughput-speedup-analysis"
16538
16539 - type: "plot"
16540   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16541   algorithm: "plot_tsa_name"
16542   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16543   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16544   include:
16545     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16546     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16547     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16548     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16549     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16550   layout:
16551     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16552     layout: "plot-throughput-speedup-analysis"
16553
16554 - type: "plot"
16555   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16556   algorithm: "plot_tsa_name"
16557   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16558   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16559   include:
16560     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16561     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16562     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16563     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16564     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16565   layout:
16566     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16567     layout: "plot-throughput-speedup-analysis"
16568
16569 - type: "plot"
16570   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16571   algorithm: "plot_tsa_name"
16572   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16573   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16574   include:
16575     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16576     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16577     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16578     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16579     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16580     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16581   layout:
16582     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16583     layout: "plot-throughput-speedup-analysis"
16584
16585 - type: "plot"
16586   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16587   algorithm: "plot_tsa_name"
16588   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16589   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16590   include:
16591     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16592     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16593     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16594     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16595     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16596     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16597   layout:
16598     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16599     layout: "plot-throughput-speedup-analysis"
16600
16601 - type: "plot"
16602   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16603   algorithm: "plot_tsa_name"
16604   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16605   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16606   include:
16607     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16608     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16609     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16610     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16611   layout:
16612     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16613     layout: "plot-throughput-speedup-analysis"
16614
16615 - type: "plot"
16616   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16617   algorithm: "plot_tsa_name"
16618   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16619   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16620   include:
16621     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16622     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16623     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16624     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16625   layout:
16626     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16627     layout: "plot-throughput-speedup-analysis"
16628
16629 - type: "plot"
16630   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16631   algorithm: "plot_tsa_name"
16632   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16633   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16634   include:
16635     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16636     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16637     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16638     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16639     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16640     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16641   layout:
16642     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16643     layout: "plot-throughput-speedup-analysis"
16644
16645 - type: "plot"
16646   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16647   algorithm: "plot_tsa_name"
16648   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16649   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16650   include:
16651     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16652     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16653     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16654     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16655     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16656     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16657   layout:
16658     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16659     layout: "plot-throughput-speedup-analysis"
16660
16661 - type: "plot"
16662   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16663   algorithm: "plot_tsa_name"
16664   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16665   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16666   include:
16667     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16668     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16669     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16670     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16671     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16672     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16673   layout:
16674     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16675     layout: "plot-throughput-speedup-analysis"
16676
16677 - type: "plot"
16678   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16679   algorithm: "plot_tsa_name"
16680   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16681   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16682   include:
16683     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16684     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16685     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16686     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16687     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16688     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16689   layout:
16690     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16691     layout: "plot-throughput-speedup-analysis"
16692
16693 #- type: "plot"
16694 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16695 #  algorithm: "plot_tsa_name"
16696 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16697 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16698 #  include:
16699 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16700 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16701 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16702 #  layout:
16703 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16704 #    layout: "plot-throughput-speedup-analysis"
16705 #
16706 #- type: "plot"
16707 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16708 #  algorithm: "plot_tsa_name"
16709 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16710 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16711 #  include:
16712 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16713 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16714 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16715 #  layout:
16716 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16717 #    layout: "plot-throughput-speedup-analysis"
16718
16719 ################################################################################
16720
16721 # Packet Throughput - DPDK
16722
16723 # 2n-skx-xxv710
16724
16725 - type: "plot"
16726   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16727   algorithm: "plot_perf_box_name"
16728   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16729   data: "plot-dpdk-throughput-latency-2n-skx"
16730   include:
16731     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16732     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16733   layout:
16734     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16735     layout: "plot-throughput"
16736
16737 - type: "plot"
16738   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16739   algorithm: "plot_perf_box_name"
16740   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16741   data: "plot-dpdk-throughput-latency-2n-skx"
16742   include:
16743     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16744     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16745   layout:
16746     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16747     layout: "plot-throughput"
16748
16749 - type: "plot"
16750   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16751   algorithm: "plot_perf_box_name"
16752   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16753   data: "plot-dpdk-throughput-latency-2n-skx"
16754   include:
16755     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16756     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16757   layout:
16758     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16759     layout: "plot-throughput"
16760
16761 - type: "plot"
16762   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16763   algorithm: "plot_perf_box_name"
16764   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16765   data: "plot-dpdk-throughput-latency-2n-skx"
16766   include:
16767     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16768     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16769   layout:
16770     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16771     layout: "plot-throughput"
16772
16773 # 2n-skx-x710
16774
16775 - type: "plot"
16776   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16777   algorithm: "plot_perf_box_name"
16778   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16779   data: "plot-dpdk-throughput-latency-2n-skx"
16780   include:
16781     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16782     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16783   layout:
16784     title: "2n-skx-x710-64b-2t1c-base-ndr"
16785     layout: "plot-throughput"
16786
16787 - type: "plot"
16788   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16789   algorithm: "plot_perf_box_name"
16790   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16791   data: "plot-dpdk-throughput-latency-2n-skx"
16792   include:
16793     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16794     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16795   layout:
16796     title: "2n-skx-x710-64b-4t2c-base-ndr"
16797     layout: "plot-throughput"
16798
16799 - type: "plot"
16800   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16801   algorithm: "plot_perf_box_name"
16802   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16803   data: "plot-dpdk-throughput-latency-2n-skx"
16804   include:
16805     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16806     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16807   layout:
16808     title: "2n-skx-x710-64b-2t1c-base-pdr"
16809     layout: "plot-throughput"
16810
16811 - type: "plot"
16812   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16813   algorithm: "plot_perf_box_name"
16814   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16815   data: "plot-dpdk-throughput-latency-2n-skx"
16816   include:
16817     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16818     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16819   layout:
16820     title: "2n-skx-x710-64b-4t2c-base-pdr"
16821     layout: "plot-throughput"
16822
16823 # 3n-skx-xxv710
16824
16825 - type: "plot"
16826   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16827   algorithm: "plot_perf_box_name"
16828   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16829   data: "plot-dpdk-throughput-latency-3n-skx"
16830   include:
16831     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16832     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16833   layout:
16834     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16835     layout: "plot-throughput"
16836
16837 - type: "plot"
16838   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16839   algorithm: "plot_perf_box_name"
16840   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16841   data: "plot-dpdk-throughput-latency-3n-skx"
16842   include:
16843     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16844     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16845   layout:
16846     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16847     layout: "plot-throughput"
16848
16849 - type: "plot"
16850   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16851   algorithm: "plot_perf_box_name"
16852   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16853   data: "plot-dpdk-throughput-latency-3n-skx"
16854   include:
16855     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16856     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16857   layout:
16858     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16859     layout: "plot-throughput"
16860
16861 - type: "plot"
16862   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16863   algorithm: "plot_perf_box_name"
16864   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16865   data: "plot-dpdk-throughput-latency-3n-skx"
16866   include:
16867     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16868     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16869   layout:
16870     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16871     layout: "plot-throughput"
16872
16873 # 3n-skx-x710
16874
16875 - type: "plot"
16876   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16877   algorithm: "plot_perf_box_name"
16878   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16879   data: "plot-dpdk-throughput-latency-3n-skx"
16880   include:
16881     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16882     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16883   layout:
16884     title: "3n-skx-x710-64b-2t1c-base-ndr"
16885     layout: "plot-throughput"
16886
16887 - type: "plot"
16888   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16889   algorithm: "plot_perf_box_name"
16890   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16891   data: "plot-dpdk-throughput-latency-3n-skx"
16892   include:
16893     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16894     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16895   layout:
16896     title: "3n-skx-x710-64b-4t2c-base-ndr"
16897     layout: "plot-throughput"
16898
16899 - type: "plot"
16900   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16901   algorithm: "plot_perf_box_name"
16902   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16903   data: "plot-dpdk-throughput-latency-3n-skx"
16904   include:
16905     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16906     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16907   layout:
16908     title: "3n-skx-x710-64b-2t1c-base-pdr"
16909     layout: "plot-throughput"
16910
16911 - type: "plot"
16912   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16913   algorithm: "plot_perf_box_name"
16914   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16915   data: "plot-dpdk-throughput-latency-3n-skx"
16916   include:
16917     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16918     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16919   layout:
16920     title: "3n-skx-x710-64b-4t2c-base-pdr"
16921     layout: "plot-throughput"
16922
16923 # 3n-hsw-xl710
16924
16925 - type: "plot"
16926   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16927   algorithm: "plot_perf_box_name"
16928   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16929   data: "plot-dpdk-throughput-latency-3n-hsw"
16930   include:
16931     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16932     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16933   layout:
16934     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16935     layout: "plot-throughput"
16936
16937 - type: "plot"
16938   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16939   algorithm: "plot_perf_box_name"
16940   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16941   data: "plot-dpdk-throughput-latency-3n-hsw"
16942   include:
16943     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16944     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16945   layout:
16946     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16947     layout: "plot-throughput"
16948
16949 - type: "plot"
16950   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16951   algorithm: "plot_perf_box_name"
16952   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16953   data: "plot-dpdk-throughput-latency-3n-hsw"
16954   include:
16955     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16956     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16957   layout:
16958     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16959     layout: "plot-throughput"
16960
16961 - type: "plot"
16962   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16963   algorithm: "plot_perf_box_name"
16964   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16965   data: "plot-dpdk-throughput-latency-3n-hsw"
16966   include:
16967     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16968     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16969   layout:
16970     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16971     layout: "plot-throughput"
16972
16973 # 3n-hsw-x710
16974
16975 - type: "plot"
16976   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16977   algorithm: "plot_perf_box_name"
16978   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16979   data: "plot-dpdk-throughput-latency-3n-hsw"
16980   include:
16981     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16982     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16983   layout:
16984     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16985     layout: "plot-throughput"
16986
16987 - type: "plot"
16988   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16989   algorithm: "plot_perf_box_name"
16990   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16991   data: "plot-dpdk-throughput-latency-3n-hsw"
16992   include:
16993     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16994     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16995   layout:
16996     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16997     layout: "plot-throughput"
16998
16999 - type: "plot"
17000   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17001   algorithm: "plot_perf_box_name"
17002   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17003   data: "plot-dpdk-throughput-latency-3n-hsw"
17004   include:
17005     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17006     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17007   layout:
17008     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17009     layout: "plot-throughput"
17010
17011 - type: "plot"
17012   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17013   algorithm: "plot_perf_box_name"
17014   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17015   data: "plot-dpdk-throughput-latency-3n-hsw"
17016   include:
17017     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17018     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17019   layout:
17020     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17021     layout: "plot-throughput"
17022
17023 ## 2n-dnv-x553
17024 #
17025 #- type: "plot"
17026 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17027 #  algorithm: "plot_perf_box_name"
17028 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17029 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17030 #  include:
17031 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17032 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17033 #  layout:
17034 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17035 #    layout: "plot-throughput"
17036 #
17037 #- type: "plot"
17038 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17039 #  algorithm: "plot_perf_box_name"
17040 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17041 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17042 #  include:
17043 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17044 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17045 #  layout:
17046 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17047 #    layout: "plot-throughput"
17048 #
17049 #- type: "plot"
17050 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17051 #  algorithm: "plot_perf_box_name"
17052 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17053 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17054 #  include:
17055 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17056 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17057 #  layout:
17058 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17059 #    layout: "plot-throughput"
17060 #
17061 #- type: "plot"
17062 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17063 #  algorithm: "plot_perf_box_name"
17064 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17065 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17066 #  include:
17067 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17068 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17069 #  layout:
17070 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17071 #    layout: "plot-throughput"
17072 #
17073 ## 3n-dnv-x553
17074 #
17075 #- type: "plot"
17076 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17077 #  algorithm: "plot_perf_box_name"
17078 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17079 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17080 #  include:
17081 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17082 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17083 #  layout:
17084 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17085 #    layout: "plot-throughput"
17086 #
17087 #- type: "plot"
17088 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17089 #  algorithm: "plot_perf_box_name"
17090 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17091 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17092 #  include:
17093 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17094 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17095 #  layout:
17096 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17097 #    layout: "plot-throughput"
17098 #
17099 #- type: "plot"
17100 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17101 #  algorithm: "plot_perf_box_name"
17102 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17103 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17104 #  include:
17105 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17106 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17107 #  layout:
17108 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17109 #    layout: "plot-throughput"
17110 #
17111 #- type: "plot"
17112 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17113 #  algorithm: "plot_perf_box_name"
17114 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17115 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17116 #  include:
17117 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17118 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17119 #  layout:
17120 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17121 #    layout: "plot-throughput"
17122
17123 # 3n-tsh-x520
17124
17125 - type: "plot"
17126   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17127   algorithm: "plot_perf_box_name"
17128   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17129   data: "plot-dpdk-throughput-latency-3n-tsh"
17130   include:
17131     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17132     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17133   layout:
17134     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17135     layout: "plot-throughput"
17136
17137 - type: "plot"
17138   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17139   algorithm: "plot_perf_box_name"
17140   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17141   data: "plot-dpdk-throughput-latency-3n-tsh"
17142   include:
17143     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17144     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17145   layout:
17146     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17147     layout: "plot-throughput"
17148
17149 - type: "plot"
17150   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17151   algorithm: "plot_perf_box_name"
17152   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17153   data: "plot-dpdk-throughput-latency-3n-tsh"
17154   include:
17155     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17156     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17157   layout:
17158     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17159     layout: "plot-throughput"
17160
17161 - type: "plot"
17162   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17163   algorithm: "plot_perf_box_name"
17164   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17165   data: "plot-dpdk-throughput-latency-3n-tsh"
17166   include:
17167     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17168     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17169   layout:
17170     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17171     layout: "plot-throughput"
17172
17173 ################################################################################
17174 ###   2n-clx                                                                 ###
17175 ################################################################################
17176
17177 # Packet Throughput
17178
17179 - type: "plot"
17180   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17181   algorithm: "plot_perf_box_name"
17182   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17184   include:
17185     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17186     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17187     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17188     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17189   layout:
17190     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17191     layout: "plot-throughput"
17192
17193 - type: "plot"
17194   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17195   algorithm: "plot_perf_box_name"
17196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17198   include:
17199     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17200     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17201     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17202     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17203   layout:
17204     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17205     layout: "plot-throughput"
17206
17207 - type: "plot"
17208   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17209   algorithm: "plot_perf_box_name"
17210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17212   include:
17213     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17214     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17215     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17216     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17217   layout:
17218     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17219     layout: "plot-throughput"
17220
17221 - type: "plot"
17222   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17223   algorithm: "plot_perf_box_name"
17224   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17225   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17226   include:
17227     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17228     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17229     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17230     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17231   layout:
17232     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17233     layout: "plot-throughput"
17234
17235 - type: "plot"
17236   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17237   algorithm: "plot_perf_box_name"
17238   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17240   include:
17241     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17242     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17243     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17244     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17245   layout:
17246     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17247     layout: "plot-throughput"
17248
17249 - type: "plot"
17250   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17251   algorithm: "plot_perf_box_name"
17252   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17254   include:
17255     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17256     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17257     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17258     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17259   layout:
17260     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17261     layout: "plot-throughput"
17262
17263 - type: "plot"
17264   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17265   algorithm: "plot_perf_box_name"
17266   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17268   include:
17269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17271     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17272     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17274     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17275   layout:
17276     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17277     layout: "plot-throughput"
17278
17279 - type: "plot"
17280   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17281   algorithm: "plot_perf_box_name"
17282   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17284   include:
17285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17286     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17287     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17288     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17289     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17290     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17291   layout:
17292     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17293     layout: "plot-throughput"
17294
17295 - type: "plot"
17296   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17297   algorithm: "plot_perf_box_name"
17298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17300   include:
17301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17305   layout:
17306     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17307     layout: "plot-throughput"
17308
17309 - type: "plot"
17310   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17311   algorithm: "plot_perf_box_name"
17312   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17314   include:
17315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17319   layout:
17320     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17321     layout: "plot-throughput"
17322
17323 - type: "plot"
17324   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17325   algorithm: "plot_perf_box_name"
17326   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17327   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17328   include:
17329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17332   layout:
17333     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17334     layout: "plot-throughput"
17335
17336 - type: "plot"
17337   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17338   algorithm: "plot_perf_box_name"
17339   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17341   include:
17342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17345   layout:
17346     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17347     layout: "plot-throughput"
17348
17349 - type: "plot"
17350   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17351   algorithm: "plot_perf_box_name"
17352   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17353   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17354   include:
17355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17360   layout:
17361     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17362     layout: "plot-throughput"
17363
17364 - type: "plot"
17365   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17366   algorithm: "plot_perf_box_name"
17367   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17368   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17369   include:
17370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17375   layout:
17376     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17377     layout: "plot-throughput"
17378
17379 - type: "plot"
17380   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17381   algorithm: "plot_perf_box_name"
17382   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17383   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17384   include:
17385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17388   layout:
17389     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17390     layout: "plot-throughput"
17391
17392 - type: "plot"
17393   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17394   algorithm: "plot_perf_box_name"
17395   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17397   include:
17398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17401   layout:
17402     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17403     layout: "plot-throughput"
17404
17405 - type: "plot"
17406   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17407   algorithm: "plot_perf_box_name"
17408   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17409   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17410   include:
17411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17417   layout:
17418     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17419     layout: "plot-throughput"
17420
17421 - type: "plot"
17422   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17423   algorithm: "plot_perf_box_name"
17424   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17425   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17426   include:
17427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17433   layout:
17434     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17435     layout: "plot-throughput"
17436
17437 - type: "plot"
17438   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17439   algorithm: "plot_perf_box_name"
17440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17442   include:
17443     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17444     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17445     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17446     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17447     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17448   layout:
17449     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17450     layout: "plot-throughput"
17451
17452 - type: "plot"
17453   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17454   algorithm: "plot_perf_box_name"
17455   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17457   include:
17458     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17459     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17460     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17461     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17462     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17463   layout:
17464     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17465     layout: "plot-throughput"
17466
17467 #- type: "plot"
17468 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17469 #  algorithm: "plot_perf_box_name"
17470 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17471 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17472 #  include:
17473 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17474 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17475 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17476 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17477 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17478 #  layout:
17479 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17480 #    layout: "plot-throughput"
17481 #
17482 #- type: "plot"
17483 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17484 #  algorithm: "plot_perf_box_name"
17485 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17486 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17487 #  include:
17488 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17489 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17490 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17491 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17492 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17493 #  layout:
17494 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17495 #    layout: "plot-throughput"
17496 #
17497 #- type: "plot"
17498 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17499 #  algorithm: "plot_perf_box_name"
17500 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17501 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17502 #  include:
17503 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17504 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17505 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17506 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17507 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17508 #  layout:
17509 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17510 #    layout: "plot-throughput"
17511 #
17512 #- type: "plot"
17513 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17514 #  algorithm: "plot_perf_box_name"
17515 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17516 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17517 #  include:
17518 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17519 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17520 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17521 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17522 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17523 #  layout:
17524 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17525 #    layout: "plot-throughput"
17526
17527 - type: "plot"
17528   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17529   algorithm: "plot_perf_box_name"
17530   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17531   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17532   include:
17533     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17534     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17535     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17536     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17537     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17538   layout:
17539     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17540     layout: "plot-throughput"
17541
17542 - type: "plot"
17543   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17544   algorithm: "plot_perf_box_name"
17545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17547   include:
17548     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17549     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17550     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17551     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17552     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17553   layout:
17554     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17555     layout: "plot-throughput"
17556
17557 #- type: "plot"
17558 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17559 #  algorithm: "plot_perf_box_name"
17560 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17561 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17562 #  include:
17563 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17564 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17565 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17566 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17567 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17568 #  layout:
17569 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17570 #    layout: "plot-throughput"
17571 #
17572 #- type: "plot"
17573 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17574 #  algorithm: "plot_perf_box_name"
17575 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17576 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17577 #  include:
17578 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17579 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17580 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17581 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17582 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17583 #  layout:
17584 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17585 #    layout: "plot-throughput"
17586 #
17587 #- type: "plot"
17588 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17589 #  algorithm: "plot_perf_box_name"
17590 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17591 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17592 #  include:
17593 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17594 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17595 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17596 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17597 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17598 #  layout:
17599 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17600 #    layout: "plot-throughput"
17601 #
17602 #- type: "plot"
17603 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17604 #  algorithm: "plot_perf_box_name"
17605 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17606 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17607 #  include:
17608 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17609 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17610 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17611 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17612 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17613 #  layout:
17614 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17615 #    layout: "plot-throughput"
17616
17617 - type: "plot"
17618   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17619   algorithm: "plot_perf_box_name"
17620   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17622   include:
17623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17629   layout:
17630     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17631     layout: "plot-throughput"
17632
17633 - type: "plot"
17634   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17635   algorithm: "plot_perf_box_name"
17636   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17638   include:
17639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17645   layout:
17646     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17647     layout: "plot-throughput"
17648
17649 - type: "plot"
17650   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17651   algorithm: "plot_perf_box_name"
17652   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17653   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17654   include:
17655     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17656     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17657   layout:
17658     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17659     layout: "plot-throughput"
17660
17661 - type: "plot"
17662   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17663   algorithm: "plot_perf_box_name"
17664   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17665   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17666   include:
17667     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17668     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17669   layout:
17670     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17671     layout: "plot-throughput"
17672
17673 - type: "plot"
17674   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17675   algorithm: "plot_perf_box_name"
17676   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17678   include:
17679     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17680     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17681     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17682     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17683     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17684     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17685   layout:
17686     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17687     layout: "plot-throughput"
17688
17689 - type: "plot"
17690   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17691   algorithm: "plot_perf_box_name"
17692   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17694   include:
17695     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17696     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17697     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17698     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17699     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17700     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17701   layout:
17702     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17703     layout: "plot-throughput"
17704
17705 - type: "plot"
17706   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17707   algorithm: "plot_perf_box_name"
17708   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17710   include:
17711     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17712     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17713     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17714     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17715     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17716     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17717   layout:
17718     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17719     layout: "plot-throughput"
17720
17721 - type: "plot"
17722   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17723   algorithm: "plot_perf_box_name"
17724   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17726   include:
17727     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17728     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17730     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17731     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17732     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17733   layout:
17734     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17735     layout: "plot-throughput"
17736
17737 - type: "plot"
17738   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17739   algorithm: "plot_perf_box_name"
17740   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17742   include:
17743     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17744     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17745     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17746     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17749   layout:
17750     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17751     layout: "plot-throughput"
17752
17753 - type: "plot"
17754   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17755   algorithm: "plot_perf_box_name"
17756   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17758   include:
17759     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17760     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17765   layout:
17766     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17767     layout: "plot-throughput"
17768
17769 - type: "plot"
17770   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17771   algorithm: "plot_perf_box_name"
17772   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17774   include:
17775     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17780   layout:
17781     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17782     layout: "plot-throughput"
17783
17784 - type: "plot"
17785   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17786   algorithm: "plot_perf_box_name"
17787   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17789   include:
17790     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17795   layout:
17796     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17797     layout: "plot-throughput"
17798
17799 - type: "plot"
17800   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17801   algorithm: "plot_perf_box_name"
17802   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17804   include:
17805     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17807     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17808     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17809     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17810   layout:
17811     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17812     layout: "plot-throughput"
17813
17814 - type: "plot"
17815   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17816   algorithm: "plot_perf_box_name"
17817   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17819   include:
17820     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17821     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17822     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17823     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17824     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17825   layout:
17826     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17827     layout: "plot-throughput"
17828
17829 - type: "plot"
17830   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17831   algorithm: "plot_perf_box_name"
17832   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17834   include:
17835     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17836     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17837     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17838     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17839     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17840   layout:
17841     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17842     layout: "plot-throughput"
17843
17844 - type: "plot"
17845   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17846   algorithm: "plot_perf_box_name"
17847   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17849   include:
17850     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17852     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17853     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17854     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17855   layout:
17856     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17857     layout: "plot-throughput"
17858
17859 - type: "plot"
17860   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17861   algorithm: "plot_perf_box_name"
17862   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17864   include:
17865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17868     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17870   layout:
17871     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17872     layout: "plot-throughput"
17873
17874 - type: "plot"
17875   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17876   algorithm: "plot_perf_box_name"
17877   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17879   include:
17880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17885   layout:
17886     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17887     layout: "plot-throughput"
17888
17889 - type: "plot"
17890   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17891   algorithm: "plot_perf_box_name"
17892   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17893   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17894   include:
17895     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17896     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17897     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17898     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17900   layout:
17901     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17902     layout: "plot-throughput"
17903
17904 - type: "plot"
17905   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17906   algorithm: "plot_perf_box_name"
17907   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17909   include:
17910     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17911     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17915   layout:
17916     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17917     layout: "plot-throughput"
17918
17919 - type: "plot"
17920   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17921   algorithm: "plot_perf_box_name"
17922   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17924   include:
17925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17931   layout:
17932     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17933     layout: "plot-throughput"
17934
17935 - type: "plot"
17936   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17937   algorithm: "plot_perf_box_name"
17938   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17939   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17940   include:
17941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17947   layout:
17948     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17949     layout: "plot-throughput"
17950
17951 - type: "plot"
17952   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17953   algorithm: "plot_perf_box_name"
17954   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17956   include:
17957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17961   layout:
17962     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17963     layout: "plot-throughput"
17964
17965 - type: "plot"
17966   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17967   algorithm: "plot_perf_box_name"
17968   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17970   include:
17971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17975   layout:
17976     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17977     layout: "plot-throughput"
17978
17979 - type: "plot"
17980   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17981   algorithm: "plot_perf_box_name"
17982   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17984   include:
17985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17991   layout:
17992     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17993     layout: "plot-throughput"
17994
17995 - type: "plot"
17996   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17997   algorithm: "plot_perf_box_name"
17998   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18000   include:
18001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18007   layout:
18008     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18009     layout: "plot-throughput"
18010
18011 - type: "plot"
18012   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18013   algorithm: "plot_perf_box_name"
18014   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18016   include:
18017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18021   layout:
18022     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18023     layout: "plot-throughput"
18024
18025 - type: "plot"
18026   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18027   algorithm: "plot_perf_box_name"
18028   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18030   include:
18031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18035   layout:
18036     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18037     layout: "plot-throughput"
18038
18039 - type: "plot"
18040   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18041   algorithm: "plot_perf_box_name"
18042   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18044   include:
18045     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18046     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18047     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18048     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18049     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18050     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18051   layout:
18052     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18053     layout: "plot-throughput"
18054
18055 - type: "plot"
18056   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18057   algorithm: "plot_perf_box_name"
18058   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18059   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18060   include:
18061     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18062     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18063     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18064     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18065     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18066     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18067   layout:
18068     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18069     layout: "plot-throughput"
18070
18071 - type: "plot"
18072   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18073   algorithm: "plot_perf_box_name"
18074   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18076   include:
18077     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18078     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18079     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18080     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18081   layout:
18082     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18083     layout: "plot-throughput"
18084
18085 - type: "plot"
18086   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18087   algorithm: "plot_perf_box_name"
18088   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18089   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18090   include:
18091     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18092     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18093     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18094     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18095   layout:
18096     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18097     layout: "plot-throughput"
18098
18099 - type: "plot"
18100   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18101   algorithm: "plot_perf_box_name"
18102   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18104   include:
18105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18110   layout:
18111     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18112     layout: "plot-throughput"
18113
18114 - type: "plot"
18115   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18116   algorithm: "plot_perf_box_name"
18117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18119   include:
18120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18125   layout:
18126     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18127     layout: "plot-throughput"
18128
18129 - type: "plot"
18130   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18131   algorithm: "plot_perf_box_name"
18132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18134   include:
18135     - "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"
18136     - "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"
18137     - "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"
18138     - "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"
18139     - "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"
18140   layout:
18141     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18142     layout: "plot-throughput"
18143
18144 - type: "plot"
18145   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18146   algorithm: "plot_perf_box_name"
18147   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18149   include:
18150     - "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"
18151     - "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"
18152     - "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"
18153     - "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"
18154     - "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"
18155   layout:
18156     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18157     layout: "plot-throughput"
18158
18159 - type: "plot"
18160   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18161   algorithm: "plot_perf_box_name"
18162   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18164   include:
18165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18170   layout:
18171     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18172     layout: "plot-throughput"
18173
18174 - type: "plot"
18175   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18176   algorithm: "plot_perf_box_name"
18177   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18179   include:
18180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18185   layout:
18186     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18187     layout: "plot-throughput"
18188
18189 - type: "plot"
18190   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18191   algorithm: "plot_perf_box_name"
18192   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18194   include:
18195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18200   layout:
18201     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18202     layout: "plot-throughput"
18203
18204 - type: "plot"
18205   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18206   algorithm: "plot_perf_box_name"
18207   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18209   include:
18210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18215   layout:
18216     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18217     layout: "plot-throughput"
18218
18219 - type: "plot"
18220   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18221   algorithm: "plot_perf_box_name"
18222   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18224   include:
18225     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18229   layout:
18230     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18231     layout: "plot-throughput"
18232
18233 - type: "plot"
18234   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18235   algorithm: "plot_perf_box_name"
18236   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18238   include:
18239     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18243   layout:
18244     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18245     layout: "plot-throughput"
18246
18247 - type: "plot"
18248   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18249   algorithm: "plot_perf_box_name"
18250   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18251   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18252   include:
18253     - "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"
18254     - "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"
18255     - "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"
18256     - "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"
18257   layout:
18258     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18259     layout: "plot-throughput"
18260
18261 - type: "plot"
18262   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18263   algorithm: "plot_perf_box_name"
18264   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18265   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18266   include:
18267     - "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"
18268     - "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"
18269     - "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"
18270     - "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"
18271   layout:
18272     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18273     layout: "plot-throughput"
18274
18275 - type: "plot"
18276   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18277   algorithm: "plot_perf_box_name"
18278   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18280   include:
18281     - "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"
18282     - "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"
18283     - "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"
18284     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18285     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18286     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18287   layout:
18288     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18289     layout: "plot-throughput"
18290
18291 - type: "plot"
18292   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18293   algorithm: "plot_perf_box_name"
18294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18296   include:
18297     - "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"
18298     - "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"
18299     - "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"
18300     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18301     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18302     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18303   layout:
18304     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18305     layout: "plot-throughput"
18306
18307 ################################################################################
18308
18309 # Packet Speedup
18310
18311 - type: "plot"
18312   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18313   algorithm: "plot_tsa_name"
18314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18316   include:
18317     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18318     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18319     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18320     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18321   layout:
18322     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18323     layout: "plot-throughput-speedup-analysis"
18324
18325 - type: "plot"
18326   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18327   algorithm: "plot_tsa_name"
18328   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18330   include:
18331     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18332     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18333     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18334     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18335   layout:
18336     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18337     layout: "plot-throughput-speedup-analysis"
18338
18339 - type: "plot"
18340   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18341   algorithm: "plot_tsa_name"
18342   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18344   include:
18345     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18346     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18347     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18348     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18349   layout:
18350     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18351     layout: "plot-throughput-speedup-analysis"
18352
18353 - type: "plot"
18354   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18355   algorithm: "plot_tsa_name"
18356   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18358   include:
18359     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18360     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18361     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18362     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18363   layout:
18364     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18365     layout: "plot-throughput-speedup-analysis"
18366
18367 - type: "plot"
18368   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18369   algorithm: "plot_tsa_name"
18370   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18372   include:
18373     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18374     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18375     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18376     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18377   layout:
18378     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18379     layout: "plot-throughput-speedup-analysis"
18380
18381 - type: "plot"
18382   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18383   algorithm: "plot_tsa_name"
18384   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18385   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18386   include:
18387     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18388     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18389     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18390     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18391   layout:
18392     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18393     layout: "plot-throughput-speedup-analysis"
18394
18395 - type: "plot"
18396   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18397   algorithm: "plot_tsa_name"
18398   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18400   include:
18401     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18402     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18403     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18404     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18405     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18406     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18407   layout:
18408     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18409     layout: "plot-throughput-speedup-analysis"
18410
18411 - type: "plot"
18412   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18413   algorithm: "plot_tsa_name"
18414   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18416   include:
18417     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18418     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18419     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18420     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18421     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18423   layout:
18424     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18425     layout: "plot-throughput-speedup-analysis"
18426
18427 - type: "plot"
18428   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18429   algorithm: "plot_tsa_name"
18430   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18431   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18432   include:
18433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18437   layout:
18438     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18439     layout: "plot-throughput-speedup-analysis"
18440
18441 - type: "plot"
18442   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18443   algorithm: "plot_tsa_name"
18444   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18446   include:
18447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18451   layout:
18452     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18453     layout: "plot-throughput-speedup-analysis"
18454
18455 - type: "plot"
18456   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18457   algorithm: "plot_tsa_name"
18458   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18459   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18460   include:
18461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18464   layout:
18465     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18466     layout: "plot-throughput-speedup-analysis"
18467
18468 - type: "plot"
18469   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18470   algorithm: "plot_tsa_name"
18471   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18472   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18473   include:
18474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18477   layout:
18478     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18479     layout: "plot-throughput-speedup-analysis"
18480
18481 - type: "plot"
18482   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18483   algorithm: "plot_tsa_name"
18484   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18486   include:
18487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18492   layout:
18493     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18494     layout: "plot-throughput-speedup-analysis"
18495
18496 - type: "plot"
18497   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18498   algorithm: "plot_tsa_name"
18499   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18501   include:
18502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18507   layout:
18508     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18509     layout: "plot-throughput-speedup-analysis"
18510
18511 - type: "plot"
18512   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18513   algorithm: "plot_tsa_name"
18514   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18515   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18516   include:
18517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18520   layout:
18521     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18522     layout: "plot-throughput-speedup-analysis"
18523
18524 - type: "plot"
18525   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18526   algorithm: "plot_tsa_name"
18527   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18528   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18529   include:
18530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18533   layout:
18534     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18535     layout: "plot-throughput-speedup-analysis"
18536
18537 - type: "plot"
18538   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18539   algorithm: "plot_tsa_name"
18540   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18542   include:
18543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18549   layout:
18550     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18551     layout: "plot-throughput-speedup-analysis"
18552
18553 - type: "plot"
18554   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18555   algorithm: "plot_tsa_name"
18556   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18558   include:
18559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18565   layout:
18566     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18567     layout: "plot-throughput-speedup-analysis"
18568
18569 - type: "plot"
18570   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18571   algorithm: "plot_tsa_name"
18572   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18574   include:
18575     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18576     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18577     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18578     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18579     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18580   layout:
18581     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18582     layout: "plot-throughput-speedup-analysis"
18583
18584 - type: "plot"
18585   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18586   algorithm: "plot_tsa_name"
18587   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18588   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18589   include:
18590     - "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"
18591     - "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"
18592     - "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"
18593     - "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"
18594     - "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"
18595   layout:
18596     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18597     layout: "plot-throughput-speedup-analysis"
18598
18599 #- type: "plot"
18600 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18601 #  algorithm: "plot_tsa_name"
18602 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18603 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18604 #  include:
18605 #    - "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"
18606 #    - "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"
18607 #    - "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"
18608 #    - "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"
18609 #    - "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"
18610 #  layout:
18611 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18612 #    layout: "plot-throughput-speedup-analysis"
18613 #
18614 #- type: "plot"
18615 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18616 #  algorithm: "plot_tsa_name"
18617 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18618 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18619 #  include:
18620 #    - "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"
18621 #    - "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"
18622 #    - "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"
18623 #    - "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"
18624 #    - "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"
18625 #  layout:
18626 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18627 #    layout: "plot-throughput-speedup-analysis"
18628 #
18629 #- type: "plot"
18630 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18631 #  algorithm: "plot_tsa_name"
18632 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18633 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18634 #  include:
18635 #    - "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"
18636 #    - "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"
18637 #    - "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"
18638 #    - "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"
18639 #    - "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"
18640 #  layout:
18641 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18642 #    layout: "plot-throughput-speedup-analysis"
18643 #
18644 #- type: "plot"
18645 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18646 #  algorithm: "plot_tsa_name"
18647 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18648 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18649 #  include:
18650 #    - "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"
18651 #    - "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"
18652 #    - "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"
18653 #    - "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"
18654 #    - "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"
18655 #  layout:
18656 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18657 #    layout: "plot-throughput-speedup-analysis"
18658
18659 - type: "plot"
18660   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18661   algorithm: "plot_tsa_name"
18662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18664   include:
18665     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18666     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18667     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18668     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18669     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18670   layout:
18671     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18672     layout: "plot-throughput-speedup-analysis"
18673
18674 - type: "plot"
18675   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18676   algorithm: "plot_tsa_name"
18677   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18679   include:
18680     - "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"
18681     - "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"
18682     - "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"
18683     - "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"
18684     - "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"
18685   layout:
18686     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18687     layout: "plot-throughput-speedup-analysis"
18688
18689 #- type: "plot"
18690 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18691 #  algorithm: "plot_tsa_name"
18692 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18693 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18694 #  include:
18695 #    - "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"
18696 #    - "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"
18697 #    - "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"
18698 #    - "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"
18699 #    - "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"
18700 #  layout:
18701 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18702 #    layout: "plot-throughput-speedup-analysis"
18703 #
18704 #- type: "plot"
18705 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18706 #  algorithm: "plot_tsa_name"
18707 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18708 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18709 #  include:
18710 #    - "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"
18711 #    - "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"
18712 #    - "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"
18713 #    - "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"
18714 #    - "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"
18715 #  layout:
18716 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18717 #    layout: "plot-throughput-speedup-analysis"
18718 #
18719 #- type: "plot"
18720 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18721 #  algorithm: "plot_tsa_name"
18722 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18723 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18724 #  include:
18725 #    - "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"
18726 #    - "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"
18727 #    - "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"
18728 #    - "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"
18729 #    - "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"
18730 #  layout:
18731 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18732 #    layout: "plot-throughput-speedup-analysis"
18733 #
18734 #- type: "plot"
18735 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18736 #  algorithm: "plot_tsa_name"
18737 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18738 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18739 #  include:
18740 #    - "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"
18741 #    - "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"
18742 #    - "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"
18743 #    - "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"
18744 #    - "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"
18745 #  layout:
18746 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18747 #    layout: "plot-throughput-speedup-analysis"
18748
18749 - type: "plot"
18750   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18751   algorithm: "plot_tsa_name"
18752   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18754   include:
18755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18761   layout:
18762     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18763     layout: "plot-throughput-speedup-analysis"
18764
18765 - type: "plot"
18766   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18767   algorithm: "plot_tsa_name"
18768   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18770   include:
18771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18777   layout:
18778     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18779     layout: "plot-throughput-speedup-analysis"
18780
18781 - type: "plot"
18782   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18783   algorithm: "plot_tsa_name"
18784   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18786   include:
18787     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18788     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18789   layout:
18790     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18791     layout: "plot-throughput-speedup-analysis"
18792
18793 - type: "plot"
18794   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18795   algorithm: "plot_tsa_name"
18796   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18797   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18798   include:
18799     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18800     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18801   layout:
18802     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18803     layout: "plot-throughput-speedup-analysis"
18804
18805 - type: "plot"
18806   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18807   algorithm: "plot_tsa_name"
18808   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18810   include:
18811     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18814     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18815     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18816     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18817   layout:
18818     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18819     layout: "plot-throughput-speedup-analysis"
18820
18821 - type: "plot"
18822   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18823   algorithm: "plot_tsa_name"
18824   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18826   include:
18827     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18828     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18829     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18830     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18831     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18832     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18833   layout:
18834     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18835     layout: "plot-throughput-speedup-analysis"
18836
18837 - type: "plot"
18838   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18839   algorithm: "plot_tsa_name"
18840   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18842   include:
18843     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18844     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18845     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18846     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18847     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18848     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18849   layout:
18850     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18851     layout: "plot-throughput-speedup-analysis"
18852
18853 - type: "plot"
18854   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18855   algorithm: "plot_tsa_name"
18856   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18857   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18858   include:
18859     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18860     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18861     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18862     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18863     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18864     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18865   layout:
18866     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18867     layout: "plot-throughput-speedup-analysis"
18868
18869 - type: "plot"
18870   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18871   algorithm: "plot_tsa_name"
18872   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18874   include:
18875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18876     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18877     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18878     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18879     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18880     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18881   layout:
18882     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18883     layout: "plot-throughput-speedup-analysis"
18884
18885 - type: "plot"
18886   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18887   algorithm: "plot_tsa_name"
18888   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18890   include:
18891     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18892     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18893     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18894     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18895     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18896     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18897   layout:
18898     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18899     layout: "plot-throughput-speedup-analysis"
18900
18901 - type: "plot"
18902   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18903   algorithm: "plot_tsa_name"
18904   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18906   include:
18907     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18908     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18909     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18910     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18911     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18912   layout:
18913     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18914     layout: "plot-throughput-speedup-analysis"
18915
18916 - type: "plot"
18917   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18918   algorithm: "plot_tsa_name"
18919   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18921   include:
18922     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18923     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18926     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18927   layout:
18928     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18929     layout: "plot-throughput-speedup-analysis"
18930
18931 - type: "plot"
18932   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18933   algorithm: "plot_tsa_name"
18934   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18936   include:
18937     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18938     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18939     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18940     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18941     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18942   layout:
18943     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18944     layout: "plot-throughput-speedup-analysis"
18945
18946 - type: "plot"
18947   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18948   algorithm: "plot_tsa_name"
18949   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18951   include:
18952     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18953     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18954     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18955     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18956     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18957   layout:
18958     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18959     layout: "plot-throughput-speedup-analysis"
18960
18961 - type: "plot"
18962   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18963   algorithm: "plot_tsa_name"
18964   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18966   include:
18967     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18968     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18969     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18970     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18971     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18972   layout:
18973     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18974     layout: "plot-throughput-speedup-analysis"
18975
18976 - type: "plot"
18977   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18978   algorithm: "plot_tsa_name"
18979   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18980   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18981   include:
18982     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18983     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18984     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18985     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18986     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18987   layout:
18988     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18989     layout: "plot-throughput-speedup-analysis"
18990
18991 - type: "plot"
18992   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18993   algorithm: "plot_tsa_name"
18994   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18995   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18996   include:
18997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19002   layout:
19003     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19004     layout: "plot-throughput-speedup-analysis"
19005
19006 - type: "plot"
19007   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19008   algorithm: "plot_tsa_name"
19009   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19010   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19011   include:
19012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19017   layout:
19018     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19019     layout: "plot-throughput-speedup-analysis"
19020
19021 - type: "plot"
19022   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19023   algorithm: "plot_tsa_name"
19024   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19026   include:
19027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19032   layout:
19033     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19034     layout: "plot-throughput-speedup-analysis"
19035
19036 - type: "plot"
19037   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19038   algorithm: "plot_tsa_name"
19039   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19040   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19041   include:
19042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19043     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19045     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19046     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19047   layout:
19048     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19049     layout: "plot-throughput-speedup-analysis"
19050
19051 - type: "plot"
19052   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19053   algorithm: "plot_tsa_name"
19054   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19056   include:
19057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19063   layout:
19064     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19065     layout: "plot-throughput-speedup-analysis"
19066
19067 - type: "plot"
19068   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19069   algorithm: "plot_tsa_name"
19070   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19072   include:
19073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19079   layout:
19080     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19081     layout: "plot-throughput-speedup-analysis"
19082
19083 - type: "plot"
19084   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19085   algorithm: "plot_tsa_name"
19086   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19088   include:
19089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19093   layout:
19094     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19095     layout: "plot-throughput-speedup-analysis"
19096
19097 - type: "plot"
19098   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19099   algorithm: "plot_tsa_name"
19100   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19102   include:
19103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19107   layout:
19108     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19109     layout: "plot-throughput-speedup-analysis"
19110
19111 - type: "plot"
19112   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19113   algorithm: "plot_tsa_name"
19114   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19116   include:
19117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19123   layout:
19124     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19125     layout: "plot-throughput-speedup-analysis"
19126
19127 - type: "plot"
19128   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19129   algorithm: "plot_tsa_name"
19130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19132   include:
19133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19139   layout:
19140     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19141     layout: "plot-throughput-speedup-analysis"
19142
19143 - type: "plot"
19144   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19145   algorithm: "plot_tsa_name"
19146   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19148   include:
19149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19153   layout:
19154     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19155     layout: "plot-throughput-speedup-analysis"
19156
19157 - type: "plot"
19158   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19159   algorithm: "plot_tsa_name"
19160   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19161   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19162   include:
19163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19167   layout:
19168     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19169     layout: "plot-throughput-speedup-analysis"
19170
19171 - type: "plot"
19172   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19173   algorithm: "plot_tsa_name"
19174   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19175   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19176   include:
19177     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19178     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19179     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19180     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19181     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19182     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19183   layout:
19184     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19185     layout: "plot-throughput-speedup-analysis"
19186
19187 - type: "plot"
19188   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19189   algorithm: "plot_tsa_name"
19190   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19191   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19192   include:
19193     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19194     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19195     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19196     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19197     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19198     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19199   layout:
19200     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19201     layout: "plot-throughput-speedup-analysis"
19202
19203 - type: "plot"
19204   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19205   algorithm: "plot_tsa_name"
19206   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19207   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19208   include:
19209     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19210     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19211     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19212     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19213   layout:
19214     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19215     layout: "plot-throughput-speedup-analysis"
19216
19217 - type: "plot"
19218   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19219   algorithm: "plot_tsa_name"
19220   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19221   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19222   include:
19223     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19224     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19225     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19226     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19227   layout:
19228     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19229     layout: "plot-throughput-speedup-analysis"
19230
19231 - type: "plot"
19232   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19233   algorithm: "plot_tsa_name"
19234   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19235   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19236   include:
19237     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19238     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19239     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19242   layout:
19243     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19244     layout: "plot-throughput-speedup-analysis"
19245
19246 - type: "plot"
19247   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19248   algorithm: "plot_tsa_name"
19249   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19251   include:
19252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19257   layout:
19258     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19259     layout: "plot-throughput-speedup-analysis"
19260
19261 - type: "plot"
19262   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19263   algorithm: "plot_tsa_name"
19264   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19265   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19266   include:
19267     - "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"
19268     - "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"
19269     - "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"
19270     - "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"
19271     - "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"
19272   layout:
19273     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19274     layout: "plot-throughput-speedup-analysis"
19275
19276 - type: "plot"
19277   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19278   algorithm: "plot_tsa_name"
19279   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19280   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19281   include:
19282     - "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"
19283     - "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"
19284     - "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"
19285     - "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"
19286     - "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"
19287   layout:
19288     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19289     layout: "plot-throughput-speedup-analysis"
19290
19291 - type: "plot"
19292   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19293   algorithm: "plot_tsa_name"
19294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19296   include:
19297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19302   layout:
19303     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19304     layout: "plot-throughput-speedup-analysis"
19305
19306 - type: "plot"
19307   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19308   algorithm: "plot_tsa_name"
19309   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19311   include:
19312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19317   layout:
19318     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19319     layout: "plot-throughput-speedup-analysis"
19320
19321 - type: "plot"
19322   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19323   algorithm: "plot_tsa_name"
19324   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19326   include:
19327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19332   layout:
19333     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19334     layout: "plot-throughput-speedup-analysis"
19335
19336 - type: "plot"
19337   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19338   algorithm: "plot_tsa_name"
19339   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19341   include:
19342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19347   layout:
19348     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19349     layout: "plot-throughput-speedup-analysis"
19350
19351 - type: "plot"
19352   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19353   algorithm: "plot_tsa_name"
19354   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19355   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19356   include:
19357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19361   layout:
19362     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19363     layout: "plot-throughput-speedup-analysis"
19364
19365 - type: "plot"
19366   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19367   algorithm: "plot_tsa_name"
19368   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19369   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19370   include:
19371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19375   layout:
19376     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19377     layout: "plot-throughput-speedup-analysis"
19378
19379 - type: "plot"
19380   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19381   algorithm: "plot_tsa_name"
19382   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19383   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19384   include:
19385     - "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"
19386     - "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"
19387     - "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"
19388     - "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"
19389   layout:
19390     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19391     layout: "plot-throughput-speedup-analysis"
19392
19393 - type: "plot"
19394   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19395   algorithm: "plot_tsa_name"
19396   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19398   include:
19399     - "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"
19400     - "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"
19401     - "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"
19402     - "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"
19403   layout:
19404     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19405     layout: "plot-throughput-speedup-analysis"
19406
19407 - type: "plot"
19408   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19409   algorithm: "plot_tsa_name"
19410   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19412   include:
19413     - "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"
19414     - "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"
19415     - "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"
19416     - "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"
19417     - "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"
19418     - "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"
19419   layout:
19420     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19421     layout: "plot-throughput-speedup-analysis"
19422
19423 - type: "plot"
19424   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19425   algorithm: "plot_tsa_name"
19426   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19428   include:
19429     - "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"
19430     - "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"
19431     - "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"
19432     - "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"
19433     - "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"
19434     - "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"
19435   layout:
19436     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19437     layout: "plot-throughput-speedup-analysis"
19438
19439 ################################################################################
19440
19441 # Packet Throughput - DPDK
19442
19443 # 2n-clx-xxv710
19444
19445 - type: "plot"
19446   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19447   algorithm: "plot_perf_box_name"
19448   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19449   data: "plot-dpdk-throughput-latency-2n-clx"
19450   include:
19451     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19452     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19453   layout:
19454     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19455     layout: "plot-throughput"
19456
19457 - type: "plot"
19458   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19459   algorithm: "plot_perf_box_name"
19460   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19461   data: "plot-dpdk-throughput-latency-2n-clx"
19462   include:
19463     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19464     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19465   layout:
19466     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19467     layout: "plot-throughput"
19468
19469 - type: "plot"
19470   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19471   algorithm: "plot_perf_box_name"
19472   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19473   data: "plot-dpdk-throughput-latency-2n-clx"
19474   include:
19475     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19476     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19477   layout:
19478     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19479     layout: "plot-throughput"
19480
19481 - type: "plot"
19482   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19483   algorithm: "plot_perf_box_name"
19484   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19485   data: "plot-dpdk-throughput-latency-2n-clx"
19486   include:
19487     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19488     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19489   layout:
19490     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19491     layout: "plot-throughput"
19492
19493 # 2n-clx-x710
19494
19495 - type: "plot"
19496   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19497   algorithm: "plot_perf_box_name"
19498   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19499   data: "plot-dpdk-throughput-latency-2n-clx"
19500   include:
19501     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19502     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19503   layout:
19504     title: "2n-clx-x710-64b-2t1c-base-ndr"
19505     layout: "plot-throughput"
19506
19507 - type: "plot"
19508   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19509   algorithm: "plot_perf_box_name"
19510   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19511   data: "plot-dpdk-throughput-latency-2n-clx"
19512   include:
19513     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19514     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19515   layout:
19516     title: "2n-clx-x710-64b-4t2c-base-ndr"
19517     layout: "plot-throughput"
19518
19519 - type: "plot"
19520   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19521   algorithm: "plot_perf_box_name"
19522   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19523   data: "plot-dpdk-throughput-latency-2n-clx"
19524   include:
19525     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19526     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19527   layout:
19528     title: "2n-clx-x710-64b-2t1c-base-pdr"
19529     layout: "plot-throughput"
19530
19531 - type: "plot"
19532   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19533   algorithm: "plot_perf_box_name"
19534   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19535   data: "plot-dpdk-throughput-latency-2n-clx"
19536   include:
19537     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19538     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19539   layout:
19540     title: "2n-clx-x710-64b-4t2c-base-pdr"
19541     layout: "plot-throughput"
19542
19543 ################################################################################
19544
19545 - type: "plot"
19546   title: "Latency by percentile: 2n-skx"
19547   algorithm: "plot_hdrh_lat_by_percentile"
19548   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19549   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19550   target-links: "../../_static/vpp"
19551   data: "plot-vpp-hdrh-lat-2n-skx"
19552   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19553   layout:
19554     layout: "plot-hdrh-latency-by-percentile"
19555
19556 - type: "plot"
19557   title: "Latency by percentile: 2n-skx-nat44"
19558   algorithm: "plot_hdrh_lat_by_percentile"
19559   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19560   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19561   target-links: "../../_static/vpp"
19562   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
19563   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19564   layout:
19565     layout: "plot-hdrh-latency-by-percentile"
19566
19567 - type: "plot"
19568   title: "Latency by percentile: 3n-skx"
19569   algorithm: "plot_hdrh_lat_by_percentile"
19570   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19571   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19572   target-links: "../../_static/vpp"
19573   data: "plot-vpp-hdrh-lat-3n-skx"
19574   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19575   layout:
19576     layout: "plot-hdrh-latency-by-percentile"
19577
19578 - type: "plot"
19579   title: "Latency by percentile: 2n-clx"
19580   algorithm: "plot_hdrh_lat_by_percentile"
19581   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19582   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19583   target-links: "../../_static/vpp"
19584   data: "plot-vpp-hdrh-lat-2n-clx"
19585   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19586   layout:
19587     layout: "plot-hdrh-latency-by-percentile"
19588
19589 - type: "plot"
19590   title: "Latency by percentile: 3n-hsw"
19591   algorithm: "plot_hdrh_lat_by_percentile"
19592   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19593   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19594   target-links: "../../_static/vpp"
19595   data: "plot-vpp-hdrh-lat-3n-hsw"
19596   filter: "'1T1C' and 'NIC_Intel-XL710'"
19597   layout:
19598     layout: "plot-hdrh-latency-by-percentile"
19599
19600 - type: "plot"
19601   title: "Latency by percentile: 3n-tsh"
19602   algorithm: "plot_hdrh_lat_by_percentile"
19603   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19604   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19605   target-links: "../../_static/vpp"
19606   data: "plot-vpp-hdrh-lat-3n-tsh"
19607   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19608   layout:
19609     layout: "plot-hdrh-latency-by-percentile"
19610
19611 - type: "plot"
19612   title: "Latency by percentile: DPDK 2n-skx"
19613   algorithm: "plot_hdrh_lat_by_percentile"
19614   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19615   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19616   target-links: "../../_static/dpdk"
19617   data: "plot-dpdk-hdrh-lat-2n-skx"
19618   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19619   layout:
19620     layout: "plot-hdrh-latency-by-percentile"
19621
19622 - type: "plot"
19623   title: "Latency by percentile: DPDK 3n-skx"
19624   algorithm: "plot_hdrh_lat_by_percentile"
19625   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19626   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19627   target-links: "../../_static/dpdk"
19628   data: "plot-dpdk-hdrh-lat-3n-skx"
19629   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19630   layout:
19631     layout: "plot-hdrh-latency-by-percentile"
19632
19633 - type: "plot"
19634   title: "Latency by percentile: DPDK 2n-clx"
19635   algorithm: "plot_hdrh_lat_by_percentile"
19636   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19637   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19638   target-links: "../../_static/dpdk"
19639   data: "plot-dpdk-hdrh-lat-2n-clx"
19640   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19641   layout:
19642     layout: "plot-hdrh-latency-by-percentile"
19643
19644 - type: "plot"
19645   title: "Latency by percentile: DPDK 3n-hsw"
19646   algorithm: "plot_hdrh_lat_by_percentile"
19647   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19648   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19649   target-links: "../../_static/dpdk"
19650   data: "plot-dpdk-hdrh-lat-3n-hsw"
19651   filter: "'1T1C' and 'NIC_Intel-XL710'"
19652   layout:
19653     layout: "plot-hdrh-latency-by-percentile"
19654
19655 - type: "plot"
19656   title: "Latency by percentile: DPDK 3n-tsh"
19657   algorithm: "plot_hdrh_lat_by_percentile"
19658   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19659   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19660   target-links: "../../_static/dpdk"
19661   data: "plot-dpdk-hdrh-lat-3n-tsh"
19662   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19663   layout:
19664     layout: "plot-hdrh-latency-by-percentile"