72d567bf629c6e66b87042966f110fabf245ed6a
[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         - 42  # rls2009 NDRPDR iter env 5
337         - 65  # rls2009 NDRPDR iter env 5
338         - 66  # rls2009 NDRPDR iter env 5
339         - 79  # rls2009 NDRPDR iter env 5
340         - 82  # 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
411     plot-vpp-hdrh-lat-3n-tsh:
412       csit-vpp-perf-report-iterative-2009-3n-tsh:
413         - 14  # rls2009 NDRPDR iter env 5
414
415     plot-dpdk-throughput-latency-3n-tsh:
416       # TODO: Add:
417       csit-dpdk-perf-report-iterative-2009-3n-tsh:
418         - 1   # NDRPDR iter env5
419         - 2   # NDRPDR iter env5
420         - 3   # NDRPDR iter env5
421         - 4   # NDRPDR iter env5
422         - 5   # NDRPDR iter env5
423         - 6   # NDRPDR iter env5
424         - 7   # NDRPDR iter env5
425         - 9   # NDRPDR iter env5
426         - 10  # NDRPDR iter env5
427
428     plot-dpdk-hdrh-lat-3n-tsh:
429       csit-dpdk-perf-report-iterative-2009-3n-tsh:
430         - 1   # NDRPDR iter env5
431
432     # 3n-dnv
433
434     plot-vpp-throughput-lat-tsa-3n-dnv:
435       csit-vpp-perf-report-iterative-2009-3n-dnv:
436         - 3   # rls2009 NDRPDR iter env 5
437         - 6   # rls2009 NDRPDR iter env 5
438         - 7   # rls2009 NDRPDR iter env 5
439         - 8   # rls2009 NDRPDR iter env 5
440         - 10  # rls2009 NDRPDR iter env 5
441         - 11  # rls2009 NDRPDR iter env 5
442         - 12  # rls2009 NDRPDR iter env 5
443         - 14  # rls2009 NDRPDR iter env 5
444         - 15  # rls2009 NDRPDR iter env 5
445         - 24  # rls2009 NDRPDR iter env 5
446
447 #    plot-dpdk-throughput-latency-3n-dnv:
448 #      # No data
449 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
450
451     # 2n-dnv
452
453     plot-vpp-throughput-lat-tsa-2n-dnv:
454       csit-vpp-perf-report-iterative-2009-2n-dnv:
455         - 3   # rls2009 NDRPDR iter env 5
456         - 5   # rls2009 NDRPDR iter env 5
457         - 6   # rls2009 NDRPDR iter env 5
458         - 7   # rls2009 NDRPDR iter env 5
459         - 9   # rls2009 NDRPDR iter env 5
460         - 10  # rls2009 NDRPDR iter env 5
461         - 11  # rls2009 NDRPDR iter env 5
462         - 12  # rls2009 NDRPDR iter env 5
463         - 14  # rls2009 NDRPDR iter env 5
464         - 15  # rls2009 NDRPDR iter env 5
465
466 #    plot-dpdk-throughput-latency-2n-dnv:
467 #      # No data
468 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
469
470     ###########################################################################
471     # Simple tables (only one data set):
472
473     # NIC Comparisons
474
475     vpp-nic-comparison-3n-skx:
476       csit-vpp-perf-report-iterative-2009-3n-skx:
477         - 26  # rls2009 NDRPDR iter env 5
478         - 27  # rls2009 NDRPDR iter env 5
479         - 28  # rls2009 NDRPDR iter env 5
480         - 29  # rls2009 NDRPDR iter env 5
481         - 35  # rls2009 NDRPDR iter env 5
482         - 36  # rls2009 NDRPDR iter env 5
483         - 37  # rls2009 NDRPDR iter env 5
484         - 38  # rls2009 NDRPDR iter env 5
485         - 39  # rls2009 NDRPDR iter env 5
486         - 40  # rls2009 NDRPDR iter env 5
487
488     vpp-nic-comparison-2n-skx:
489       csit-vpp-perf-report-iterative-2009-2n-skx:
490         - 35  # rls2009 NDRPDR iter env 5
491         - 36  # rls2009 NDRPDR iter env 5
492         - 37  # rls2009 NDRPDR iter env 5
493         - 39  # rls2009 NDRPDR iter env 5
494         - 40  # rls2009 NDRPDR iter env 5
495         - 42  # rls2009 NDRPDR iter env 5
496         - 43  # rls2009 NDRPDR iter env 5
497         - 44  # rls2009 NDRPDR iter env 5
498         - 46  # rls2009 NDRPDR iter env 5
499         - 48  # rls2009 NDRPDR iter env 5
500         - 51  # rls2009 NDRPDR iter NAT44 env 5
501         - 52  # rls2009 NDRPDR iter NAT44 env 5
502         - 53  # rls2009 NDRPDR iter NAT44 env 5
503         - 54  # rls2009 NDRPDR iter NAT44 env 5
504         - 55  # rls2009 NDRPDR iter NAT44 env 5
505         - 56  # rls2009 NDRPDR iter NAT44 env 5
506         - 57  # rls2009 NDRPDR iter NAT44 env 5
507         - 58  # rls2009 NDRPDR iter NAT44 env 5
508         - 59  # rls2009 NDRPDR iter NAT44 env 5
509         - 60  # rls2009 NDRPDR iter NAT44 env 5
510
511     vpp-nic-comparison-3n-skx-mrr:
512       csit-vpp-perf-report-iterative-2009-3n-skx:
513         - 24  # rls2009 MRR iter env 5
514
515     vpp-nic-comparison-2n-skx-mrr:
516       csit-vpp-perf-report-iterative-2009-2n-skx:
517         - 26  # rls2009 MRR iter env 5
518
519     # Results
520
521     vpp-perf-results-3n-hsw:
522       csit-vpp-perf-report-coverage-2009-3n-hsw:
523         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
524         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
525         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
526         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
527         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
528         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
529         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
530         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
531         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
532         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
533         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
534         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
535         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
536         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
537         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
538         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
539         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
540         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
541         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
542         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
543         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
544         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
545         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
546         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
547         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
548         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
549         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
550         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
551         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
552         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
553         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
554         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
555         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
556         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
557         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
558
559     vpp-perf-results-3n-skx:
560       # TODO: Add:
561       csit-vpp-perf-report-coverage-2009-3n-skx:
562         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
563         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
564         - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
565         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
566         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
567         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
568         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
569         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
570         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
571         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
572         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
573         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
574         - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
575         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
576         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
577         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
578         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
579         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
580         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
581         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
582         - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
583         - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
584         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
585         - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
586         - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
587         - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
588         - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
589         - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
590
591     vpp-perf-results-2n-skx:
592       csit-vpp-perf-report-coverage-2009-2n-skx:
593         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
594         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
595         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
596         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
597         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
598         - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
599         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
600         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
601         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
602         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
603         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
604         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
605         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
606         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
607         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
608
609     vpp-perf-results-2n-clx:
610       csit-vpp-perf-report-coverage-2009-2n-clx:
611         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
612         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
613         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
614         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
615         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
616         - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
617         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
618         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
619         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
620         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
621         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
622         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
623         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
624         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
625         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
626
627     vpp-perf-results-3n-tsh:
628       csit-vpp-perf-report-iterative-2009-3n-tsh:
629         - 14  # rls2009 NDRPDR iter env 5
630
631     vpp-perf-results-3n-dnv:
632       csit-vpp-perf-report-coverage-2009-3n-dnv:
633         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
634         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
635         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
636         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
637         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
638         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
639         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
640         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
641         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
642
643     vpp-perf-results-2n-dnv:
644       csit-vpp-perf-report-coverage-2009-2n-dnv:
645         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
646         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
647         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
648         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
649         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
650         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
651
652     vpp-mrr-results-3n-hsw:
653       csit-vpp-perf-report-iterative-2009-3n-hsw:
654         - 23  # rls2009 MRR iter env 5
655
656     vpp-mrr-results-3n-skx:
657       csit-vpp-perf-report-iterative-2009-3n-skx:
658         - 24  # rls2009 MRR iter env 5
659
660     vpp-mrr-results-2n-skx:
661       csit-vpp-perf-report-iterative-2009-2n-skx:
662         - 26  # rls2009 MRR iter env 5
663
664     vpp-mrr-results-2n-clx:
665       csit-vpp-perf-report-iterative-2009-2n-clx:
666         - 78  # rls2009 MRR iter env 5
667
668     vpp-mrr-results-3n-tsh:
669       csit-vpp-perf-report-iterative-2009-3n-tsh:
670         - 15  # rls2006 MRR iter env 5
671
672     vpp-mrr-results-3n-dnv:
673       csit-vpp-perf-report-iterative-2009-3n-dnv:
674         - 22  # rls2009 MRR iter env 5
675
676     vpp-mrr-results-2n-dnv:
677       csit-vpp-perf-report-iterative-2009-2n-dnv:
678         - 13  # rls2009 MRR iter env 5
679
680     vpp-device-results-ubuntu:
681       csit-vpp-device-2009-ubuntu1804-1n-skx:
682         - 131 # rls2009 env 5
683
684     dpdk-perf-results-3n-hsw:
685       csit-dpdk-perf-report-iterative-2009-3n-hsw:
686         - 6   # NDRPDR iter env5
687
688     dpdk-perf-results-3n-skx:
689       csit-dpdk-perf-report-iterative-2009-3n-skx:
690         - 4   # NDRPDR sel env5
691
692     dpdk-perf-results-2n-skx:
693       csit-dpdk-perf-report-iterative-2009-2n-skx:
694         - 4   # NDRPDR iter env5
695
696     dpdk-perf-results-2n-clx:
697       csit-dpdk-perf-report-iterative-2009-2n-clx:
698         - 4   # NDRPDR iter env5
699
700 #    dpdk-perf-results-2n-dnv:
701 #      # No data
702 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
703
704 #    dpdk-perf-results-3n-dnv:
705 #      # No data
706 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
707
708     dpdk-perf-results-3n-tsh:
709       csit-dpdk-perf-report-iterative-2009-3n-tsh:
710         - 1   # NDRPDR iter env5
711
712 ###########################################################################
713     # Tables (more than one data set)
714
715     # Performance changes
716
717     vpp-performance-changes-3n-hsw-h1:
718       csit-vpp-perf-report-iterative-2005-3n-hsw:
719         - 31  # NDRPDR sel 2001.0-4
720         - 32  # NDRPDR sel 2001.0-4
721         - 33  # NDRPDR sel 2001.0-4
722         - 34  # NDRPDR sel 2001.0-4
723         - 35  # NDRPDR sel 2001.0-4
724         - 36  # NDRPDR sel 2001.0-4
725         - 38  # NDRPDR sel 2001.0-4
726     vpp-performance-changes-3n-hsw-ref-env4:
727       csit-vpp-perf-report-iterative-2005-3n-hsw:
728         - 20  # NDRPDR sel env 4
729         - 21  # NDRPDR sel env 4
730         - 22  # NDRPDR sel env 4
731         - 23  # NDRPDR sel env 4
732         - 24  # NDRPDR sel env 4
733         - 25  # NDRPDR sel env 4
734         - 26  # NDRPDR sel env 4
735         - 27  # NDRPDR sel env 4
736         - 28  # NDRPDR sel env 4
737         - 29  # NDRPDR sel env 4
738     vpp-performance-changes-3n-hsw-ref-env5:
739       csit-vpp-perf-report-iterative-2009-3n-hsw:
740         - 9   # rls2005 NDRPDR iter env 5
741         - 10  # rls2005 NDRPDR iter env 5
742         - 11  # rls2005 NDRPDR iter env 5
743         - 12  # rls2005 NDRPDR iter env 5
744         - 13  # rls2005 NDRPDR iter env 5
745         - 14  # rls2005 NDRPDR iter env 5
746         - 15  # rls2005 NDRPDR iter env 5
747         - 16  # rls2005 NDRPDR iter env 5
748         - 17  # rls2005 NDRPDR iter env 5
749         - 19  # rls2005 NDRPDR iter env 5
750     vpp-performance-changes-3n-hsw-cmp:
751       csit-vpp-perf-report-iterative-2009-3n-hsw:
752         - 21  # rls2009 NDRPDR iter env 5
753         - 22  # rls2009 NDRPDR iter env 5
754         - 24  # rls2009 NDRPDR iter env 5
755         - 25  # rls2009 NDRPDR iter env 5
756         - 26  # rls2009 NDRPDR iter env 5
757         - 27  # rls2009 NDRPDR iter env 5
758         - 28  # rls2009 NDRPDR iter env 5
759         - 29  # rls2009 NDRPDR iter env 5
760         - 30  # rls2009 NDRPDR iter env 5
761         - 31  # rls2009 NDRPDR iter env 5
762
763     vpp-performance-changes-3n-skx-h1:
764       csit-vpp-perf-report-iterative-2005-3n-skx:
765         - 50  # NDRPDR sel 2001.0-4
766         - 51  # NDRPDR sel 2001.0-4
767         - 52  # NDRPDR sel 2001.0-4
768         - 53  # NDRPDR sel 2001.0-4
769         - 54  # NDRPDR sel 2001.0-4
770     vpp-performance-changes-3n-skx-ref-env4:
771       csit-vpp-perf-report-iterative-2005-3n-skx:
772         - 42  # NDRPDR sel env 4
773         - 43  # NDRPDR sel env 4
774         - 44  # NDRPDR sel env 4
775         - 45  # NDRPDR sel env 4
776         - 47  # NDRPDR sel env 4
777         - 55  # NDRPDR sel env 4
778         - 56  # NDRPDR sel env 4
779         - 57  # NDRPDR sel env 4
780         - 61  # NDRPDR sel env 4
781         - 62  # NDRPDR sel env 4
782     vpp-performance-changes-3n-skx-ref-env5:
783       csit-vpp-perf-report-iterative-2009-3n-skx:
784         - 13  # rls2005 NDRPDR iter env 5
785         - 18  # rls2005 NDRPDR iter env 5
786         - 19  # rls2005 NDRPDR iter env 5
787         - 41  # rls2005 NDRPDR iter env 5
788     vpp-performance-changes-3n-skx-cmp:
789       csit-vpp-perf-report-iterative-2009-3n-skx:
790         - 26  # rls2009 NDRPDR iter env 5
791         - 27  # rls2009 NDRPDR iter env 5
792         - 28  # rls2009 NDRPDR iter env 5
793         - 29  # rls2009 NDRPDR iter env 5
794         - 35  # rls2009 NDRPDR iter env 5
795         - 36  # rls2009 NDRPDR iter env 5
796         - 37  # rls2009 NDRPDR iter env 5
797         - 38  # rls2009 NDRPDR iter env 5
798         - 39  # rls2009 NDRPDR iter env 5
799         - 40  # rls2009 NDRPDR iter env 5
800
801     vpp-performance-changes-2n-skx-h1:
802       csit-vpp-perf-report-iterative-2005-2n-skx:
803         - 100 # NDRPDR sel 2001.0-4
804         - 101 # NDRPDR sel 2001.0-4
805         - 102 # NDRPDR sel 2001.0-4
806         - 103 # NDRPDR sel 2001.0-4
807         - 104 # NDRPDR sel 2001.0-4
808         - 105 # NDRPDR sel 2001.0-4
809     vpp-performance-changes-2n-skx-ref-env4:
810       csit-vpp-perf-report-iterative-2005-2n-skx:
811         - 88  # NDRPDR sel env 4
812         - 89  # NDRPDR sel env 4
813         - 90  # NDRPDR sel env 4
814         - 91  # NDRPDR sel env 4
815         - 92  # NDRPDR sel env 4
816         - 93  # NDRPDR sel env 4
817         - 94  # NDRPDR sel env 4
818         - 125 # NDRPDR sel env 4
819         - 126 # NDRPDR sel env 4
820         - 127 # NDRPDR sel env 4
821     vpp-performance-changes-2n-skx-ref-env5:
822       csit-vpp-perf-report-iterative-2009-2n-skx:
823         - 13  # rls2005 NDRPDR iter env 5
824         - 16  # rls2005 NDRPDR iter env 5
825         - 17  # rls2005 NDRPDR iter env 5
826         - 18  # rls2005 NDRPDR iter env 5
827         - 19  # rls2005 NDRPDR iter env 5
828         - 21  # rls2005 NDRPDR iter env 5
829         - 22  # rls2005 NDRPDR iter env 5
830         - 23  # rls2005 NDRPDR iter env 5
831         - 24  # rls2005 NDRPDR iter env 5
832         - 25  # rls2005 NDRPDR iter env 5
833     vpp-performance-changes-2n-skx-cmp:
834       csit-vpp-perf-report-iterative-2009-2n-skx:
835         - 35  # rls2009 NDRPDR iter env 5
836         - 36  # rls2009 NDRPDR iter env 5
837         - 37  # rls2009 NDRPDR iter env 5
838         - 39  # rls2009 NDRPDR iter env 5
839         - 40  # rls2009 NDRPDR iter env 5
840         - 42  # rls2009 NDRPDR iter env 5
841         - 43  # rls2009 NDRPDR iter env 5
842         - 44  # rls2009 NDRPDR iter env 5
843         - 46  # rls2009 NDRPDR iter env 5
844         - 48  # rls2009 NDRPDR iter env 5
845         - 51  # rls2009 NDRPDR iter NAT44 env 5
846         - 52  # rls2009 NDRPDR iter NAT44 env 5
847         - 53  # rls2009 NDRPDR iter NAT44 env 5
848         - 54  # rls2009 NDRPDR iter NAT44 env 5
849         - 55  # rls2009 NDRPDR iter NAT44 env 5
850         - 56  # rls2009 NDRPDR iter NAT44 env 5
851         - 57  # rls2009 NDRPDR iter NAT44 env 5
852         - 58  # rls2009 NDRPDR iter NAT44 env 5
853         - 59  # rls2009 NDRPDR iter NAT44 env 5
854         - 60  # rls2009 NDRPDR iter NAT44 env 5
855
856     vpp-performance-changes-2n-clx-h1:
857       csit-vpp-perf-report-iterative-2005-2n-clx:
858         - 73  # NDRPDR sel 2001.0-4
859         - 74  # NDRPDR sel 2001.0-4
860         - 75  # NDRPDR sel 2001.0-4
861         - 76  # NDRPDR sel 2001.0-4
862         - 77  # NDRPDR sel 2001.0-4
863         - 78  # NDRPDR sel 2001.0-4
864         - 79  # NDRPDR sel 2001.0-4
865         - 80  # NDRPDR sel 2001.0-4
866     vpp-performance-changes-2n-clx-ref-env4:
867       csit-vpp-perf-report-iterative-2005-2n-clx:
868         - 62  # NDRPDR sel env 4
869         - 63  # NDRPDR sel env 4
870         - 64  # NDRPDR sel env 4
871         - 65  # NDRPDR sel env 4
872         - 66  # NDRPDR sel env 4
873         - 68  # NDRPDR sel env 4
874         - 69  # NDRPDR sel env 4
875         - 70  # NDRPDR sel env 4
876         - 103 # NDRPDR sel env 4
877         - 104 # NDRPDR sel env 4
878     vpp-performance-changes-2n-clx-ref-env5:
879       csit-vpp-perf-report-iterative-2009-2n-clx:
880         - 13  # rls2005 NDRPDR iter env 5
881         - 15  # rls2005 NDRPDR iter env 5
882         - 17  # rls2005 NDRPDR iter env 5
883         - 18  # rls2005 NDRPDR iter env 5
884         - 19  # rls2005 NDRPDR iter env 5
885         - 20  # rls2005 NDRPDR iter env 5
886         - 21  # rls2005 NDRPDR iter env 5
887         - 22  # rls2005 NDRPDR iter env 5
888         - 23  # rls2005 NDRPDR iter env 5
889         - 24  # rls2005 NDRPDR iter env 5
890     vpp-performance-changes-2n-clx-cmp:
891       csit-vpp-perf-report-iterative-2009-2n-clx:
892         - 36  # rls2009 NDRPDR iter env 5
893         - 39  # rls2009 NDRPDR iter env 5
894         - 40  # rls2009 NDRPDR iter env 5
895         - 42  # rls2009 NDRPDR iter env 5
896         - 65  # rls2009 NDRPDR iter env 5
897         - 66  # rls2009 NDRPDR iter env 5
898         - 79  # rls2009 NDRPDR iter env 5
899         - 82  # rls2009 NDRPDR iter env 5
900         - 89  # rls2009 NDRPDR iter env 5
901         - 90  # rls2009 NDRPDR iter env 5
902
903     vpp-performance-changes-2n-dnv-h1:
904       csit-vpp-perf-verify-2001-2n-dnv:
905         - 4   # NDRPDR sel
906         - 5   # NDRPDR sel
907         - 6   # NDRPDR sel
908         - 7   # NDRPDR sel
909         - 8   # NDRPDR sel
910         - 9   # NDRPDR sel
911         - 10  # NDRPDR sel
912         - 11  # NDRPDR sel
913         - 13  # NDRPDR sel
914         - 16  # NDRPDR sel
915     vpp-performance-changes-2n-dnv-ref:
916       csit-vpp-perf-report-iterative-2009-2n-dnv:
917         - 16  # rls2005 NDRPDR iter env 5
918         - 17  # rls2005 NDRPDR iter env 5
919         - 18  # rls2005 NDRPDR iter env 5
920         - 19  # rls2005 NDRPDR iter env 5
921         - 21  # rls2005 NDRPDR iter env 5
922         - 24  # rls2005 NDRPDR iter env 5
923         - 27  # rls2005 NDRPDR iter env 5
924         - 28  # rls2005 NDRPDR iter env 5
925         - 29  # rls2005 NDRPDR iter env 5
926         - 30  # rls2005 NDRPDR iter env 5
927     vpp-performance-changes-2n-dnv-cmp:
928       csit-vpp-perf-report-iterative-2009-2n-dnv:
929         - 3   # rls2009 NDRPDR iter env 5
930         - 5   # rls2009 NDRPDR iter env 5
931         - 6   # rls2009 NDRPDR iter env 5
932         - 7   # rls2009 NDRPDR iter env 5
933         - 9   # rls2009 NDRPDR iter env 5
934         - 10  # rls2009 NDRPDR iter env 5
935         - 11  # rls2009 NDRPDR iter env 5
936         - 12  # rls2009 NDRPDR iter env 5
937         - 14  # rls2009 NDRPDR iter env 5
938         - 15  # rls2009 NDRPDR iter env 5
939
940     vpp-performance-changes-3n-dnv-h1:
941       csit-vpp-perf-verify-2001-3n-dnv:
942         - 5   # NDRPDR sel
943         - 6   # NDRPDR sel
944         - 7   # NDRPDR sel
945         - 8   # NDRPDR sel
946         - 9   # NDRPDR sel
947         - 10  # NDRPDR sel
948         - 12  # NDRPDR sel
949         - 16  # NDRPDR sel
950         - 17  # NDRPDR sel
951         - 18  # NDRPDR sel
952     vpp-performance-changes-3n-dnv-ref:
953       csit-vpp-perf-report-iterative-2009-3n-dnv:
954         - 16  # rls2005 NDRPDR iter env 5
955         - 23  # rls2005 NDRPDR iter env 5
956         - 25  # rls2005 NDRPDR iter env 5
957         - 26  # rls2005 NDRPDR iter env 5
958         - 27  # rls2005 NDRPDR iter env 5
959         - 28  # rls2005 NDRPDR iter env 5
960         - 29  # rls2005 NDRPDR iter env 5
961         - 30  # rls2005 NDRPDR iter env 5
962         - 31  # rls2005 NDRPDR iter env 5
963         - 32  # rls2005 NDRPDR iter env 5
964     vpp-performance-changes-3n-dnv-cmp:
965       csit-vpp-perf-report-iterative-2009-3n-dnv:
966         - 3   # rls2009 NDRPDR iter env 5
967         - 6   # rls2009 NDRPDR iter env 5
968         - 7   # rls2009 NDRPDR iter env 5
969         - 8   # rls2009 NDRPDR iter env 5
970         - 10  # rls2009 NDRPDR iter env 5
971         - 11  # rls2009 NDRPDR iter env 5
972         - 12  # rls2009 NDRPDR iter env 5
973         - 14  # rls2009 NDRPDR iter env 5
974         - 15  # rls2009 NDRPDR iter env 5
975         - 24  # rls2009 NDRPDR iter env 5
976
977     vpp-performance-changes-3n-tsh-h1:
978       csit-vpp-perf-report-iterative-2005-3n-tsh:
979         - 28  # NDRPDR sel 2001.0-4
980         - 29  # NDRPDR sel 2001.0-4
981         - 31  # NDRPDR sel 2001.0-4
982     vpp-performance-changes-3n-tsh-ref-env4:
983       csit-vpp-perf-report-iterative-2005-3n-tsh:
984         - 23  # NDRPDR sel env 4
985         - 25  # NDRPDR sel env 4
986         - 33  # NDRPDR sel env 4
987         - 34  # NDRPDR sel env 4
988         - 35  # NDRPDR sel env 4
989         - 36  # NDRPDR sel env 4
990         - 37  # NDRPDR sel env 4
991         - 38  # NDRPDR sel env 4
992         - 39  # NDRPDR sel env 4
993         - 40  # NDRPDR sel env 4
994     vpp-performance-changes-3n-tsh-ref-env5:
995       csit-vpp-perf-report-iterative-2009-3n-tsh:
996         - 8   # rls2005 NDRPDR iter env 5
997         - 11  # rls2005 NDRPDR iter env 5
998         - 12  # rls2005 NDRPDR iter env 5
999         - 24  # rls2005 NDRPDR iter env 5
1000         - 27  # rls2005 NDRPDR iter env 5
1001     vpp-performance-changes-3n-tsh-cmp:
1002       # TODO: Add:
1003       csit-vpp-perf-report-iterative-2009-3n-tsh:
1004         - 14  # rls2009 NDRPDR iter env 5
1005         - 20  # rls2009 NDRPDR iter env 5
1006         - 21  # rls2009 NDRPDR iter env 5
1007         - 22  # rls2009 NDRPDR iter env 5
1008         - 23  # rls2009 NDRPDR iter env 5
1009
1010     vpp-soak-vs-ndr-2n-skx-ref:
1011       csit-vpp-perf-report-iterative-2009-2n-skx:
1012         - 35  # rls2009 NDRPDR iter env 5
1013         - 36  # rls2009 NDRPDR iter env 5
1014         - 37  # rls2009 NDRPDR iter env 5
1015         - 39  # rls2009 NDRPDR iter env 5
1016         - 40  # rls2009 NDRPDR iter env 5
1017         - 42  # rls2009 NDRPDR iter env 5
1018         - 43  # rls2009 NDRPDR iter env 5
1019         - 44  # rls2009 NDRPDR iter env 5
1020         - 46  # rls2009 NDRPDR iter env 5
1021         - 48  # rls2009 NDRPDR iter env 5
1022     vpp-soak-vs-ndr-2n-skx-cmp:
1023       csit-vpp-perf-report-iterative-2009-2n-skx:
1024         - 33  # rls2009 soak env 5
1025         - 34  # rls2009 soak env 5
1026     vpp-soak-vs-ndr-2n-skx:
1027       csit-vpp-perf-report-iterative-2009-2n-skx:
1028         - 35  # rls2009 NDRPDR iter env 5
1029         - 36  # rls2009 NDRPDR iter env 5
1030         - 37  # rls2009 NDRPDR iter env 5
1031         - 39  # rls2009 NDRPDR iter env 5
1032         - 40  # rls2009 NDRPDR iter env 5
1033         - 42  # rls2009 NDRPDR iter env 5
1034         - 43  # rls2009 NDRPDR iter env 5
1035         - 44  # rls2009 NDRPDR iter env 5
1036         - 46  # rls2009 NDRPDR iter env 5
1037         - 48  # rls2009 NDRPDR iter env 5
1038         - 33  # rls2009 soak env 5
1039         - 34  # rls2009 soak env 5
1040
1041     vpp-soak-vs-ndr-2n-clx-ref:
1042       csit-vpp-perf-report-iterative-2009-2n-clx:
1043         - 36  # rls2009 NDRPDR iter env 5
1044         - 39  # rls2009 NDRPDR iter env 5
1045         - 40  # rls2009 NDRPDR iter env 5
1046         - 42  # rls2009 NDRPDR iter env 5
1047         - 65  # rls2009 NDRPDR iter env 5
1048         - 66  # rls2009 NDRPDR iter env 5
1049         - 79  # rls2009 NDRPDR iter env 5
1050         - 82  # rls2009 NDRPDR iter env 5
1051         - 89  # rls2009 NDRPDR iter env 5
1052         - 90  # rls2009 NDRPDR iter env 5
1053     vpp-soak-vs-ndr-2n-clx-cmp:
1054       csit-vpp-perf-report-iterative-2009-2n-clx:
1055         - 33  # rls2009 soak env 5
1056         - 34  # rls2009 soak env 5
1057     vpp-soak-vs-ndr-2n-clx:
1058       csit-vpp-perf-report-iterative-2009-2n-clx:
1059         - 36  # rls2009 NDRPDR iter env 5
1060         - 39  # rls2009 NDRPDR iter env 5
1061         - 40  # rls2009 NDRPDR iter env 5
1062         - 42  # rls2009 NDRPDR iter env 5
1063         - 65  # rls2009 NDRPDR iter env 5
1064         - 66  # rls2009 NDRPDR iter env 5
1065         - 79  # rls2009 NDRPDR iter env 5
1066         - 82  # rls2009 NDRPDR iter env 5
1067         - 89  # rls2009 NDRPDR iter env 5
1068         - 90  # rls2009 NDRPDR iter env 5
1069         - 33  # rls2009 soak env 5
1070         - 34  # rls2009 soak env 5
1071
1072     vpp-performance-changes-3n-hsw-mrr-h1:
1073       csit-vpp-perf-verify-2001-3n-hsw:
1074         - 17  # MRR sel
1075     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1076       csit-vpp-perf-report-iterative-2005-3n-hsw:
1077         - 30  # MRR env 4
1078     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1079       csit-vpp-perf-report-iterative-2009-3n-hsw:
1080         - 18  # rls2005 MRR iter env 5
1081     vpp-performance-changes-3n-hsw-mrr-cmp:
1082       csit-vpp-perf-report-iterative-2009-3n-hsw:
1083         - 23  # rls2009 MRR iter env 5
1084
1085     vpp-performance-changes-3n-skx-mrr-h1:
1086       csit-vpp-perf-verify-2001-3n-skx:
1087         - 50  # MRR sel
1088         - 53  # MRR sel addition
1089     vpp-performance-changes-3n-skx-mrr-ref-env4:
1090       csit-vpp-perf-report-iterative-2005-3n-skx:
1091         - 49  # MRR sel env 4
1092     vpp-performance-changes-3n-skx-mrr-ref-env5:
1093       csit-vpp-perf-report-iterative-2009-3n-skx:
1094         - 17  # rls2005 MRR iter env 5
1095     vpp-performance-changes-3n-skx-mrr-cmp:
1096       csit-vpp-perf-report-iterative-2009-3n-skx:
1097         - 24  # rls2009 MRR iter env 5
1098
1099     vpp-performance-changes-2n-skx-mrr-h1:
1100       csit-vpp-perf-verify-2001-2n-skx:
1101         - 101 # MRR sel
1102         - 128 # MRR sel addition
1103     vpp-performance-changes-2n-skx-mrr-ref-env4:
1104       csit-vpp-perf-report-iterative-2005-2n-skx:
1105         - 99  # MRR sel env 4
1106     vpp-performance-changes-2n-skx-mrr-ref-env5:
1107       csit-vpp-perf-report-iterative-2009-2n-skx:
1108         - 20  # rls2005 MRR iter env 5
1109     vpp-performance-changes-2n-skx-mrr-cmp:
1110       csit-vpp-perf-report-iterative-2009-2n-skx:
1111         - 26  # rls2009 MRR iter env 5
1112
1113     vpp-performance-changes-2n-clx-mrr-h1:
1114       csit-vpp-perf-verify-2001-2n-clx:
1115         - 39  # MRR
1116     vpp-performance-changes-2n-clx-mrr-ref-env4:
1117       csit-vpp-perf-report-iterative-2005-2n-clx:
1118         - 72   # MRR sel env 4
1119     vpp-performance-changes-2n-clx-mrr-ref-env5:
1120       csit-vpp-perf-report-iterative-2009-2n-clx:
1121         - 77  # rls2005 MRR iter env 5
1122     vpp-performance-changes-2n-clx-mrr-cmp:
1123       csit-vpp-perf-report-iterative-2009-2n-clx:
1124         - 78  # rls2009 MRR iter env 5
1125
1126     vpp-performance-changes-2n-dnv-mrr-h1:
1127       csit-vpp-perf-verify-2001-2n-dnv:
1128         - 12  # MRR sel
1129     vpp-performance-changes-2n-dnv-mrr-ref:
1130       csit-vpp-perf-report-iterative-2009-2n-dnv:
1131         - 23  # rls2005 MRR iter env 5
1132     vpp-performance-changes-2n-dnv-mrr-cmp:
1133       csit-vpp-perf-report-iterative-2009-2n-dnv:
1134         - 13  # rls2009 MRR iter env 5
1135
1136     vpp-performance-changes-3n-dnv-mrr-h1:
1137       csit-vpp-perf-verify-2001-3n-dnv:
1138         - 11  # MRR sel
1139     vpp-performance-changes-3n-dnv-mrr-ref:
1140       csit-vpp-perf-report-iterative-2009-3n-dnv:
1141         - 19  # rls2005 MRR iter env 5
1142     vpp-performance-changes-3n-dnv-mrr-cmp:
1143       csit-vpp-perf-report-iterative-2009-3n-dnv:
1144         - 22  # rls2009 MRR iter env 5
1145
1146     vpp-performance-changes-3n-tsh-mrr-h1:
1147       csit-vpp-perf-verify-2001-3n-tsh:
1148         - 9   # MRR sel
1149     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1150       csit-vpp-perf-report-iterative-2005-3n-tsh:
1151         - 27  # MRR sel env 4
1152     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1153       csit-vpp-perf-report-iterative-2009-3n-tsh:
1154         - 13  # rls2005 MRR iter env 5
1155     vpp-performance-changes-3n-tsh-mrr-cmp:
1156       csit-vpp-perf-report-iterative-2009-3n-tsh:
1157         - 15  # rls2006 MRR iter env 5
1158
1159     dpdk-performance-changes-3n-hsw-h1:
1160       csit-dpdk-perf-verify-2001-3n-hsw:
1161         - 4   # NDRPDR sel
1162         - 5   # NDRPDR sel
1163         - 6   # NDRPDR sel
1164         - 7   # NDRPDR sel
1165         - 8   # NDRPDR sel
1166         - 9   # NDRPDR sel
1167         - 10  # NDRPDR sel
1168         - 11  # NDRPDR sel
1169         - 12  # NDRPDR sel
1170         - 13  # NDRPDR sel
1171         - 15  # NDRPDR sel
1172         - 16  # NDRPDR sel
1173         - 17  # NDRPDR sel
1174         - 18  # NDRPDR sel
1175         - 19  # NDRPDR sel
1176         - 20  # NDRPDR sel
1177         - 21  # NDRPDR sel
1178         - 22  # NDRPDR sel
1179         - 23  # NDRPDR sel
1180         - 24  # NDRPDR sel
1181     dpdk-performance-changes-3n-hsw-ref:
1182       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1183         - 25  # NDRPDR iter
1184         - 26  # NDRPDR iter
1185         - 27  # NDRPDR iter
1186         - 28  # NDRPDR iter
1187         - 29  # NDRPDR iter
1188         - 30  # NDRPDR iter
1189         - 31  # NDRPDR iter
1190         - 32  # NDRPDR iter
1191         - 33  # NDRPDR iter
1192         - 34  # NDRPDR iter
1193     dpdk-performance-changes-3n-hsw-cmp:
1194       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1195         - 6   # NDRPDR iter env5
1196         - 7   # NDRPDR iter env5
1197         - 8   # NDRPDR iter env5
1198         - 9   # NDRPDR iter env5
1199         - 10  # NDRPDR iter env5
1200         - 11  # NDRPDR iter env5
1201         - 12  # NDRPDR iter env5
1202         - 13  # NDRPDR iter env5
1203         - 14  # NDRPDR iter env5
1204         - 15  # NDRPDR iter env5
1205
1206     dpdk-performance-changes-3n-skx-h1:
1207       csit-dpdk-perf-verify-2001-3n-skx:
1208         - 29  # NDRPDR sel xxv710
1209         - 33  # NDRPDR sel xxv710
1210         - 34  # NDRPDR sel xxv710
1211         - 35  # NDRPDR sel xxv710
1212         - 36  # NDRPDR sel xxv710
1213         - 37  # NDRPDR sel xxv710
1214         - 41  # NDRPDR sel xxv710
1215         - 42  # NDRPDR sel xxv710
1216         - 43  # NDRPDR sel xxv710
1217         - 45  # NDRPDR sel xxv710
1218         - 30  # NDRPDR sel x710
1219         - 31  # NDRPDR sel x710
1220         - 32  # NDRPDR sel x710
1221         - 38  # NDRPDR sel x710
1222         - 39  # NDRPDR sel x710
1223         - 40  # NDRPDR sel x710
1224         - 44  # NDRPDR sel x710
1225         - 46  # NDRPDR sel x710
1226         - 47  # NDRPDR sel x710
1227         - 48  # NDRPDR sel x710
1228     dpdk-performance-changes-3n-skx-ref:
1229       csit-dpdk-perf-report-iterative-2005-3n-skx:
1230         - 28  # NDRPDR iter
1231         - 29  # NDRPDR iter
1232         - 30  # NDRPDR iter
1233         - 31  # NDRPDR iter
1234         - 32  # NDRPDR iter
1235         - 33  # NDRPDR iter
1236         - 34  # NDRPDR iter
1237         - 35  # NDRPDR iter
1238         - 36  # NDRPDR iter
1239         - 37  # NDRPDR iter
1240     dpdk-performance-changes-3n-skx-cmp:
1241       csit-dpdk-perf-report-iterative-2009-3n-skx:
1242         - 4   # NDRPDR sel env5
1243         - 5   # NDRPDR sel env5
1244         - 6   # NDRPDR sel env5
1245         - 7   # NDRPDR sel env5
1246         - 8   # NDRPDR sel env5
1247         - 9   # NDRPDR sel env5
1248         - 14  # NDRPDR sel env5
1249         - 11  # NDRPDR sel env5
1250         - 12  # NDRPDR sel env5
1251         - 13  # NDRPDR sel env5
1252
1253     dpdk-performance-changes-2n-skx-h1:
1254       csit-dpdk-perf-verify-2001-2n-skx:
1255         - 35  # NDRPDR sel xxv710
1256         - 36  # NDRPDR sel xxv710
1257         - 37  # NDRPDR sel xxv710
1258         - 41  # NDRPDR sel xxv710
1259         - 42  # NDRPDR sel xxv710
1260         - 43  # NDRPDR sel xxv710
1261         - 46  # NDRPDR sel xxv710
1262         - 47  # NDRPDR sel xxv710
1263         - 52  # NDRPDR sel xxv710
1264         - 53  # NDRPDR sel xxv710
1265         - 38  # NDRPDR sel x710
1266         - 39  # NDRPDR sel x710
1267         - 40  # NDRPDR sel x710
1268         - 44  # NDRPDR sel x710
1269         - 45  # NDRPDR sel x710
1270         - 48  # NDRPDR sel x710
1271         - 49  # NDRPDR sel x710
1272         - 50  # NDRPDR sel x710
1273         - 51  # NDRPDR sel x710
1274         - 54  # NDRPDR sel x710
1275     dpdk-performance-changes-2n-skx-ref:
1276       csit-dpdk-perf-report-iterative-2005-2n-skx:
1277         - 20  # NDRPDR iter
1278         - 21  # NDRPDR iter
1279         - 22  # NDRPDR iter
1280         - 23  # NDRPDR iter
1281         - 24  # NDRPDR iter
1282         - 25  # NDRPDR iter
1283         - 26  # NDRPDR iter
1284         - 27  # NDRPDR iter
1285         - 28  # NDRPDR iter
1286         - 29  # NDRPDR iter
1287     dpdk-performance-changes-2n-skx-cmp:
1288       csit-dpdk-perf-report-iterative-2009-2n-skx:
1289         - 4   # NDRPDR iter env5
1290         - 5   # NDRPDR iter env5
1291         - 6   # NDRPDR iter env5
1292         - 7   # NDRPDR iter env5
1293         - 8   # NDRPDR iter env5
1294         - 9   # NDRPDR iter env5
1295         - 10  # NDRPDR iter env5
1296         - 11  # NDRPDR iter env5
1297         - 12  # NDRPDR iter env5
1298         - 13  # NDRPDR iter env5
1299
1300     dpdk-performance-changes-2n-clx-h1:
1301       csit-dpdk-perf-verify-2001-2n-clx:
1302         - 15  # NDRPDR sel
1303         - 16  # NDRPDR sel
1304         - 17  # NDRPDR sel
1305         - 18  # NDRPDR sel
1306         - 19  # NDRPDR sel
1307         - 20  # NDRPDR sel
1308         - 21  # NDRPDR sel
1309         - 22  # NDRPDR sel
1310         - 23  # NDRPDR sel
1311         - 24  # NDRPDR sel
1312         - 25  # NDRPDR sel
1313         - 26  # NDRPDR sel
1314         - 27  # NDRPDR sel
1315         - 28  # NDRPDR sel
1316         - 29  # NDRPDR sel
1317         - 30  # NDRPDR sel
1318         - 31  # NDRPDR sel
1319         - 32  # NDRPDR sel
1320         - 33  # NDRPDR sel
1321         - 34  # NDRPDR sel
1322     dpdk-performance-changes-2n-clx-ref:
1323       csit-dpdk-perf-report-iterative-2005-2n-clx:
1324         - 20  # NDRPDR iter
1325         - 21  # NDRPDR iter
1326         - 22  # NDRPDR iter
1327         - 23  # NDRPDR iter
1328         - 24  # NDRPDR iter
1329         - 25  # NDRPDR iter
1330         - 26  # NDRPDR iter
1331         - 27  # NDRPDR iter
1332         - 28  # NDRPDR iter
1333         - 29  # NDRPDR iter
1334     dpdk-performance-changes-2n-clx-cmp:
1335       csit-dpdk-perf-report-iterative-2009-2n-clx:
1336         - 4   # NDRPDR iter env5
1337         - 5   # NDRPDR iter env5
1338         - 6   # NDRPDR iter env5
1339         - 7   # NDRPDR iter env5
1340         - 8   # NDRPDR iter env5
1341         - 9   # NDRPDR iter env5
1342         - 10  # NDRPDR iter env5
1343         - 11  # NDRPDR iter env5
1344         - 12  # NDRPDR iter env5
1345         - 13  # NDRPDR iter env5
1346
1347 #    dpdk-performance-changes-2n-dnv-h1:
1348 #      csit-dpdk-perf-verify-2001-2n-dnv:
1349 #        - 9   # NDRPDR sel
1350 #        - 10  # NDRPDR sel
1351 #        - 11  # NDRPDR sel
1352 #        - 12  # NDRPDR sel
1353 #        - 13  # NDRPDR sel
1354 #        - 14  # NDRPDR sel
1355 #        - 15  # NDRPDR sel
1356 #        - 16  # NDRPDR sel
1357 #        - 17  # NDRPDR sel
1358 #        - 18  # NDRPDR sel
1359 #    dpdk-performance-changes-2n-dnv-ref:
1360 #      # No data
1361 #    dpdk-performance-changes-2n-dnv-cmp:
1362 #      # No data
1363 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1364
1365 #    dpdk-performance-changes-3n-dnv-h1:
1366 #      csit-dpdk-perf-verify-2001-3n-dnv:
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 #        - 19  # NDRPDR sel
1375 #        - 20  # NDRPDR sel
1376 #        - 22  # NDRPDR sel
1377 #    dpdk-performance-changes-3n-dnv-ref:
1378 #      # No data
1379 #    dpdk-performance-changes-3n-dnv-cmp:
1380 #      # No data
1381 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1382
1383     dpdk-performance-changes-3n-tsh-h1:
1384       csit-dpdk-perf-verify-2001-3n-tsh:
1385         - 3   # NDRPDR sel
1386         - 4   # NDRPDR sel
1387         - 5   # NDRPDR sel
1388         - 9   # NDRPDR sel
1389         - 10  # NDRPDR sel
1390         - 11  # NDRPDR sel
1391         - 12  # NDRPDR sel
1392         - 14  # NDRPDR sel
1393         - 15  # NDRPDR sel
1394         - 18  # NDRPDR sel
1395     dpdk-performance-changes-3n-tsh-ref:
1396       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1397         - 5   # NDRPDR sel
1398     dpdk-performance-changes-3n-tsh-cmp:
1399       # TODO: Add:
1400       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1401         - 1   # NDRPDR iter env5
1402         - 2   # NDRPDR iter env5
1403         - 3   # NDRPDR iter env5
1404         - 4   # NDRPDR iter env5
1405         - 5   # NDRPDR iter env5
1406         - 6   # NDRPDR iter env5
1407         - 7   # NDRPDR iter env5
1408         - 9   # NDRPDR iter env5
1409         - 10  # NDRPDR iter env5
1410
1411     # Compare testbeds
1412
1413     vpp-compare-testbeds-ref:
1414       csit-vpp-perf-report-iterative-2009-3n-hsw:
1415         - 21  # rls2009 NDRPDR iter env 5
1416         - 22  # rls2009 NDRPDR iter env 5
1417         - 24  # rls2009 NDRPDR iter env 5
1418         - 25  # rls2009 NDRPDR iter env 5
1419         - 26  # rls2009 NDRPDR iter env 5
1420         - 27  # rls2009 NDRPDR iter env 5
1421         - 28  # rls2009 NDRPDR iter env 5
1422         - 29  # rls2009 NDRPDR iter env 5
1423         - 30  # rls2009 NDRPDR iter env 5
1424         - 31  # rls2009 NDRPDR iter env 5
1425     vpp-compare-testbeds-cmp:
1426       csit-vpp-perf-report-iterative-2009-3n-skx:
1427         - 26  # rls2009 NDRPDR iter env 5
1428         - 27  # rls2009 NDRPDR iter env 5
1429         - 28  # rls2009 NDRPDR iter env 5
1430         - 29  # rls2009 NDRPDR iter env 5
1431         - 35  # rls2009 NDRPDR iter env 5
1432         - 36  # rls2009 NDRPDR iter env 5
1433         - 37  # rls2009 NDRPDR iter env 5
1434         - 38  # rls2009 NDRPDR iter env 5
1435         - 39  # rls2009 NDRPDR iter env 5
1436         - 40  # rls2009 NDRPDR iter env 5
1437
1438     vpp-compare-testbeds-skx-clx-ref:
1439       csit-vpp-perf-report-iterative-2009-2n-skx:
1440         - 35  # rls2009 NDRPDR iter env 5
1441         - 36  # rls2009 NDRPDR iter env 5
1442         - 37  # rls2009 NDRPDR iter env 5
1443         - 39  # rls2009 NDRPDR iter env 5
1444         - 40  # rls2009 NDRPDR iter env 5
1445         - 42  # rls2009 NDRPDR iter env 5
1446         - 43  # rls2009 NDRPDR iter env 5
1447         - 44  # rls2009 NDRPDR iter env 5
1448         - 46  # rls2009 NDRPDR iter env 5
1449         - 48  # rls2009 NDRPDR iter env 5
1450         - 51  # rls2009 NDRPDR iter NAT44 env 5
1451         - 52  # rls2009 NDRPDR iter NAT44 env 5
1452         - 53  # rls2009 NDRPDR iter NAT44 env 5
1453         - 54  # rls2009 NDRPDR iter NAT44 env 5
1454         - 55  # rls2009 NDRPDR iter NAT44 env 5
1455         - 56  # rls2009 NDRPDR iter NAT44 env 5
1456         - 57  # rls2009 NDRPDR iter NAT44 env 5
1457         - 58  # rls2009 NDRPDR iter NAT44 env 5
1458         - 59  # rls2009 NDRPDR iter NAT44 env 5
1459         - 60  # rls2009 NDRPDR iter NAT44 env 5
1460     vpp-compare-testbeds-skx-clx-cmp:
1461       csit-vpp-perf-report-iterative-2009-2n-clx:
1462         - 36  # rls2009 NDRPDR iter env 5
1463         - 39  # rls2009 NDRPDR iter env 5
1464         - 40  # rls2009 NDRPDR iter env 5
1465         - 42  # rls2009 NDRPDR iter env 5
1466         - 65  # rls2009 NDRPDR iter env 5
1467         - 66  # rls2009 NDRPDR iter env 5
1468         - 79  # rls2009 NDRPDR iter env 5
1469         - 82  # rls2009 NDRPDR iter env 5
1470         - 89  # rls2009 NDRPDR iter env 5
1471         - 90  # rls2009 NDRPDR iter env 5
1472
1473     vpp-compare-testbeds-hsw-clx-ref:
1474       csit-vpp-perf-report-iterative-2009-3n-hsw:
1475         - 21  # rls2009 NDRPDR iter env 5
1476         - 22  # rls2009 NDRPDR iter env 5
1477         - 24  # rls2009 NDRPDR iter env 5
1478         - 25  # rls2009 NDRPDR iter env 5
1479         - 26  # rls2009 NDRPDR iter env 5
1480         - 27  # rls2009 NDRPDR iter env 5
1481         - 28  # rls2009 NDRPDR iter env 5
1482         - 29  # rls2009 NDRPDR iter env 5
1483         - 30  # rls2009 NDRPDR iter env 5
1484         - 31  # rls2009 NDRPDR iter env 5
1485     vpp-compare-testbeds-hsw-clx-cmp:
1486       csit-vpp-perf-report-iterative-2009-2n-clx:
1487         - 36  # rls2009 NDRPDR iter env 5
1488         - 39  # rls2009 NDRPDR iter env 5
1489         - 40  # rls2009 NDRPDR iter env 5
1490         - 42  # rls2009 NDRPDR iter env 5
1491         - 65  # rls2009 NDRPDR iter env 5
1492         - 66  # rls2009 NDRPDR iter env 5
1493         - 79  # rls2009 NDRPDR iter env 5
1494         - 82  # rls2009 NDRPDR iter env 5
1495         - 89  # rls2009 NDRPDR iter env 5
1496         - 90  # rls2009 NDRPDR iter env 5
1497
1498     vpp-compare-testbeds-mrr-ref:
1499       csit-vpp-perf-report-iterative-2009-3n-hsw:
1500         - 23  # rls2009 MRR iter env 5
1501     vpp-compare-testbeds-mrr-cmp:
1502       csit-vpp-perf-report-iterative-2009-3n-skx:
1503         - 24  # rls2009 MRR iter env 5
1504
1505     vpp-compare-testbeds-mrr-skx-clx-ref:
1506       csit-vpp-perf-report-iterative-2009-2n-skx:
1507         - 26  # rls2009 MRR iter env 5
1508     vpp-compare-testbeds-mrr-skx-clx-cmp:
1509       csit-vpp-perf-report-iterative-2009-2n-clx:
1510         - 78  # rls2009 MRR iter env 5
1511
1512     vpp-compare-testbeds-mrr-hsw-clx-ref:
1513       csit-vpp-perf-report-iterative-2009-3n-hsw:
1514         - 23  # rls2009 MRR iter env 5
1515     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1516       csit-vpp-perf-report-iterative-2009-2n-clx:
1517         - 78  # rls2009 MRR iter env 5
1518
1519     dpdk-compare-testbeds-ref:
1520       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1521         - 6   # NDRPDR iter env5
1522         - 7   # NDRPDR iter env5
1523         - 8   # NDRPDR iter env5
1524         - 9   # NDRPDR iter env5
1525         - 10  # NDRPDR iter env5
1526         - 11  # NDRPDR iter env5
1527         - 12  # NDRPDR iter env5
1528         - 13  # NDRPDR iter env5
1529         - 14  # NDRPDR iter env5
1530         - 15  # NDRPDR iter env5
1531     dpdk-compare-testbeds-cmp:
1532       csit-dpdk-perf-report-iterative-2009-3n-skx:
1533         - 4   # NDRPDR sel env5
1534         - 5   # NDRPDR sel env5
1535         - 6   # NDRPDR sel env5
1536         - 7   # NDRPDR sel env5
1537         - 8   # NDRPDR sel env5
1538         - 9   # NDRPDR sel env5
1539         - 14  # NDRPDR sel env5
1540         - 11  # NDRPDR sel env5
1541         - 12  # NDRPDR sel env5
1542         - 13  # NDRPDR sel env5
1543
1544     dpdk-compare-testbeds-skx-clx-ref:
1545       csit-dpdk-perf-report-iterative-2009-2n-skx:
1546         - 4   # NDRPDR iter env5
1547         - 5   # NDRPDR iter env5
1548         - 6   # NDRPDR iter env5
1549         - 7   # NDRPDR iter env5
1550         - 8   # NDRPDR iter env5
1551         - 9   # NDRPDR iter env5
1552         - 10  # NDRPDR iter env5
1553         - 11  # NDRPDR iter env5
1554         - 12  # NDRPDR iter env5
1555         - 13  # NDRPDR iter env5
1556     dpdk-compare-testbeds-skx-clx-cmp:
1557       csit-dpdk-perf-report-iterative-2009-2n-clx:
1558         - 4   # NDRPDR iter env5
1559         - 5   # NDRPDR iter env5
1560         - 6   # NDRPDR iter env5
1561         - 7   # NDRPDR iter env5
1562         - 8   # NDRPDR iter env5
1563         - 9   # NDRPDR iter env5
1564         - 10  # NDRPDR iter env5
1565         - 11  # NDRPDR iter env5
1566         - 12  # NDRPDR iter env5
1567         - 13  # NDRPDR iter env5
1568
1569     # Compare topologies
1570
1571     vpp-compare-topologies-ref:
1572       csit-vpp-perf-report-iterative-2009-3n-skx:
1573         - 26  # rls2009 NDRPDR iter env 5
1574         - 27  # rls2009 NDRPDR iter env 5
1575         - 28  # rls2009 NDRPDR iter env 5
1576         - 29  # rls2009 NDRPDR iter env 5
1577         - 35  # rls2009 NDRPDR iter env 5
1578         - 36  # rls2009 NDRPDR iter env 5
1579         - 37  # rls2009 NDRPDR iter env 5
1580         - 38  # rls2009 NDRPDR iter env 5
1581         - 39  # rls2009 NDRPDR iter env 5
1582         - 40  # rls2009 NDRPDR iter env 5
1583     vpp-compare-topologies-cmp:
1584       csit-vpp-perf-report-iterative-2009-2n-skx:
1585         - 35  # rls2009 NDRPDR iter env 5
1586         - 36  # rls2009 NDRPDR iter env 5
1587         - 37  # rls2009 NDRPDR iter env 5
1588         - 39  # rls2009 NDRPDR iter env 5
1589         - 40  # rls2009 NDRPDR iter env 5
1590         - 42  # rls2009 NDRPDR iter env 5
1591         - 43  # rls2009 NDRPDR iter env 5
1592         - 44  # rls2009 NDRPDR iter env 5
1593         - 46  # rls2009 NDRPDR iter env 5
1594         - 48  # rls2009 NDRPDR iter env 5
1595
1596     vpp-compare-topologies-mrr-ref:
1597       csit-vpp-perf-report-iterative-2009-3n-skx:
1598         - 24  # rls2009 MRR iter env 5
1599     vpp-compare-topologies-mrr-cmp:
1600       csit-vpp-perf-report-iterative-2009-2n-skx:
1601         - 26  # rls2009 MRR iter env 5
1602
1603     dpdk-compare-topologies-ref:
1604       csit-dpdk-perf-report-iterative-2009-3n-skx:
1605         - 4   # NDRPDR sel env5
1606         - 5   # NDRPDR sel env5
1607         - 6   # NDRPDR sel env5
1608         - 7   # NDRPDR sel env5
1609         - 8   # NDRPDR sel env5
1610         - 9   # NDRPDR sel env5
1611         - 14  # NDRPDR sel env5
1612         - 11  # NDRPDR sel env5
1613         - 12  # NDRPDR sel env5
1614         - 13  # NDRPDR sel env5
1615     dpdk-compare-topologies-cmp:
1616       csit-dpdk-perf-report-iterative-2009-2n-skx:
1617         - 4   # NDRPDR iter env5
1618         - 5   # NDRPDR iter env5
1619         - 6   # NDRPDR iter env5
1620         - 7   # NDRPDR iter env5
1621         - 8   # NDRPDR iter env5
1622         - 9   # NDRPDR iter env5
1623         - 10  # NDRPDR iter env5
1624         - 11  # NDRPDR iter env5
1625         - 12  # NDRPDR iter env5
1626         - 13  # NDRPDR iter env5
1627
1628   plot-layouts:
1629
1630     plot-soak-throughput:
1631       titlefont:
1632         size: 16
1633       xaxis:
1634         title: "<b>Test Cases [Index]</b>"
1635         titlefont:
1636           size: 14
1637         autorange: True
1638         fixedrange: False
1639         gridcolor: "rgb(230, 230, 230)"
1640         linecolor: "rgb(220, 220, 220)"
1641         linewidth: 1
1642         showgrid: True
1643         showline: True
1644         showticklabels: True
1645         tickcolor: "rgb(220, 220, 220)"
1646         tickmode: "linear"
1647         tickfont:
1648           size: 14
1649         zeroline: False
1650       yaxis:
1651         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1652         titlefont:
1653           size: 14
1654         gridcolor: "rgb(230, 230, 230)"
1655         hoverformat: ".4r"
1656         tickformat: ".3r"
1657         linecolor: "rgb(220, 220, 220)"
1658         linewidth: 1
1659         showgrid: True
1660         showline: True
1661         showticklabels: True
1662         tickcolor: "rgb(220, 220, 220)"
1663         tickfont:
1664           size: 14
1665         zeroline: False
1666         range: [0,50]
1667       autosize: False
1668       margin:
1669         t: 50
1670         b: 0
1671         l: 80
1672         r: 20
1673       showlegend: True
1674       legend:
1675         orientation: "h"
1676         font:
1677           size: 14
1678       width: 700
1679       height: 900
1680       paper_bgcolor: "#fff"
1681       plot_bgcolor: "#fff"
1682       hoverlabel:
1683         namelength: -1
1684
1685     plot-service-density:
1686       titlefont:
1687         size: 16
1688       xaxis:
1689         side: "top"
1690         autorange: True
1691         fixedrange: False
1692         showgrid: False
1693         showline: False
1694         showticklabels: False
1695         ticks: ""
1696         ticklen: 0
1697         tickwidth: 0
1698         zeroline: False
1699       yaxis:
1700         autorange: "reversed"
1701         showgrid: False
1702         showline: False
1703         showticklabels: False
1704         ticks: ""
1705         ticklen: 0
1706         tickwidth: 0
1707         zeroline: False
1708       showlegend: False
1709       paper_bgcolor: "#fff"
1710       plot_bgcolor: "#fff"
1711       width: 700
1712       height: 700
1713       hoverlabel:
1714         namelength: -1
1715
1716     plot-hoststack:
1717       titlefont:
1718         size: 16
1719       xaxis:
1720         title: "<b>Test Cases [Index]</b>"
1721         titlefont:
1722           size: 14
1723         autorange: True
1724         fixedrange: False
1725         gridcolor: "rgb(230, 230, 230)"
1726         linecolor: "rgb(220, 220, 220)"
1727         linewidth: 1
1728         showgrid: True
1729         showline: True
1730         showticklabels: True
1731         tickcolor: "rgb(220, 220, 220)"
1732         tickmode: "linear"
1733         tickfont:
1734           size: 14
1735         zeroline: False
1736       yaxis:
1737         title: "<b>Bandwidth [Gbps]</b>"
1738         titlefont:
1739           size: 14
1740         gridcolor: "rgb(230, 230, 230)"
1741         hoverformat: ".4s"
1742         linecolor: "rgb(220, 220, 220)"
1743         linewidth: 1
1744         rangemode: "tozero"
1745         showgrid: True
1746         showline: True
1747         showticklabels: True
1748         tickcolor: "rgb(230, 230, 230)"
1749         tickformat: ".3s"
1750         tickfont:
1751           size: 14
1752         zeroline: False
1753       autosize: False
1754       margin:
1755         t: 50
1756         b: 20
1757         l: 80
1758         r: 20
1759       showlegend: True
1760       legend:
1761         orientation: "h"
1762         font:
1763           size: 14
1764       width: 700
1765       height: 800
1766       paper_bgcolor: "#fff"
1767       plot_bgcolor: "#fff"
1768       hoverlabel:
1769         namelength: -1
1770
1771     plot-throughput:
1772       titlefont:
1773         size: 16
1774       xaxis:
1775         title: "<b>Test Cases [Index]</b>"
1776         titlefont:
1777           size: 14
1778         autorange: True
1779         fixedrange: False
1780         gridcolor: "rgb(230, 230, 230)"
1781         linecolor: "rgb(220, 220, 220)"
1782         linewidth: 1
1783         showgrid: True
1784         showline: True
1785         showticklabels: True
1786         tickcolor: "rgb(220, 220, 220)"
1787         tickmode: "linear"
1788         tickfont:
1789           size: 14
1790         zeroline: False
1791       yaxis:
1792         title: "<b>Packet Throughput [Mpps]</b>"
1793         titlefont:
1794           size: 14
1795         gridcolor: "rgb(230, 230, 230)"
1796         hoverformat: ".4r"
1797         tickformat: ".3r"
1798         linecolor: "rgb(220, 220, 220)"
1799         linewidth: 1
1800         showgrid: True
1801         showline: True
1802         showticklabels: True
1803         tickcolor: "rgb(220, 220, 220)"
1804         tickfont:
1805           size: 14
1806         zeroline: False
1807         range: [0,50]
1808       autosize: False
1809       margin:
1810         t: 50
1811         b: 0
1812         l: 80
1813         r: 20
1814       showlegend: True
1815       legend:
1816         orientation: "h"
1817         font:
1818           size: 14
1819       width: 700
1820       height: 900
1821       paper_bgcolor: "#fff"
1822       plot_bgcolor: "#fff"
1823       hoverlabel:
1824         namelength: -1
1825
1826     plot-throughput-gbps:
1827       titlefont:
1828         size: 16
1829       xaxis:
1830         title: "<b>Test Cases [Index]</b>"
1831         titlefont:
1832           size: 14
1833         autorange: True
1834         fixedrange: False
1835         gridcolor: "rgb(230, 230, 230)"
1836         linecolor: "rgb(220, 220, 220)"
1837         linewidth: 1
1838         showgrid: True
1839         showline: True
1840         showticklabels: True
1841         tickcolor: "rgb(220, 220, 220)"
1842         tickmode: "linear"
1843         tickfont:
1844           size: 14
1845         zeroline: False
1846       yaxis:
1847         title: "<b>Packet Throughput [Gbps]</b>"
1848         titlefont:
1849           size: 14
1850         gridcolor: "rgb(230, 230, 230)"
1851         hoverformat: ".4r"
1852         tickformat: ".3r"
1853         linecolor: "rgb(220, 220, 220)"
1854         linewidth: 1
1855         showgrid: True
1856         showline: True
1857         showticklabels: True
1858         tickcolor: "rgb(220, 220, 220)"
1859         tickfont:
1860           size: 14
1861         zeroline: False
1862         range: [0,10]
1863       autosize: False
1864       margin:
1865         t: 50
1866         b: 0
1867         l: 80
1868         r: 20
1869       showlegend: True
1870       legend:
1871         orientation: "h"
1872         font:
1873           size: 14
1874       width: 700
1875       height: 900
1876       paper_bgcolor: "#fff"
1877       plot_bgcolor: "#fff"
1878       hoverlabel:
1879         namelength: -1
1880
1881     plot-cps:
1882       titlefont:
1883         size: 16
1884       xaxis:
1885         title: "<b>Test Cases [Index]</b>"
1886         titlefont:
1887           size: 14
1888         autorange: True
1889         fixedrange: False
1890         gridcolor: "rgb(230, 230, 230)"
1891         linecolor: "rgb(220, 220, 220)"
1892         linewidth: 1
1893         showgrid: True
1894         showline: True
1895         showticklabels: True
1896         tickcolor: "rgb(220, 220, 220)"
1897         tickmode: "linear"
1898         tickfont:
1899           size: 14
1900         zeroline: False
1901       yaxis:
1902         title: "<b>Connections Per Second [cps]</b>"
1903         titlefont:
1904           size: 14
1905         gridcolor: "rgb(230, 230, 230)"
1906         hoverformat: ".4r"
1907         tickformat: ".3s"
1908         linecolor: "rgb(220, 220, 220)"
1909         linewidth: 1
1910         showgrid: True
1911         showline: True
1912         showticklabels: True
1913         tickcolor: "rgb(220, 220, 220)"
1914         tickfont:
1915           size: 14
1916         zeroline: False
1917         range: [0,10]
1918       autosize: False
1919       margin:
1920         t: 50
1921         b: 0
1922         l: 80
1923         r: 20
1924       showlegend: True
1925       legend:
1926         orientation: "h"
1927         font:
1928           size: 14
1929       width: 700
1930       height: 900
1931       paper_bgcolor: "#fff"
1932       plot_bgcolor: "#fff"
1933       hoverlabel:
1934         namelength: -1
1935
1936     plot-throughput-speedup-analysis:
1937       titlefont:
1938         size: 16
1939       xaxis:
1940         title: "<b>Number of Cores [Qty]</b>"
1941         titlefont:
1942           size: 14
1943         autorange: True
1944         fixedrange: False
1945         gridcolor: "rgb(230, 230, 230)"
1946         linecolor: "rgb(220, 220, 220)"
1947         linewidth: 1
1948         showgrid: True
1949         showline: True
1950         showticklabels: True
1951         tickcolor: "rgb(238, 238, 238)"
1952         tickmode: "linear"
1953         tickfont:
1954           size: 14
1955         zeroline: False
1956       yaxis:
1957         title: "<b>Packet Throughput [Mpps]</b>"
1958         titlefont:
1959           size: 14
1960         type: "linear"
1961         gridcolor: "rgb(230, 230, 230)"
1962         hoverformat: ".4s"
1963         linecolor: "rgb(220, 220, 220)"
1964         linewidth: 1
1965         showgrid: True
1966         showline: True
1967         showticklabels: True
1968         tickcolor: "rgb(220, 220, 220)"
1969         tickformat: ".4s"
1970         tickfont:
1971           size: 14
1972         zeroline: True
1973         rangemode: "tozero"
1974         range: [0,100]
1975       legend:
1976         orientation: "h"
1977         font:
1978           size: 14
1979         xanchor: "left"
1980         yanchor: "top"
1981         x: 0
1982         y: -0.2
1983         bgcolor: "rgba(255, 255, 255, 0)"
1984         bordercolor: "rgba(255, 255, 255, 0)"
1985         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1986       autosize: False
1987       margin:
1988           't': 50
1989           'b': 150
1990           'l': 85
1991           'r': 10
1992       showlegend: True
1993       width: 700
1994       height: 700
1995       paper_bgcolor: "#fff"
1996       plot_bgcolor: "#fff"
1997       hoverlabel:
1998         namelength: -1
1999       annotations: [
2000         {
2001           text: "_ _          __          ...",
2002           align: "left",
2003           showarrow: False,
2004           xref: "paper",
2005           yref: "paper",
2006           xanchor: "left",
2007           yanchor: "top",
2008           x: 0,
2009           y: -0.14,
2010           font: {
2011             family: "Consolas, Courier New",
2012             size: 13
2013           },
2014         },
2015         {
2016           text: "    Perfect     Measured     Limit",
2017           align: "left",
2018           showarrow: False,
2019           xref: "paper",
2020           yref: "paper",
2021           xanchor: "left",
2022           yanchor: "top",
2023           x: 0,
2024           y: -0.15,
2025           font: {
2026             family: "Consolas, Courier New",
2027             size: 13
2028           },
2029         },
2030       ]
2031
2032     plot-throughput-speedup-analysis-gbps:
2033       titlefont:
2034         size: 16
2035       xaxis:
2036         title: "<b>Number of Cores [Qty]</b>"
2037         titlefont:
2038           size: 14
2039         autorange: True
2040         fixedrange: False
2041         gridcolor: "rgb(230, 230, 230)"
2042         linecolor: "rgb(220, 220, 220)"
2043         linewidth: 1
2044         showgrid: True
2045         showline: True
2046         showticklabels: True
2047         tickcolor: "rgb(238, 238, 238)"
2048         tickmode: "linear"
2049         tickfont:
2050           size: 14
2051         zeroline: False
2052       yaxis:
2053         title: "<b>Packet Throughput [Gbps]</b>"
2054         titlefont:
2055           size: 14
2056         type: "linear"
2057         gridcolor: "rgb(230, 230, 230)"
2058         hoverformat: ".4s"
2059         linecolor: "rgb(220, 220, 220)"
2060         linewidth: 1
2061         showgrid: True
2062         showline: True
2063         showticklabels: True
2064         tickcolor: "rgb(220, 220, 220)"
2065         tickformat: ".4s"
2066         tickfont:
2067           size: 14
2068         zeroline: True
2069         rangemode: "tozero"
2070         range: [0,100]
2071       legend:
2072         orientation: "h"
2073         font:
2074           size: 14
2075         xanchor: "left"
2076         yanchor: "top"
2077         x: 0
2078         y: -0.2
2079         bgcolor: "rgba(255, 255, 255, 0)"
2080         bordercolor: "rgba(255, 255, 255, 0)"
2081         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2082       autosize: False
2083       margin:
2084           't': 50
2085           'b': 150
2086           'l': 85
2087           'r': 10
2088       showlegend: True
2089       width: 700
2090       height: 700
2091       paper_bgcolor: "#fff"
2092       plot_bgcolor: "#fff"
2093       hoverlabel:
2094         namelength: -1
2095       annotations: [
2096         {
2097           text: "_ _          __",
2098           align: "left",
2099           showarrow: False,
2100           xref: "paper",
2101           yref: "paper",
2102           xanchor: "left",
2103           yanchor: "top",
2104           x: 0,
2105           y: -0.13,
2106           font: {
2107             family: "Consolas, Courier New",
2108             size: 13
2109           },
2110         },
2111         {
2112           text: "    Perfect     Measured",
2113           align: "left",
2114           showarrow: False,
2115           xref: "paper",
2116           yref: "paper",
2117           xanchor: "left",
2118           yanchor: "top",
2119           x: 0,
2120           y: -0.15,
2121           font: {
2122             family: "Consolas, Courier New",
2123             size: 13
2124           },
2125         },
2126       ]
2127
2128     plot-throughput-speedup-analysis-cps:
2129       titlefont:
2130         size: 16
2131       xaxis:
2132         title: "<b>Number of Cores [Qty]</b>"
2133         titlefont:
2134           size: 14
2135         autorange: True
2136         fixedrange: False
2137         gridcolor: "rgb(230, 230, 230)"
2138         linecolor: "rgb(220, 220, 220)"
2139         linewidth: 1
2140         showgrid: True
2141         showline: True
2142         showticklabels: True
2143         tickcolor: "rgb(238, 238, 238)"
2144         tickmode: "linear"
2145         tickfont:
2146           size: 14
2147         zeroline: False
2148       yaxis:
2149         title: "<b>Connections Per Second [cps]</b>"
2150         titlefont:
2151           size: 14
2152         type: "linear"
2153         gridcolor: "rgb(230, 230, 230)"
2154         hoverformat: ".4s"
2155         linecolor: "rgb(220, 220, 220)"
2156         linewidth: 1
2157         showgrid: True
2158         showline: True
2159         showticklabels: True
2160         tickcolor: "rgb(220, 220, 220)"
2161         tickformat: ".4s"
2162         tickfont:
2163           size: 14
2164         zeroline: True
2165         rangemode: "tozero"
2166         range: [0,100]
2167       legend:
2168         orientation: "h"
2169         font:
2170           size: 14
2171         xanchor: "left"
2172         yanchor: "top"
2173         x: 0
2174         y: -0.2
2175         bgcolor: "rgba(255, 255, 255, 0)"
2176         bordercolor: "rgba(255, 255, 255, 0)"
2177         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2178       autosize: False
2179       margin:
2180           't': 50
2181           'b': 150
2182           'l': 85
2183           'r': 10
2184       showlegend: True
2185       width: 700
2186       height: 700
2187       paper_bgcolor: "#fff"
2188       plot_bgcolor: "#fff"
2189       hoverlabel:
2190         namelength: -1
2191       annotations: [
2192         {
2193           text: "_ _          __",
2194           align: "left",
2195           showarrow: False,
2196           xref: "paper",
2197           yref: "paper",
2198           xanchor: "left",
2199           yanchor: "top",
2200           x: 0,
2201           y: -0.13,
2202           font: {
2203             family: "Consolas, Courier New",
2204             size: 13
2205           },
2206         },
2207         {
2208           text: "    Perfect     Measured",
2209           align: "left",
2210           showarrow: False,
2211           xref: "paper",
2212           yref: "paper",
2213           xanchor: "left",
2214           yanchor: "top",
2215           x: 0,
2216           y: -0.15,
2217           font: {
2218             family: "Consolas, Courier New",
2219             size: 13
2220           },
2221         },
2222       ]
2223
2224     plot-latency:
2225       titlefont:
2226         size: 16
2227       xaxis:
2228         title: "<b>Direction</b>"
2229         titlefont:
2230           size: 14
2231         autorange: True
2232         fixedrange: False
2233         gridcolor: "rgb(230, 230, 230)"
2234         linecolor: "rgb(220, 220, 220)"
2235         linewidth: 1
2236         showgrid: True
2237         showline: True
2238         showticklabels: False
2239         tickcolor: "rgb(220, 220, 220)"
2240         tickmode: "linear"
2241         tickfont:
2242           size: 14
2243         zeroline: False
2244       yaxis:
2245         title: "<b>Packet Latency [uSec]</b>"
2246         titlefont:
2247           size: 14
2248         type: "linear"
2249         gridcolor: "rgb(230, 230, 230)"
2250         hoverformat: ".4s"
2251         linecolor: "rgb(220, 220, 220)"
2252         linewidth: 1
2253         showgrid: True
2254         showline: True
2255         showticklabels: True
2256         tickcolor: "rgb(220, 220, 220)"
2257         tickformat: ".4s"
2258         tickfont:
2259           size: 14
2260         zeroline: True
2261         rangemode: "tozero"
2262       legend:
2263         orientation: "h"
2264         font:
2265           size: 14
2266         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2267       autosize: False
2268       margin:
2269           't': 50
2270           'b': 150
2271           'l': 80
2272           'r': 10
2273       showlegend: True
2274       width: 700
2275       height: 700
2276       paper_bgcolor: "#fff"
2277       plot_bgcolor: "#fff"
2278       hoverlabel:
2279         namelength: -1
2280
2281     plot-hdrh-latency:
2282       title:
2283         text: ""
2284         xanchor: "center"
2285         x: 0.5
2286         font:
2287           size: 16
2288       width: 700
2289       plot_bgcolor: "white"
2290       annotations:
2291         - font:
2292             size: 14
2293           showarrow: False
2294           text: "<b>Packet Latency [uSec]</b>"
2295           x: 1
2296           xanchor: "right"
2297           xref: "paper"
2298           y: -0.045
2299           yanchor: "top"
2300           yref: "paper"
2301         - font:
2302             size: 14
2303           showarrow: False
2304           text: "<b>Probability [%]</b>"
2305           textangle: 270
2306           x: -0.06
2307           xanchor: "center"
2308           xref: "paper"
2309           y: 0.5
2310           yanchor: "middle"
2311           yref: "paper"
2312         - font:
2313             size: 14
2314           showarrow: False
2315           text: "<b>Direction: E-W</b>"
2316           x: 0.24
2317           xanchor: "center"
2318           xref: "paper"
2319           y: 1.05
2320           yanchor: "bottom"
2321           yref: "paper"
2322         - font:
2323             size: 14
2324           showarrow: False
2325           text: "<b>Direction: W-E</b>"
2326           x: 0.74
2327           xanchor: "center"
2328           xref: "paper"
2329           y: 1.05
2330           yanchor: "bottom"
2331           yref: "paper"
2332
2333     plot-hdrh-latency-percentile:
2334       title:
2335         text: ""
2336         xanchor: "center"
2337         x: 0.5
2338         font:
2339           size: 16
2340       xaxis:
2341         type: "log"
2342         title: "<b>Percentile [%]</b>"
2343         titlefont:
2344           size: 14
2345         autorange: True
2346         fixedrange: False
2347         gridcolor: "rgb(230, 230, 230)"
2348         linecolor: "rgb(220, 220, 220)"
2349         linewidth: 1
2350         showgrid: True
2351         showline: True
2352         showticklabels: True
2353         tickcolor: "rgb(220, 220, 220)"
2354         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2355         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2356         tickfont:
2357           size: 14
2358       yaxis:
2359         title: "<b>Packet Latency [uSec]</b>"
2360         titlefont:
2361           size: 14
2362         gridcolor: "rgb(230, 230, 230)"
2363         linecolor: "rgb(220, 220, 220)"
2364         linewidth: 1
2365         showgrid: True
2366         showline: True
2367         showticklabels: True
2368         tickcolor: "rgb(220, 220, 220)"
2369         tickfont:
2370           size: 14
2371       autosize: False
2372       showlegend: True
2373       legend:
2374         traceorder: "normal"
2375         orientation: "h"
2376         font:
2377           size: 14
2378         xanchor: "left"
2379         yanchor: "top"
2380         x: 0
2381         y: -0.15
2382         bgcolor: "rgba(255, 255, 255, 0)"
2383         bordercolor: "rgba(255, 255, 255, 0)"
2384       width: 700
2385       height: 700
2386       paper_bgcolor: "white"
2387       plot_bgcolor: "white"
2388
2389     plot-hdrh-latency-by-percentile:
2390       title:
2391         text: "<b>Latency by Percentile Distribution</b>"
2392         xanchor: "center"
2393         x: 0.5
2394         font:
2395           size: 18
2396       showlegend: True
2397       legend:
2398         traceorder: "normal"
2399         orientation: "h"
2400         font:
2401           size: 16
2402         xanchor: "left"
2403         yanchor: "top"
2404         x: 0
2405         y: -0.2
2406         bgcolor: "rgba(255, 255, 255, 0)"
2407         bordercolor: "rgba(255, 255, 255, 0)"
2408       xaxis:
2409         type: "linear"
2410         title: "<b>Percentile [%]</b>"
2411         titlefont:
2412           size: 14
2413         autorange: False
2414         fixedrange: False
2415         range: [0, 100]
2416         gridcolor: "rgb(230, 230, 230)"
2417         linecolor: "rgb(220, 220, 220)"
2418         linewidth: 1
2419         showgrid: True
2420         showline: True
2421         showticklabels: True
2422         tickcolor: "rgb(220, 220, 220)"
2423         tickvals: [0, 25, 50, 75, 100]
2424         ticktext: [0, 25, 50, 75, 100]
2425         tickfont:
2426           size: 14
2427       yaxis:
2428         title: "<b>One-Way Latency per Direction [uSec]</b>"
2429         titlefont:
2430           size: 14
2431         gridcolor: "rgb(230, 230, 230)"
2432         linecolor: "rgb(220, 220, 220)"
2433         linewidth: 1
2434         showgrid: True
2435         showline: True
2436         showticklabels: True
2437         tickcolor: "rgb(220, 220, 220)"
2438         tickfont:
2439           size: 14
2440       width: 700
2441       height: 700
2442       paper_bgcolor: "white"
2443       plot_bgcolor: "white"
2444
2445 - type: "static"
2446   src-path: "{DIR[RST]}"
2447   dst-path: "{DIR[WORKING,SRC]}"
2448
2449 - type: "input"
2450   general:
2451     file-name: "output_info.xml.gz"
2452     file-format: ".gz"
2453     arch-file-format:
2454       - ".gz"
2455       - ".zip"
2456     download-path: "{job}/{build}/archives/{filename}"
2457     extract: "output.xml"
2458
2459     zip-file-name: "robot-plugin.zip"
2460     zip-file-format: ".zip"
2461     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2462     zip-extract: "robot-plugin/output.xml"
2463
2464   builds:
2465
2466     csit-vpp-perf-verify-2001-3n-hsw:
2467       - 17  # MRR sel
2468     csit-vpp-perf-report-iterative-2005-3n-hsw:
2469       - 20  # NDRPDR sel env 4
2470       - 21  # NDRPDR sel env 4
2471       - 22  # NDRPDR sel env 4
2472       - 23  # NDRPDR sel env 4
2473       - 24  # NDRPDR sel env 4
2474       - 25  # NDRPDR sel env 4
2475       - 26  # NDRPDR sel env 4
2476       - 27  # NDRPDR sel env 4
2477       - 28  # NDRPDR sel env 4
2478       - 29  # NDRPDR sel env 4
2479       - 30  # MRR env 4
2480       - 31  # NDRPDR sel 2001.0-4
2481       - 32  # NDRPDR sel 2001.0-4
2482       - 33  # NDRPDR sel 2001.0-4
2483       - 34  # NDRPDR sel 2001.0-4
2484       - 35  # NDRPDR sel 2001.0-4
2485       - 36  # NDRPDR sel 2001.0-4
2486       - 38  # NDRPDR sel 2001.0-4
2487     csit-vpp-perf-report-iterative-2009-3n-hsw:
2488       - 18  # rls2005 MRR iter env 5
2489       - 9   # rls2005 NDRPDR iter env 5
2490       - 10  # rls2005 NDRPDR iter env 5
2491       - 11  # rls2005 NDRPDR iter env 5
2492       - 12  # rls2005 NDRPDR iter env 5
2493       - 13  # rls2005 NDRPDR iter env 5
2494       - 14  # rls2005 NDRPDR iter env 5
2495       - 15  # rls2005 NDRPDR iter env 5
2496       - 16  # rls2005 NDRPDR iter env 5
2497       - 17  # rls2005 NDRPDR iter env 5
2498       - 19  # rls2005 NDRPDR iter env 5
2499       - 23  # rls2009 MRR iter env 5
2500       - 21  # rls2009 NDRPDR iter env 5
2501       - 22  # rls2009 NDRPDR iter env 5
2502       - 24  # rls2009 NDRPDR iter env 5
2503       - 25  # rls2009 NDRPDR iter env 5
2504       - 26  # rls2009 NDRPDR iter env 5
2505       - 27  # rls2009 NDRPDR iter env 5
2506       - 28  # rls2009 NDRPDR iter env 5
2507       - 29  # rls2009 NDRPDR iter env 5
2508       - 30  # rls2009 NDRPDR iter env 5
2509       - 31  # rls2009 NDRPDR iter env 5
2510       - 32  # rls2009 Hoststack iter env 5
2511       - 33  # rls2009 Hoststack iter env 5
2512       - 34  # rls2009 Hoststack iter env 5
2513       - 35  # rls2009 Hoststack iter env 5
2514       - 36  # rls2009 Hoststack iter env 5
2515       - 37  # rls2009 Hoststack iter env 5
2516       - 38  # rls2009 Hoststack iter env 5
2517       - 39  # rls2009 Hoststack iter env 5
2518       - 40  # rls2009 Hoststack iter env 5
2519       - 41  # rls2009 Hoststack iter env 5
2520     csit-vpp-perf-report-coverage-2009-3n-hsw:
2521       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2522       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2523       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2524       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2525       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2526       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2527       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2528       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2529       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2530       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2531       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2532       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2533       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2534       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2535       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2536       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2537       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2538       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2539       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2540       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2541       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2542       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2543       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2544       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2545       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2546       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2547       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2548       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2549       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2550       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2551       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2552       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2553       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2554       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2555       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2556
2557     csit-vpp-perf-verify-2001-3n-skx:
2558       - 50  # MRR sel
2559       - 53  # MRR sel addition
2560     csit-vpp-perf-report-iterative-2005-3n-skx:
2561       - 4   # NDRPDR sel
2562       - 5   # NDRPDR sel ??? all x710 failed
2563       - 33  # NDRPDR sel
2564       - 28  # NDRPDR sel
2565       - 34  # NDRPDR sel
2566       - 42  # NDRPDR sel env 4
2567       - 43  # NDRPDR sel env 4
2568       - 44  # NDRPDR sel env 4
2569       - 45  # NDRPDR sel env 4
2570       - 47  # NDRPDR sel env 4
2571       - 55  # NDRPDR sel env 4
2572       - 56  # NDRPDR sel env 4
2573       - 57  # NDRPDR sel env 4
2574       - 61  # NDRPDR sel env 4
2575       - 62  # NDRPDR sel env 4
2576       - 50  # NDRPDR sel 2001.0-4
2577       - 51  # NDRPDR sel 2001.0-4
2578       - 52  # NDRPDR sel 2001.0-4
2579       - 53  # NDRPDR sel 2001.0-4
2580       - 54  # NDRPDR sel 2001.0-4
2581       - 49  # MRR sel env 4
2582     # TODO: Add:
2583     csit-vpp-perf-report-iterative-2009-3n-skx:
2584       - 17  # rls2005 MRR iter env 5
2585       - 13  # rls2005 NDRPDR iter env 5
2586       - 18  # rls2005 NDRPDR iter env 5
2587       - 19  # rls2005 NDRPDR iter env 5
2588       - 41  # rls2005 NDRPDR iter env 5
2589       - 24  # rls2009 MRR iter env 5
2590       - 26  # rls2009 NDRPDR iter env 5
2591       - 27  # rls2009 NDRPDR iter env 5
2592       - 28  # rls2009 NDRPDR iter env 5
2593       - 29  # rls2009 NDRPDR iter env 5
2594       - 35  # rls2009 NDRPDR iter env 5
2595       - 36  # rls2009 NDRPDR iter env 5
2596       - 37  # rls2009 NDRPDR iter env 5
2597       - 38  # rls2009 NDRPDR iter env 5
2598       - 39  # rls2009 NDRPDR iter env 5
2599       - 40  # rls2009 NDRPDR iter env 5
2600     # TODO: Add:
2601     csit-vpp-perf-report-coverage-2009-3n-skx:
2602       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2603       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2604       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2605       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2606       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2607       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2608       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2609       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2610       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2611       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2612       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2613       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2614       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2615       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2616       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2617       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2618       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2619       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2620       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2621       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2622       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2623       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2624       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2625       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2626       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2627       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2628       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2629       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2630
2631     csit-vpp-perf-verify-2001-2n-skx:
2632       - 101  # MRR sel - old
2633       - 128  # MRR sel addition - old
2634     csit-vpp-perf-report-iterative-2005-2n-skx:
2635       - 88  # NDRPDR sel env 4
2636       - 89  # NDRPDR sel env 4
2637       - 90  # NDRPDR sel env 4
2638       - 91  # NDRPDR sel env 4
2639       - 92  # NDRPDR sel env 4
2640       - 93  # NDRPDR sel env 4
2641       - 94  # NDRPDR sel env 4
2642       - 125 # NDRPDR sel env 4
2643       - 126 # NDRPDR sel env 4
2644       - 127 # NDRPDR sel env 4
2645       - 100 # NDRPDR sel 2001.0-4
2646       - 101 # NDRPDR sel 2001.0-4
2647       - 102 # NDRPDR sel 2001.0-4
2648       - 103 # NDRPDR sel 2001.0-4
2649       - 104 # NDRPDR sel 2001.0-4
2650       - 105 # NDRPDR sel 2001.0-4
2651       - 99  # MRR sel env 4
2652     csit-vpp-perf-report-iterative-2009-2n-skx:
2653       - 20  # rls2005 MRR iter env 5
2654       - 13  # rls2005 NDRPDR iter env 5
2655       - 16  # rls2005 NDRPDR iter env 5
2656       - 17  # rls2005 NDRPDR iter env 5
2657       - 18  # rls2005 NDRPDR iter env 5
2658       - 19  # rls2005 NDRPDR iter env 5
2659       - 21  # rls2005 NDRPDR iter env 5
2660       - 22  # rls2005 NDRPDR iter env 5
2661       - 23  # rls2005 NDRPDR iter env 5
2662       - 24  # rls2005 NDRPDR iter env 5
2663       - 25  # rls2005 NDRPDR iter env 5
2664       - 26  # rls2009 MRR iter env 5
2665       - 35  # rls2009 NDRPDR iter env 5
2666       - 36  # rls2009 NDRPDR iter env 5
2667       - 37  # rls2009 NDRPDR iter env 5
2668       - 39  # rls2009 NDRPDR iter env 5
2669       - 40  # rls2009 NDRPDR iter env 5
2670       - 42  # rls2009 NDRPDR iter env 5
2671       - 43  # rls2009 NDRPDR iter env 5
2672       - 44  # rls2009 NDRPDR iter env 5
2673       - 46  # rls2009 NDRPDR iter env 5
2674       - 48  # rls2009 NDRPDR iter env 5
2675       - 51  # rls2009 NDRPDR iter NAT44 env 5
2676       - 52  # rls2009 NDRPDR iter NAT44 env 5
2677       - 53  # rls2009 NDRPDR iter NAT44 env 5
2678       - 54  # rls2009 NDRPDR iter NAT44 env 5
2679       - 55  # rls2009 NDRPDR iter NAT44 env 5
2680       - 56  # rls2009 NDRPDR iter NAT44 env 5
2681       - 57  # rls2009 NDRPDR iter NAT44 env 5
2682       - 58  # rls2009 NDRPDR iter NAT44 env 5
2683       - 59  # rls2009 NDRPDR iter NAT44 env 5
2684       - 60  # rls2009 NDRPDR iter NAT44 env 5
2685       - 38  # rls2009 nf-density iter env 5
2686       - 41  # rls2009 nf-density iter env 5
2687       - 45  # rls2009 nf-density iter env 5
2688       - 47  # rls2009 nf-density iter env 5
2689       - 49  # rls2009 nf-density iter env 5
2690       - 63  # rls2009 nf-density iter env 5
2691       - 65  # rls2009 nf-density iter env 5
2692       - 66  # rls2009 nf-density iter env 5
2693       - 71  # rls2009 nf-density iter env 5
2694       - 72  # rls2009 nf-density iter env 5
2695       - 50  # rls2009 MRR nf-density iter env 5
2696       - 27  # rls2009 reconf env 5
2697       - 28  # rls2009 reconf env 5
2698       - 29  # rls2009 reconf env 5
2699       - 30  # rls2009 reconf env 5
2700       - 31  # rls2009 reconf env 5
2701       - 32  # rls2009 reconf env 5
2702       - 61  # rls2009 reconf env 5
2703       - 62  # rls2009 reconf env 5
2704       - 68  # rls2009 reconf env 5
2705       - 70  # rls2009 reconf env 5
2706       - 33  # rls2009 soak env 5
2707       - 34  # rls2009 soak env 5
2708     csit-vpp-perf-report-coverage-2009-2n-skx:
2709       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2710       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2711       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2712       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2713       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2714       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2715       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2716       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2717       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2718       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2719       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2720       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2721       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2722       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2723       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2724
2725     csit-vpp-perf-verify-2001-2n-clx:
2726       - 39  # MRR
2727     csit-vpp-perf-report-iterative-2005-2n-clx:
2728       - 62  # NDRPDR sel env 4
2729       - 63  # NDRPDR sel env 4
2730       - 64  # NDRPDR sel env 4
2731       - 65  # NDRPDR sel env 4
2732       - 66  # NDRPDR sel env 4
2733       - 68  # NDRPDR sel env 4
2734       - 69  # NDRPDR sel env 4
2735       - 70  # NDRPDR sel env 4
2736       - 103 # NDRPDR sel env 4
2737       - 104 # NDRPDR sel env 4
2738       - 73  # NDRPDR sel 2001.0-4
2739       - 74  # NDRPDR sel 2001.0-4
2740       - 75  # NDRPDR sel 2001.0-4
2741       - 76  # NDRPDR sel 2001.0-4
2742       - 77  # NDRPDR sel 2001.0-4
2743       - 78  # NDRPDR sel 2001.0-4
2744       - 79  # NDRPDR sel 2001.0-4
2745       - 80  # NDRPDR sel 2001.0-4
2746       - 72  # MRR env 4
2747     csit-vpp-perf-report-iterative-2009-2n-clx:
2748       - 77  # rls2005 MRR iter env 5
2749       - 13  # rls2005 NDRPDR iter env 5
2750       - 15  # rls2005 NDRPDR iter env 5
2751       - 17  # rls2005 NDRPDR iter env 5
2752       - 18  # rls2005 NDRPDR iter env 5
2753       - 19  # rls2005 NDRPDR iter env 5
2754       - 20  # rls2005 NDRPDR iter env 5
2755       - 21  # rls2005 NDRPDR iter env 5
2756       - 22  # rls2005 NDRPDR iter env 5
2757       - 23  # rls2005 NDRPDR iter env 5
2758       - 24  # rls2005 NDRPDR iter env 5
2759       - 78  # rls2009 MRR iter env 5
2760       - 36  # rls2009 NDRPDR iter env 5
2761       - 39  # rls2009 NDRPDR iter env 5
2762       - 40  # rls2009 NDRPDR iter env 5
2763       - 42  # rls2009 NDRPDR iter env 5
2764       - 65  # rls2009 NDRPDR iter env 5
2765       - 66  # rls2009 NDRPDR iter env 5
2766       - 79  # rls2009 NDRPDR iter env 5
2767       - 82  # rls2009 NDRPDR iter env 5
2768       - 89  # rls2009 NDRPDR iter env 5
2769       - 90  # rls2009 NDRPDR iter env 5
2770       - 37  # rls2009 nf-density iter env 5
2771       - 43  # rls2009 nf-density iter env 5
2772       - 69  # rls2009 nf-density iter env 5
2773       - 70  # rls2009 nf-density iter env 5
2774       - 71  # rls2009 nf-density iter env 5
2775       - 72  # rls2009 nf-density iter env 5
2776       - 73  # rls2009 nf-density iter env 5
2777       - 74  # rls2009 nf-density iter env 5
2778       - 75  # rls2009 nf-density iter env 5
2779       - 76  # rls2009 nf-density iter env 5
2780       - 45  # rls2009 MRR nf-density iter env 5
2781       - 25  # rls2009 reconf env 5
2782       - 27  # rls2009 reconf env 5
2783       - 28  # rls2009 reconf env 5
2784       - 29  # rls2009 reconf env 5
2785       - 30  # rls2009 reconf env 5
2786       - 30  # rls2009 reconf env 5
2787       - 32  # rls2009 reconf env 5
2788       - 48  # rls2009 reconf env 5
2789       - 53  # rls2009 reconf env 5
2790       - 68  # rls2009 reconf env 5
2791       - 33  # rls2009 soak env 5
2792       - 34  # rls2009 soak env 5
2793     csit-vpp-perf-report-coverage-2009-2n-clx:
2794       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2795       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2796       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2797       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2798       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2799       - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
2800       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2801       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2802       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2803       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2804       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2805       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2806       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2807       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2808       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2809
2810     csit-vpp-perf-verify-2001-3n-tsh:
2811       - 9   # MRR sel
2812     csit-vpp-perf-report-iterative-2005-3n-tsh:
2813       - 23  # NDRPDR sel env 4
2814       - 25  # NDRPDR sel env 4
2815       - 33  # NDRPDR sel env 4
2816       - 34  # NDRPDR sel env 4
2817       - 35  # NDRPDR sel env 4
2818       - 36  # NDRPDR sel env 4
2819       - 37  # NDRPDR sel env 4
2820       - 38  # NDRPDR sel env 4
2821       - 39  # NDRPDR sel env 4
2822       - 40  # NDRPDR sel env 4
2823       - 28  # NDRPDR sel 2001.0-4
2824       - 29  # NDRPDR sel 2001.0-4
2825       - 31  # NDRPDR sel 2001.0-4
2826       - 27  # MRR sel env 4
2827     # TODO: Add:
2828     csit-vpp-perf-report-iterative-2009-3n-tsh:
2829       - 8   # rls2005 NDRPDR iter env 5
2830       - 11  # rls2005 NDRPDR iter env 5
2831       - 12  # rls2005 NDRPDR iter env 5
2832       - 24  # rls2005 NDRPDR iter env 5
2833       - 27  # rls2005 NDRPDR iter env 5
2834       - 13  # rls2005 MRR iter env 5
2835       - 14  # rls2009 NDRPDR iter env 5
2836       - 20  # rls2009 NDRPDR iter env 5
2837       - 21  # rls2009 NDRPDR iter env 5
2838       - 22  # rls2009 NDRPDR iter env 5
2839       - 23  # rls2009 NDRPDR iter env 5
2840       - 15  # rls2006 MRR iter env 5
2841
2842     csit-vpp-perf-verify-2001-3n-dnv:
2843       - 5   # NDRPDR sel
2844       - 6   # NDRPDR sel
2845       - 7   # NDRPDR sel
2846       - 8   # NDRPDR sel
2847       - 9   # NDRPDR sel
2848       - 10  # NDRPDR sel
2849       - 12  # NDRPDR sel
2850       - 16  # NDRPDR sel
2851       - 17  # NDRPDR sel
2852       - 18  # NDRPDR sel
2853       - 11  # MRR sel
2854     csit-vpp-perf-report-iterative-2009-3n-dnv:
2855       - 16  # rls2005 NDRPDR iter env 5
2856       - 23  # rls2005 NDRPDR iter env 5
2857       - 25  # rls2005 NDRPDR iter env 5
2858       - 26  # rls2005 NDRPDR iter env 5
2859       - 27  # rls2005 NDRPDR iter env 5
2860       - 28  # rls2005 NDRPDR iter env 5
2861       - 29  # rls2005 NDRPDR iter env 5
2862       - 30  # rls2005 NDRPDR iter env 5
2863       - 31  # rls2005 NDRPDR iter env 5
2864       - 32  # rls2005 NDRPDR iter env 5
2865       - 19  # rls2005 MRR iter env 5
2866       - 3   # rls2009 NDRPDR iter env 5
2867       - 6   # rls2009 NDRPDR iter env 5
2868       - 7   # rls2009 NDRPDR iter env 5
2869       - 8   # rls2009 NDRPDR iter env 5
2870       - 10  # rls2009 NDRPDR iter env 5
2871       - 11  # rls2009 NDRPDR iter env 5
2872       - 12  # rls2009 NDRPDR iter env 5
2873       - 14  # rls2009 NDRPDR iter env 5
2874       - 15  # rls2009 NDRPDR iter env 5
2875       - 24  # rls2009 NDRPDR iter env 5
2876       - 22  # rls2009 MRR iter env 5
2877     csit-vpp-perf-report-coverage-2009-3n-dnv:
2878       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2879       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2880       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2881       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2882       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2883       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2884       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2885       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2886       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2887
2888     csit-vpp-perf-verify-2001-2n-dnv:
2889       - 4   # NDRPDR sel
2890       - 5   # NDRPDR sel
2891       - 6   # NDRPDR sel
2892       - 7   # NDRPDR sel
2893       - 8   # NDRPDR sel
2894       - 9   # NDRPDR sel
2895       - 10  # NDRPDR sel
2896       - 11  # NDRPDR sel
2897       - 13  # NDRPDR sel
2898       - 16  # NDRPDR sel
2899       - 12  # MRR sel
2900     csit-vpp-perf-report-iterative-2009-2n-dnv:
2901       - 16  # rls2005 NDRPDR iter env 5
2902       - 17  # rls2005 NDRPDR iter env 5
2903       - 18  # rls2005 NDRPDR iter env 5
2904       - 19  # rls2005 NDRPDR iter env 5
2905       - 21  # rls2005 NDRPDR iter env 5
2906       - 24  # rls2005 NDRPDR iter env 5
2907       - 27  # rls2005 NDRPDR iter env 5
2908       - 28  # rls2005 NDRPDR iter env 5
2909       - 29  # rls2005 NDRPDR iter env 5
2910       - 30  # rls2005 NDRPDR iter env 5
2911       - 23  # rls2005 MRR iter env 5
2912       - 3   # rls2009 NDRPDR iter env 5
2913       - 5   # rls2009 NDRPDR iter env 5
2914       - 6   # rls2009 NDRPDR iter env 5
2915       - 7   # rls2009 NDRPDR iter env 5
2916       - 9   # rls2009 NDRPDR iter env 5
2917       - 10  # rls2009 NDRPDR iter env 5
2918       - 11  # rls2009 NDRPDR iter env 5
2919       - 12  # rls2009 NDRPDR iter env 5
2920       - 14  # rls2009 NDRPDR iter env 5
2921       - 15  # rls2009 NDRPDR iter env 5
2922       - 13  # rls2009 MRR iter env 5
2923     csit-vpp-perf-report-coverage-2009-2n-dnv:
2924       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2925       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2926       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2927       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2928       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2929       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2930
2931     csit-dpdk-perf-verify-2001-3n-hsw:
2932       - 4   # NDRPDR sel
2933       - 5   # NDRPDR sel
2934       - 6   # NDRPDR sel
2935       - 7   # NDRPDR sel
2936       - 8   # NDRPDR sel
2937       - 9   # NDRPDR sel
2938       - 10  # NDRPDR sel
2939       - 11  # NDRPDR sel
2940       - 12  # NDRPDR sel
2941       - 13  # NDRPDR sel
2942       - 15  # NDRPDR sel
2943       - 16  # NDRPDR sel
2944       - 17  # NDRPDR sel
2945       - 18  # NDRPDR sel
2946       - 19  # NDRPDR sel
2947       - 20  # NDRPDR sel
2948       - 21  # NDRPDR sel
2949       - 22  # NDRPDR sel
2950       - 23  # NDRPDR sel
2951       - 24  # NDRPDR sel
2952     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2953       - 25  # NDRPDR iter
2954       - 26  # NDRPDR iter
2955       - 27  # NDRPDR iter
2956       - 28  # NDRPDR iter
2957       - 29  # NDRPDR iter
2958       - 30  # NDRPDR iter
2959       - 31  # NDRPDR iter
2960       - 32  # NDRPDR iter
2961       - 33  # NDRPDR iter
2962       - 34  # NDRPDR iter
2963     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2964       - 6   # NDRPDR iter env5
2965       - 7   # NDRPDR iter env5
2966       - 8   # NDRPDR iter env5
2967       - 9   # NDRPDR iter env5
2968       - 10  # NDRPDR iter env5
2969       - 11  # NDRPDR iter env5
2970       - 12  # NDRPDR iter env5
2971       - 13  # NDRPDR iter env5
2972       - 14  # NDRPDR iter env5
2973       - 15  # NDRPDR iter env5
2974
2975     csit-dpdk-perf-verify-2001-3n-skx:
2976       - 29  # NDRPDR sel xxv710
2977       - 33  # NDRPDR sel xxv710
2978       - 34  # NDRPDR sel xxv710
2979       - 35  # NDRPDR sel xxv710
2980       - 36  # NDRPDR sel xxv710
2981       - 37  # NDRPDR sel xxv710
2982       - 41  # NDRPDR sel xxv710
2983       - 42  # NDRPDR sel xxv710
2984       - 43  # NDRPDR sel xxv710
2985       - 45  # NDRPDR sel xxv710
2986       - 30  # NDRPDR sel x710
2987       - 31  # NDRPDR sel x710
2988       - 32  # NDRPDR sel x710
2989       - 38  # NDRPDR sel x710
2990       - 39  # NDRPDR sel x710
2991       - 40  # NDRPDR sel x710
2992       - 44  # NDRPDR sel x710
2993       - 46  # NDRPDR sel x710
2994       - 47  # NDRPDR sel x710
2995       - 48  # NDRPDR sel x710
2996     csit-dpdk-perf-report-iterative-2005-3n-skx:
2997       - 28  # NDRPDR iter
2998       - 29  # NDRPDR iter
2999       - 30  # NDRPDR iter
3000       - 31  # NDRPDR iter
3001       - 32  # NDRPDR iter
3002       - 33  # NDRPDR iter
3003       - 34  # NDRPDR iter
3004       - 35  # NDRPDR iter
3005       - 36  # NDRPDR iter
3006       - 37  # NDRPDR iter
3007     csit-dpdk-perf-report-iterative-2009-3n-skx:
3008       - 4   # NDRPDR sel env5
3009       - 5   # NDRPDR sel env5
3010       - 6   # NDRPDR sel env5
3011       - 7   # NDRPDR sel env5
3012       - 8   # NDRPDR sel env5
3013       - 9   # NDRPDR sel env5
3014       - 14  # NDRPDR sel env5
3015       - 11  # NDRPDR sel env5
3016       - 12  # NDRPDR sel env5
3017       - 13  # NDRPDR sel env5
3018
3019     csit-dpdk-perf-verify-2001-2n-skx:
3020       - 35  # NDRPDR sel xxv710
3021       - 36  # NDRPDR sel xxv710
3022       - 37  # NDRPDR sel xxv710
3023       - 41  # NDRPDR sel xxv710
3024       - 42  # NDRPDR sel xxv710
3025       - 43  # NDRPDR sel xxv710
3026       - 46  # NDRPDR sel xxv710
3027       - 47  # NDRPDR sel xxv710
3028       - 52  # NDRPDR sel xxv710
3029       - 53  # NDRPDR sel xxv710
3030       - 38  # NDRPDR sel x710
3031       - 39  # NDRPDR sel x710
3032       - 40  # NDRPDR sel x710
3033       - 44  # NDRPDR sel x710
3034       - 45  # NDRPDR sel x710
3035       - 48  # NDRPDR sel x710
3036       - 49  # NDRPDR sel x710
3037       - 50  # NDRPDR sel x710
3038       - 51  # NDRPDR sel x710
3039       - 54  # NDRPDR sel x710
3040     csit-dpdk-perf-report-iterative-2005-2n-skx:
3041       - 20  # NDRPDR iter
3042       - 21  # NDRPDR iter
3043       - 22  # NDRPDR iter
3044       - 23  # NDRPDR iter
3045       - 24  # NDRPDR iter
3046       - 25  # NDRPDR iter
3047       - 26  # NDRPDR iter
3048       - 27  # NDRPDR iter
3049       - 28  # NDRPDR iter
3050       - 29  # NDRPDR iter
3051     csit-dpdk-perf-report-iterative-2009-2n-skx:
3052       - 4   # NDRPDR iter env5
3053       - 5   # NDRPDR iter env5
3054       - 6   # NDRPDR iter env5
3055       - 7   # NDRPDR iter env5
3056       - 8   # NDRPDR iter env5
3057       - 9   # NDRPDR iter env5
3058       - 10  # NDRPDR iter env5
3059       - 11  # NDRPDR iter env5
3060       - 12  # NDRPDR iter env5
3061       - 13  # NDRPDR iter env5
3062
3063     csit-dpdk-perf-verify-2001-2n-clx:
3064       - 15  # NDRPDR sel
3065       - 16  # NDRPDR sel
3066       - 17  # NDRPDR sel
3067       - 18  # NDRPDR sel
3068       - 19  # NDRPDR sel
3069       - 20  # NDRPDR sel
3070       - 21  # NDRPDR sel
3071       - 22  # NDRPDR sel
3072       - 23  # NDRPDR sel
3073       - 24  # NDRPDR sel
3074       - 25  # NDRPDR sel
3075       - 26  # NDRPDR sel
3076       - 27  # NDRPDR sel
3077       - 28  # NDRPDR sel
3078       - 29  # NDRPDR sel
3079       - 30  # NDRPDR sel
3080       - 31  # NDRPDR sel
3081       - 32  # NDRPDR sel
3082       - 33  # NDRPDR sel
3083       - 34  # NDRPDR sel
3084     csit-dpdk-perf-report-iterative-2005-2n-clx:
3085       - 20  # NDRPDR iter
3086       - 21  # NDRPDR iter
3087       - 22  # NDRPDR iter
3088       - 23  # NDRPDR iter
3089       - 24  # NDRPDR iter
3090       - 25  # NDRPDR iter
3091       - 26  # NDRPDR iter
3092       - 27  # NDRPDR iter
3093       - 28  # NDRPDR iter
3094       - 29  # NDRPDR iter
3095     csit-dpdk-perf-report-iterative-2009-2n-clx:
3096       - 4   # NDRPDR iter env5
3097       - 5   # NDRPDR iter env5
3098       - 6   # NDRPDR iter env5
3099       - 7   # NDRPDR iter env5
3100       - 8   # NDRPDR iter env5
3101       - 9   # NDRPDR iter env5
3102       - 10  # NDRPDR iter env5
3103       - 11  # NDRPDR iter env5
3104       - 12  # NDRPDR iter env5
3105       - 13  # NDRPDR iter env5
3106
3107 #    csit-dpdk-perf-verify-2001-2n-dnv:
3108 #      - 9   # NDRPDR sel
3109 #      - 10  # NDRPDR sel
3110 #      - 11  # NDRPDR sel
3111 #      - 12  # NDRPDR sel
3112 #      - 13  # NDRPDR sel
3113 #      - 14  # NDRPDR sel
3114 #      - 15  # NDRPDR sel
3115 #      - 16  # NDRPDR sel
3116 #      - 17  # NDRPDR sel
3117 #      - 18  # NDRPDR sel
3118 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3119 #      # No data
3120 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3121 #      # No data
3122
3123 #    csit-dpdk-perf-verify-2001-3n-dnv:
3124 #      - 12  # NDRPDR sel
3125 #      - 13  # NDRPDR sel
3126 #      - 14  # NDRPDR sel
3127 #      - 15  # NDRPDR sel
3128 #      - 16  # NDRPDR sel
3129 #      - 17  # NDRPDR sel
3130 #      - 18  # NDRPDR sel
3131 #      - 19  # NDRPDR sel
3132 #      - 20  # NDRPDR sel
3133 #      - 22  # NDRPDR sel
3134 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3135 #      # No data
3136 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3137 #      # No data
3138
3139     csit-dpdk-perf-verify-2001-3n-tsh:
3140       - 3   # NDRPDR sel
3141       - 4   # NDRPDR sel
3142       - 5   # NDRPDR sel
3143       - 9   # NDRPDR sel
3144       - 10  # NDRPDR sel
3145       - 11  # NDRPDR sel
3146       - 12  # NDRPDR sel
3147       - 14  # NDRPDR sel
3148       - 15  # NDRPDR sel
3149       - 18  # NDRPDR sel
3150     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3151       - 5   # NDRPDR sel
3152     # TODO: Add:
3153     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3154       - 1   # NDRPDR iter env5
3155       - 2   # NDRPDR iter env5
3156       - 3   # NDRPDR iter env5
3157       - 4   # NDRPDR iter env5
3158       - 5   # NDRPDR iter env5
3159       - 6   # NDRPDR iter env5
3160       - 7   # NDRPDR iter env5
3161       - 9   # NDRPDR iter env5
3162       - 10  # NDRPDR iter env5
3163
3164     csit-vpp-device-2009-ubuntu1804-1n-skx:
3165       - 131 # rls2009 env 5
3166
3167 - type: "output"
3168   output: "report"
3169   format:
3170     html:
3171     - full
3172     pdf:
3173     - minimal
3174
3175 ################################################################################
3176 ###                               T A B L E S                                ###
3177 ################################################################################
3178
3179 # VPP Soak vs NDR - 2n-skx
3180 - type: "table"
3181   title: "VPP Soak vs NDR 2n-skx"
3182   algorithm: "table_soak_vs_ndr"
3183   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3184   reference:
3185     title: "NDR"
3186     data: "vpp-soak-vs-ndr-2n-skx-ref"
3187   compare:
3188     title: "Soak"
3189     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3190   data: "vpp-soak-vs-ndr-2n-skx"
3191   include-tests: "NDR"
3192   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3193   parameters:
3194     - "throughput"
3195     - "name"
3196     - "parent"
3197
3198 # VPP Soak vs NDR - 2n-clx
3199 - type: "table"
3200   title: "VPP Soak vs NDR 2n-clx"
3201   algorithm: "table_soak_vs_ndr"
3202   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3203   reference:
3204     title: "NDR"
3205     data: "vpp-soak-vs-ndr-2n-clx-ref"
3206   compare:
3207     title: "Soak"
3208     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3209   data: "vpp-soak-vs-ndr-2n-clx"
3210   include-tests: "NDR"
3211   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3212   parameters:
3213     - "throughput"
3214     - "name"
3215     - "parent"
3216
3217 ################################################################################
3218
3219 # VPP Compare NICs 3n-skx 2t1c ndr
3220 - type: "table"
3221   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3222   algorithm: "table_comparison"
3223   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3224   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3225   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3226   columns:
3227     - title: "x710"
3228       data-set: "vpp-nic-comparison-3n-skx"
3229       tag: "NIC_Intel-X710"
3230     - title: "xxv710"
3231       data-set: "vpp-nic-comparison-3n-skx"
3232       tag: "NIC_Intel-XXV710"
3233   comparisons:
3234     - title: "Diff"
3235       reference: 1
3236       compare: 2
3237   legend:
3238     - ""
3239     - "x710, xxv710 - NICs tested."
3240     - "Diff - difference between x710 and xxv710 NIC."
3241
3242 # VPP Compare NICs 3n-skx 4t2c ndr
3243 - type: "table"
3244   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3245   algorithm: "table_comparison"
3246   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3247   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3248   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3249   columns:
3250     - title: "x710"
3251       data-set: "vpp-nic-comparison-3n-skx"
3252       tag: "NIC_Intel-X710"
3253     - title: "xxv710"
3254       data-set: "vpp-nic-comparison-3n-skx"
3255       tag: "NIC_Intel-XXV710"
3256   comparisons:
3257     - title: "Diff"
3258       reference: 1
3259       compare: 2
3260   legend:
3261     - ""
3262     - "x710, xxv710 - NICs tested."
3263     - "Diff - difference between x710 and xxv710 NIC."
3264
3265 # VPP Compare NICs 3n-skx 2t1c pdr
3266 - type: "table"
3267   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3268   algorithm: "table_comparison"
3269   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3271   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3272   columns:
3273     - title: "x710"
3274       data-set: "vpp-nic-comparison-3n-skx"
3275       tag: "NIC_Intel-X710"
3276     - title: "xxv710"
3277       data-set: "vpp-nic-comparison-3n-skx"
3278       tag: "NIC_Intel-XXV710"
3279   comparisons:
3280     - title: "Diff"
3281       reference: 1
3282       compare: 2
3283   legend:
3284     - ""
3285     - "x710, xxv710 - NICs tested."
3286     - "Diff - difference between x710 and xxv710 NIC."
3287
3288 # VPP Compare NICs 3n-skx 4t2c pdr
3289 - type: "table"
3290   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3291   algorithm: "table_comparison"
3292   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3293   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3294   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3295   columns:
3296     - title: "x710"
3297       data-set: "vpp-nic-comparison-3n-skx"
3298       tag: "NIC_Intel-X710"
3299     - title: "xxv710"
3300       data-set: "vpp-nic-comparison-3n-skx"
3301       tag: "NIC_Intel-XXV710"
3302   comparisons:
3303     - title: "Diff"
3304       reference: 1
3305       compare: 2
3306   legend:
3307     - ""
3308     - "x710, xxv710 - NICs tested."
3309     - "Diff - difference between x710 and xxv710 NIC."
3310
3311 # VPP Compare NICs 3n-skx 2t1c mrr
3312 - type: "table"
3313   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3314   algorithm: "table_comparison"
3315   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3316   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3317   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3318   columns:
3319     - title: "x710"
3320       data-set: "vpp-nic-comparison-3n-skx-mrr"
3321       tag: "NIC_Intel-X710"
3322     - title: "xxv710"
3323       data-set: "vpp-nic-comparison-3n-skx-mrr"
3324       tag: "NIC_Intel-XXV710"
3325   comparisons:
3326     - title: "Diff"
3327       reference: 1
3328       compare: 2
3329   legend:
3330     - ""
3331     - "x710, xxv710 - NICs tested."
3332     - "Diff - difference between x710 and xxv710 NIC."
3333
3334 # VPP Compare NICs 3n-skx 4t2c mrr
3335 - type: "table"
3336   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3337   algorithm: "table_comparison"
3338   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3339   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3340   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3341   columns:
3342     - title: "x710"
3343       data-set: "vpp-nic-comparison-3n-skx-mrr"
3344       tag: "NIC_Intel-X710"
3345     - title: "xxv710"
3346       data-set: "vpp-nic-comparison-3n-skx-mrr"
3347       tag: "NIC_Intel-XXV710"
3348   comparisons:
3349     - title: "Diff"
3350       reference: 1
3351       compare: 2
3352   legend:
3353     - ""
3354     - "x710, xxv710 - NICs tested."
3355     - "Diff - difference between x710 and xxv710 NIC."
3356
3357 # VPP Compare NICs 3n-skx 8t4c mrr
3358 - type: "table"
3359   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3360   algorithm: "table_comparison"
3361   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3362   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3363   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3364   columns:
3365     - title: "x710"
3366       data-set: "vpp-nic-comparison-3n-skx-mrr"
3367       tag: "NIC_Intel-X710"
3368     - title: "xxv710"
3369       data-set: "vpp-nic-comparison-3n-skx-mrr"
3370       tag: "NIC_Intel-XXV710"
3371   comparisons:
3372     - title: "Diff"
3373       reference: 1
3374       compare: 2
3375   legend:
3376     - ""
3377     - "x710, xxv710 - NICs tested."
3378     - "Diff - difference between x710 and xxv710 NIC."
3379
3380 # VPP Compare NICs 2n-skx 2t1c ndr
3381 - type: "table"
3382   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3383   algorithm: "table_comparison"
3384   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3385   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3386   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3387   columns:
3388     - title: "x710"
3389       data-set: "vpp-nic-comparison-2n-skx"
3390       tag: "NIC_Intel-X710"
3391     - title: "xxv710"
3392       data-set: "vpp-nic-comparison-2n-skx"
3393       tag: "NIC_Intel-XXV710"
3394   comparisons:
3395     - title: "Diff"
3396       reference: 1
3397       compare: 2
3398   legend:
3399     - ""
3400     - "x710, xxv710 - NICs tested."
3401     - "Diff - difference between x710 and xxv710 NIC."
3402
3403 # VPP Compare NICs 2n-skx 4t2c ndr
3404 - type: "table"
3405   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3406   algorithm: "table_comparison"
3407   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3408   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3409   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3410   columns:
3411     - title: "x710"
3412       data-set: "vpp-nic-comparison-2n-skx"
3413       tag: "NIC_Intel-X710"
3414     - title: "xxv710"
3415       data-set: "vpp-nic-comparison-2n-skx"
3416       tag: "NIC_Intel-XXV710"
3417   comparisons:
3418     - title: "Diff"
3419       reference: 1
3420       compare: 2
3421   legend:
3422     - ""
3423     - "x710, xxv710 - NICs tested."
3424     - "Diff - difference between x710 and xxv710 NIC."
3425
3426 # VPP Compare NICs 2n-skx 2t1c pdr
3427 - type: "table"
3428   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3429   algorithm: "table_comparison"
3430   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3431   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3432   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3433   columns:
3434     - title: "x710"
3435       data-set: "vpp-nic-comparison-2n-skx"
3436       tag: "NIC_Intel-X710"
3437     - title: "xxv710"
3438       data-set: "vpp-nic-comparison-2n-skx"
3439       tag: "NIC_Intel-XXV710"
3440   comparisons:
3441     - title: "Diff"
3442       reference: 1
3443       compare: 2
3444   legend:
3445     - ""
3446     - "x710, xxv710 - NICs tested."
3447     - "Diff - difference between x710 and xxv710 NIC."
3448
3449 # VPP Compare NICs 2n-skx 4t2c pdr
3450 - type: "table"
3451   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3452   algorithm: "table_comparison"
3453   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3454   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3455   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3456   columns:
3457     - title: "x710"
3458       data-set: "vpp-nic-comparison-2n-skx"
3459       tag: "NIC_Intel-X710"
3460     - title: "xxv710"
3461       data-set: "vpp-nic-comparison-2n-skx"
3462       tag: "NIC_Intel-XXV710"
3463   comparisons:
3464     - title: "Diff"
3465       reference: 1
3466       compare: 2
3467   legend:
3468     - ""
3469     - "x710, xxv710 - NICs tested."
3470     - "Diff - difference between x710 and xxv710 NIC."
3471
3472 # VPP Compare NICs 2n-skx 2t1c mrr
3473 - type: "table"
3474   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3475   algorithm: "table_comparison"
3476   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3477   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3478   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3479   columns:
3480     - title: "x710"
3481       data-set: "vpp-nic-comparison-2n-skx-mrr"
3482       tag: "NIC_Intel-X710"
3483     - title: "xxv710"
3484       data-set: "vpp-nic-comparison-2n-skx-mrr"
3485       tag: "NIC_Intel-XXV710"
3486   comparisons:
3487     - title: "Diff"
3488       reference: 1
3489       compare: 2
3490   legend:
3491     - ""
3492     - "x710, xxv710 - NICs tested."
3493     - "Diff - difference between x710 and xxv710 NIC."
3494
3495 # VPP Compare NICs 2n-skx 4t2c mrr
3496 - type: "table"
3497   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3498   algorithm: "table_comparison"
3499   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3500   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3501   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3502   columns:
3503     - title: "x710"
3504       data-set: "vpp-nic-comparison-2n-skx-mrr"
3505       tag: "NIC_Intel-X710"
3506     - title: "xxv710"
3507       data-set: "vpp-nic-comparison-2n-skx-mrr"
3508       tag: "NIC_Intel-XXV710"
3509   comparisons:
3510     - title: "Diff"
3511       reference: 1
3512       compare: 2
3513   legend:
3514     - ""
3515     - "x710, xxv710 - NICs tested."
3516     - "Diff - difference between x710 and xxv710 NIC."
3517
3518 # VPP Compare NICs 2n-skx 8t4c mrr
3519 - type: "table"
3520   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3521   algorithm: "table_comparison"
3522   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3523   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3524   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3525   columns:
3526     - title: "x710"
3527       data-set: "vpp-nic-comparison-2n-skx-mrr"
3528       tag: "NIC_Intel-X710"
3529     - title: "xxv710"
3530       data-set: "vpp-nic-comparison-2n-skx-mrr"
3531       tag: "NIC_Intel-XXV710"
3532   comparisons:
3533     - title: "Diff"
3534       reference: 1
3535       compare: 2
3536   legend:
3537     - ""
3538     - "x710, xxv710 - NICs tested."
3539     - "Diff - difference between x710 and xxv710 NIC."
3540
3541 ################################################################################
3542 # VPP
3543
3544 # VPP Performance Changes 3n-hsw 1t1c pdr
3545 - type: "table"
3546   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3547   algorithm: "table_comparison"
3548   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3550   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3551   columns:
3552     - title: "2001.0-4"
3553       data-set: "vpp-performance-changes-3n-hsw-h1"
3554     - title: "2005.0-4"
3555       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3556     - title: "2005.0-5"
3557       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3558     - title: "2009.0-5"
3559       data-set: "vpp-performance-changes-3n-hsw-cmp"
3560   comparisons:
3561     - title: "2005.0-5 vs 2005.0-4"
3562       reference: 2
3563       compare: 3
3564 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3565     - title: "2009.0-5 vs 2005.0-5"
3566       reference: 3
3567       compare: 4
3568 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3569   legend:
3570     - ''
3571     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3572     - '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).'
3573     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3574     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3575     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3576
3577 # VPP Performance Changes 3n-hsw 2t2c pdr
3578 - type: "table"
3579   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3580   algorithm: "table_comparison"
3581   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3582   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3583   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3584   columns:
3585     - title: "2001.0-4"
3586       data-set: "vpp-performance-changes-3n-hsw-h1"
3587     - title: "2005.0-4"
3588       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3589     - title: "2005.0-5"
3590       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3591     - title: "2009.0-5"
3592       data-set: "vpp-performance-changes-3n-hsw-cmp"
3593   comparisons:
3594     - title: "2005.0-5 vs 2005.0-4"
3595       reference: 2
3596       compare: 3
3597 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3598     - title: "2009.0-5 vs 2005.0-5"
3599       reference: 3
3600       compare: 4
3601 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3602   legend:
3603     - ''
3604     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3605     - '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).'
3606     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3607     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3608     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3609
3610 # VPP Performance Changes 3n-hsw 1t1c ndr
3611 - type: "table"
3612   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3613   algorithm: "table_comparison"
3614   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3615   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3616   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3617   columns:
3618     - title: "2001.0-4"
3619       data-set: "vpp-performance-changes-3n-hsw-h1"
3620     - title: "2005.0-4"
3621       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3622     - title: "2005.0-5"
3623       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3624     - title: "2009.0-5"
3625       data-set: "vpp-performance-changes-3n-hsw-cmp"
3626   comparisons:
3627     - title: "2005.0-5 vs 2005.0-4"
3628       reference: 2
3629       compare: 3
3630 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3631     - title: "2009.0-5 vs 2005.0-5"
3632       reference: 3
3633       compare: 4
3634 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3635   legend:
3636     - ''
3637     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3638     - '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).'
3639     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3640     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3641     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3642
3643 # VPP Performance Changes 3n-hsw 2t2c ndr
3644 - type: "table"
3645   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3646   algorithm: "table_comparison"
3647   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3648   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3649   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3650   columns:
3651     - title: "2001.0-4"
3652       data-set: "vpp-performance-changes-3n-hsw-h1"
3653     - title: "2005.0-4"
3654       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3655     - title: "2005.0-5"
3656       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3657     - title: "2009.0-5"
3658       data-set: "vpp-performance-changes-3n-hsw-cmp"
3659   comparisons:
3660     - title: "2005.0-5 vs 2005.0-4"
3661       reference: 2
3662       compare: 3
3663 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3664     - title: "2009.0-5 vs 2005.0-5"
3665       reference: 3
3666       compare: 4
3667 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3668   legend:
3669     - ''
3670     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3671     - '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).'
3672     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3673     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3674     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3675
3676 # VPP Performance Changes 3n-skx 2t1c pdr
3677 - type: "table"
3678   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3679   algorithm: "table_comparison"
3680   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3681   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3682   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3683   columns:
3684     - title: "2001.0-4"
3685       data-set: "vpp-performance-changes-3n-skx-h1"
3686     - title: "2005.0-4"
3687       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3688     - title: "2005.0-5"
3689       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3690     - title: "2009.0-5"
3691       data-set: "vpp-performance-changes-3n-skx-cmp"
3692   comparisons:
3693     - title: "2005.0-5 vs 2005.0-4"
3694       reference: 2
3695       compare: 3
3696 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3697     - title: "2009.0-5 vs 2005.0-5"
3698       reference: 3
3699       compare: 4
3700 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3701   legend:
3702     - ''
3703     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3704     - '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).'
3705     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3706     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3707     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3708
3709 # VPP Performance Changes 3n-skx 4t2c pdr
3710 - type: "table"
3711   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3712   algorithm: "table_comparison"
3713   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3714   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3715   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3716   columns:
3717     - title: "2001.0-4"
3718       data-set: "vpp-performance-changes-3n-skx-h1"
3719     - title: "2005.0-4"
3720       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3721     - title: "2005.0-5"
3722       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3723     - title: "2009.0-5"
3724       data-set: "vpp-performance-changes-3n-skx-cmp"
3725   comparisons:
3726     - title: "2005.0-5 vs 2005.0-4"
3727       reference: 2
3728       compare: 3
3729 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3730     - title: "2009.0-5 vs 2005.0-5"
3731       reference: 3
3732       compare: 4
3733 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3734   legend:
3735     - ''
3736     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3737     - '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).'
3738     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3739     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3740     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3741
3742 # VPP Performance Changes 3n-skx 2t1c ndr
3743 - type: "table"
3744   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3745   algorithm: "table_comparison"
3746   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3748   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3749   columns:
3750     - title: "2001.0-4"
3751       data-set: "vpp-performance-changes-3n-skx-h1"
3752     - title: "2005.0-4"
3753       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3754     - title: "2005.0-5"
3755       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3756     - title: "2009.0-5"
3757       data-set: "vpp-performance-changes-3n-skx-cmp"
3758   comparisons:
3759     - title: "2005.0-5 vs 2005.0-4"
3760       reference: 2
3761       compare: 3
3762 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3763     - title: "2009.0-5 vs 2005.0-5"
3764       reference: 3
3765       compare: 4
3766 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3767   legend:
3768     - ''
3769     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3770     - '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).'
3771     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3772     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3773     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3774
3775 # VPP Performance Changes 3n-skx 4t2c ndr
3776 - type: "table"
3777   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3778   algorithm: "table_comparison"
3779   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3780   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3781   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3782   columns:
3783     - title: "2001.0-4"
3784       data-set: "vpp-performance-changes-3n-skx-h1"
3785     - title: "2005.0-4"
3786       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3787     - title: "2005.0-5"
3788       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3789     - title: "2009.0-5"
3790       data-set: "vpp-performance-changes-3n-skx-cmp"
3791   comparisons:
3792     - title: "2005.0-5 vs 2005.0-4"
3793       reference: 2
3794       compare: 3
3795 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3796     - title: "2009.0-5 vs 2005.0-5"
3797       reference: 3
3798       compare: 4
3799 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3800   legend:
3801     - ''
3802     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3803     - '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).'
3804     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3805     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3806     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3807
3808 # VPP Performance Changes 2n-skx 2t1c pdr
3809 - type: "table"
3810   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3811   algorithm: "table_comparison"
3812   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3813   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3814   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3815   columns:
3816     - title: "2001.0-4"
3817       data-set: "vpp-performance-changes-2n-skx-h1"
3818     - title: "2005.0-4"
3819       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3820     - title: "2005.0-5"
3821       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3822     - title: "2009.0-5"
3823       data-set: "vpp-performance-changes-2n-skx-cmp"
3824   comparisons:
3825     - title: "2005.0-5 vs 2005.0-4"
3826       reference: 2
3827       compare: 3
3828 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3829     - title: "2009.0-5 vs 2005.0-5"
3830       reference: 3
3831       compare: 4
3832 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3833   legend:
3834     - ''
3835     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3836     - '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).'
3837     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3838     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3839     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3840
3841 # VPP Performance Changes 2n-skx 4t2c pdr
3842 - type: "table"
3843   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3844   algorithm: "table_comparison"
3845   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3846   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3847   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3848   columns:
3849     - title: "2001.0-4"
3850       data-set: "vpp-performance-changes-2n-skx-h1"
3851     - title: "2005.0-4"
3852       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3853     - title: "2005.0-5"
3854       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3855     - title: "2009.0-5"
3856       data-set: "vpp-performance-changes-2n-skx-cmp"
3857   comparisons:
3858     - title: "2005.0-5 vs 2005.0-4"
3859       reference: 2
3860       compare: 3
3861 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3862     - title: "2009.0-5 vs 2005.0-5"
3863       reference: 3
3864       compare: 4
3865 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3866   legend:
3867     - ''
3868     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3869     - '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).'
3870     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3871     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3872     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3873
3874 # VPP Performance Changes 2n-skx 2t1c ndr
3875 - type: "table"
3876   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3877   algorithm: "table_comparison"
3878   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3880   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3881   columns:
3882     - title: "2001.0-4"
3883       data-set: "vpp-performance-changes-2n-skx-h1"
3884     - title: "2005.0-4"
3885       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3886     - title: "2005.0-5"
3887       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3888     - title: "2009.0-5"
3889       data-set: "vpp-performance-changes-2n-skx-cmp"
3890   comparisons:
3891     - title: "2005.0-5 vs 2005.0-4"
3892       reference: 2
3893       compare: 3
3894 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3895     - title: "2009.0-5 vs 2005.0-5"
3896       reference: 3
3897       compare: 4
3898 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3899   legend:
3900     - ''
3901     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3902     - '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).'
3903     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3904     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3905     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3906
3907 # VPP Performance Changes 2n-skx 4t2c ndr
3908 - type: "table"
3909   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3910   algorithm: "table_comparison"
3911   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3912   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3913   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3914   columns:
3915     - title: "2001.0-4"
3916       data-set: "vpp-performance-changes-2n-skx-h1"
3917     - title: "2005.0-4"
3918       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3919     - title: "2005.0-5"
3920       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3921     - title: "2009.0-5"
3922       data-set: "vpp-performance-changes-2n-skx-cmp"
3923   comparisons:
3924     - title: "2005.0-5 vs 2005.0-4"
3925       reference: 2
3926       compare: 3
3927 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3928     - title: "2009.0-5 vs 2005.0-5"
3929       reference: 3
3930       compare: 4
3931 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3932   legend:
3933     - ''
3934     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3935     - '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).'
3936     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3937     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3938     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3939
3940 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3941 - type: "table"
3942   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3943   algorithm: "table_comparison"
3944   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3945   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3946   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3947   columns:
3948     - title: "2001.0-4"
3949       data-set: "vpp-performance-changes-2n-clx-h1"
3950     - title: "2005.0-4"
3951       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3952     - title: "2005.0-5"
3953       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3954     - title: "2009.0-5"
3955       data-set: "vpp-performance-changes-2n-clx-cmp"
3956   comparisons:
3957     - title: "2005.0-5 vs 2005.0-4"
3958       reference: 2
3959       compare: 3
3960 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3961     - title: "2009.0-5 vs 2005.0-5"
3962       reference: 3
3963       compare: 4
3964 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3965   legend:
3966     - ''
3967     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3968     - '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).'
3969     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3970     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3971     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3972
3973 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3974 - type: "table"
3975   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3976   algorithm: "table_comparison"
3977   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3978   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3979   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3980   columns:
3981     - title: "2001.0-4"
3982       data-set: "vpp-performance-changes-2n-clx-h1"
3983     - title: "2005.0-4"
3984       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3985     - title: "2005.0-5"
3986       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3987     - title: "2009.0-5"
3988       data-set: "vpp-performance-changes-2n-clx-cmp"
3989   comparisons:
3990     - title: "2005.0-5 vs 2005.0-4"
3991       reference: 2
3992       compare: 3
3993 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3994     - title: "2009.0-5 vs 2005.0-5"
3995       reference: 3
3996       compare: 4
3997 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3998   legend:
3999     - ''
4000     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4001     - '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).'
4002     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4003     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4004     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4005
4006 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4007 - type: "table"
4008   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4009   algorithm: "table_comparison"
4010   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4011   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4012   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4013   columns:
4014     - title: "2001.0-4"
4015       data-set: "vpp-performance-changes-2n-clx-h1"
4016     - title: "2005.0-4"
4017       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4018     - title: "2005.0-5"
4019       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4020     - title: "2009.0-5"
4021       data-set: "vpp-performance-changes-2n-clx-cmp"
4022   comparisons:
4023     - title: "2005.0-5 vs 2005.0-4"
4024       reference: 2
4025       compare: 3
4026 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4027     - title: "2009.0-5 vs 2005.0-5"
4028       reference: 3
4029       compare: 4
4030 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4031   legend:
4032     - ''
4033     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4034     - '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).'
4035     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4036     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4037     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4038
4039 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4040 - type: "table"
4041   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4042   algorithm: "table_comparison"
4043   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4044   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4045   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4046   columns:
4047     - title: "2001.0-4"
4048       data-set: "vpp-performance-changes-2n-clx-h1"
4049     - title: "2005.0-4"
4050       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4051     - title: "2005.0-5"
4052       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4053     - title: "2009.0-5"
4054       data-set: "vpp-performance-changes-2n-clx-cmp"
4055   comparisons:
4056     - title: "2005.0-5 vs 2005.0-4"
4057       reference: 2
4058       compare: 3
4059 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4060     - title: "2009.0-5 vs 2005.0-5"
4061       reference: 3
4062       compare: 4
4063 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4064   legend:
4065     - ''
4066     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4067     - '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).'
4068     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4069     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4070     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4071
4072 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4073 #- type: "table"
4074 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4075 #  algorithm: "table_comparison"
4076 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4077 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4078 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4079 #  columns:
4080 #    - title: "2001.0-2"
4081 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4082 #    - title: "2005.0-3"
4083 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4084 #  comparisons:
4085 #    - title: "Diff"
4086 #      reference: 1
4087 #      compare: 2
4088 #  legend:
4089 #    - ''
4090 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4091 #    - '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).'
4092 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4093 #    - '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.'
4094 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4095 #
4096 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4097 #- type: "table"
4098 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4099 #  algorithm: "table_comparison"
4100 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4101 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4102 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4103 #  columns:
4104 #    - title: "2001.0-2"
4105 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4106 #    - title: "2005.0-3"
4107 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4108 #  comparisons:
4109 #    - title: "Diff"
4110 #      reference: 1
4111 #      compare: 2
4112 #  legend:
4113 #    - ''
4114 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4115 #    - '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).'
4116 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4117 #    - '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.'
4118 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4119 #
4120 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4121 #- type: "table"
4122 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4123 #  algorithm: "table_comparison"
4124 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4125 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4126 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4127 #  columns:
4128 #    - title: "2001.0-2"
4129 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4130 #    - title: "2005.0-3"
4131 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4132 #  comparisons:
4133 #    - title: "Diff"
4134 #      reference: 1
4135 #      compare: 2
4136 #  legend:
4137 #    - ''
4138 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4139 #    - '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).'
4140 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4141 #    - '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.'
4142 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4143 #
4144 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4145 #- type: "table"
4146 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4147 #  algorithm: "table_comparison"
4148 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4149 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4150 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4151 #  columns:
4152 #    - title: "2001.0-2"
4153 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4154 #    - title: "2005.0-3"
4155 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4156 #  comparisons:
4157 #    - title: "Diff"
4158 #      reference: 1
4159 #      compare: 2
4160 #  legend:
4161 #    - ''
4162 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4163 #    - '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).'
4164 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4165 #    - '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.'
4166 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4167
4168 # VPP Performance Changes 2n-dnv 1t1c pdr
4169 - type: "table"
4170   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4171   algorithm: "table_comparison"
4172   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4173   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4174   filter: "'1T1C'"
4175   columns:
4176     - title: "2001.0-2"
4177       data-set: "vpp-performance-changes-2n-dnv-h1"
4178     - title: "2005.0-5"
4179       data-set: "vpp-performance-changes-2n-dnv-ref"
4180     - title: "2009.0-5"
4181       data-set: "vpp-performance-changes-2n-dnv-cmp"
4182   comparisons:
4183     - title: "2009.0-5 vs 2005.0-5"
4184       reference: 2
4185       compare: 3
4186   legend:
4187     - ''
4188     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4189     - '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).'
4190     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4191     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4192
4193 # VPP Performance Changes 2n-dnv 2t2c pdr
4194 - type: "table"
4195   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4196   algorithm: "table_comparison"
4197   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4199   filter: "'2T2C'"
4200   columns:
4201     - title: "2001.0-2"
4202       data-set: "vpp-performance-changes-2n-dnv-h1"
4203     - title: "2005.0-5"
4204       data-set: "vpp-performance-changes-2n-dnv-ref"
4205     - title: "2009.0-5"
4206       data-set: "vpp-performance-changes-2n-dnv-cmp"
4207   comparisons:
4208     - title: "2009.0-5 vs 2005.0-5"
4209       reference: 2
4210       compare: 3
4211   legend:
4212     - ''
4213     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4214     - '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).'
4215     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4216     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4217
4218 # VPP Performance Changes 2n-dnv 1t1c ndr
4219 - type: "table"
4220   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4221   algorithm: "table_comparison"
4222   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4223   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4224   filter: "'1T1C'"
4225   columns:
4226     - title: "2001.0-2"
4227       data-set: "vpp-performance-changes-2n-dnv-h1"
4228     - title: "2005.0-5"
4229       data-set: "vpp-performance-changes-2n-dnv-ref"
4230     - title: "2009.0-5"
4231       data-set: "vpp-performance-changes-2n-dnv-cmp"
4232   comparisons:
4233     - title: "2009.0-5 vs 2005.0-5"
4234       reference: 2
4235       compare: 3
4236   legend:
4237     - ''
4238     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4239     - '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).'
4240     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4241     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4242
4243 # VPP Performance Changes 2n-dnv 2t2c ndr
4244 - type: "table"
4245   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4246   algorithm: "table_comparison"
4247   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4248   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4249   filter: "'2T2C'"
4250   columns:
4251     - title: "2001.0-2"
4252       data-set: "vpp-performance-changes-2n-dnv-h1"
4253     - title: "2005.0-5"
4254       data-set: "vpp-performance-changes-2n-dnv-ref"
4255     - title: "2009.0-5"
4256       data-set: "vpp-performance-changes-2n-dnv-cmp"
4257   comparisons:
4258     - title: "2009.0-5 vs 2005.0-5"
4259       reference: 2
4260       compare: 3
4261   legend:
4262     - ''
4263     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4264     - '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).'
4265     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4266     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4267
4268 # VPP Performance Changes 3n-dnv 1t1c pdr
4269 - type: "table"
4270   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4271   algorithm: "table_comparison"
4272   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4273   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4274   filter: "'1T1C'"
4275   columns:
4276     - title: "2001.0-2"
4277       data-set: "vpp-performance-changes-3n-dnv-h1"
4278     - title: "2005.0-5"
4279       data-set: "vpp-performance-changes-3n-dnv-ref"
4280     - title: "2009.0-5"
4281       data-set: "vpp-performance-changes-3n-dnv-cmp"
4282   comparisons:
4283     - title: "2009.0-5 vs 2005.0-5"
4284       reference: 2
4285       compare: 3
4286   legend:
4287     - ''
4288     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4289     - '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).'
4290     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4291     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4292
4293 # VPP Performance Changes 3n-dnv 2t2c pdr
4294 - type: "table"
4295   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4296   algorithm: "table_comparison"
4297   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4298   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4299   filter: "'2T2C'"
4300   columns:
4301     - title: "2001.0-2"
4302       data-set: "vpp-performance-changes-3n-dnv-h1"
4303     - title: "2005.0-5"
4304       data-set: "vpp-performance-changes-3n-dnv-ref"
4305     - title: "2009.0-5"
4306       data-set: "vpp-performance-changes-3n-dnv-cmp"
4307   comparisons:
4308     - title: "2009.0-5 vs 2005.0-5"
4309       reference: 2
4310       compare: 3
4311   legend:
4312     - ''
4313     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4314     - '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).'
4315     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4316     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4317
4318 # VPP Performance Changes 3n-dnv 1t1c ndr
4319 - type: "table"
4320   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4321   algorithm: "table_comparison"
4322   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4324   filter: "'1T1C'"
4325   columns:
4326     - title: "2001.0-2"
4327       data-set: "vpp-performance-changes-3n-dnv-h1"
4328     - title: "2005.0-5"
4329       data-set: "vpp-performance-changes-3n-dnv-ref"
4330     - title: "2009.0-5"
4331       data-set: "vpp-performance-changes-3n-dnv-cmp"
4332   comparisons:
4333     - title: "2009.0-5 vs 2005.0-5"
4334       reference: 2
4335       compare: 3
4336   legend:
4337     - ''
4338     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4339     - '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).'
4340     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4341     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4342
4343 # VPP Performance Changes 3n-dnv 2t2c ndr
4344 - type: "table"
4345   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4346   algorithm: "table_comparison"
4347   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4348   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4349   filter: "'2T2C'"
4350   columns:
4351     - title: "2001.0-2"
4352       data-set: "vpp-performance-changes-3n-dnv-h1"
4353     - title: "2005.0-5"
4354       data-set: "vpp-performance-changes-3n-dnv-ref"
4355     - title: "2009.0-5"
4356       data-set: "vpp-performance-changes-3n-dnv-cmp"
4357   comparisons:
4358     - title: "2009.0-5 vs 2005.0-5"
4359       reference: 2
4360       compare: 3
4361   legend:
4362     - ''
4363     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4364     - '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).'
4365     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4366     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4367
4368 # VPP Performance Changes 3n-tsh 1t1c pdr
4369 - type: "table"
4370   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4371   algorithm: "table_comparison"
4372   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4373   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4374   filter: "'1T1C'"
4375   columns:
4376     - title: "2001.0-4"
4377       data-set: "vpp-performance-changes-3n-tsh-h1"
4378     - title: "2005.0-4"
4379       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4380     - title: "2005.0-5"
4381       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4382     - title: "2009.0-5"
4383       data-set: "vpp-performance-changes-3n-tsh-cmp"
4384   comparisons:
4385     - title: "2005.0-5 vs 2005.0-4"
4386       reference: 2
4387       compare: 3
4388 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4389     - title: "2009.0-5 vs 2005.0-5"
4390       reference: 3
4391       compare: 4
4392 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4393   legend:
4394     - ''
4395     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4396     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4397     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4398     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4399     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4400
4401 # VPP Performance Changes 3n-tsh 2t2c pdr
4402 - type: "table"
4403   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4404   algorithm: "table_comparison"
4405   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4406   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4407   filter: "'2T2C'"
4408   columns:
4409     - title: "2001.0-4"
4410       data-set: "vpp-performance-changes-3n-tsh-h1"
4411     - title: "2005.0-4"
4412       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4413     - title: "2005.0-5"
4414       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4415     - title: "2009.0-5"
4416       data-set: "vpp-performance-changes-3n-tsh-cmp"
4417   comparisons:
4418     - title: "2005.0-5 vs 2005.0-4"
4419       reference: 2
4420       compare: 3
4421 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4422     - title: "2009.0-5 vs 2005.0-5"
4423       reference: 3
4424       compare: 4
4425 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4426   legend:
4427     - ''
4428     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4429     - '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).'
4430     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4431     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4432     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4433
4434 # VPP Performance Changes 3n-tsh 1t1c ndr
4435 - type: "table"
4436   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4437   algorithm: "table_comparison"
4438   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4439   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4440   filter: "'1T1C'"
4441   columns:
4442     - title: "2001.0-4"
4443       data-set: "vpp-performance-changes-3n-tsh-h1"
4444     - title: "2005.0-4"
4445       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4446     - title: "2005.0-5"
4447       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4448     - title: "2009.0-5"
4449       data-set: "vpp-performance-changes-3n-tsh-cmp"
4450   comparisons:
4451     - title: "2005.0-5 vs 2005.0-4"
4452       reference: 2
4453       compare: 3
4454 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4455     - title: "2009.0-5 vs 2005.0-5"
4456       reference: 3
4457       compare: 4
4458 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4459   legend:
4460     - ''
4461     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4462     - '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).'
4463     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4464     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4465     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4466
4467 # VPP Performance Changes 3n-tsh 2t2c ndr
4468 - type: "table"
4469   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4470   algorithm: "table_comparison"
4471   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4472   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4473   filter: "'2T2C'"
4474   columns:
4475     - title: "2001.0-4"
4476       data-set: "vpp-performance-changes-3n-tsh-h1"
4477     - title: "2005.0-4"
4478       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4479     - title: "2005.0-5"
4480       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4481     - title: "2009.0-5"
4482       data-set: "vpp-performance-changes-3n-tsh-cmp"
4483   comparisons:
4484     - title: "2005.0-5 vs 2005.0-4"
4485       reference: 2
4486       compare: 3
4487 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4488     - title: "2009.0-5 vs 2005.0-5"
4489       reference: 3
4490       compare: 4
4491 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4492   legend:
4493     - ''
4494     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4495     - '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).'
4496     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4497     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4498     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4499
4500 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4501 - type: "table"
4502   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4503   algorithm: "table_comparison"
4504   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4505   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4506   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4507   columns:
4508     - title: "3n-hsw xl710"
4509       data-set: "vpp-compare-testbeds-ref"
4510       tag: "NIC_Intel-XL710"
4511     - title: "3n-skx xxv710"
4512       data-set: "vpp-compare-testbeds-cmp"
4513       tag: "NIC_Intel-XXV710"
4514   comparisons:
4515     - title: "Diff"
4516       reference: 1
4517       compare: 2
4518   legend:
4519     - ""
4520     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4521     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4522
4523 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4524 - type: "table"
4525   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4526   algorithm: "table_comparison"
4527   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4528   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4529   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4530   columns:
4531     - title: "3n-hsw xl710"
4532       data-set: "vpp-compare-testbeds-ref"
4533       tag: "NIC_Intel-XL710"
4534     - title: "3n-skx xxv710"
4535       data-set: "vpp-compare-testbeds-cmp"
4536       tag: "NIC_Intel-XXV710"
4537   comparisons:
4538     - title: "Diff"
4539       reference: 1
4540       compare: 2
4541   legend:
4542     - ""
4543     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4544     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4545
4546 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4547 - type: "table"
4548   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4549   algorithm: "table_comparison"
4550   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4551   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4552   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4553   columns:
4554     - title: "3n-hsw xl710"
4555       data-set: "vpp-compare-testbeds-ref"
4556       tag: "NIC_Intel-XL710"
4557     - title: "3n-skx xxv710"
4558       data-set: "vpp-compare-testbeds-cmp"
4559       tag: "NIC_Intel-XXV710"
4560   comparisons:
4561     - title: "Diff"
4562       reference: 1
4563       compare: 2
4564   legend:
4565     - ""
4566     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4567     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4568
4569 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4570 - type: "table"
4571   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4572   algorithm: "table_comparison"
4573   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4574   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4575   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4576   columns:
4577     - title: "3n-hsw xl710"
4578       data-set: "vpp-compare-testbeds-ref"
4579       tag: "NIC_Intel-XL710"
4580     - title: "3n-skx xxv710"
4581       data-set: "vpp-compare-testbeds-cmp"
4582       tag: "NIC_Intel-XXV710"
4583   comparisons:
4584     - title: "Diff"
4585       reference: 1
4586       compare: 2
4587   legend:
4588     - ""
4589     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4590     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4591
4592 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4593 - type: "table"
4594   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4595   algorithm: "table_comparison"
4596   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4597   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4598   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4599   columns:
4600     - title: "2n-skx"
4601       data-set: "vpp-compare-testbeds-skx-clx-ref"
4602     - title: "2n-clx"
4603       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4604   comparisons:
4605     - title: "Diff"
4606       reference: 1
4607       compare: 2
4608   legend:
4609     - ""
4610     - "2n-skx, 2n-clx - testbeds and NICs tested."
4611     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4612
4613 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4614 - type: "table"
4615   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4616   algorithm: "table_comparison"
4617   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4618   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4619   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4620   columns:
4621     - title: "2n-skx"
4622       data-set: "vpp-compare-testbeds-skx-clx-ref"
4623     - title: "2n-clx"
4624       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4625   comparisons:
4626     - title: "Diff"
4627       reference: 1
4628       compare: 2
4629   legend:
4630     - ""
4631     - "2n-skx, 2n-clx - testbeds and NICs tested."
4632     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4633
4634 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4635 - type: "table"
4636   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4637   algorithm: "table_comparison"
4638   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4640   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4641   columns:
4642     - title: "2n-skx"
4643       data-set: "vpp-compare-testbeds-skx-clx-ref"
4644     - title: "2n-clx"
4645       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4646   comparisons:
4647     - title: "Diff"
4648       reference: 1
4649       compare: 2
4650   legend:
4651     - ""
4652     - "2n-skx, 2n-clx - testbeds and NICs tested."
4653     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4654
4655 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4656 - type: "table"
4657   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4658   algorithm: "table_comparison"
4659   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4660   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4661   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4662   columns:
4663     - title: "2n-skx"
4664       data-set: "vpp-compare-testbeds-skx-clx-ref"
4665     - title: "2n-clx"
4666       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4667   comparisons:
4668     - title: "Diff"
4669       reference: 1
4670       compare: 2
4671   legend:
4672     - ""
4673     - "2n-skx, 2n-clx - testbeds and NICs tested."
4674     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4675
4676 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4677 - type: "table"
4678   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4679   algorithm: "table_comparison"
4680   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4681   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4682   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4683   columns:
4684     - title: "3n-hsw xl710"
4685       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4686       tag: "NIC_Intel-XL710"
4687     - title: "2n-clx xxv710"
4688       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4689       tag: "NIC_Intel-XXV710"
4690   comparisons:
4691     - title: "Diff"
4692       reference: 1
4693       compare: 2
4694   legend:
4695     - ""
4696     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4697     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4698
4699 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4700 - type: "table"
4701   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4702   algorithm: "table_comparison"
4703   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4704   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4705   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4706   columns:
4707     - title: "3n-hsw xl710"
4708       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4709       tag: "NIC_Intel-XL710"
4710     - title: "2n-clx xxv710"
4711       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4712       tag: "NIC_Intel-XXV710"
4713   comparisons:
4714     - title: "Diff"
4715       reference: 1
4716       compare: 2
4717   legend:
4718     - ""
4719     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4720     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4721
4722 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4723 - type: "table"
4724   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4725   algorithm: "table_comparison"
4726   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4727   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4728   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4729   columns:
4730     - title: "3n-hsw xl710"
4731       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4732       tag: "NIC_Intel-XL710"
4733     - title: "2n-clx xxv710"
4734       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4735       tag: "NIC_Intel-XXV710"
4736   comparisons:
4737     - title: "Diff"
4738       reference: 1
4739       compare: 2
4740   legend:
4741     - ""
4742     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4743     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4744
4745 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4746 - type: "table"
4747   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4748   algorithm: "table_comparison"
4749   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4750   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4751   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4752   columns:
4753     - title: "3n-hsw xl710"
4754       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4755       tag: "NIC_Intel-XL710"
4756     - title: "2n-clx xxv710"
4757       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4758       tag: "NIC_Intel-XXV710"
4759   comparisons:
4760     - title: "Diff"
4761       reference: 1
4762       compare: 2
4763   legend:
4764     - ""
4765     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4766     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4767
4768 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4769 - type: "table"
4770   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4771   algorithm: "table_comparison"
4772   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4773   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4774   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4775   columns:
4776     - title: "3n-skx"
4777       data-set: "vpp-compare-topologies-ref"
4778     - title: "2n-skx"
4779       data-set: "vpp-compare-topologies-cmp"
4780   comparisons:
4781     - title: "Diff"
4782       reference: 1
4783       compare: 2
4784   legend:
4785     - ""
4786     - "3n-skx, 2n-skx - topologies tested."
4787     - "Diff - difference between 3n-skx and 2n-skx topologies."
4788
4789 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4790 - type: "table"
4791   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4792   algorithm: "table_comparison"
4793   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4794   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4795   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4796   columns:
4797     - title: "3n-skx"
4798       data-set: "vpp-compare-topologies-ref"
4799     - title: "2n-skx"
4800       data-set: "vpp-compare-topologies-cmp"
4801   comparisons:
4802     - title: "Diff"
4803       reference: 1
4804       compare: 2
4805   legend:
4806     - ""
4807     - "3n-skx, 2n-skx - topologies tested."
4808     - "Diff - difference between 3n-skx and 2n-skx topologies."
4809
4810 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4811 - type: "table"
4812   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4813   algorithm: "table_comparison"
4814   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4815   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4816   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4817   columns:
4818     - title: "3n-skx"
4819       data-set: "vpp-compare-topologies-ref"
4820     - title: "2n-skx"
4821       data-set: "vpp-compare-topologies-cmp"
4822   comparisons:
4823     - title: "Diff"
4824       reference: 1
4825       compare: 2
4826   legend:
4827     - ""
4828     - "3n-skx, 2n-skx - topologies tested."
4829     - "Diff - difference between 3n-skx and 2n-skx topologies."
4830
4831 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4832 - type: "table"
4833   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4834   algorithm: "table_comparison"
4835   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4836   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4837   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4838   columns:
4839     - title: "3n-skx"
4840       data-set: "vpp-compare-topologies-ref"
4841     - title: "2n-skx"
4842       data-set: "vpp-compare-topologies-cmp"
4843   comparisons:
4844     - title: "Diff"
4845       reference: 1
4846       compare: 2
4847   legend:
4848     - ""
4849     - "3n-skx, 2n-skx - topologies tested."
4850     - "Diff - difference between 3n-skx and 2n-skx topologies."
4851
4852 # VPP Performance Changes 3n-hsw 1t1c mrr
4853 - type: "table"
4854   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4855   algorithm: "table_comparison"
4856   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4858   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4859   columns:
4860     - title: "2001.0-2"
4861       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4862     - title: "2005.0-4"
4863       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4864     - title: "2005.0-5"
4865       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4866     - title: "2009.0-5"
4867       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4868   comparisons:
4869     - title: "2005.0-5 vs 2005.0-4"
4870       reference: 2
4871       compare: 3
4872 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4873     - title: "2009.0-5 vs 2005.0-5"
4874       reference: 3
4875       compare: 4
4876 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4877   legend:
4878     - ''
4879     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4880     - '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).'
4881     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4882     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4883     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4884
4885 # VPP Performance Changes 3n-hsw 2t2c mrr
4886 - type: "table"
4887   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4888   algorithm: "table_comparison"
4889   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4890   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4891   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4892   columns:
4893     - title: "2001.0-2"
4894       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4895     - title: "2005.0-4"
4896       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4897     - title: "2005.0-5"
4898       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4899     - title: "2009.0-5"
4900       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4901   comparisons:
4902     - title: "2005.0-5 vs 2005.0-4"
4903       reference: 2
4904       compare: 3
4905 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4906     - title: "2009.0-5 vs 2005.0-5"
4907       reference: 3
4908       compare: 4
4909 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4910   legend:
4911     - ''
4912     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4913     - '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).'
4914     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4915     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4916     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4917
4918 # VPP Performance Changes 3n-hsw 4t4c mrr
4919 - type: "table"
4920   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4921   algorithm: "table_comparison"
4922   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4923   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4924   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4925   columns:
4926     - title: "2001.0-2"
4927       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4928     - title: "2005.0-4"
4929       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4930     - title: "2005.0-5"
4931       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4932     - title: "2009.0-5"
4933       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4934   comparisons:
4935     - title: "2005.0-5 vs 2005.0-4"
4936       reference: 2
4937       compare: 3
4938 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4939     - title: "2009.0-5 vs 2005.0-5"
4940       reference: 3
4941       compare: 4
4942 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4943   legend:
4944     - ''
4945     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4946     - '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).'
4947     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4948     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4949     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4950
4951 # VPP Performance Changes 3n-skx 2t1c mrr
4952 - type: "table"
4953   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4954   algorithm: "table_comparison"
4955   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4956   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4957   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4958   columns:
4959     - title: "2001.0-2"
4960       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4961     - title: "2005.0-4"
4962       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4963     - title: "2005.0-5"
4964       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4965     - title: "2009.0-5"
4966       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4967   comparisons:
4968     - title: "2005.0-5 vs 2005.0-4"
4969       reference: 2
4970       compare: 3
4971 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4972     - title: "2009.0-5 vs 2005.0-5"
4973       reference: 2
4974       compare: 3
4975 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4976   legend:
4977     - ''
4978     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4979     - '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).'
4980     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4981     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4982     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4983
4984 # VPP Performance Changes 3n-skx 4t2c mrr
4985 - type: "table"
4986   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4987   algorithm: "table_comparison"
4988   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4989   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4990   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4991   columns:
4992     - title: "2001.0-2"
4993       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4994     - title: "2005.0-4"
4995       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4996     - title: "2005.0-5"
4997       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4998     - title: "2009.0-5"
4999       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5000   comparisons:
5001     - title: "2005.0-5 vs 2005.0-4"
5002       reference: 2
5003       compare: 3
5004 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
5005     - title: "2009.0-5 vs 2005.0-5"
5006       reference: 2
5007       compare: 3
5008 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
5009   legend:
5010     - ''
5011     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5012     - '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).'
5013     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5014     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5015     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5016
5017 # VPP Performance Changes 3n-skx 8t4c mrr
5018 - type: "table"
5019   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5020   algorithm: "table_comparison"
5021   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5022   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5023   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5024   columns:
5025     - title: "2001.0-2"
5026       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5027     - title: "2005.0-4"
5028       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5029     - title: "2005.0-5"
5030       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5031     - title: "2009.0-5"
5032       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5033   comparisons:
5034     - title: "2005.0-5 vs 2005.0-4"
5035       reference: 2
5036       compare: 3
5037 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
5038     - title: "2009.0-5 vs 2005.0-5"
5039       reference: 2
5040       compare: 3
5041 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
5042   legend:
5043     - ''
5044     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5045     - '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).'
5046     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5047     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5048     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5049
5050 # VPP Performance Changes 2n-skx 2t1c mrr
5051 - type: "table"
5052   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5053   algorithm: "table_comparison"
5054   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5055   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5056   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5057   columns:
5058     - title: "2001.0-2"
5059       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5060     - title: "2005.0-4"
5061       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5062     - title: "2005.0-5"
5063       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5064     - title: "2009.0-5"
5065       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5066   comparisons:
5067     - title: "2005.0-5 vs 2005.0-4"
5068       reference: 2
5069       compare: 3
5070 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5071     - title: "2009.0-5 vs 2005.0-4"
5072       reference: 3
5073       compare: 4
5074 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5075   legend:
5076     - ''
5077     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5078     - '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).'
5079     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5080     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5081     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5082
5083 # VPP Performance Changes 2n-skx 4t2c mrr
5084 - type: "table"
5085   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5086   algorithm: "table_comparison"
5087   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5088   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5089   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5090   columns:
5091     - title: "2001.0-2"
5092       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5093     - title: "2005.0-4"
5094       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5095     - title: "2005.0-5"
5096       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5097     - title: "2009.0-5"
5098       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5099   comparisons:
5100     - title: "2005.0-5 vs 2005.0-4"
5101       reference: 2
5102       compare: 3
5103 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5104     - title: "2009.0-5 vs 2005.0-4"
5105       reference: 3
5106       compare: 4
5107 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5108   legend:
5109     - ''
5110     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5111     - '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).'
5112     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5113     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5114     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5115
5116 # VPP Performance Changes 2n-skx 8t4c mrr
5117 - type: "table"
5118   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5119   algorithm: "table_comparison"
5120   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5121   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5122   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5123   columns:
5124     - title: "2001.0-2"
5125       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5126     - title: "2005.0-4"
5127       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5128     - title: "2005.0-5"
5129       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5130     - title: "2009.0-5"
5131       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5132   comparisons:
5133     - title: "2005.0-5 vs 2005.0-4"
5134       reference: 2
5135       compare: 3
5136 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5137     - title: "2009.0-5 vs 2005.0-4"
5138       reference: 3
5139       compare: 4
5140 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5141   legend:
5142     - ''
5143     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5144     - '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).'
5145     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5146     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5147     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5148
5149 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5150 - type: "table"
5151   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5152   algorithm: "table_comparison"
5153   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5154   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5155   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5156   columns:
5157     - title: "2001.0-2"
5158       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5159     - title: "2005.0-4"
5160       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5161     - title: "2005.0-5"
5162       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5163     - title: "2009.0-5"
5164       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5165   comparisons:
5166     - title: "2005.0-5 vs 2005.0-4"
5167       reference: 2
5168       compare: 3
5169 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5170     - title: "2009.0-5 vs 2005.0-5"
5171       reference: 3
5172       compare: 4
5173 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5174   legend:
5175     - ''
5176     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5177     - '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).'
5178     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5179     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5180     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5181
5182 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5183 - type: "table"
5184   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5185   algorithm: "table_comparison"
5186   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5187   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5188   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5189   columns:
5190     - title: "2001.0-2"
5191       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5192     - title: "2005.0-4"
5193       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5194     - title: "2005.0-5"
5195       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5196     - title: "2009.0-5"
5197       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5198   comparisons:
5199     - title: "2005.0-5 vs 2005.0-4"
5200       reference: 2
5201       compare: 3
5202 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5203     - title: "2009.0-5 vs 2005.0-5"
5204       reference: 3
5205       compare: 4
5206 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5207   legend:
5208     - ''
5209     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5210     - '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).'
5211     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5212     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5213     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5214
5215 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5216 - type: "table"
5217   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5218   algorithm: "table_comparison"
5219   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5221   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5222   columns:
5223     - title: "2001.0-2"
5224       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5225     - title: "2005.0-4"
5226       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5227     - title: "2005.0-5"
5228       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5229     - title: "2009.0-5"
5230       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5231   comparisons:
5232     - title: "2005.0-5 vs 2005.0-4"
5233       reference: 2
5234       compare: 3
5235 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5236     - title: "2009.0-5 vs 2005.0-5"
5237       reference: 3
5238       compare: 4
5239 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5240   legend:
5241     - ''
5242     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5243     - '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).'
5244     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5245     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5246     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5247
5248 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5249 #- type: "table"
5250 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5251 #  algorithm: "table_comparison"
5252 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5253 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5254 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5255 #  columns:
5256 #    - title: "2001"
5257 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5258 #    - title: "2005"
5259 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5260 #  comparisons:
5261 #    - title: "Diff"
5262 #      reference: 1
5263 #      compare: 2
5264 #  legend:
5265 #    - ""
5266 #    - "2001, 2005 - VPP versions tested."
5267 #    - "Diff - difference between 2001 and 2005 VPP version."
5268 #
5269 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5270 #- type: "table"
5271 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5272 #  algorithm: "table_comparison"
5273 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5274 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5275 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5276 #  columns:
5277 #    - title: "2001"
5278 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5279 #    - title: "2005"
5280 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5281 #  comparisons:
5282 #    - title: "Diff"
5283 #      reference: 1
5284 #      compare: 2
5285 #  legend:
5286 #    - ""
5287 #    - "2001, 2005 - VPP versions tested."
5288 #    - "Diff - difference between 2001 and 2005 VPP version."
5289 #
5290 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5291 #- type: "table"
5292 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5293 #  algorithm: "table_comparison"
5294 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5295 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5296 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5297 #  columns:
5298 #    - title: "2001"
5299 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5300 #    - title: "2005"
5301 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5302 #  comparisons:
5303 #    - title: "Diff"
5304 #      reference: 1
5305 #      compare: 2
5306 #  legend:
5307 #    - ""
5308 #    - "2001, 2005 - VPP versions tested."
5309 #    - "Diff - difference between 2001 and 2005 VPP version."
5310
5311 # VPP Performance Changes 2n-dnv 1t1c mrr
5312 - type: "table"
5313   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5314   algorithm: "table_comparison"
5315   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5316   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5317   filter: "'1T1C'"
5318   columns:
5319     - title: "2001.0-2"
5320       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5321     - title: "2005.0-5"
5322       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5323     - title: "2009.0-5"
5324       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5325   comparisons:
5326     - title: "2009.0-5 vs 2005.0-5"
5327       reference: 2
5328       compare: 3
5329   legend:
5330     - ''
5331     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5332     - '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).'
5333     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5334     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5335
5336 # VPP Performance Changes 2n-dnv 2t2c mrr
5337 - type: "table"
5338   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5339   algorithm: "table_comparison"
5340   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5341   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5342   filter: "'2T2C'"
5343   columns:
5344     - title: "2001.0-2"
5345       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5346     - title: "2005.0-5"
5347       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5348     - title: "2009.0-5"
5349       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5350   comparisons:
5351     - title: "2009.0-5 vs 2005.0-5"
5352       reference: 2
5353       compare: 3
5354   legend:
5355     - ''
5356     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5357     - '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).'
5358     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5359     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5360
5361 # VPP Performance Changes 2n-dnv 4t4c mrr
5362 - type: "table"
5363   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5364   algorithm: "table_comparison"
5365   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5366   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5367   filter: "'4T4C'"
5368   columns:
5369     - title: "2001.0-2"
5370       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5371     - title: "2005.0-5"
5372       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5373     - title: "2009.0-5"
5374       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5375   comparisons:
5376     - title: "2009.0-5 vs 2005.0-5"
5377       reference: 2
5378       compare: 3
5379   legend:
5380     - ''
5381     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5382     - '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).'
5383     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5384     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5385
5386 # VPP Performance Changes 3n-dnv 1t1c mrr
5387 - type: "table"
5388   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5389   algorithm: "table_comparison"
5390   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5391   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5392   filter: "'1T1C'"
5393   columns:
5394     - title: "2001.0-2"
5395       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5396     - title: "2005.0-5"
5397       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5398     - title: "2009.0-5"
5399       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5400   comparisons:
5401     - title: "2009.0-5 vs 2005.0-5"
5402       reference: 2
5403       compare: 3
5404   legend:
5405     - ''
5406     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5407     - '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).'
5408     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5409     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5410
5411 # VPP Performance Changes 3n-dnv 2t2c mrr
5412 - type: "table"
5413   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5414   algorithm: "table_comparison"
5415   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5416   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5417   filter: "'2T2C'"
5418   columns:
5419     - title: "2001.0-2"
5420       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5421     - title: "2005.0-5"
5422       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5423     - title: "2009.0-5"
5424       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5425   comparisons:
5426     - title: "2009.0-5 vs 2005.0-5"
5427       reference: 2
5428       compare: 3
5429   legend:
5430     - ''
5431     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5432     - '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).'
5433     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5434     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5435
5436 # VPP Performance Changes 3n-dnv 4t4c mrr
5437 - type: "table"
5438   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5439   algorithm: "table_comparison"
5440   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5441   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5442   filter: "'4T4C'"
5443   columns:
5444     - title: "2001.0-2"
5445       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5446     - title: "2005.0-5"
5447       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5448     - title: "2009.0-5"
5449       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5450   comparisons:
5451     - title: "2009.0-5 vs 2005.0-5"
5452       reference: 2
5453       compare: 3
5454   legend:
5455     - ''
5456     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5457     - '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).'
5458     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5459     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5460
5461 # VPP Performance Changes 3n-tsh 1t1c mrr
5462 - type: "table"
5463   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5464   algorithm: "table_comparison"
5465   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5466   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5467   filter: "'1T1C'"
5468   columns:
5469     - title: "2001.0-2"
5470       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5471     - title: "2005.0-4"
5472       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5473     - title: "2005.0-5"
5474       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5475     - title: "2009.0-5"
5476       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5477   comparisons:
5478     - title: "2005.0-5 vs 2005.0-4"
5479       reference: 2
5480       compare: 3
5481 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5482     - title: "2009.0-5 vs 2005.0-5"
5483       reference: 3
5484       compare: 4
5485 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5486   legend:
5487     - ''
5488     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5489     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5490     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5491     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5492     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5493
5494 # VPP Performance Changes 3n-tsh 2t2c mrr
5495 - type: "table"
5496   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5497   algorithm: "table_comparison"
5498   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5499   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5500   filter: "'2T2C'"
5501   columns:
5502     - title: "2001.0-2"
5503       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5504     - title: "2005.0-4"
5505       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5506     - title: "2005.0-5"
5507       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5508     - title: "2009.0-5"
5509       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5510   comparisons:
5511     - title: "2005.0-5 vs 2005.0-4"
5512       reference: 2
5513       compare: 3
5514 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5515     - title: "2009.0-5 vs 2005.0-5"
5516       reference: 3
5517       compare: 4
5518 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5519   legend:
5520     - ''
5521     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5522     - '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).'
5523     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5524     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5525     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5526
5527 # VPP Performance Changes 3n-tsh 4t4c mrr
5528 - type: "table"
5529   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5530   algorithm: "table_comparison"
5531   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5533   filter: "'4T4C'"
5534   columns:
5535     - title: "2001.0-2"
5536       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5537     - title: "2005.0-4"
5538       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5539     - title: "2005.0-5"
5540       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5541     - title: "2009.0-5"
5542       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5543   comparisons:
5544     - title: "2005.0-5 vs 2005.0-4"
5545       reference: 2
5546       compare: 3
5547 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5548     - title: "2009.0-5 vs 2005.0-5"
5549       reference: 3
5550       compare: 4
5551 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5552   legend:
5553     - ''
5554     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5555     - '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).'
5556     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5557     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5558     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5559
5560 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5561 - type: "table"
5562   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5563   algorithm: "table_comparison"
5564   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5566   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5567   columns:
5568     - title: "3n-hsw xl710"
5569       data-set: "vpp-compare-testbeds-mrr-ref"
5570       tag: "NIC_Intel-XL710"
5571     - title: "3n-skx xxv710"
5572       data-set: "vpp-compare-testbeds-mrr-cmp"
5573       tag: "NIC_Intel-XXV710"
5574   comparisons:
5575     - title: "Diff"
5576       reference: 1
5577       compare: 2
5578   legend:
5579     - ""
5580     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5581     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5582
5583 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5584 - type: "table"
5585   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5586   algorithm: "table_comparison"
5587   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5588   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5589   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5590   columns:
5591     - title: "3n-hsw xl710"
5592       data-set: "vpp-compare-testbeds-mrr-ref"
5593       tag: "NIC_Intel-XL710"
5594     - title: "3n-skx xxv710"
5595       data-set: "vpp-compare-testbeds-mrr-cmp"
5596       tag: "NIC_Intel-XXV710"
5597   comparisons:
5598     - title: "Diff"
5599       reference: 1
5600       compare: 2
5601   legend:
5602     - ""
5603     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5604     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5605
5606 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5607 - type: "table"
5608   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5609   algorithm: "table_comparison"
5610   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5611   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5612   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5613   columns:
5614     - title: "3n-hsw xl710"
5615       data-set: "vpp-compare-testbeds-mrr-ref"
5616       tag: "NIC_Intel-XL710"
5617     - title: "3n-skx xxv710"
5618       data-set: "vpp-compare-testbeds-mrr-cmp"
5619       tag: "NIC_Intel-XXV710"
5620   comparisons:
5621     - title: "Diff"
5622       reference: 1
5623       compare: 2
5624   legend:
5625     - ""
5626     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5627     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5628
5629 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5630 - type: "table"
5631   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5632   algorithm: "table_comparison"
5633   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5634   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5635   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5636   columns:
5637     - title: "2n-skx"
5638       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5639     - title: "2n-clx"
5640       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5641   comparisons:
5642     - title: "Diff"
5643       reference: 1
5644       compare: 2
5645   legend:
5646     - ""
5647     - "2n-skx, 2n-clx - testbeds and NICs tested."
5648     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5649
5650 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5651 - type: "table"
5652   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5653   algorithm: "table_comparison"
5654   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5655   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5656   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5657   columns:
5658     - title: "2n-skx"
5659       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5660     - title: "2n-clx"
5661       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5662   comparisons:
5663     - title: "Diff"
5664       reference: 1
5665       compare: 2
5666   legend:
5667     - ""
5668     - "2n-skx, 2n-clx - testbeds and NICs tested."
5669     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5670
5671 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5672 - type: "table"
5673   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5674   algorithm: "table_comparison"
5675   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5676   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5677   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5678   columns:
5679     - title: "2n-skx"
5680       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5681     - title: "2n-clx"
5682       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5683   comparisons:
5684     - title: "Diff"
5685       reference: 1
5686       compare: 2
5687   legend:
5688     - ""
5689     - "2n-skx, 2n-clx - testbeds and NICs tested."
5690     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5691
5692 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5693 - type: "table"
5694   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5695   algorithm: "table_comparison"
5696   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5697   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5698   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5699   columns:
5700     - title: "3n-skx"
5701       data-set: "vpp-compare-topologies-mrr-ref"
5702     - title: "2n-skx"
5703       data-set: "vpp-compare-topologies-mrr-cmp"
5704   comparisons:
5705     - title: "Diff"
5706       reference: 1
5707       compare: 2
5708   legend:
5709     - ""
5710     - "3n-skx, 2n-skx - topologies tested."
5711     - "Diff - difference between 3n-skx and 2n-skx topologies."
5712
5713 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5714 - type: "table"
5715   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5716   algorithm: "table_comparison"
5717   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5718   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5719   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5720   columns:
5721     - title: "3n-skx"
5722       data-set: "vpp-compare-topologies-mrr-ref"
5723     - title: "2n-skx"
5724       data-set: "vpp-compare-topologies-mrr-cmp"
5725   comparisons:
5726     - title: "Diff"
5727       reference: 1
5728       compare: 2
5729   legend:
5730     - ""
5731     - "3n-skx, 2n-skx - topologies tested."
5732     - "Diff - difference between 3n-skx and 2n-skx topologies."
5733
5734 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5735 - type: "table"
5736   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5737   algorithm: "table_comparison"
5738   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5739   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5740   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5741   columns:
5742     - title: "3n-skx"
5743       data-set: "vpp-compare-topologies-mrr-ref"
5744     - title: "2n-skx"
5745       data-set: "vpp-compare-topologies-mrr-cmp"
5746   comparisons:
5747     - title: "Diff"
5748       reference: 1
5749       compare: 2
5750   legend:
5751     - ""
5752     - "3n-skx, 2n-skx - topologies tested."
5753     - "Diff - difference between 3n-skx and 2n-skx topologies."
5754
5755 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5756 - type: "table"
5757   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5758   algorithm: "table_comparison"
5759   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5760   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5761   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5762   columns:
5763     - title: "3n-hsw xl710"
5764       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5765       tag: "NIC_Intel-XL710"
5766     - title: "2n-clx xxv710"
5767       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5768       tag: "NIC_Intel-XXV710"
5769   comparisons:
5770     - title: "Diff"
5771       reference: 1
5772       compare: 2
5773   legend:
5774     - ""
5775     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5776     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5777
5778 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5779 - type: "table"
5780   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5781   algorithm: "table_comparison"
5782   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5783   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5784   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5785   columns:
5786     - title: "3n-hsw xl710"
5787       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5788       tag: "NIC_Intel-XL710"
5789     - title: "2n-clx xxv710"
5790       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5791       tag: "NIC_Intel-XXV710"
5792   comparisons:
5793     - title: "Diff"
5794       reference: 1
5795       compare: 2
5796   legend:
5797     - ""
5798     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5799     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5800
5801 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5802 - type: "table"
5803   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5804   algorithm: "table_comparison"
5805   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5807   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5808   columns:
5809     - title: "3n-hsw xl710"
5810       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5811       tag: "NIC_Intel-XL710"
5812     - title: "2n-clx xxv710"
5813       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5814       tag: "NIC_Intel-XXV710"
5815   comparisons:
5816     - title: "Diff"
5817       reference: 1
5818       compare: 2
5819   legend:
5820     - ""
5821     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5822     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5823
5824 # Detailed Test Results - VPP Performance Results 3n-hsw
5825 - type: "table"
5826   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5827   algorithm: "table_merged_details"
5828   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5829   columns:
5830     - title: " |prein| Test Name |preout| "
5831       data: "data name"
5832     - 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| "
5833       data: "data msg"
5834   data: "vpp-perf-results-3n-hsw"
5835   filter: "all"
5836   parameters:
5837   - "name"
5838   - "parent"
5839   - "msg"
5840
5841 # Detailed Test Results - VPP Performance Results 3n-skx
5842 - type: "table"
5843   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5844   algorithm: "table_merged_details"
5845   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5846   columns:
5847     - title: " |prein| Test Name |preout| "
5848       data: "data name"
5849     - 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| "
5850       data: "data msg"
5851   data: "vpp-perf-results-3n-skx"
5852   filter: "all"
5853   remove-ndr: False
5854   parameters:
5855   - "name"
5856   - "parent"
5857   - "msg"
5858
5859 # Detailed Test Results - VPP Performance Results 2n-skx
5860 - type: "table"
5861   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5862   algorithm: "table_merged_details"
5863   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5864   columns:
5865     - title: " |prein| Test Name |preout| "
5866       data: "data name"
5867     - 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| "
5868       data: "data msg"
5869   data: "vpp-perf-results-2n-skx"
5870   filter: "all"
5871   remove-ndr: False
5872   parameters:
5873   - "name"
5874   - "parent"
5875   - "msg"
5876
5877 # Detailed Test Results - VPP Performance Results 2n-clx
5878 - type: "table"
5879   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5880   algorithm: "table_merged_details"
5881   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5882   columns:
5883     - title: " |prein| Test Name |preout| "
5884       data: "data name"
5885     - 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| "
5886       data: "data msg"
5887   data: "vpp-perf-results-2n-clx"
5888   filter: "all"
5889   parameters:
5890   - "name"
5891   - "parent"
5892   - "msg"
5893
5894 # Detailed Test Results - VPP Performance Results 3n-tsh
5895 - type: "table"
5896   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5897   algorithm: "table_merged_details"
5898   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5899   columns:
5900     - title: " |prein| Test Name |preout| "
5901       data: "data name"
5902     - 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| "
5903       data: "data msg"
5904   data: "vpp-perf-results-3n-tsh"
5905   filter: "all"
5906   parameters:
5907   - "name"
5908   - "parent"
5909   - "msg"
5910
5911 # Detailed Test Results - VPP Performance Results 3n-dnv
5912 - type: "table"
5913   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5914   algorithm: "table_merged_details"
5915   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5916   columns:
5917     - title: " |prein| Test Name |preout| "
5918       data: "data name"
5919     - 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| "
5920       data: "data msg"
5921   data: "vpp-perf-results-3n-dnv"
5922   filter: "all"
5923   parameters:
5924   - "name"
5925   - "parent"
5926   - "msg"
5927
5928 # Detailed Test Results - VPP Performance Results 2n-dnv
5929 - type: "table"
5930   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5931   algorithm: "table_merged_details"
5932   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5933   columns:
5934     - title: " |prein| Test Name |preout| "
5935       data: "data name"
5936     - 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| "
5937       data: "data msg"
5938   data: "vpp-perf-results-2n-dnv"
5939   filter: "all"
5940   parameters:
5941   - "name"
5942   - "parent"
5943   - "msg"
5944
5945 # Test configuration - VPP Performance Test Configs 3n-hsw
5946 - type: "table"
5947   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5948   algorithm: "table_merged_details"
5949   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5950   columns:
5951     - title: " |prein| Test Name |preout| "
5952       data: "data name"
5953     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5954       data: "data conf-history"
5955   data: "vpp-perf-results-3n-hsw"
5956   filter: "all"
5957   parameters:
5958   - "parent"
5959   - "name"
5960   - "conf-history"
5961
5962 # Test configuration - VPP Performance Test Configs 3n-skx
5963 - type: "table"
5964   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5965   algorithm: "table_merged_details"
5966   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5967   columns:
5968     - title: " |prein| Test Name |preout| "
5969       data: "data name"
5970     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5971       data: "data conf-history"
5972   data: "vpp-perf-results-3n-skx"
5973   filter: "all"
5974   parameters:
5975   - "parent"
5976   - "name"
5977   - "conf-history"
5978
5979 # Test configuration - VPP Performance Test Configs 2n-skx
5980 - type: "table"
5981   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5982   algorithm: "table_merged_details"
5983   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5984   columns:
5985     - title: " |prein| Test Name |preout| "
5986       data: "data name"
5987     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5988       data: "data conf-history"
5989   data: "vpp-perf-results-2n-skx"
5990   filter: "all"
5991   parameters:
5992   - "parent"
5993   - "name"
5994   - "conf-history"
5995
5996 # Test configuration - VPP Performance Test Configs 2n-clx
5997 - type: "table"
5998   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5999   algorithm: "table_merged_details"
6000   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6001   columns:
6002     - title: " |prein| Test Name |preout| "
6003       data: "data name"
6004     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6005       data: "data conf-history"
6006   data: "vpp-perf-results-2n-clx"
6007   filter: "all"
6008   parameters:
6009   - "parent"
6010   - "name"
6011   - "conf-history"
6012
6013 # Test configuration - VPP Performance Test Configs 3n-tsh
6014 - type: "table"
6015   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6016   algorithm: "table_merged_details"
6017   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6018   columns:
6019     - title: " |prein| Test Name |preout| "
6020       data: "data name"
6021     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6022       data: "data conf-history"
6023   data: "vpp-perf-results-3n-tsh"
6024   filter: "all"
6025   parameters:
6026   - "parent"
6027   - "name"
6028   - "conf-history"
6029
6030 # Test configuration - VPP Performance Test Configs 3n-dnv
6031 - type: "table"
6032   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6033   algorithm: "table_merged_details"
6034   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6035   columns:
6036     - title: " |prein| Test Name |preout| "
6037       data: "data name"
6038     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6039       data: "data conf-history"
6040   data: "vpp-perf-results-3n-dnv"
6041   filter: "all"
6042   parameters:
6043   - "parent"
6044   - "name"
6045   - "conf-history"
6046
6047 # Test configuration - VPP Performance Test Configs 2n-dnv
6048 - type: "table"
6049   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6050   algorithm: "table_merged_details"
6051   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6052   columns:
6053     - title: " |prein| Test Name |preout| "
6054       data: "data name"
6055     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6056       data: "data conf-history"
6057   data: "vpp-perf-results-2n-dnv"
6058   filter: "all"
6059   parameters:
6060   - "parent"
6061   - "name"
6062   - "conf-history"
6063
6064 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6065 - type: "table"
6066   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6067   algorithm: "table_oper_data_html"
6068   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6069   data: "vpp-perf-results-3n-hsw"
6070   filter: "all"
6071
6072 # Test Operational Data - VPP Performance Operational Data 3n-skx
6073 - type: "table"
6074   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6075   algorithm: "table_oper_data_html"
6076   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6077   data: "vpp-perf-results-3n-skx"
6078   filter: "all"
6079
6080 # Test Operational Data - VPP Performance Operational Data 2n-skx
6081 - type: "table"
6082   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6083   algorithm: "table_oper_data_html"
6084   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6085   data: "vpp-perf-results-2n-skx"
6086   filter: "all"
6087
6088 # Test Operational Data - VPP Performance Operational Data 2n-clx
6089 - type: "table"
6090   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6091   algorithm: "table_oper_data_html"
6092   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6093   data: "vpp-perf-results-2n-clx"
6094   filter: "all"
6095
6096 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6097 - type: "table"
6098   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6099   algorithm: "table_oper_data_html"
6100   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6101   data: "vpp-perf-results-3n-tsh"
6102   filter: "all"
6103
6104 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6105 - type: "table"
6106   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6107   algorithm: "table_oper_data_html"
6108   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6109   data: "vpp-perf-results-3n-dnv"
6110   filter: "all"
6111
6112 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6113 - type: "table"
6114   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6115   algorithm: "table_oper_data_html"
6116   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6117   data: "vpp-perf-results-2n-dnv"
6118   filter: "all"
6119
6120 # Detailed Test Results - VPP MRR Results 3n-hsw
6121 - type: "table"
6122   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6123   algorithm: "table_merged_details"
6124   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6125   columns:
6126     - title: " |prein| Test Name |preout| "
6127       data: "data name"
6128     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6129       data: "data msg"
6130   data: "vpp-mrr-results-3n-hsw"
6131   filter: "all"
6132   parameters:
6133   - "name"
6134   - "parent"
6135   - "msg"
6136
6137 # Detailed Test Results - VPP MRR Results 3n-skx
6138 - type: "table"
6139   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6140   algorithm: "table_merged_details"
6141   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6142   columns:
6143     - title: " |prein| Test Name |preout| "
6144       data: "data name"
6145     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6146       data: "data msg"
6147   data: "vpp-mrr-results-3n-skx"
6148   filter: "all"
6149   parameters:
6150   - "name"
6151   - "parent"
6152   - "msg"
6153
6154 # Detailed Test Results - VPP MRR Results 2n-skx
6155 - type: "table"
6156   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6157   algorithm: "table_merged_details"
6158   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6159   columns:
6160     - title: " |prein| Test Name |preout| "
6161       data: "data name"
6162     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6163       data: "data msg"
6164   data: "vpp-mrr-results-2n-skx"
6165   filter: "all"
6166   parameters:
6167   - "name"
6168   - "parent"
6169   - "msg"
6170
6171 # Detailed Test Results - VPP MRR Results 2n-clx
6172 - type: "table"
6173   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6174   algorithm: "table_merged_details"
6175   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6176   columns:
6177     - title: " |prein| Test Name |preout| "
6178       data: "data name"
6179     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6180       data: "data msg"
6181   data: "vpp-mrr-results-2n-clx"
6182   filter: "all"
6183   parameters:
6184   - "name"
6185   - "parent"
6186   - "msg"
6187
6188 # Detailed Test Results - VPP MRR Results 3n-tsh
6189 - type: "table"
6190   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6191   algorithm: "table_merged_details"
6192   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6193   columns:
6194     - title: " |prein| Test Name |preout| "
6195       data: "data name"
6196     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6197       data: "data msg"
6198   data: "vpp-mrr-results-3n-tsh"
6199   filter: "all"
6200   parameters:
6201   - "name"
6202   - "parent"
6203   - "msg"
6204
6205 # Detailed Test Results - VPP MRR Results 3n-dnv
6206 - type: "table"
6207   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6208   algorithm: "table_merged_details"
6209   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6210   columns:
6211     - title: " |prein| Test Name |preout| "
6212       data: "data name"
6213     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6214       data: "data msg"
6215   data: "vpp-mrr-results-3n-dnv"
6216   filter: "all"
6217   parameters:
6218   - "name"
6219   - "parent"
6220   - "msg"
6221
6222 # Detailed Test Results - VPP MRR Results 2n-dnv
6223 - type: "table"
6224   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6225   algorithm: "table_merged_details"
6226   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6227   columns:
6228     - title: " |prein| Test Name |preout| "
6229       data: "data name"
6230     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6231       data: "data msg"
6232   data: "vpp-mrr-results-2n-dnv"
6233   filter: "all"
6234   parameters:
6235   - "name"
6236   - "parent"
6237   - "msg"
6238
6239 # Test configuration - VPP MRR Test Configs 3n-hsw
6240 - type: "table"
6241   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6242   algorithm: "table_merged_details"
6243   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6244   columns:
6245     - title: " |prein| Test Name |preout| "
6246       data: "data name"
6247     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6248       data: "data conf-history"
6249   data: "vpp-mrr-results-3n-hsw"
6250   filter: "all"
6251   parameters:
6252   - "parent"
6253   - "name"
6254   - "conf-history"
6255
6256 # Test configuration - VPP MRR Test Configs 3n-skx
6257 - type: "table"
6258   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6259   algorithm: "table_merged_details"
6260   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6261   columns:
6262     - title: " |prein| Test Name |preout| "
6263       data: "data name"
6264     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6265       data: "data conf-history"
6266   data: "vpp-mrr-results-3n-skx"
6267   filter: "all"
6268   parameters:
6269   - "parent"
6270   - "name"
6271   - "conf-history"
6272
6273 # Test configuration - VPP MRR Test Configs 2n-skx
6274 - type: "table"
6275   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6276   algorithm: "table_merged_details"
6277   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6278   columns:
6279     - title: " |prein| Test Name |preout| "
6280       data: "data name"
6281     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6282       data: "data conf-history"
6283   data: "vpp-mrr-results-2n-skx"
6284   filter: "all"
6285   parameters:
6286   - "parent"
6287   - "name"
6288   - "conf-history"
6289
6290 # Test configuration - VPP MRR Test Configs 2n-clx
6291 - type: "table"
6292   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6293   algorithm: "table_merged_details"
6294   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6295   columns:
6296     - title: " |prein| Test Name |preout| "
6297       data: "data name"
6298     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6299       data: "data conf-history"
6300   data: "vpp-mrr-results-2n-clx"
6301   filter: "all"
6302   parameters:
6303   - "parent"
6304   - "name"
6305   - "conf-history"
6306
6307 # Test configuration - VPP MRR Test Configs 3n-tsh
6308 - type: "table"
6309   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6310   algorithm: "table_merged_details"
6311   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6312   columns:
6313     - title: " |prein| Test Name |preout| "
6314       data: "data name"
6315     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6316       data: "data conf-history"
6317   data: "vpp-mrr-results-3n-tsh"
6318   filter: "all"
6319   parameters:
6320   - "parent"
6321   - "name"
6322   - "conf-history"
6323
6324 # Test configuration - VPP MRR Test Configs 3n-dnv
6325 - type: "table"
6326   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6327   algorithm: "table_merged_details"
6328   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6329   columns:
6330     - title: " |prein| Test Name |preout| "
6331       data: "data name"
6332     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6333       data: "data conf-history"
6334   data: "vpp-mrr-results-3n-dnv"
6335   filter: "all"
6336   parameters:
6337   - "parent"
6338   - "name"
6339   - "conf-history"
6340
6341 # Test configuration - VPP MRR Test Configs 2n-dnv
6342 - type: "table"
6343   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6344   algorithm: "table_merged_details"
6345   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6346   columns:
6347     - title: " |prein| Test Name |preout| "
6348       data: "data name"
6349     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6350       data: "data conf-history"
6351   data: "vpp-mrr-results-2n-dnv"
6352   filter: "all"
6353   parameters:
6354   - "parent"
6355   - "name"
6356   - "conf-history"
6357
6358 # Detailed Test Results - VPP Device Results - Ubuntu
6359 - type: "table"
6360   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6361   algorithm: "table_merged_details"
6362   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6363   columns:
6364     - title: " |prein| Test Name |preout| "
6365       data: "data name"
6366     - title: " |prein| Status |preout| "
6367       data: "data status"
6368   data: "vpp-device-results-ubuntu"
6369   filter: "all"
6370   parameters:
6371   - "name"
6372   - "parent"
6373   - "doc"
6374   - "status"
6375
6376 # Test configuration - VPP Device Test Configs - Ubuntu
6377 - type: "table"
6378   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6379   algorithm: "table_merged_details"
6380   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6381   columns:
6382     - title: " |prein| Test Name |preout| "
6383       data: "data name"
6384     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6385       data: "data conf-history"
6386   data: "vpp-device-results-ubuntu"
6387   filter: "all"
6388   parameters:
6389   - "parent"
6390   - "name"
6391   - "conf-history"
6392
6393 ################################################################################
6394
6395 # DPDK Performance Changes 3n-hsw 1t1c pdr
6396 - type: "table"
6397   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6398   algorithm: "table_comparison"
6399   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6400   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6401   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6402   columns:
6403     - title: "2001"
6404       data-set: "dpdk-performance-changes-3n-hsw-h1"
6405     - title: "2005"
6406       data-set: "dpdk-performance-changes-3n-hsw-ref"
6407     - title: "2009"
6408       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6409   comparisons:
6410     - title: "Diff"
6411       reference: 2
6412       compare: 3
6413   legend:
6414     - ""
6415     - "2001, 2005, 2009 - DPDK versions tested."
6416     - "Diff - difference between 2005 and 2009 DPDK version."
6417
6418 # DPDK Performance Changes 3n-hsw 2t2c pdr
6419 - type: "table"
6420   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6421   algorithm: "table_comparison"
6422   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6423   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6424   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6425   columns:
6426     - title: "2001"
6427       data-set: "dpdk-performance-changes-3n-hsw-h1"
6428     - title: "2005"
6429       data-set: "dpdk-performance-changes-3n-hsw-ref"
6430     - title: "2009"
6431       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6432   comparisons:
6433     - title: "Diff"
6434       reference: 2
6435       compare: 3
6436   legend:
6437     - ""
6438     - "2001, 2005, 2009 - DPDK versions tested."
6439     - "Diff - difference between 2005 and 2009 DPDK version."
6440
6441 # DPDK Performance Changes 3n-hsw 1t1c pdr
6442 - type: "table"
6443   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6444   algorithm: "table_comparison"
6445   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6446   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6447   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6448   columns:
6449     - title: "2001"
6450       data-set: "dpdk-performance-changes-3n-hsw-h1"
6451     - title: "2005"
6452       data-set: "dpdk-performance-changes-3n-hsw-ref"
6453     - title: "2009"
6454       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6455   comparisons:
6456     - title: "Diff"
6457       reference: 2
6458       compare: 3
6459   legend:
6460     - ""
6461     - "2001, 2005, 2009 - DPDK versions tested."
6462     - "Diff - difference between 2005 and 2009 DPDK version."
6463
6464 # DPDK Performance Changes 3n-hsw 2t2c ndr
6465 - type: "table"
6466   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6467   algorithm: "table_comparison"
6468   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6469   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6470   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6471   columns:
6472     - title: "2001"
6473       data-set: "dpdk-performance-changes-3n-hsw-h1"
6474     - title: "2005"
6475       data-set: "dpdk-performance-changes-3n-hsw-ref"
6476     - title: "2009"
6477       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6478   comparisons:
6479     - title: "Diff"
6480       reference: 2
6481       compare: 3
6482   legend:
6483     - ""
6484     - "2001, 2005, 2009 - DPDK versions tested."
6485     - "Diff - difference between 2005 and 2009 DPDK version."
6486
6487 # DPDK Performance Changes 3n-skx 2t1c pdr
6488 - type: "table"
6489   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6490   algorithm: "table_comparison"
6491   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6492   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6493   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6494   columns:
6495     - title: "2001"
6496       data-set: "dpdk-performance-changes-3n-skx-h1"
6497     - title: "2005"
6498       data-set: "dpdk-performance-changes-3n-skx-ref"
6499     - title: "2009"
6500       data-set: "dpdk-performance-changes-3n-skx-cmp"
6501   comparisons:
6502     - title: "Diff"
6503       reference: 2
6504       compare: 3
6505   legend:
6506     - ""
6507     - "2001, 2005, 2009 - DPDK versions tested."
6508     - "Diff - difference between 2005 and 2009 DPDK version."
6509
6510 # DPDK Performance Changes 3n-skx 4t2c pdr
6511 - type: "table"
6512   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6513   algorithm: "table_comparison"
6514   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6515   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6516   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6517   columns:
6518     - title: "2001"
6519       data-set: "dpdk-performance-changes-3n-skx-h1"
6520     - title: "2005"
6521       data-set: "dpdk-performance-changes-3n-skx-ref"
6522     - title: "2009"
6523       data-set: "dpdk-performance-changes-3n-skx-cmp"
6524   comparisons:
6525     - title: "Diff"
6526       reference: 2
6527       compare: 3
6528   legend:
6529     - ""
6530     - "2001, 2005, 2009 - DPDK versions tested."
6531     - "Diff - difference between 2005 and 2009 DPDK version."
6532
6533 # DPDK Performance Changes 3n-skx 2t1c ndr
6534 - type: "table"
6535   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6536   algorithm: "table_comparison"
6537   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6538   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6539   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6540   columns:
6541     - title: "2001"
6542       data-set: "dpdk-performance-changes-3n-skx-h1"
6543     - title: "2005"
6544       data-set: "dpdk-performance-changes-3n-skx-ref"
6545     - title: "2009"
6546       data-set: "dpdk-performance-changes-3n-skx-cmp"
6547   comparisons:
6548     - title: "Diff"
6549       reference: 2
6550       compare: 3
6551   legend:
6552     - ""
6553     - "2001, 2005, 2009 - DPDK versions tested."
6554     - "Diff - difference between 2005 and 2009 DPDK version."
6555
6556 # DPDK Performance Changes 3n-skx 4t2c ndr
6557 - type: "table"
6558   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6559   algorithm: "table_comparison"
6560   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6561   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6562   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6563   columns:
6564     - title: "2001"
6565       data-set: "dpdk-performance-changes-3n-skx-h1"
6566     - title: "2005"
6567       data-set: "dpdk-performance-changes-3n-skx-ref"
6568     - title: "2009"
6569       data-set: "dpdk-performance-changes-3n-skx-cmp"
6570   comparisons:
6571     - title: "Diff"
6572       reference: 2
6573       compare: 3
6574   legend:
6575     - ""
6576     - "2001, 2005, 2009 - DPDK versions tested."
6577     - "Diff - difference between 2005 and 2009 DPDK version."
6578
6579 # DPDK Performance Changes 2n-skx 2t1c pdr
6580 - type: "table"
6581   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6582   algorithm: "table_comparison"
6583   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6584   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6585   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6586   columns:
6587     - title: "2001"
6588       data-set: "dpdk-performance-changes-2n-skx-h1"
6589     - title: "2005"
6590       data-set: "dpdk-performance-changes-2n-skx-ref"
6591     - title: "2009"
6592       data-set: "dpdk-performance-changes-2n-skx-cmp"
6593   comparisons:
6594     - title: "Diff"
6595       reference: 2
6596       compare: 3
6597   legend:
6598     - ""
6599     - "2001, 2005, 2009 - DPDK versions tested."
6600     - "Diff - difference between 2005 and 2009 DPDK version."
6601
6602 # DPDK Performance Changes 2n-skx 4t2c pdr
6603 - type: "table"
6604   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6605   algorithm: "table_comparison"
6606   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6607   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6608   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6609   columns:
6610     - title: "2001"
6611       data-set: "dpdk-performance-changes-2n-skx-h1"
6612     - title: "2005"
6613       data-set: "dpdk-performance-changes-2n-skx-ref"
6614     - title: "2009"
6615       data-set: "dpdk-performance-changes-2n-skx-cmp"
6616   comparisons:
6617     - title: "Diff"
6618       reference: 2
6619       compare: 3
6620   legend:
6621     - ""
6622     - "2001, 2005, 2009 - DPDK versions tested."
6623     - "Diff - difference between 2005 and 2009 DPDK version."
6624
6625 # DPDK Performance Changes 2n-skx 2t1c ndr
6626 - type: "table"
6627   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6628   algorithm: "table_comparison"
6629   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6630   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6631   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6632   columns:
6633     - title: "2001"
6634       data-set: "dpdk-performance-changes-2n-skx-h1"
6635     - title: "2005"
6636       data-set: "dpdk-performance-changes-2n-skx-ref"
6637     - title: "2009"
6638       data-set: "dpdk-performance-changes-2n-skx-cmp"
6639   comparisons:
6640     - title: "Diff"
6641       reference: 2
6642       compare: 3
6643   legend:
6644     - ""
6645     - "2001, 2005, 2009 - DPDK versions tested."
6646     - "Diff - difference between 2005 and 2009 DPDK version."
6647
6648 # DPDK Performance Changes 2n-skx 4t2c ndr
6649 - type: "table"
6650   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6651   algorithm: "table_comparison"
6652   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6653   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6654   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6655   columns:
6656     - title: "2001"
6657       data-set: "dpdk-performance-changes-2n-skx-h1"
6658     - title: "2005"
6659       data-set: "dpdk-performance-changes-2n-skx-ref"
6660     - title: "2009"
6661       data-set: "dpdk-performance-changes-2n-skx-cmp"
6662   comparisons:
6663     - title: "Diff"
6664       reference: 2
6665       compare: 3
6666   legend:
6667     - ""
6668     - "2001, 2005, 2009 - DPDK versions tested."
6669     - "Diff - difference between 2005 and 2009 DPDK version."
6670
6671 # DPDK Performance Changes 2n-clx 2t1c pdr
6672 - type: "table"
6673   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6674   algorithm: "table_comparison"
6675   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6676   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6677   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6678   columns:
6679     - title: "2001"
6680       data-set: "dpdk-performance-changes-2n-clx-h1"
6681     - title: "2005"
6682       data-set: "dpdk-performance-changes-2n-clx-ref"
6683     - title: "2009"
6684       data-set: "dpdk-performance-changes-2n-clx-cmp"
6685   comparisons:
6686     - title: "Diff"
6687       reference: 2
6688       compare: 3
6689   legend:
6690     - ""
6691     - "2001, 2005, 2009 - DPDK versions tested."
6692     - "Diff - difference between 2005 and 2009 DPDK version."
6693
6694 # DPDK Performance Changes 2n-clx 4t2c pdr
6695 - type: "table"
6696   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6697   algorithm: "table_comparison"
6698   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6700   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6701   columns:
6702     - title: "2001"
6703       data-set: "dpdk-performance-changes-2n-clx-h1"
6704     - title: "2005"
6705       data-set: "dpdk-performance-changes-2n-clx-ref"
6706     - title: "2009"
6707       data-set: "dpdk-performance-changes-2n-clx-cmp"
6708   comparisons:
6709     - title: "Diff"
6710       reference: 2
6711       compare: 3
6712   legend:
6713     - ""
6714     - "2001, 2005, 2009 - DPDK versions tested."
6715     - "Diff - difference between 2005 and 2009 DPDK version."
6716
6717 # DPDK Performance Changes 2n-clx 2t1c ndr
6718 - type: "table"
6719   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6720   algorithm: "table_comparison"
6721   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6722   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6723   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6724   columns:
6725     - title: "2001"
6726       data-set: "dpdk-performance-changes-2n-clx-h1"
6727     - title: "2005"
6728       data-set: "dpdk-performance-changes-2n-clx-ref"
6729     - title: "2009"
6730       data-set: "dpdk-performance-changes-2n-clx-cmp"
6731   comparisons:
6732     - title: "Diff"
6733       reference: 2
6734       compare: 3
6735   legend:
6736     - ""
6737     - "2001, 2005, 2009 - DPDK versions tested."
6738     - "Diff - difference between 2005 and 2009 DPDK version."
6739
6740 # DPDK Performance Changes 2n-clx 4t2c ndr
6741 - type: "table"
6742   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6743   algorithm: "table_comparison"
6744   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6746   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6747   columns:
6748     - title: "2001"
6749       data-set: "dpdk-performance-changes-2n-clx-h1"
6750     - title: "2005"
6751       data-set: "dpdk-performance-changes-2n-clx-ref"
6752     - title: "2009"
6753       data-set: "dpdk-performance-changes-2n-clx-cmp"
6754   comparisons:
6755     - title: "Diff"
6756       reference: 2
6757       compare: 3
6758   legend:
6759     - ""
6760     - "2001, 2005, 2009 - DPDK versions tested."
6761     - "Diff - difference between 2005 and 2009 DPDK version."
6762
6763 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6764 #- type: "table"
6765 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6766 #  algorithm: "table_comparison"
6767 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6768 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6769 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6770 #  columns:
6771 #    - title: "2001"
6772 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6773 #    - title: "2005"
6774 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6775 #    - title: "2009"
6776 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6777 #  comparisons:
6778 #    - title: "Diff"
6779 #      reference: 2
6780 #      compare: 3
6781 #  legend:
6782 #    - ""
6783 #    - "2001, 2005, 2009 - DPDK versions tested."
6784 #    - "Diff - difference between 2005 and 2009 DPDK version."
6785 #
6786 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6787 #- type: "table"
6788 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6789 #  algorithm: "table_comparison"
6790 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6791 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6792 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6793 #  columns:
6794 #    - title: "2001"
6795 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6796 #    - title: "2005"
6797 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6798 #    - title: "2009"
6799 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6800 #  comparisons:
6801 #    - title: "Diff"
6802 #      reference: 2
6803 #      compare: 3
6804 #  legend:
6805 #    - ""
6806 #    - "2001, 2005, 2009 - DPDK versions tested."
6807 #    - "Diff - difference between 2005 and 2009 DPDK version."
6808 #
6809 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6810 #- type: "table"
6811 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6812 #  algorithm: "table_comparison"
6813 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6814 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6815 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6816 #  columns:
6817 #    - title: "2001"
6818 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6819 #    - title: "2005"
6820 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6821 #    - title: "2009"
6822 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6823 #  comparisons:
6824 #    - title: "Diff"
6825 #      reference: 2
6826 #      compare: 3
6827 #  legend:
6828 #    - ""
6829 #    - "2001, 2005, 2009 - DPDK versions tested."
6830 #    - "Diff - difference between 2005 and 2009 DPDK version."
6831 #
6832 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6833 #- type: "table"
6834 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6835 #  algorithm: "table_comparison"
6836 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6837 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6838 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6839 #  columns:
6840 #    - title: "2001"
6841 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6842 #    - title: "2005"
6843 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6844 #    - title: "2009"
6845 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6846 #  comparisons:
6847 #    - title: "Diff"
6848 #      reference: 2
6849 #      compare: 3
6850 #  legend:
6851 #    - ""
6852 #    - "2001, 2005, 2009 - DPDK versions tested."
6853 #    - "Diff - difference between 2005 and 2009 DPDK version."
6854 #
6855 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6856 #- type: "table"
6857 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6858 #  algorithm: "table_comparison"
6859 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6860 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6861 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6862 #  columns:
6863 #    - title: "2001"
6864 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6865 #    - title: "2005"
6866 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6867 #    - title: "2009"
6868 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6869 #  comparisons:
6870 #    - title: "Diff"
6871 #      reference: 2
6872 #      compare: 3
6873 #  legend:
6874 #    - ""
6875 #    - "2001, 2005, 2009 - DPDK versions tested."
6876 #    - "Diff - difference between 2005 and 2009 DPDK version."
6877 #
6878 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6879 #- type: "table"
6880 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6881 #  algorithm: "table_comparison"
6882 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6883 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6884 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6885 #  columns:
6886 #    - title: "2001"
6887 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6888 #    - title: "2005"
6889 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6890 #    - title: "2009"
6891 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6892 #  comparisons:
6893 #    - title: "Diff"
6894 #      reference: 2
6895 #      compare: 3
6896 #  legend:
6897 #    - ""
6898 #    - "2001, 2005, 2009 - DPDK versions tested."
6899 #    - "Diff - difference between 2005 and 2009 DPDK version."
6900 #
6901 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6902 #- type: "table"
6903 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6904 #  algorithm: "table_comparison"
6905 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6906 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6907 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6908 #  columns:
6909 #    - title: "2001"
6910 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6911 #    - title: "2005"
6912 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6913 #    - title: "2009"
6914 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6915 #  comparisons:
6916 #    - title: "Diff"
6917 #      reference: 2
6918 #      compare: 3
6919 #  legend:
6920 #    - ""
6921 #    - "2001, 2005, 2009 - DPDK versions tested."
6922 #    - "Diff - difference between 2005 and 2009 DPDK version."
6923 #
6924 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6925 #- type: "table"
6926 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6927 #  algorithm: "table_comparison"
6928 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6929 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6930 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6931 #  columns:
6932 #    - title: "2001"
6933 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6934 #    - title: "2005"
6935 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6936 #    - title: "2009"
6937 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6938 #  comparisons:
6939 #    - title: "Diff"
6940 #      reference: 2
6941 #      compare: 3
6942 #  legend:
6943 #    - ""
6944 #    - "2001, 2005, 2009 - DPDK versions tested."
6945 #    - "Diff - difference between 2005 and 2009 DPDK version."
6946
6947 # DPDK Performance Changes 3n-tsh 1t1c pdr
6948 - type: "table"
6949   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6950   algorithm: "table_comparison"
6951   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6952   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6953   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6954   columns:
6955     - title: "2001"
6956       data-set: "dpdk-performance-changes-3n-tsh-h1"
6957     - title: "2005"
6958       data-set: "dpdk-performance-changes-3n-tsh-ref"
6959     - title: "2009"
6960       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6961   comparisons:
6962     - title: "Diff"
6963       reference: 2
6964       compare: 3
6965   legend:
6966     - ""
6967     - "2001, 2005, 2009 - DPDK versions tested."
6968     - "Diff - difference between 2005 and 2009 DPDK version."
6969
6970 # DPDK Performance Changes 3n-tsh 2t2c pdr
6971 - type: "table"
6972   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6973   algorithm: "table_comparison"
6974   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6976   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6977   columns:
6978     - title: "2001"
6979       data-set: "dpdk-performance-changes-3n-tsh-h1"
6980     - title: "2005"
6981       data-set: "dpdk-performance-changes-3n-tsh-ref"
6982     - title: "2009"
6983       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6984   comparisons:
6985     - title: "Diff"
6986       reference: 2
6987       compare: 3
6988   legend:
6989     - ""
6990     - "2001, 2005, 2009 - DPDK versions tested."
6991     - "Diff - difference between 2005 and 2009 DPDK version."
6992
6993 # DPDK Performance Changes 3n-tsh 1t1c ndr
6994 - type: "table"
6995   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6996   algorithm: "table_comparison"
6997   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6998   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6999   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7000   columns:
7001     - title: "2001"
7002       data-set: "dpdk-performance-changes-3n-tsh-h1"
7003     - title: "2005"
7004       data-set: "dpdk-performance-changes-3n-tsh-ref"
7005     - title: "2009"
7006       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7007   comparisons:
7008     - title: "Diff"
7009       reference: 2
7010       compare: 3
7011   legend:
7012     - ""
7013     - "2001, 2005, 2009 - DPDK versions tested."
7014     - "Diff - difference between 2005 and 2009 DPDK version."
7015
7016 # DPDK Performance Changes 3n-tsh 2t2c ndr
7017 - type: "table"
7018   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7019   algorithm: "table_comparison"
7020   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7021   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7022   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7023   columns:
7024     - title: "2001"
7025       data-set: "dpdk-performance-changes-3n-tsh-h1"
7026     - title: "2005"
7027       data-set: "dpdk-performance-changes-3n-tsh-ref"
7028     - title: "2009"
7029       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7030   comparisons:
7031     - title: "Diff"
7032       reference: 2
7033       compare: 3
7034   legend:
7035     - ""
7036     - "2001, 2005, 2009 - DPDK versions tested."
7037     - "Diff - difference between 2005 and 2009 DPDK version."
7038
7039 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7040 - type: "table"
7041   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7042   algorithm: "table_comparison"
7043   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7044   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7045   filter: "'NIC_Intel-X710'"
7046   columns:
7047     - title: "3n-hsw x710"
7048       data-set: "dpdk-compare-testbeds-ref"
7049     - title: "3n-skx x710"
7050       data-set: "dpdk-compare-testbeds-cmp"
7051   comparisons:
7052     - title: "Diff"
7053       reference: 1
7054       compare: 2
7055   legend:
7056     - ""
7057     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7058     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7059
7060 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7061 - type: "table"
7062   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7063   algorithm: "table_comparison"
7064   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7065   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7066   filter: "'NIC_Intel-X710'"
7067   columns:
7068     - title: "3n-hsw x710"
7069       data-set: "dpdk-compare-testbeds-ref"
7070     - title: "3n-skx x710"
7071       data-set: "dpdk-compare-testbeds-cmp"
7072   comparisons:
7073     - title: "Diff"
7074       reference: 1
7075       compare: 2
7076   legend:
7077     - ""
7078     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7079     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7080
7081 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7082 - type: "table"
7083   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7084   algorithm: "table_comparison"
7085   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7086   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7087   filter: "'NIC_Intel-XXV710'"
7088   columns:
7089     - title: "2n-skx"
7090       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7091     - title: "2n-clx"
7092       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7093   comparisons:
7094     - title: "Diff"
7095       reference: 1
7096       compare: 2
7097   legend:
7098     - ""
7099     - "2n-skx, 2n-clx - testbeds and NICs tested."
7100     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7101
7102 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7103 - type: "table"
7104   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7105   algorithm: "table_comparison"
7106   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7107   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7108   filter: "'NIC_Intel-XXV710'"
7109   columns:
7110     - title: "2n-skx"
7111       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7112     - title: "2n-clx"
7113       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7114   comparisons:
7115     - title: "Diff"
7116       reference: 1
7117       compare: 2
7118   legend:
7119     - ""
7120     - "2n-skx, 2n-clx - testbeds and NICs tested."
7121     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7122
7123 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7124 - type: "table"
7125   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7126   algorithm: "table_comparison"
7127   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7128   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7129   filter: "'NIC_Intel-XXV710'"
7130   columns:
7131     - title: "3n-skx"
7132       data-set: "dpdk-compare-topologies-ref"
7133     - title: "2n-skx"
7134       data-set: "dpdk-compare-topologies-cmp"
7135   comparisons:
7136     - title: "Diff"
7137       reference: 1
7138       compare: 2
7139   legend:
7140     - ""
7141     - "3n-skx, 2n-skx - topologies tested."
7142     - "Diff - difference between 3n-skx and 2n-skx topologies."
7143
7144 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7145 - type: "table"
7146   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7147   algorithm: "table_comparison"
7148   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7149   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7150   filter: "'NIC_Intel-XXV710'"
7151   columns:
7152     - title: "3n-skx"
7153       data-set: "dpdk-compare-topologies-ref"
7154     - title: "2n-skx"
7155       data-set: "dpdk-compare-topologies-cmp"
7156   comparisons:
7157     - title: "Diff"
7158       reference: 1
7159       compare: 2
7160   legend:
7161     - ""
7162     - "3n-skx, 2n-skx - topologies tested."
7163     - "Diff - difference between 3n-skx and 2n-skx topologies."
7164
7165 # Detailed Test Results - DPDK Performance Results 3n-hsw
7166 - type: "table"
7167   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7168   algorithm: "table_merged_details"
7169   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7170   columns:
7171     - title: " |prein| Test Name |preout| "
7172       data: "data name"
7173     - 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| "
7174       data: "data msg"
7175   data: "dpdk-perf-results-3n-hsw"
7176   filter: "all"
7177   parameters:
7178   - "name"
7179   - "parent"
7180   - "msg"
7181
7182 # Detailed Test Results - DPDK Performance Results 3n-skx
7183 - type: "table"
7184   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7185   algorithm: "table_merged_details"
7186   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7187   columns:
7188     - title: " |prein| Test Name |preout| "
7189       data: "data name"
7190     - 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| "
7191       data: "data msg"
7192   data: "dpdk-perf-results-3n-skx"
7193   filter: "all"
7194   remove-ndr: False
7195   parameters:
7196   - "name"
7197   - "parent"
7198   - "msg"
7199
7200 # Detailed Test Results - DPDK Performance Results 2n-skx
7201 - type: "table"
7202   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7203   algorithm: "table_merged_details"
7204   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7205   columns:
7206     - title: " |prein| Test Name |preout| "
7207       data: "data name"
7208     - 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| "
7209       data: "data msg"
7210   data: "dpdk-perf-results-2n-skx"
7211   filter: "all"
7212   remove-ndr: False
7213   parameters:
7214   - "name"
7215   - "parent"
7216   - "msg"
7217
7218 # Detailed Test Results - DPDK Performance Results 2n-clx
7219 - type: "table"
7220   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7221   algorithm: "table_merged_details"
7222   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7223   columns:
7224     - title: " |prein| Test Name |preout| "
7225       data: "data name"
7226     - 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| "
7227       data: "data msg"
7228   data: "dpdk-perf-results-2n-clx"
7229   filter: "all"
7230   parameters:
7231   - "name"
7232   - "parent"
7233   - "msg"
7234
7235 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7236 #- type: "table"
7237 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7238 #  algorithm: "table_merged_details"
7239 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7240 #  columns:
7241 #    - title: " |prein| Test Name |preout| "
7242 #      data: "data name"
7243 #    - 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| "
7244 #      data: "data msg"
7245 #  data: "dpdk-perf-results-2n-dnv"
7246 #  filter: "all"
7247 #  parameters:
7248 #  - "name"
7249 #  - "parent"
7250 #  - "msg"
7251 #
7252 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7253 #- type: "table"
7254 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7255 #  algorithm: "table_merged_details"
7256 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7257 #  columns:
7258 #    - title: " |prein| Test Name |preout| "
7259 #      data: "data name"
7260 #    - 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| "
7261 #      data: "data msg"
7262 #  data: "dpdk-perf-results-3n-dnv"
7263 #  filter: "all"
7264 #  parameters:
7265 #  - "name"
7266 #  - "parent"
7267 #  - "msg"
7268
7269 # Detailed Test Results - DPDK Performance Results 3n-tsh
7270 - type: "table"
7271   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7272   algorithm: "table_merged_details"
7273   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7274   columns:
7275     - title: " |prein| Test Name |preout| "
7276       data: "data name"
7277     - 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| "
7278       data: "data msg"
7279   data: "dpdk-perf-results-3n-tsh"
7280   filter: "all"
7281   parameters:
7282   - "name"
7283   - "parent"
7284   - "msg"
7285
7286 ################################################################################
7287 ###                                F I L E S                                 ###
7288 ################################################################################
7289
7290 # VPP Performance Results
7291 - type: "file"
7292   title: "VPP Performance Results"
7293   algorithm: "file_details_split"
7294   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7295   dir-tables:
7296     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7297     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7298     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7299     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7300     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7301     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7302     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7303   data:
7304     - "vpp-perf-results-2n-skx"
7305     - "vpp-perf-results-3n-skx"
7306     - "vpp-perf-results-2n-clx"
7307     - "vpp-perf-results-3n-hsw"
7308     - "vpp-perf-results-3n-tsh"
7309     - "vpp-perf-results-2n-dnv"
7310     - "vpp-perf-results-3n-dnv"
7311   filter: "all"
7312   data-start-level: 4
7313   order-chapters:
7314     level-1:
7315       - "l2"
7316       - "ip4"
7317       - "ip6"
7318       - "srv6"
7319       - "ip4_tunnels"
7320       - "ip6_tunnels"
7321       - "vm_vhost"
7322       - "container_memif"
7323       - "crypto"
7324       - "vts"
7325       - "lb"
7326       - "nfv_density"
7327       - "hoststack"
7328     level-2:
7329       - "2n-skx"
7330       - "3n-skx"
7331       - "2n-clx"
7332       - "3n-hsw"
7333       - "3n-tsh"
7334       - "2n-dnv"
7335       - "3n-dnv"
7336     level-3:
7337       - "xl710"
7338       - "x520"
7339       - "xxv710"
7340       - "x710"
7341       - "x553"
7342       - "cx556a"
7343       - "vic1227"
7344       - "vic1385"
7345
7346 # VPP Performance Configuration
7347 - type: "file"
7348   title: "VPP Performance Configuration"
7349   algorithm: "file_details_split"
7350   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7351   dir-tables:
7352     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7353     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7354     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7355     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7356     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7357     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7358     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7359   data:
7360     - "vpp-perf-results-2n-skx"
7361     - "vpp-perf-results-3n-skx"
7362     - "vpp-perf-results-2n-clx"
7363     - "vpp-perf-results-3n-hsw"
7364     - "vpp-perf-results-3n-tsh"
7365     - "vpp-perf-results-2n-dnv"
7366     - "vpp-perf-results-3n-dnv"
7367   filter: "all"
7368   data-start-level: 4
7369   order-chapters:
7370     level-1:
7371       - "l2"
7372       - "ip4"
7373       - "ip6"
7374       - "srv6"
7375       - "ip4_tunnels"
7376       - "ip6_tunnels"
7377       - "vm_vhost"
7378       - "container_memif"
7379       - "crypto"
7380       - "vts"
7381       - "lb"
7382       - "nfv_density"
7383       - "hoststack"
7384     level-2:
7385       - "2n-skx"
7386       - "3n-skx"
7387       - "2n-clx"
7388       - "3n-hsw"
7389       - "3n-tsh"
7390       - "2n-dnv"
7391       - "3n-dnv"
7392     level-3:
7393       - "xl710"
7394       - "x520"
7395       - "xxv710"
7396       - "x710"
7397       - "x553"
7398       - "cx556a"
7399       - "vic1227"
7400       - "vic1385"
7401
7402 # VPP Performance Operational
7403 - type: "file"
7404   title: "VPP Performance Operational"
7405   algorithm: "file_details_split_html"
7406   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7407   dir-tables:
7408     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7409     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7410     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7411     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7412     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7413     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7414     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7415   data:
7416     - "vpp-perf-results-2n-skx"
7417     - "vpp-perf-results-3n-skx"
7418     - "vpp-perf-results-2n-clx"
7419     - "vpp-perf-results-3n-hsw"
7420     - "vpp-perf-results-3n-tsh"
7421     - "vpp-perf-results-2n-dnv"
7422     - "vpp-perf-results-3n-dnv"
7423   filter: "all"
7424   data-start-level: 4
7425   order-chapters:
7426     level-1:
7427       - "l2"
7428       - "ip4"
7429       - "ip6"
7430       - "srv6"
7431       - "ip4_tunnels"
7432       - "ip6_tunnels"
7433       - "vm_vhost"
7434       - "container_memif"
7435       - "crypto"
7436       - "vts"
7437       - "lb"
7438       - "nfv_density"
7439       - "hoststack"
7440     level-2:
7441       - "2n-skx"
7442       - "3n-skx"
7443       - "2n-clx"
7444       - "3n-hsw"
7445       - "3n-tsh"
7446       - "2n-dnv"
7447       - "3n-dnv"
7448     level-3:
7449       - "xl710"
7450       - "x520"
7451       - "xxv710"
7452       - "x710"
7453       - "x553"
7454       - "cx556a"
7455       - "vic1227"
7456       - "vic1385"
7457
7458 # VPP MRR Results
7459 - type: "file"
7460   title: "VPP MRR Results"
7461   algorithm: "file_details_split"
7462   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7463   dir-tables:
7464     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7465     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7466     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7467     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7468     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7469     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7470     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7471   data:
7472     - "vpp-mrr-results-2n-skx"
7473     - "vpp-mrr-results-3n-skx"
7474     - "vpp-mrr-results-2n-clx"
7475     - "vpp-mrr-results-3n-hsw"
7476     - "vpp-mrr-results-3n-tsh"
7477     - "vpp-mrr-results-2n-dnv"
7478     - "vpp-mrr-results-3n-dnv"
7479   filter: "all"
7480   data-start-level: 4
7481   order-chapters:
7482     level-1:
7483       - "l2"
7484       - "ip4"
7485       - "ip6"
7486       - "srv6"
7487       - "ip4_tunnels"
7488       - "ip6_tunnels"
7489       - "vm_vhost"
7490       - "container_memif"
7491       - "crypto"
7492       - "vts"
7493       - "lb"
7494       - "nfv_density"
7495       - "hoststack"
7496     level-2:
7497       - "2n-skx"
7498       - "3n-skx"
7499       - "2n-clx"
7500       - "3n-hsw"
7501       - "3n-tsh"
7502       - "2n-dnv"
7503       - "3n-dnv"
7504     level-3:
7505       - "xl710"
7506       - "x520"
7507       - "xxv710"
7508       - "x710"
7509       - "x553"
7510       - "cx556a"
7511       - "vic1227"
7512       - "vic1385"
7513
7514 # VPP MRR Configuration
7515 - type: "file"
7516   title: "VPP MRR Configuration"
7517   algorithm: "file_details_split"
7518   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7519   dir-tables:
7520     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7521     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7522     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7523     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7524     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7525     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7526     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7527   data:
7528     - "vpp-mrr-results-2n-skx"
7529     - "vpp-mrr-results-3n-skx"
7530     - "vpp-mrr-results-2n-clx"
7531     - "vpp-mrr-results-3n-hsw"
7532     - "vpp-mrr-results-3n-tsh"
7533     - "vpp-mrr-results-2n-dnv"
7534     - "vpp-mrr-results-3n-dnv"
7535   filter: "all"
7536   data-start-level: 4
7537   order-chapters:
7538     level-1:
7539       - "l2"
7540       - "ip4"
7541       - "ip6"
7542       - "srv6"
7543       - "ip4_tunnels"
7544       - "ip6_tunnels"
7545       - "vm_vhost"
7546       - "container_memif"
7547       - "crypto"
7548       - "vts"
7549       - "lb"
7550       - "nfv_density"
7551       - "hoststack"
7552     level-2:
7553       - "2n-skx"
7554       - "3n-skx"
7555       - "2n-clx"
7556       - "3n-hsw"
7557       - "3n-tsh"
7558       - "2n-dnv"
7559       - "3n-dnv"
7560     level-3:
7561       - "xl710"
7562       - "x520"
7563       - "xxv710"
7564       - "x710"
7565       - "x553"
7566       - "cx556a"
7567       - "vic1227"
7568       - "vic1385"
7569
7570 # VPP Device Results - Ubuntu
7571 - type: "file"
7572   title: "VPP Device Results - Ubuntu"
7573   algorithm: "file_test_results"
7574   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7575   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7576   data: "vpp-device-results-ubuntu"
7577   filter: "all"
7578   data-start-level: 4
7579
7580 # VPP Device Configuration - Ubuntu
7581 - type: "file"
7582   title: "VPP Device Configuration - Ubuntu"
7583   algorithm: "file_test_results"
7584   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7585   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7586   data: "vpp-device-results-ubuntu"
7587   filter: "all"
7588   data-start-level: 4
7589
7590 # DPDK Performance Results 3n-hsw
7591 - type: "file"
7592   title: "DPDK Performance Results 3n-hsw"
7593   algorithm: "file_test_results"
7594   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7595   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7596   data: "dpdk-perf-results-3n-hsw"
7597   filter: "all"
7598   data-start-level: 4
7599
7600 # DPDK Performance Results 3n-skx
7601 - type: "file"
7602   title: "DPDK Performance Results 3n-skx"
7603   algorithm: "file_test_results"
7604   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7605   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7606   data: "dpdk-perf-results-3n-skx"
7607   filter: "all"
7608   data-start-level: 4
7609
7610 # DPDK Performance Results 2n-skx
7611 - type: "file"
7612   title: "DPDK Performance Results 2n-skx"
7613   algorithm: "file_test_results"
7614   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7615   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7616   data: "dpdk-perf-results-2n-skx"
7617   filter: "all"
7618   data-start-level: 4
7619
7620 # DPDK Performance Results 2n-clx
7621 - type: "file"
7622   title: "DPDK Performance Results 2n-clx"
7623   algorithm: "file_test_results"
7624   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7625   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7626   data: "dpdk-perf-results-2n-clx"
7627   filter: "all"
7628   data-start-level: 4
7629
7630 ## DPDK Performance Results 2n-dnv
7631 #- type: "file"
7632 #  title: "DPDK Performance Results 2n-dnv"
7633 #  algorithm: "file_test_results"
7634 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7635 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7636 #  data: "dpdk-perf-results-2n-dnv"
7637 #  filter: "all"
7638 #  data-start-level: 4
7639 #
7640 ## DPDK Performance Results 3n-dnv
7641 #- type: "file"
7642 #  title: "DPDK Performance Results 3n-dnv"
7643 #  algorithm: "file_test_results"
7644 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7645 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7646 #  data: "dpdk-perf-results-3n-dnv"
7647 #  filter: "all"
7648 #  data-start-level: 4
7649
7650 # DPDK Performance Results 3n-tsh
7651 - type: "file"
7652   title: "DPDK Performance Results 3n-tsh"
7653   algorithm: "file_test_results"
7654   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7655   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7656   data: "dpdk-perf-results-3n-tsh"
7657   filter: "all"
7658   data-start-level: 4
7659
7660 ################################################################################
7661 ###                                P L O T S                                 ###
7662 ################################################################################
7663
7664 # Hoststack tests 3n-hsw
7665
7666 - type: "plot"
7667   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7668   algorithm: "plot_perf_box_name"
7669   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7670   data: "plot-vpp-hoststack-3n-hsw"
7671   include:
7672     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7673     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7674   layout:
7675     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7676     layout: "plot-hoststack"
7677
7678 - type: "plot"
7679   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7680   algorithm: "plot_perf_box_name"
7681   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7682   data: "plot-vpp-hoststack-3n-hsw"
7683   include:
7684     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7685     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7686   layout:
7687     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7688     layout: "plot-hoststack"
7689
7690 - type: "plot"
7691   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7692   algorithm: "plot_perf_box_name"
7693   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7694   data: "plot-vpp-hoststack-3n-hsw"
7695   include:
7696     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7697     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7698     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7699     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7700   layout:
7701     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7702     layout: "plot-hoststack"
7703
7704 ################################################################################
7705
7706 # Soak Test (PLRsearch), boxes - 2n-clx
7707 - type: "plot"
7708   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7709   algorithm: "plot_perf_box_name"
7710   output-file-type: ".html"
7711   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7712   data: "plot-vpp-soak-2n-clx"
7713   include:
7714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7720   layout:
7721     title: "30 Minutes Soak Test (PLRsearch)"
7722     layout: "plot-soak-throughput"
7723
7724 # Soak Test (PLRsearch), boxes - 2n-clx
7725 - type: "plot"
7726   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7727   algorithm: "plot_perf_box_name"
7728   output-file-type: ".html"
7729   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7730   data: "plot-vpp-soak-2n-clx"
7731   include:
7732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7733     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7734     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7735     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7737     - "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"
7738   layout:
7739     title: "30 Minutes Soak Test (PLRsearch)"
7740     layout: "plot-soak-throughput"
7741
7742 # Soak Test (PLRsearch), boxes - 2n-skx
7743 - type: "plot"
7744   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7745   algorithm: "plot_perf_box_name"
7746   output-file-type: ".html"
7747   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7748   data: "plot-vpp-soak-2n-skx"
7749   include:
7750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7756   layout:
7757     title: "30 Minutes Soak Test (PLRsearch)"
7758     layout: "plot-soak-throughput"
7759
7760 # Soak Test (PLRsearch), boxes - 2n-skx
7761 - type: "plot"
7762   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7763   algorithm: "plot_perf_box_name"
7764   output-file-type: ".html"
7765   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7766   data: "plot-vpp-soak-2n-skx"
7767   include:
7768     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7769     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7770     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7771     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7773     - "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"
7774   layout:
7775     title: "30 Minutes Soak Test (PLRsearch)"
7776     layout: "plot-soak-throughput"
7777
7778 ###############################################################################
7779
7780 # Reconf tests 2n-skx
7781
7782 - type: "plot"
7783   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7784   algorithm: "plot_nf_reconf_box_name"
7785   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7786   data: "plot-vpp-nfv-reconf-2n-skx"
7787   include:
7788     - "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"
7789     - "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"
7790     - "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"
7791     - "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"
7792     - "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"
7793     - "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"
7794   layout:
7795     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7796     layout: "plot-throughput"
7797
7798 - type: "plot"
7799   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7800   algorithm: "plot_nf_reconf_box_name"
7801   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7802   data: "plot-vpp-nfv-reconf-2n-skx"
7803   include:
7804     - "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"
7805     - "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"
7806     - "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"
7807     - "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"
7808     - "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"
7809     - "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"
7810   layout:
7811     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7812     layout: "plot-throughput"
7813
7814 - type: "plot"
7815   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7816   algorithm: "plot_nf_reconf_box_name"
7817   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7818   data: "plot-vpp-nfv-reconf-2n-skx"
7819   include:
7820     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7821     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7822     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7823     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7824     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7825     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7826   layout:
7827     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7828     layout: "plot-throughput"
7829
7830 ###############################################################################
7831
7832 # Reconf tests 2n-clx
7833
7834 - type: "plot"
7835   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7836   algorithm: "plot_nf_reconf_box_name"
7837   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7838   data: "plot-vpp-nfv-reconf-2n-clx"
7839   include:
7840     - "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"
7841     - "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"
7842     - "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"
7843     - "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"
7844   layout:
7845     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7846     layout: "plot-throughput"
7847
7848 - type: "plot"
7849   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7850   algorithm: "plot_nf_reconf_box_name"
7851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7852   data: "plot-vpp-nfv-reconf-2n-clx"
7853   include:
7854     - "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"
7855     - "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"
7856     - "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"
7857     - "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"
7858   layout:
7859     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7860     layout: "plot-throughput"
7861
7862 - type: "plot"
7863   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7864   algorithm: "plot_nf_reconf_box_name"
7865   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7866   data: "plot-vpp-nfv-reconf-2n-clx"
7867   include:
7868     - "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"
7869     - "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"
7870     - "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"
7871     - "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"
7872   layout:
7873     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7874     layout: "plot-throughput"
7875
7876 ###############################################################################
7877
7878 # Plots - NF Density - VSC - MRR IMIX
7879 - type: "plot"
7880   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7881   algorithm: "plot_nf_heatmap"
7882   output-file-type: ".html"
7883   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7884   data: "plot-vpp-nfv-2n-skx-mrr"
7885   filter: "'NIC_Intel-XXV710' and
7886            'NF_DENSITY' and
7887            'VHOST' and
7888            not 'VXLAN' and
7889            'CHAIN' and
7890            'NF_VPPIP4' and
7891            'IMIX' and
7892            '2T1C' and
7893            'MRR'"
7894   parameters:
7895   - "result"
7896   - "name"
7897   - "tags"
7898   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7899   x-axis: "X = VNFs per Service Chain"
7900   y-axis: "Y = Number of Service Chains"
7901   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7902   layout:
7903     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7904     layout: "plot-service-density"
7905
7906 - type: "plot"
7907   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7908   algorithm: "plot_nf_heatmap"
7909   output-file-type: ".html"
7910   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7911   data: "plot-vpp-nfv-2n-skx-mrr"
7912   filter: "'NIC_Intel-XXV710' and
7913            'NF_DENSITY' and
7914            'VHOST' and
7915            not 'VXLAN' and
7916            'CHAIN' and
7917            'NF_VPPIP4' and
7918            'IMIX' and
7919            '4T2C' and
7920            'MRR'"
7921   parameters:
7922   - "result"
7923   - "name"
7924   - "tags"
7925   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7926   x-axis: "X = VNFs per Service Chain"
7927   y-axis: "Y = Number of Service Chains"
7928   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7929   layout:
7930     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7931     layout: "plot-service-density"
7932
7933 - type: "plot"
7934   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7935   algorithm: "plot_nf_heatmap"
7936   output-file-type: ".html"
7937   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7938   data: "plot-vpp-nfv-2n-skx-mrr"
7939   filter: "'NIC_Intel-XXV710' and
7940            'NF_DENSITY' and
7941            'VHOST' and
7942            not 'VXLAN' and
7943            'CHAIN' and
7944            'NF_VPPIP4' and
7945            'IMIX' and
7946            '8T4C' and
7947            'MRR'"
7948   parameters:
7949   - "result"
7950   - "name"
7951   - "tags"
7952   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7953   x-axis: "X = VNFs per Service Chain"
7954   y-axis: "Y = Number of Service Chains"
7955   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7956   layout:
7957     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7958     layout: "plot-service-density"
7959
7960 # Plots - NF Density - VSC - NDR IMIX
7961 - type: "plot"
7962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7963   algorithm: "plot_nf_heatmap"
7964   output-file-type: ".html"
7965   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7966   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7967   filter: "'NIC_Intel-XXV710' and
7968            'NF_DENSITY' and
7969            'VHOST' and
7970            not 'VXLAN' and
7971            'CHAIN' and
7972            'NF_VPPIP4' and
7973            'IMIX' and
7974            '2T1C' and
7975            'NDRPDR'"
7976   parameters:
7977   - "throughput"
7978   - "name"
7979   - "tags"
7980   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7981   x-axis: "X = VNFs per Service Chain"
7982   y-axis: "Y = Number of Service Chains"
7983   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7984   layout:
7985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7986     layout: "plot-service-density"
7987
7988 - type: "plot"
7989   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7990   algorithm: "plot_nf_heatmap"
7991   output-file-type: ".html"
7992   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7993   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7994   filter: "'NIC_Intel-XXV710' and
7995            'NF_DENSITY' and
7996            'VHOST' and
7997            not 'VXLAN' and
7998            'CHAIN' and
7999            'NF_VPPIP4' and
8000            'IMIX' and
8001            '4T2C' and
8002            'NDRPDR'"
8003   parameters:
8004   - "throughput"
8005   - "name"
8006   - "tags"
8007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8008   x-axis: "X = VNFs per Service Chain"
8009   y-axis: "Y = Number of Service Chains"
8010   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8011   layout:
8012     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8013     layout: "plot-service-density"
8014
8015 - type: "plot"
8016   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8017   algorithm: "plot_nf_heatmap"
8018   output-file-type: ".html"
8019   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8020   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8021   filter: "'NIC_Intel-XXV710' and
8022            'NF_DENSITY' and
8023            'VHOST' and
8024            not 'VXLAN' and
8025            'CHAIN' and
8026            'NF_VPPIP4' and
8027            'IMIX' and
8028            '8T4C' and
8029            'NDRPDR'"
8030   parameters:
8031   - "throughput"
8032   - "name"
8033   - "tags"
8034   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8035   x-axis: "X = VNFs per Service Chain"
8036   y-axis: "Y = Number of Service Chains"
8037   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8038   layout:
8039     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8040     layout: "plot-service-density"
8041
8042 # Plots - NF Density - VSC - PDR IMIX
8043 - type: "plot"
8044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8045   algorithm: "plot_nf_heatmap"
8046   output-file-type: ".html"
8047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8048   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8049   filter: "'NIC_Intel-XXV710' and
8050            'NF_DENSITY' and
8051            'VHOST' and
8052            not 'VXLAN' and
8053            'CHAIN' and
8054            'NF_VPPIP4' and
8055            'IMIX' and
8056            '2T1C' and
8057            'NDRPDR'"
8058   parameters:
8059   - "throughput"
8060   - "name"
8061   - "tags"
8062   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8063   x-axis: "X = VNFs per Service Chain"
8064   y-axis: "Y = Number of Service Chains"
8065   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8066   layout:
8067     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8068     layout: "plot-service-density"
8069
8070 - type: "plot"
8071   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8072   algorithm: "plot_nf_heatmap"
8073   output-file-type: ".html"
8074   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8075   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8076   filter: "'NIC_Intel-XXV710' and
8077            'NF_DENSITY' and
8078            'VHOST' and
8079            not 'VXLAN' and
8080            'CHAIN' and
8081            'NF_VPPIP4' and
8082            'IMIX' and
8083            '4T2C' and
8084            'NDRPDR'"
8085   parameters:
8086   - "throughput"
8087   - "name"
8088   - "tags"
8089   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8090   x-axis: "X = VNFs per Service Chain"
8091   y-axis: "Y = Number of Service Chains"
8092   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8093   layout:
8094     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8095     layout: "plot-service-density"
8096
8097 - type: "plot"
8098   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8099   algorithm: "plot_nf_heatmap"
8100   output-file-type: ".html"
8101   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8102   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8103   filter: "'NIC_Intel-XXV710' and
8104            'NF_DENSITY' and
8105            'VHOST' and
8106            not 'VXLAN' and
8107            'CHAIN' and
8108            'NF_VPPIP4' and
8109            'IMIX' and
8110            '8T4C' and
8111            'NDRPDR'"
8112   parameters:
8113   - "throughput"
8114   - "name"
8115   - "tags"
8116   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8117   x-axis: "X = VNFs per Service Chain"
8118   y-axis: "Y = Number of Service Chains"
8119   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8120   layout:
8121     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8122     layout: "plot-service-density"
8123
8124 ###############################################################################
8125
8126 # Plots - NF Density - VSC - MRR IMIX
8127 - type: "plot"
8128   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8129   algorithm: "plot_nf_heatmap"
8130   output-file-type: ".html"
8131   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8132   data: "plot-vpp-nfv-2n-skx-mrr"
8133   filter: "'NIC_Intel-XXV710' and
8134            'NF_DENSITY' and
8135            'VHOST' and
8136            'VXLAN' and
8137            'CHAIN' and
8138            'IMIX' and
8139            '2T1C' and
8140            'MRR'"
8141   parameters:
8142   - "result"
8143   - "name"
8144   - "tags"
8145   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8146   x-axis: "X = VNFs per Service Chain"
8147   y-axis: "Y = Number of Service Chains"
8148   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8149   layout:
8150     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8151     layout: "plot-service-density"
8152
8153 - type: "plot"
8154   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8155   algorithm: "plot_nf_heatmap"
8156   output-file-type: ".html"
8157   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8158   data: "plot-vpp-nfv-2n-skx-mrr"
8159   filter: "'NIC_Intel-XXV710' and
8160            'NF_DENSITY' and
8161            'VHOST' and
8162            'VXLAN' and
8163            'CHAIN' and
8164            'IMIX' and
8165            '4T2C' and
8166            'MRR'"
8167   parameters:
8168   - "result"
8169   - "name"
8170   - "tags"
8171   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8172   x-axis: "X = VNFs per Service Chain"
8173   y-axis: "Y = Number of Service Chains"
8174   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8175   layout:
8176     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8177     layout: "plot-service-density"
8178
8179 - type: "plot"
8180   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8181   algorithm: "plot_nf_heatmap"
8182   output-file-type: ".html"
8183   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8184   data: "plot-vpp-nfv-2n-skx-mrr"
8185   filter: "'NIC_Intel-XXV710' and
8186            'NF_DENSITY' and
8187            'VHOST' and
8188            'VXLAN' and
8189            'CHAIN' and
8190            'IMIX' and
8191            '8T4C' and
8192            'MRR'"
8193   parameters:
8194   - "result"
8195   - "name"
8196   - "tags"
8197   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8198   x-axis: "X = VNFs per Service Chain"
8199   y-axis: "Y = Number of Service Chains"
8200   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8201   layout:
8202     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8203     layout: "plot-service-density"
8204
8205 # Plots - NF Density - VSC - NDR IMIX
8206 - type: "plot"
8207   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8208   algorithm: "plot_nf_heatmap"
8209   output-file-type: ".html"
8210   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8211   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8212   filter: "'NIC_Intel-XXV710' and
8213            'NF_DENSITY' and
8214            'VHOST' and
8215            'VXLAN' and
8216            'CHAIN' and
8217            'IMIX' and
8218            '2T1C' and
8219            'NDRPDR'"
8220   parameters:
8221   - "throughput"
8222   - "name"
8223   - "tags"
8224   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8225   x-axis: "X = VNFs per Service Chain"
8226   y-axis: "Y = Number of Service Chains"
8227   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8228   layout:
8229     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8230     layout: "plot-service-density"
8231
8232 - type: "plot"
8233   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8234   algorithm: "plot_nf_heatmap"
8235   output-file-type: ".html"
8236   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8237   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8238   filter: "'NIC_Intel-XXV710' and
8239            'NF_DENSITY' and
8240            'VHOST' and
8241            'VXLAN' and
8242            'CHAIN' and
8243            'IMIX' and
8244            '4T2C' and
8245            'NDRPDR'"
8246   parameters:
8247   - "throughput"
8248   - "name"
8249   - "tags"
8250   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8251   x-axis: "X = VNFs per Service Chain"
8252   y-axis: "Y = Number of Service Chains"
8253   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8254   layout:
8255     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8256     layout: "plot-service-density"
8257
8258 - type: "plot"
8259   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8260   algorithm: "plot_nf_heatmap"
8261   output-file-type: ".html"
8262   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8263   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8264   filter: "'NIC_Intel-XXV710' and
8265            'NF_DENSITY' and
8266            'VHOST' and
8267            'VXLAN' and
8268            'CHAIN' and
8269            'IMIX' and
8270            '8T4C' and
8271            'NDRPDR'"
8272   parameters:
8273   - "throughput"
8274   - "name"
8275   - "tags"
8276   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8277   x-axis: "X = VNFs per Service Chain"
8278   y-axis: "Y = Number of Service Chains"
8279   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8280   layout:
8281     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8282     layout: "plot-service-density"
8283
8284 # Plots - NF Density - VSC - PDR IMIX
8285 - type: "plot"
8286   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8287   algorithm: "plot_nf_heatmap"
8288   output-file-type: ".html"
8289   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8290   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8291   filter: "'NIC_Intel-XXV710' and
8292            'NF_DENSITY' and
8293            'VHOST' and
8294            'VXLAN' and
8295            'CHAIN' and
8296            'IMIX' and
8297            '2T1C' and
8298            'NDRPDR'"
8299   parameters:
8300   - "throughput"
8301   - "name"
8302   - "tags"
8303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8304   x-axis: "X = VNFs per Service Chain"
8305   y-axis: "Y = Number of Service Chains"
8306   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8307   layout:
8308     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8309     layout: "plot-service-density"
8310
8311 - type: "plot"
8312   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8313   algorithm: "plot_nf_heatmap"
8314   output-file-type: ".html"
8315   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8316   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8317   filter: "'NIC_Intel-XXV710' and
8318            'NF_DENSITY' and
8319            'VHOST' and
8320            'VXLAN' and
8321            'CHAIN' and
8322            'IMIX' and
8323            '4T2C' and
8324            'NDRPDR'"
8325   parameters:
8326   - "throughput"
8327   - "name"
8328   - "tags"
8329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8330   x-axis: "X = VNFs per Service Chain"
8331   y-axis: "Y = Number of Service Chains"
8332   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8333   layout:
8334     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8335     layout: "plot-service-density"
8336
8337 - type: "plot"
8338   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8339   algorithm: "plot_nf_heatmap"
8340   output-file-type: ".html"
8341   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8342   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8343   filter: "'NIC_Intel-XXV710' and
8344            'NF_DENSITY' and
8345            'VHOST' and
8346            'VXLAN' and
8347            'CHAIN' and
8348            'IMIX' and
8349            '8T4C' and
8350            'NDRPDR'"
8351   parameters:
8352   - "throughput"
8353   - "name"
8354   - "tags"
8355   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8356   x-axis: "X = VNFs per Service Chain"
8357   y-axis: "Y = Number of Service Chains"
8358   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8359   layout:
8360     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8361     layout: "plot-service-density"
8362
8363 ###############################################################################
8364
8365 # Plots - NF Density - CSC - MRR IMIX
8366 - type: "plot"
8367   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8368   algorithm: "plot_nf_heatmap"
8369   output-file-type: ".html"
8370   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8371   data: "plot-vpp-nfv-2n-skx-mrr"
8372   filter: "'NIC_Intel-XXV710' and
8373            'NF_DENSITY' and
8374            'DOCKER' and
8375            'CHAIN' and
8376            'NF_VPPIP4' and
8377            'IMIX' and
8378            '2T1C' and
8379            'MRR'"
8380   parameters:
8381   - "result"
8382   - "name"
8383   - "tags"
8384   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8385   x-axis: "X = CNFs per Service Chain"
8386   y-axis: "Y = Number of Service Chains"
8387   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8388   layout:
8389     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8390     layout: "plot-service-density"
8391
8392 - type: "plot"
8393   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8394   algorithm: "plot_nf_heatmap"
8395   output-file-type: ".html"
8396   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8397   data: "plot-vpp-nfv-2n-skx-mrr"
8398   filter: "'NIC_Intel-XXV710' and
8399            'NF_DENSITY' and
8400            'DOCKER' and
8401            'CHAIN' and
8402            'NF_VPPIP4' and
8403            'IMIX' and
8404            '4T2C' and
8405            'MRR'"
8406   parameters:
8407   - "result"
8408   - "name"
8409   - "tags"
8410   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8411   x-axis: "X = CNFs per Service Chain"
8412   y-axis: "Y = Number of Service Chains"
8413   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8414   layout:
8415     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8416     layout: "plot-service-density"
8417
8418 - type: "plot"
8419   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8420   algorithm: "plot_nf_heatmap"
8421   output-file-type: ".html"
8422   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8423   data: "plot-vpp-nfv-2n-skx-mrr"
8424   filter: "'NIC_Intel-XXV710' and
8425            'NF_DENSITY' and
8426            'DOCKER' and
8427            'CHAIN' and
8428            'NF_VPPIP4' and
8429            'IMIX' and
8430            '8T4C' and
8431            'MRR'"
8432   parameters:
8433   - "result"
8434   - "name"
8435   - "tags"
8436   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8437   x-axis: "X = CNFs per Service Chain"
8438   y-axis: "Y = Number of Service Chains"
8439   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8440   layout:
8441     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8442     layout: "plot-service-density"
8443
8444 # Plots - NF Density - CSC - NDR IMIX
8445 - type: "plot"
8446   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8447   algorithm: "plot_nf_heatmap"
8448   output-file-type: ".html"
8449   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8450   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8451   filter: "'NIC_Intel-XXV710' and
8452            'NF_DENSITY' and
8453            'DOCKER' and
8454            'CHAIN' and
8455            'NF_VPPIP4' and
8456            'IMIX' and
8457            '2T1C' and
8458            'NDRPDR'"
8459   parameters:
8460   - "throughput"
8461   - "name"
8462   - "tags"
8463   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8464   x-axis: "X = CNFs per Service Chain"
8465   y-axis: "Y = Number of Service Chains"
8466   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8467   layout:
8468     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8469     layout: "plot-service-density"
8470
8471 - type: "plot"
8472   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8473   algorithm: "plot_nf_heatmap"
8474   output-file-type: ".html"
8475   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8476   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8477   filter: "'NIC_Intel-XXV710' and
8478            'NF_DENSITY' and
8479            'DOCKER' and
8480            'CHAIN' and
8481            'NF_VPPIP4' and
8482            'IMIX' and
8483            '4T2C' and
8484            'NDRPDR'"
8485   parameters:
8486   - "throughput"
8487   - "name"
8488   - "tags"
8489   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8490   x-axis: "X = CNFs per Service Chain"
8491   y-axis: "Y = Number of Service Chains"
8492   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8493   layout:
8494     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8495     layout: "plot-service-density"
8496
8497 - type: "plot"
8498   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8499   algorithm: "plot_nf_heatmap"
8500   output-file-type: ".html"
8501   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8502   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8503   filter: "'NIC_Intel-XXV710' and
8504            'NF_DENSITY' and
8505            'DOCKER' and
8506            'CHAIN' and
8507            'NF_VPPIP4' and
8508            'IMIX' and
8509            '8T4C' and
8510            'NDRPDR'"
8511   parameters:
8512   - "throughput"
8513   - "name"
8514   - "tags"
8515   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8516   x-axis: "X = CNFs per Service Chain"
8517   y-axis: "Y = Number of Service Chains"
8518   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8519   layout:
8520     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8521     layout: "plot-service-density"
8522
8523 # Plots - NF Density - CSC - PDR IMIX
8524 - type: "plot"
8525   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8526   algorithm: "plot_nf_heatmap"
8527   output-file-type: ".html"
8528   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8529   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8530   filter: "'NIC_Intel-XXV710' and
8531            'NF_DENSITY' and
8532            'DOCKER' and
8533            'CHAIN' and
8534            'NF_VPPIP4' and
8535            'IMIX' and
8536            '2T1C' and
8537            'NDRPDR'"
8538   parameters:
8539   - "throughput"
8540   - "name"
8541   - "tags"
8542   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8543   x-axis: "X = CNFs per Service Chain"
8544   y-axis: "Y = Number of Service Chains"
8545   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8546   layout:
8547     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8548     layout: "plot-service-density"
8549
8550 - type: "plot"
8551   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8552   algorithm: "plot_nf_heatmap"
8553   output-file-type: ".html"
8554   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8555   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8556   filter: "'NIC_Intel-XXV710' and
8557            'NF_DENSITY' and
8558            'DOCKER' and
8559            'CHAIN' and
8560            'NF_VPPIP4' and
8561            'IMIX' and
8562            '4T2C' 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-vppip4-pdr"
8574     layout: "plot-service-density"
8575
8576 - type: "plot"
8577   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8578   algorithm: "plot_nf_heatmap"
8579   output-file-type: ".html"
8580   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8581   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8582   filter: "'NIC_Intel-XXV710' and
8583            'NF_DENSITY' and
8584            'DOCKER' and
8585            'CHAIN' and
8586            'NF_VPPIP4' and
8587            'IMIX' and
8588            '8T4C' and
8589            'NDRPDR'"
8590   parameters:
8591   - "throughput"
8592   - "name"
8593   - "tags"
8594   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8595   x-axis: "X = CNFs per Service Chain"
8596   y-axis: "Y = Number of Service Chains"
8597   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8598   layout:
8599     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8600     layout: "plot-service-density"
8601
8602 ################################################################################
8603 #
8604 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
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-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8609 #  data: "plot-vpp-nfv-3n-skx-mrr"
8610 #  filter: "'NIC_Intel-XXV710' 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 #           '2T1C' 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-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8636 #  data: "plot-vpp-nfv-3n-skx-mrr"
8637 #  filter: "'NIC_Intel-XXV710' 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 #           '4T2C' 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 #- type: "plot"
8660 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8661 #  algorithm: "plot_nf_heatmap"
8662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8663 #  data: "plot-vpp-nfv-3n-skx-mrr"
8664 #  filter: "'NIC_Intel-XXV710' and
8665 #           'NF_DENSITY' and
8666 #           'DOCKER' and
8667 #           'CHAIN' and
8668 #           'NF_VPPIP4' and
8669 #           'IPSEC' and
8670 #           'TNL_4' and
8671 #           'IMIX' and
8672 #           '8T4C' and
8673 #           'MRR'"
8674 #  parameters:
8675 #  - "result"
8676 #  - "name"
8677 #  - "tags"
8678 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8679 #  x-axis: "X = CNFs per Service Chain"
8680 #  y-axis: "Y = Number of Service Chains"
8681 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8682 #  layout:
8683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8684 #    layout: "plot-service-density"
8685
8686 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
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-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8691 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8692 #  filter: "'NIC_Intel-XXV710' 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 #           '2T1C' 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-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8718 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8719 #  filter: "'NIC_Intel-XXV710' 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 #           '4T2C' 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 #- type: "plot"
8742 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8743 #  algorithm: "plot_nf_heatmap"
8744 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8745 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8746 #  filter: "'NIC_Intel-XXV710' and
8747 #           'NF_DENSITY' and
8748 #           'DOCKER' and
8749 #           'CHAIN' and
8750 #           'NF_VPPIP4' and
8751 #           'IPSEC' and
8752 #           'TNL_4' and
8753 #           'IMIX' and
8754 #           '8T4C' and
8755 #           'NDRPDR'"
8756 #  parameters:
8757 #  - "throughput"
8758 #  - "name"
8759 #  - "tags"
8760 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8761 #  x-axis: "X = CNFs per Service Chain"
8762 #  y-axis: "Y = Number of Service Chains"
8763 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8764 #  layout:
8765 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8766 #    layout: "plot-service-density"
8767 #
8768 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
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-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8773 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8774 #  filter: "'NIC_Intel-XXV710' 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 #           '2T1C' 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-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8800 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8801 #  filter: "'NIC_Intel-XXV710' 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 #           '4T2C' 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 #- type: "plot"
8824 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8825 #  algorithm: "plot_nf_heatmap"
8826 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8827 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8828 #  filter: "'NIC_Intel-XXV710' and
8829 #           'NF_DENSITY' and
8830 #           'DOCKER' and
8831 #           'CHAIN' and
8832 #           'NF_VPPIP4' and
8833 #           'IPSEC' and
8834 #           'TNL_4' and
8835 #           'IMIX' and
8836 #           '8T4C' and
8837 #           'NDRPDR'"
8838 #  parameters:
8839 #  - "throughput"
8840 #  - "name"
8841 #  - "tags"
8842 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8843 #  x-axis: "X = CNFs per Service Chain"
8844 #  y-axis: "Y = Number of Service Chains"
8845 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8846 #  layout:
8847 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8848 #    layout: "plot-service-density"
8849
8850 ###############################################################################
8851
8852 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8853 #- type: "plot"
8854 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8855 #  algorithm: "plot_nf_heatmap"
8856 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8857 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8858 #  filter: "'NIC_Intel-XL710' and
8859 #           'NF_DENSITY' and
8860 #           'DOCKER' and
8861 #           'CHAIN' and
8862 #           'NF_VPPIP4' and
8863 #           'IMIX' and
8864 #           'TNL_4' and
8865 #           '1T1C' and
8866 #           'MRR'"
8867 #  parameters:
8868 #  - "result"
8869 #  - "name"
8870 #  - "tags"
8871 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8872 #  x-axis: "X = CNFs per Service Chain"
8873 #  y-axis: "Y = Number of Service Chains"
8874 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8875 #  layout:
8876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8877 #    layout: "plot-service-density"
8878 #
8879 #- type: "plot"
8880 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8881 #  algorithm: "plot_nf_heatmap"
8882 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8883 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8884 #  filter: "'NIC_Intel-XL710' and
8885 #           'NF_DENSITY' and
8886 #           'DOCKER' and
8887 #           'CHAIN' and
8888 #           'NF_VPPIP4' and
8889 #           'IPSEC' and
8890 #           'TNL_4' and
8891 #           'IMIX' and
8892 #           '2T2C' and
8893 #           'MRR'"
8894 #  parameters:
8895 #  - "result"
8896 #  - "name"
8897 #  - "tags"
8898 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8899 #  x-axis: "X = CNFs per Service Chain"
8900 #  y-axis: "Y = Number of Service Chains"
8901 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8902 #  layout:
8903 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8904 #    layout: "plot-service-density"
8905 #
8906 #- type: "plot"
8907 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8908 #  algorithm: "plot_nf_heatmap"
8909 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8910 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8911 #  filter: "'NIC_Intel-XL710' and
8912 #           'NF_DENSITY' and
8913 #           'DOCKER' and
8914 #           'CHAIN' and
8915 #           'NF_VPPIP4' and
8916 #           'IPSEC' and
8917 #           'TNL_4' and
8918 #           'IMIX' and
8919 #           '4T4C' and
8920 #           'MRR'"
8921 #  parameters:
8922 #  - "result"
8923 #  - "name"
8924 #  - "tags"
8925 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8926 #  x-axis: "X = CNFs per Service Chain"
8927 #  y-axis: "Y = Number of Service Chains"
8928 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8929 #  layout:
8930 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8931 #    layout: "plot-service-density"
8932
8933 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8934 #- type: "plot"
8935 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8936 #  algorithm: "plot_nf_heatmap"
8937 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8938 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8939 #  filter: "'NIC_Intel-XL710' and
8940 #           'NF_DENSITY' and
8941 #           'DOCKER' and
8942 #           'CHAIN' and
8943 #           'NF_VPPIP4' and
8944 #           'IPSEC' and
8945 #           'TNL_4' and
8946 #           'IMIX' and
8947 #           '1T1C' and
8948 #           'NDRPDR'"
8949 #  parameters:
8950 #  - "throughput"
8951 #  - "name"
8952 #  - "tags"
8953 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8954 #  x-axis: "X = CNFs per Service Chain"
8955 #  y-axis: "Y = Number of Service Chains"
8956 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8957 #  layout:
8958 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8959 #    layout: "plot-service-density"
8960 #
8961 #- type: "plot"
8962 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8963 #  algorithm: "plot_nf_heatmap"
8964 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8965 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8966 #  filter: "'NIC_Intel-XL710' and
8967 #           'NF_DENSITY' and
8968 #           'DOCKER' and
8969 #           'CHAIN' and
8970 #           'NF_VPPIP4' and
8971 #           'IPSEC' and
8972 #           'TNL_4' and
8973 #           'IMIX' and
8974 #           '2T2C' and
8975 #           'NDRPDR'"
8976 #  parameters:
8977 #  - "throughput"
8978 #  - "name"
8979 #  - "tags"
8980 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8981 #  x-axis: "X = CNFs per Service Chain"
8982 #  y-axis: "Y = Number of Service Chains"
8983 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8984 #  layout:
8985 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8986 #    layout: "plot-service-density"
8987 #
8988 #- type: "plot"
8989 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8990 #  algorithm: "plot_nf_heatmap"
8991 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8992 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8993 #  filter: "'NIC_Intel-XL710' and
8994 #           'NF_DENSITY' and
8995 #           'DOCKER' and
8996 #           'CHAIN' and
8997 #           'NF_VPPIP4' and
8998 #           'IPSEC' and
8999 #           'TNL_4' and
9000 #           'IMIX' and
9001 #           '4T4C' and
9002 #           'NDRPDR'"
9003 #  parameters:
9004 #  - "throughput"
9005 #  - "name"
9006 #  - "tags"
9007 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9008 #  x-axis: "X = CNFs per Service Chain"
9009 #  y-axis: "Y = Number of Service Chains"
9010 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9011 #  layout:
9012 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9013 #    layout: "plot-service-density"
9014 #
9015 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9016 #- type: "plot"
9017 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9018 #  algorithm: "plot_nf_heatmap"
9019 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9020 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9021 #  filter: "'NIC_Intel-XL710' and
9022 #           'NF_DENSITY' and
9023 #           'DOCKER' and
9024 #           'CHAIN' and
9025 #           'NF_VPPIP4' and
9026 #           'IPSEC' and
9027 #           'TNL_4' and
9028 #           'IMIX' and
9029 #           '1T1C' and
9030 #           'NDRPDR'"
9031 #  parameters:
9032 #  - "throughput"
9033 #  - "name"
9034 #  - "tags"
9035 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9036 #  x-axis: "X = CNFs per Service Chain"
9037 #  y-axis: "Y = Number of Service Chains"
9038 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9039 #  layout:
9040 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9041 #    layout: "plot-service-density"
9042 #
9043 #- type: "plot"
9044 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9045 #  algorithm: "plot_nf_heatmap"
9046 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9047 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9048 #  filter: "'NIC_Intel-XL710' and
9049 #           'NF_DENSITY' and
9050 #           'DOCKER' and
9051 #           'CHAIN' and
9052 #           'NF_VPPIP4' and
9053 #           'IPSEC' and
9054 #           'TNL_4' and
9055 #           'IMIX' and
9056 #           '2T2C' and
9057 #           'NDRPDR'"
9058 #  parameters:
9059 #  - "throughput"
9060 #  - "name"
9061 #  - "tags"
9062 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9063 #  x-axis: "X = CNFs per Service Chain"
9064 #  y-axis: "Y = Number of Service Chains"
9065 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9066 #  layout:
9067 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9068 #    layout: "plot-service-density"
9069 #
9070 #- type: "plot"
9071 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9072 #  algorithm: "plot_nf_heatmap"
9073 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9074 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9075 #  filter: "'NIC_Intel-XL710' and
9076 #           'NF_DENSITY' and
9077 #           'DOCKER' and
9078 #           'CHAIN' and
9079 #           'NF_VPPIP4' and
9080 #           'IPSEC' and
9081 #           'TNL_4' and
9082 #           'IMIX' and
9083 #           '4T4C' and
9084 #           'NDRPDR'"
9085 #  parameters:
9086 #  - "throughput"
9087 #  - "name"
9088 #  - "tags"
9089 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9090 #  x-axis: "X = CNFs per Service Chain"
9091 #  y-axis: "Y = Number of Service Chains"
9092 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9093 #  layout:
9094 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9095 #    layout: "plot-service-density"
9096
9097 ###############################################################################
9098
9099 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
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-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9104 #  data: "plot-vpp-nfv-3n-skx-mrr"
9105 #  filter: "'NIC_Intel-XXV710' 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 #           '2T1C' 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-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9131 #  data: "plot-vpp-nfv-3n-skx-mrr"
9132 #  filter: "'NIC_Intel-XXV710' 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 #           '4T2C' 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 #- type: "plot"
9155 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9156 #  algorithm: "plot_nf_heatmap"
9157 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9158 #  data: "plot-vpp-nfv-3n-skx-mrr"
9159 #  filter: "'NIC_Intel-XXV710' and
9160 #           'NF_DENSITY' and
9161 #           'DOCKER' and
9162 #           'CHAIN' and
9163 #           'NF_VPPIP4' and
9164 #           'IPSEC' and
9165 #           'TNL_1000' and
9166 #           'IMIX' and
9167 #           '8T4C' and
9168 #           'MRR'"
9169 #  parameters:
9170 #  - "result"
9171 #  - "name"
9172 #  - "tags"
9173 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9174 #  x-axis: "X = CNFs per Service Chain"
9175 #  y-axis: "Y = Number of Service Chains"
9176 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9177 #  layout:
9178 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9179 #    layout: "plot-service-density"
9180
9181 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
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-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9186 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9187 #  filter: "'NIC_Intel-XXV710' 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 #           '2T1C' 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-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9213 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9214 #  filter: "'NIC_Intel-XXV710' 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 #           '4T2C' 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 #- type: "plot"
9237 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9238 #  algorithm: "plot_nf_heatmap"
9239 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9240 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9241 #  filter: "'NIC_Intel-XXV710' and
9242 #           'NF_DENSITY' and
9243 #           'DOCKER' and
9244 #           'CHAIN' and
9245 #           'NF_VPPIP4' and
9246 #           'IPSEC' and
9247 #           'TNL_1000' and
9248 #           'IMIX' and
9249 #           '8T4C' and
9250 #           'NDRPDR'"
9251 #  parameters:
9252 #  - "throughput"
9253 #  - "name"
9254 #  - "tags"
9255 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9256 #  x-axis: "X = CNFs per Service Chain"
9257 #  y-axis: "Y = Number of Service Chains"
9258 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9259 #  layout:
9260 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9261 #    layout: "plot-service-density"
9262 #
9263 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
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-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9268 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9269 #  filter: "'NIC_Intel-XXV710' 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 #           '2T1C' 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-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9295 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9296 #  filter: "'NIC_Intel-XXV710' 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 #           '4T2C' 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 #- type: "plot"
9319 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9320 #  algorithm: "plot_nf_heatmap"
9321 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9322 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9323 #  filter: "'NIC_Intel-XXV710' and
9324 #           'NF_DENSITY' and
9325 #           'DOCKER' and
9326 #           'CHAIN' and
9327 #           'NF_VPPIP4' and
9328 #           'IPSEC' and
9329 #           'TNL_1000' and
9330 #           'IMIX' and
9331 #           '8T4C' and
9332 #           'NDRPDR'"
9333 #  parameters:
9334 #  - "throughput"
9335 #  - "name"
9336 #  - "tags"
9337 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9338 #  x-axis: "X = CNFs per Service Chain"
9339 #  y-axis: "Y = Number of Service Chains"
9340 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9341 #  layout:
9342 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9343 #    layout: "plot-service-density"
9344
9345 ###############################################################################
9346
9347 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9348 #- type: "plot"
9349 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9350 #  algorithm: "plot_nf_heatmap"
9351 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9352 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9353 #  filter: "'NIC_Intel-XL710' and
9354 #           'NF_DENSITY' and
9355 #           'DOCKER' and
9356 #           'CHAIN' and
9357 #           'NF_VPPIP4' and
9358 #           'IMIX' and
9359 #           'TNL_1000' and
9360 #           '1T1C' and
9361 #           'MRR'"
9362 #  parameters:
9363 #  - "result"
9364 #  - "name"
9365 #  - "tags"
9366 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9367 #  x-axis: "X = CNFs per Service Chain"
9368 #  y-axis: "Y = Number of Service Chains"
9369 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9370 #  layout:
9371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9372 #    layout: "plot-service-density"
9373 #
9374 #- type: "plot"
9375 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9376 #  algorithm: "plot_nf_heatmap"
9377 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9378 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9379 #  filter: "'NIC_Intel-XL710' and
9380 #           'NF_DENSITY' and
9381 #           'DOCKER' and
9382 #           'CHAIN' and
9383 #           'NF_VPPIP4' and
9384 #           'IPSEC' and
9385 #           'TNL_1000' and
9386 #           'IMIX' and
9387 #           '2T2C' and
9388 #           'MRR'"
9389 #  parameters:
9390 #  - "result"
9391 #  - "name"
9392 #  - "tags"
9393 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9394 #  x-axis: "X = CNFs per Service Chain"
9395 #  y-axis: "Y = Number of Service Chains"
9396 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9397 #  layout:
9398 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9399 #    layout: "plot-service-density"
9400 #
9401 #- type: "plot"
9402 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9403 #  algorithm: "plot_nf_heatmap"
9404 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9405 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9406 #  filter: "'NIC_Intel-XL710' and
9407 #           'NF_DENSITY' and
9408 #           'DOCKER' and
9409 #           'CHAIN' and
9410 #           'NF_VPPIP4' and
9411 #           'IPSEC' and
9412 #           'TNL_1000' and
9413 #           'IMIX' and
9414 #           '4T4C' and
9415 #           'MRR'"
9416 #  parameters:
9417 #  - "result"
9418 #  - "name"
9419 #  - "tags"
9420 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9421 #  x-axis: "X = CNFs per Service Chain"
9422 #  y-axis: "Y = Number of Service Chains"
9423 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9424 #  layout:
9425 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9426 #    layout: "plot-service-density"
9427
9428 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9429 #- type: "plot"
9430 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9431 #  algorithm: "plot_nf_heatmap"
9432 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9433 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9434 #  filter: "'NIC_Intel-XL710' and
9435 #           'NF_DENSITY' and
9436 #           'DOCKER' and
9437 #           'CHAIN' and
9438 #           'NF_VPPIP4' and
9439 #           'IPSEC' and
9440 #           'TNL_1000' and
9441 #           'IMIX' and
9442 #           '1T1C' and
9443 #           'NDRPDR'"
9444 #  parameters:
9445 #  - "throughput"
9446 #  - "name"
9447 #  - "tags"
9448 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9449 #  x-axis: "X = CNFs per Service Chain"
9450 #  y-axis: "Y = Number of Service Chains"
9451 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9452 #  layout:
9453 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9454 #    layout: "plot-service-density"
9455 #
9456 #- type: "plot"
9457 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9458 #  algorithm: "plot_nf_heatmap"
9459 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9460 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9461 #  filter: "'NIC_Intel-XL710' and
9462 #           'NF_DENSITY' and
9463 #           'DOCKER' and
9464 #           'CHAIN' and
9465 #           'NF_VPPIP4' and
9466 #           'IPSEC' and
9467 #           'TNL_1000' and
9468 #           'IMIX' and
9469 #           '2T2C' and
9470 #           'NDRPDR'"
9471 #  parameters:
9472 #  - "throughput"
9473 #  - "name"
9474 #  - "tags"
9475 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9476 #  x-axis: "X = CNFs per Service Chain"
9477 #  y-axis: "Y = Number of Service Chains"
9478 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9479 #  layout:
9480 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9481 #    layout: "plot-service-density"
9482 #
9483 #- type: "plot"
9484 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9485 #  algorithm: "plot_nf_heatmap"
9486 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9487 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9488 #  filter: "'NIC_Intel-XL710' and
9489 #           'NF_DENSITY' and
9490 #           'DOCKER' and
9491 #           'CHAIN' and
9492 #           'NF_VPPIP4' and
9493 #           'IPSEC' and
9494 #           'TNL_1000' and
9495 #           'IMIX' and
9496 #           '4T4C' and
9497 #           'NDRPDR'"
9498 #  parameters:
9499 #  - "throughput"
9500 #  - "name"
9501 #  - "tags"
9502 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9503 #  x-axis: "X = CNFs per Service Chain"
9504 #  y-axis: "Y = Number of Service Chains"
9505 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9506 #  layout:
9507 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9508 #    layout: "plot-service-density"
9509 #
9510 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9511 #- type: "plot"
9512 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9513 #  algorithm: "plot_nf_heatmap"
9514 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9515 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9516 #  filter: "'NIC_Intel-XL710' and
9517 #           'NF_DENSITY' and
9518 #           'DOCKER' and
9519 #           'CHAIN' and
9520 #           'NF_VPPIP4' and
9521 #           'IPSEC' and
9522 #           'TNL_1000' and
9523 #           'IMIX' and
9524 #           '1T1C' and
9525 #           'NDRPDR'"
9526 #  parameters:
9527 #  - "throughput"
9528 #  - "name"
9529 #  - "tags"
9530 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9531 #  x-axis: "X = CNFs per Service Chain"
9532 #  y-axis: "Y = Number of Service Chains"
9533 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9534 #  layout:
9535 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9536 #    layout: "plot-service-density"
9537 #
9538 #- type: "plot"
9539 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9540 #  algorithm: "plot_nf_heatmap"
9541 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9542 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9543 #  filter: "'NIC_Intel-XL710' and
9544 #           'NF_DENSITY' and
9545 #           'DOCKER' and
9546 #           'CHAIN' and
9547 #           'NF_VPPIP4' and
9548 #           'IPSEC' and
9549 #           'TNL_1000' and
9550 #           'IMIX' and
9551 #           '2T2C' and
9552 #           'NDRPDR'"
9553 #  parameters:
9554 #  - "throughput"
9555 #  - "name"
9556 #  - "tags"
9557 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9558 #  x-axis: "X = CNFs per Service Chain"
9559 #  y-axis: "Y = Number of Service Chains"
9560 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9561 #  layout:
9562 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9563 #    layout: "plot-service-density"
9564 #
9565 #- type: "plot"
9566 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9567 #  algorithm: "plot_nf_heatmap"
9568 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9569 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9570 #  filter: "'NIC_Intel-XL710' and
9571 #           'NF_DENSITY' and
9572 #           'DOCKER' and
9573 #           'CHAIN' and
9574 #           'NF_VPPIP4' and
9575 #           'IPSEC' and
9576 #           'TNL_1000' and
9577 #           'IMIX' and
9578 #           '4T4C' and
9579 #           'NDRPDR'"
9580 #  parameters:
9581 #  - "throughput"
9582 #  - "name"
9583 #  - "tags"
9584 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9585 #  x-axis: "X = CNFs per Service Chain"
9586 #  y-axis: "Y = Number of Service Chains"
9587 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9588 #  layout:
9589 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9590 #    layout: "plot-service-density"
9591
9592 ###############################################################################
9593
9594 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
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-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9599 #  data: "plot-vpp-nfv-3n-skx-mrr"
9600 #  filter: "'NIC_Intel-XXV710' 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 #           '2T1C' 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-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9626 #  data: "plot-vpp-nfv-3n-skx-mrr"
9627 #  filter: "'NIC_Intel-XXV710' 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 #           '4T2C' 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 #- type: "plot"
9650 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9651 #  algorithm: "plot_nf_heatmap"
9652 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9653 #  data: "plot-vpp-nfv-3n-skx-mrr"
9654 #  filter: "'NIC_Intel-XXV710' and
9655 #           'NF_DENSITY' and
9656 #           'DOCKER' and
9657 #           'CHAIN' and
9658 #           'NF_VPPIP4' and
9659 #           'IPSEC' and
9660 #           'TNL_10000' and
9661 #           'IMIX' and
9662 #           '8T4C' and
9663 #           'MRR'"
9664 #  parameters:
9665 #  - "result"
9666 #  - "name"
9667 #  - "tags"
9668 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9669 #  x-axis: "X = CNFs per Service Chain"
9670 #  y-axis: "Y = Number of Service Chains"
9671 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9672 #  layout:
9673 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9674 #    layout: "plot-service-density"
9675
9676 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
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-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9681 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9682 #  filter: "'NIC_Intel-XXV710' 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 #           '2T1C' 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-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9708 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9709 #  filter: "'NIC_Intel-XXV710' 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 #           '4T2C' 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 #- type: "plot"
9732 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9733 #  algorithm: "plot_nf_heatmap"
9734 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9735 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9736 #  filter: "'NIC_Intel-XXV710' and
9737 #           'NF_DENSITY' and
9738 #           'DOCKER' and
9739 #           'CHAIN' and
9740 #           'NF_VPPIP4' and
9741 #           'IPSEC' and
9742 #           'TNL_10000' and
9743 #           'IMIX' and
9744 #           '8T4C' and
9745 #           'NDRPDR'"
9746 #  parameters:
9747 #  - "throughput"
9748 #  - "name"
9749 #  - "tags"
9750 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9751 #  x-axis: "X = CNFs per Service Chain"
9752 #  y-axis: "Y = Number of Service Chains"
9753 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9754 #  layout:
9755 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9756 #    layout: "plot-service-density"
9757 #
9758 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
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-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9763 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9764 #  filter: "'NIC_Intel-XXV710' 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 #           '2T1C' 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-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9790 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9791 #  filter: "'NIC_Intel-XXV710' 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 #           '4T2C' 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 #- type: "plot"
9814 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9815 #  algorithm: "plot_nf_heatmap"
9816 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9817 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9818 #  filter: "'NIC_Intel-XXV710' and
9819 #           'NF_DENSITY' and
9820 #           'DOCKER' and
9821 #           'CHAIN' and
9822 #           'NF_VPPIP4' and
9823 #           'IPSEC' and
9824 #           'TNL_10000' and
9825 #           'IMIX' and
9826 #           '8T4C' and
9827 #           'NDRPDR'"
9828 #  parameters:
9829 #  - "throughput"
9830 #  - "name"
9831 #  - "tags"
9832 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9833 #  x-axis: "X = CNFs per Service Chain"
9834 #  y-axis: "Y = Number of Service Chains"
9835 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9836 #  layout:
9837 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9838 #    layout: "plot-service-density"
9839
9840 ###############################################################################
9841
9842 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9843 #- type: "plot"
9844 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9845 #  algorithm: "plot_nf_heatmap"
9846 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9847 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9848 #  filter: "'NIC_Intel-XL710' and
9849 #           'NF_DENSITY' and
9850 #           'DOCKER' and
9851 #           'CHAIN' and
9852 #           'NF_VPPIP4' and
9853 #           'IMIX' and
9854 #           'TNL_10000' and
9855 #           '1T1C' and
9856 #           'MRR'"
9857 #  parameters:
9858 #  - "result"
9859 #  - "name"
9860 #  - "tags"
9861 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9862 #  x-axis: "X = CNFs per Service Chain"
9863 #  y-axis: "Y = Number of Service Chains"
9864 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9865 #  layout:
9866 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9867 #    layout: "plot-service-density"
9868 #
9869 #- type: "plot"
9870 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9871 #  algorithm: "plot_nf_heatmap"
9872 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9873 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9874 #  filter: "'NIC_Intel-XL710' and
9875 #           'NF_DENSITY' and
9876 #           'DOCKER' and
9877 #           'CHAIN' and
9878 #           'NF_VPPIP4' and
9879 #           'IPSEC' and
9880 #           'TNL_10000' and
9881 #           'IMIX' and
9882 #           '2T2C' and
9883 #           'MRR'"
9884 #  parameters:
9885 #  - "result"
9886 #  - "name"
9887 #  - "tags"
9888 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9889 #  x-axis: "X = CNFs per Service Chain"
9890 #  y-axis: "Y = Number of Service Chains"
9891 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9892 #  layout:
9893 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9894 #    layout: "plot-service-density"
9895 #
9896 #- type: "plot"
9897 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9898 #  algorithm: "plot_nf_heatmap"
9899 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9900 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9901 #  filter: "'NIC_Intel-XL710' and
9902 #           'NF_DENSITY' and
9903 #           'DOCKER' and
9904 #           'CHAIN' and
9905 #           'NF_VPPIP4' and
9906 #           'IPSEC' and
9907 #           'TNL_10000' and
9908 #           'IMIX' and
9909 #           '4T4C' and
9910 #           'MRR'"
9911 #  parameters:
9912 #  - "result"
9913 #  - "name"
9914 #  - "tags"
9915 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9916 #  x-axis: "X = CNFs per Service Chain"
9917 #  y-axis: "Y = Number of Service Chains"
9918 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9919 #  layout:
9920 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9921 #    layout: "plot-service-density"
9922
9923 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9924 #- type: "plot"
9925 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9926 #  algorithm: "plot_nf_heatmap"
9927 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9928 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9929 #  filter: "'NIC_Intel-XL710' and
9930 #           'NF_DENSITY' and
9931 #           'DOCKER' and
9932 #           'CHAIN' and
9933 #           'NF_VPPIP4' and
9934 #           'IPSEC' and
9935 #           'TNL_10000' and
9936 #           'IMIX' and
9937 #           '1T1C' and
9938 #           'NDRPDR'"
9939 #  parameters:
9940 #  - "throughput"
9941 #  - "name"
9942 #  - "tags"
9943 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9944 #  x-axis: "X = CNFs per Service Chain"
9945 #  y-axis: "Y = Number of Service Chains"
9946 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9947 #  layout:
9948 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9949 #    layout: "plot-service-density"
9950 #
9951 #- type: "plot"
9952 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9953 #  algorithm: "plot_nf_heatmap"
9954 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9955 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9956 #  filter: "'NIC_Intel-XL710' and
9957 #           'NF_DENSITY' and
9958 #           'DOCKER' and
9959 #           'CHAIN' and
9960 #           'NF_VPPIP4' and
9961 #           'IPSEC' and
9962 #           'TNL_10000' and
9963 #           'IMIX' and
9964 #           '2T2C' and
9965 #           'NDRPDR'"
9966 #  parameters:
9967 #  - "throughput"
9968 #  - "name"
9969 #  - "tags"
9970 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9971 #  x-axis: "X = CNFs per Service Chain"
9972 #  y-axis: "Y = Number of Service Chains"
9973 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9974 #  layout:
9975 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9976 #    layout: "plot-service-density"
9977 #
9978 #- type: "plot"
9979 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9980 #  algorithm: "plot_nf_heatmap"
9981 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9982 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9983 #  filter: "'NIC_Intel-XL710' and
9984 #           'NF_DENSITY' and
9985 #           'DOCKER' and
9986 #           'CHAIN' and
9987 #           'NF_VPPIP4' and
9988 #           'IPSEC' and
9989 #           'TNL_10000' and
9990 #           'IMIX' and
9991 #           '4T4C' and
9992 #           'NDRPDR'"
9993 #  parameters:
9994 #  - "throughput"
9995 #  - "name"
9996 #  - "tags"
9997 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9998 #  x-axis: "X = CNFs per Service Chain"
9999 #  y-axis: "Y = Number of Service Chains"
10000 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10001 #  layout:
10002 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10003 #    layout: "plot-service-density"
10004 #
10005 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10006 #- type: "plot"
10007 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10008 #  algorithm: "plot_nf_heatmap"
10009 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10010 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10011 #  filter: "'NIC_Intel-XL710' and
10012 #           'NF_DENSITY' and
10013 #           'DOCKER' and
10014 #           'CHAIN' and
10015 #           'NF_VPPIP4' and
10016 #           'IPSEC' and
10017 #           'TNL_10000' and
10018 #           'IMIX' and
10019 #           '1T1C' and
10020 #           'NDRPDR'"
10021 #  parameters:
10022 #  - "throughput"
10023 #  - "name"
10024 #  - "tags"
10025 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10026 #  x-axis: "X = CNFs per Service Chain"
10027 #  y-axis: "Y = Number of Service Chains"
10028 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10029 #  layout:
10030 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10031 #    layout: "plot-service-density"
10032 #
10033 #- type: "plot"
10034 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10035 #  algorithm: "plot_nf_heatmap"
10036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10037 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10038 #  filter: "'NIC_Intel-XL710' and
10039 #           'NF_DENSITY' and
10040 #           'DOCKER' and
10041 #           'CHAIN' and
10042 #           'NF_VPPIP4' and
10043 #           'IPSEC' and
10044 #           'TNL_10000' and
10045 #           'IMIX' and
10046 #           '2T2C' and
10047 #           'NDRPDR'"
10048 #  parameters:
10049 #  - "throughput"
10050 #  - "name"
10051 #  - "tags"
10052 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10053 #  x-axis: "X = CNFs per Service Chain"
10054 #  y-axis: "Y = Number of Service Chains"
10055 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10056 #  layout:
10057 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10058 #    layout: "plot-service-density"
10059 #
10060 #- type: "plot"
10061 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10062 #  algorithm: "plot_nf_heatmap"
10063 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10064 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10065 #  filter: "'NIC_Intel-XL710' and
10066 #           'NF_DENSITY' and
10067 #           'DOCKER' and
10068 #           'CHAIN' and
10069 #           'NF_VPPIP4' and
10070 #           'IPSEC' and
10071 #           'TNL_10000' and
10072 #           'IMIX' and
10073 #           '4T4C' and
10074 #           'NDRPDR'"
10075 #  parameters:
10076 #  - "throughput"
10077 #  - "name"
10078 #  - "tags"
10079 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10080 #  x-axis: "X = CNFs per Service Chain"
10081 #  y-axis: "Y = Number of Service Chains"
10082 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10083 #  layout:
10084 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10085 #    layout: "plot-service-density"
10086
10087 ###############################################################################
10088
10089 # Plots - NF Density - CSP - MRR IMIX
10090 - type: "plot"
10091   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10092   algorithm: "plot_nf_heatmap"
10093   output-file-type: ".html"
10094   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10095   data: "plot-vpp-nfv-2n-skx-mrr"
10096   filter: "'NIC_Intel-XXV710' and
10097            'NF_DENSITY' and
10098            'DOCKER' and
10099            'PIPELINE' and
10100            'NF_VPPIP4' and
10101            'IMIX' and
10102            '2T1C' and
10103            'MRR'"
10104   parameters:
10105   - "result"
10106   - "name"
10107   - "tags"
10108   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10109   x-axis: "X = CNFs per Service Pipeline"
10110   y-axis: "Y = Number of Service Pipelines"
10111   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10112   layout:
10113     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10114     layout: "plot-service-density"
10115
10116 - type: "plot"
10117   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10118   algorithm: "plot_nf_heatmap"
10119   output-file-type: ".html"
10120   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10121   data: "plot-vpp-nfv-2n-skx-mrr"
10122   filter: "'NIC_Intel-XXV710' and
10123            'NF_DENSITY' and
10124            'DOCKER' and
10125            'PIPELINE' and
10126            'NF_VPPIP4' and
10127            'IMIX' and
10128            '4T2C' and
10129            'MRR'"
10130   parameters:
10131   - "result"
10132   - "name"
10133   - "tags"
10134   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10135   x-axis: "X = CNFs per Service Pipeline"
10136   y-axis: "Y = Number of Service Pipelines"
10137   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10138   layout:
10139     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10140     layout: "plot-service-density"
10141
10142 - type: "plot"
10143   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10144   algorithm: "plot_nf_heatmap"
10145   output-file-type: ".html"
10146   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10147   data: "plot-vpp-nfv-2n-skx-mrr"
10148   filter: "'NIC_Intel-XXV710' and
10149            'NF_DENSITY' and
10150            'DOCKER' and
10151            'PIPELINE' and
10152            'NF_VPPIP4' and
10153            'IMIX' and
10154            '8T4C' and
10155            'MRR'"
10156   parameters:
10157   - "result"
10158   - "name"
10159   - "tags"
10160   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10161   x-axis: "X = CNFs per Service Pipeline"
10162   y-axis: "Y = Number of Service Pipelines"
10163   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10164   layout:
10165     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10166     layout: "plot-service-density"
10167
10168 # Plots - NF Density - CSP - NDR IMIX
10169 - type: "plot"
10170   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10171   algorithm: "plot_nf_heatmap"
10172   output-file-type: ".html"
10173   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10174   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10175   filter: "'NIC_Intel-XXV710' and
10176            'NF_DENSITY' and
10177            'DOCKER' and
10178            'PIPELINE' and
10179            'NF_VPPIP4' and
10180            'IMIX' and
10181            '2T1C' and
10182            'NDRPDR'"
10183   parameters:
10184   - "throughput"
10185   - "name"
10186   - "tags"
10187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10188   x-axis: "X = CNFs per Service Pipeline"
10189   y-axis: "Y = Number of Service Pipelines"
10190   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10191   layout:
10192     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10193     layout: "plot-service-density"
10194
10195 - type: "plot"
10196   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10197   algorithm: "plot_nf_heatmap"
10198   output-file-type: ".html"
10199   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10200   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10201   filter: "'NIC_Intel-XXV710' and
10202            'NF_DENSITY' and
10203            'DOCKER' and
10204            'PIPELINE' and
10205            'NF_VPPIP4' and
10206            'IMIX' and
10207            '4T2C' and
10208            'NDRPDR'"
10209   parameters:
10210   - "throughput"
10211   - "name"
10212   - "tags"
10213   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10214   x-axis: "X = CNFs per Service Pipeline"
10215   y-axis: "Y = Number of Service Pipelines"
10216   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10217   layout:
10218     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10219     layout: "plot-service-density"
10220
10221 - type: "plot"
10222   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10223   algorithm: "plot_nf_heatmap"
10224   output-file-type: ".html"
10225   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10226   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10227   filter: "'NIC_Intel-XXV710' and
10228            'NF_DENSITY' and
10229            'DOCKER' and
10230            'PIPELINE' and
10231            'NF_VPPIP4' and
10232            'IMIX' and
10233            '8T4C' and
10234            'NDRPDR'"
10235   parameters:
10236   - "throughput"
10237   - "name"
10238   - "tags"
10239   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10240   x-axis: "X = CNFs per Service Pipeline"
10241   y-axis: "Y = Number of Service Pipelines"
10242   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10243   layout:
10244     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10245     layout: "plot-service-density"
10246
10247 # Plots - NF Density - CSP - PDR IMIX
10248 - type: "plot"
10249   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10250   algorithm: "plot_nf_heatmap"
10251   output-file-type: ".html"
10252   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10253   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10254   filter: "'NIC_Intel-XXV710' and
10255            'NF_DENSITY' and
10256            'DOCKER' and
10257            'PIPELINE' and
10258            'NF_VPPIP4' and
10259            'IMIX' and
10260            '2T1C' and
10261            'NDRPDR'"
10262   parameters:
10263   - "throughput"
10264   - "name"
10265   - "tags"
10266   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10267   x-axis: "X = CNFs per Service Pipeline"
10268   y-axis: "Y = Number of Service Pipelines"
10269   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10270   layout:
10271     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10272     layout: "plot-service-density"
10273
10274 - type: "plot"
10275   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10276   algorithm: "plot_nf_heatmap"
10277   output-file-type: ".html"
10278   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10279   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10280   filter: "'NIC_Intel-XXV710' and
10281            'NF_DENSITY' and
10282            'DOCKER' and
10283            'PIPELINE' and
10284            'NF_VPPIP4' and
10285            'IMIX' and
10286            '4T2C' and
10287            'NDRPDR'"
10288   parameters:
10289   - "throughput"
10290   - "name"
10291   - "tags"
10292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10293   x-axis: "X = CNFs per Service Pipeline"
10294   y-axis: "Y = Number of Service Pipelines"
10295   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10296   layout:
10297     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10298     layout: "plot-service-density"
10299
10300 - type: "plot"
10301   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10302   algorithm: "plot_nf_heatmap"
10303   output-file-type: ".html"
10304   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10305   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10306   filter: "'NIC_Intel-XXV710' and
10307            'NF_DENSITY' and
10308            'DOCKER' and
10309            'PIPELINE' and
10310            'NF_VPPIP4' and
10311            'IMIX' and
10312            '8T4C' and
10313            'NDRPDR'"
10314   parameters:
10315   - "throughput"
10316   - "name"
10317   - "tags"
10318   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10319   x-axis: "X = CNFs per Service Pipeline"
10320   y-axis: "Y = Number of Service Pipelines"
10321   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10322   layout:
10323     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10324     layout: "plot-service-density"
10325
10326 ###############################################################################
10327 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10328
10329 - type: "plot"
10330   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10331   algorithm: "plot_nf_heatmap"
10332   output-file-type: ".html"
10333   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10334   data: "plot-vpp-nfv-2n-clx-mrr"
10335   filter: "'NIC_Intel-XXV710' and
10336            'NF_DENSITY' and
10337            'VHOST' and
10338            not 'VXLAN' and
10339            'CHAIN' and
10340            'NF_VPPIP4' and
10341            'IMIX' and
10342            '2T1C' and
10343            'MRR'"
10344   parameters:
10345   - "result"
10346   - "name"
10347   - "tags"
10348   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10349   x-axis: "X = VNFs per Service Chain"
10350   y-axis: "Y = Number of Service Chains"
10351   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10352   layout:
10353     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10354     layout: "plot-service-density"
10355
10356 - type: "plot"
10357   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10358   algorithm: "plot_nf_heatmap"
10359   output-file-type: ".html"
10360   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10361   data: "plot-vpp-nfv-2n-clx-mrr"
10362   filter: "'NIC_Intel-XXV710' and
10363            'NF_DENSITY' and
10364            'VHOST' and
10365            not 'VXLAN' and
10366            'CHAIN' and
10367            'NF_VPPIP4' and
10368            'IMIX' and
10369            '4T2C' and
10370            'MRR'"
10371   parameters:
10372   - "result"
10373   - "name"
10374   - "tags"
10375   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10376   x-axis: "X = VNFs per Service Chain"
10377   y-axis: "Y = Number of Service Chains"
10378   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10379   layout:
10380     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10381     layout: "plot-service-density"
10382
10383 - type: "plot"
10384   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10385   algorithm: "plot_nf_heatmap"
10386   output-file-type: ".html"
10387   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10388   data: "plot-vpp-nfv-2n-clx-mrr"
10389   filter: "'NIC_Intel-XXV710' and
10390            'NF_DENSITY' and
10391            'VHOST' and
10392            not 'VXLAN' and
10393            'CHAIN' and
10394            'NF_VPPIP4' and
10395            'IMIX' and
10396            '8T4C' and
10397            'MRR'"
10398   parameters:
10399   - "result"
10400   - "name"
10401   - "tags"
10402   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10403   x-axis: "X = VNFs per Service Chain"
10404   y-axis: "Y = Number of Service Chains"
10405   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10406   layout:
10407     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10408     layout: "plot-service-density"
10409
10410 # Plots - NF Density - VSC - NDR IMIX
10411 - type: "plot"
10412   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10413   algorithm: "plot_nf_heatmap"
10414   output-file-type: ".html"
10415   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10416   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10417   filter: "'NIC_Intel-XXV710' and
10418            'NF_DENSITY' and
10419            'VHOST' and
10420            not 'VXLAN' and
10421            'CHAIN' and
10422            'NF_VPPIP4' and
10423            'IMIX' and
10424            '2T1C' and
10425            'NDRPDR'"
10426   parameters:
10427   - "throughput"
10428   - "name"
10429   - "tags"
10430   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10431   x-axis: "X = VNFs per Service Chain"
10432   y-axis: "Y = Number of Service Chains"
10433   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10434   layout:
10435     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10436     layout: "plot-service-density"
10437
10438 - type: "plot"
10439   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10440   algorithm: "plot_nf_heatmap"
10441   output-file-type: ".html"
10442   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10443   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10444   filter: "'NIC_Intel-XXV710' and
10445            'NF_DENSITY' and
10446            'VHOST' and
10447            not 'VXLAN' and
10448            'CHAIN' and
10449            'NF_VPPIP4' and
10450            'IMIX' and
10451            '4T2C' and
10452            'NDRPDR'"
10453   parameters:
10454   - "throughput"
10455   - "name"
10456   - "tags"
10457   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10458   x-axis: "X = VNFs per Service Chain"
10459   y-axis: "Y = Number of Service Chains"
10460   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10461   layout:
10462     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10463     layout: "plot-service-density"
10464
10465 - type: "plot"
10466   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10467   algorithm: "plot_nf_heatmap"
10468   output-file-type: ".html"
10469   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10470   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10471   filter: "'NIC_Intel-XXV710' and
10472            'NF_DENSITY' and
10473            'VHOST' and
10474            not 'VXLAN' and
10475            'CHAIN' and
10476            'NF_VPPIP4' and
10477            'IMIX' and
10478            '8T4C' and
10479            'NDRPDR'"
10480   parameters:
10481   - "throughput"
10482   - "name"
10483   - "tags"
10484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10485   x-axis: "X = VNFs per Service Chain"
10486   y-axis: "Y = Number of Service Chains"
10487   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10488   layout:
10489     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10490     layout: "plot-service-density"
10491
10492 # Plots - NF Density - VSC - PDR IMIX
10493 - type: "plot"
10494   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10495   algorithm: "plot_nf_heatmap"
10496   output-file-type: ".html"
10497   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10498   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10499   filter: "'NIC_Intel-XXV710' and
10500            'NF_DENSITY' and
10501            'VHOST' and
10502            not 'VXLAN' and
10503            'CHAIN' and
10504            'NF_VPPIP4' and
10505            'IMIX' and
10506            '2T1C' and
10507            'NDRPDR'"
10508   parameters:
10509   - "throughput"
10510   - "name"
10511   - "tags"
10512   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10513   x-axis: "X = VNFs per Service Chain"
10514   y-axis: "Y = Number of Service Chains"
10515   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10516   layout:
10517     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10518     layout: "plot-service-density"
10519
10520 - type: "plot"
10521   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10522   algorithm: "plot_nf_heatmap"
10523   output-file-type: ".html"
10524   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10525   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10526   filter: "'NIC_Intel-XXV710' and
10527            'NF_DENSITY' and
10528            'VHOST' and
10529            not 'VXLAN' and
10530            'CHAIN' and
10531            'NF_VPPIP4' and
10532            'IMIX' and
10533            '4T2C' and
10534            'NDRPDR'"
10535   parameters:
10536   - "throughput"
10537   - "name"
10538   - "tags"
10539   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10540   x-axis: "X = VNFs per Service Chain"
10541   y-axis: "Y = Number of Service Chains"
10542   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10543   layout:
10544     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10545     layout: "plot-service-density"
10546
10547 - type: "plot"
10548   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10549   algorithm: "plot_nf_heatmap"
10550   output-file-type: ".html"
10551   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10552   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10553   filter: "'NIC_Intel-XXV710' and
10554            'NF_DENSITY' and
10555            'VHOST' and
10556            not 'VXLAN' and
10557            'CHAIN' and
10558            'NF_VPPIP4' and
10559            'IMIX' and
10560            '8T4C' and
10561            'NDRPDR'"
10562   parameters:
10563   - "throughput"
10564   - "name"
10565   - "tags"
10566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10567   x-axis: "X = VNFs per Service Chain"
10568   y-axis: "Y = Number of Service Chains"
10569   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10570   layout:
10571     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10572     layout: "plot-service-density"
10573
10574 # Plots - NF Density - VSC - MRR IMIX
10575 - type: "plot"
10576   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10577   algorithm: "plot_nf_heatmap"
10578   output-file-type: ".html"
10579   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10580   data: "plot-vpp-nfv-2n-clx-mrr"
10581   filter: "'NIC_Intel-XXV710' and
10582            'NF_DENSITY' and
10583            'VHOST' and
10584            'VXLAN' and
10585            'CHAIN' and
10586            'IMIX' and
10587            '2T1C' and
10588            'MRR'"
10589   parameters:
10590   - "result"
10591   - "name"
10592   - "tags"
10593   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10594   x-axis: "X = VNFs per Service Chain"
10595   y-axis: "Y = Number of Service Chains"
10596   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10597   layout:
10598     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10599     layout: "plot-service-density"
10600
10601 - type: "plot"
10602   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10603   algorithm: "plot_nf_heatmap"
10604   output-file-type: ".html"
10605   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10606   data: "plot-vpp-nfv-2n-clx-mrr"
10607   filter: "'NIC_Intel-XXV710' and
10608            'NF_DENSITY' and
10609            'VHOST' and
10610            'VXLAN' and
10611            'CHAIN' and
10612            'IMIX' and
10613            '4T2C' and
10614            'MRR'"
10615   parameters:
10616   - "result"
10617   - "name"
10618   - "tags"
10619   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10620   x-axis: "X = VNFs per Service Chain"
10621   y-axis: "Y = Number of Service Chains"
10622   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10623   layout:
10624     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10625     layout: "plot-service-density"
10626
10627 - type: "plot"
10628   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10629   algorithm: "plot_nf_heatmap"
10630   output-file-type: ".html"
10631   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10632   data: "plot-vpp-nfv-2n-clx-mrr"
10633   filter: "'NIC_Intel-XXV710' and
10634            'NF_DENSITY' and
10635            'VHOST' and
10636            'VXLAN' and
10637            'CHAIN' and
10638            'IMIX' and
10639            '8T4C' and
10640            'MRR'"
10641   parameters:
10642   - "result"
10643   - "name"
10644   - "tags"
10645   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10646   x-axis: "X = VNFs per Service Chain"
10647   y-axis: "Y = Number of Service Chains"
10648   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10649   layout:
10650     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10651     layout: "plot-service-density"
10652
10653 # Plots - NF Density - VSC - NDR IMIX
10654 - type: "plot"
10655   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10656   algorithm: "plot_nf_heatmap"
10657   output-file-type: ".html"
10658   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10659   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10660   filter: "'NIC_Intel-XXV710' and
10661            'NF_DENSITY' and
10662            'VHOST' and
10663            'VXLAN' and
10664            'CHAIN' and
10665            'IMIX' and
10666            '2T1C' and
10667            'NDRPDR'"
10668   parameters:
10669   - "throughput"
10670   - "name"
10671   - "tags"
10672   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10673   x-axis: "X = VNFs per Service Chain"
10674   y-axis: "Y = Number of Service Chains"
10675   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10676   layout:
10677     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10678     layout: "plot-service-density"
10679
10680 - type: "plot"
10681   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10682   algorithm: "plot_nf_heatmap"
10683   output-file-type: ".html"
10684   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10685   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10686   filter: "'NIC_Intel-XXV710' and
10687            'NF_DENSITY' and
10688            'VHOST' and
10689            'VXLAN' and
10690            'CHAIN' and
10691            'IMIX' and
10692            '4T2C' and
10693            'NDRPDR'"
10694   parameters:
10695   - "throughput"
10696   - "name"
10697   - "tags"
10698   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10699   x-axis: "X = VNFs per Service Chain"
10700   y-axis: "Y = Number of Service Chains"
10701   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10702   layout:
10703     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10704     layout: "plot-service-density"
10705
10706 - type: "plot"
10707   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10708   algorithm: "plot_nf_heatmap"
10709   output-file-type: ".html"
10710   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10711   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10712   filter: "'NIC_Intel-XXV710' and
10713            'NF_DENSITY' and
10714            'VHOST' and
10715            'VXLAN' and
10716            'CHAIN' and
10717            'IMIX' and
10718            '8T4C' and
10719            'NDRPDR'"
10720   parameters:
10721   - "throughput"
10722   - "name"
10723   - "tags"
10724   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10725   x-axis: "X = VNFs per Service Chain"
10726   y-axis: "Y = Number of Service Chains"
10727   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10728   layout:
10729     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10730     layout: "plot-service-density"
10731
10732 # Plots - NF Density - VSC - PDR IMIX
10733 - type: "plot"
10734   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10735   algorithm: "plot_nf_heatmap"
10736   output-file-type: ".html"
10737   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10738   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10739   filter: "'NIC_Intel-XXV710' and
10740            'NF_DENSITY' and
10741            'VHOST' and
10742            'VXLAN' and
10743            'CHAIN' and
10744            'IMIX' and
10745            '2T1C' and
10746            'NDRPDR'"
10747   parameters:
10748   - "throughput"
10749   - "name"
10750   - "tags"
10751   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10752   x-axis: "X = VNFs per Service Chain"
10753   y-axis: "Y = Number of Service Chains"
10754   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10755   layout:
10756     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10757     layout: "plot-service-density"
10758
10759 - type: "plot"
10760   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10761   algorithm: "plot_nf_heatmap"
10762   output-file-type: ".html"
10763   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10764   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10765   filter: "'NIC_Intel-XXV710' and
10766            'NF_DENSITY' and
10767            'VHOST' and
10768            'VXLAN' and
10769            'CHAIN' and
10770            'IMIX' and
10771            '4T2C' and
10772            'NDRPDR'"
10773   parameters:
10774   - "throughput"
10775   - "name"
10776   - "tags"
10777   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10778   x-axis: "X = VNFs per Service Chain"
10779   y-axis: "Y = Number of Service Chains"
10780   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10781   layout:
10782     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10783     layout: "plot-service-density"
10784
10785 - type: "plot"
10786   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10787   algorithm: "plot_nf_heatmap"
10788   output-file-type: ".html"
10789   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10790   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10791   filter: "'NIC_Intel-XXV710' and
10792            'NF_DENSITY' and
10793            'VHOST' and
10794            'VXLAN' and
10795            'CHAIN' and
10796            'IMIX' and
10797            '8T4C' and
10798            'NDRPDR'"
10799   parameters:
10800   - "throughput"
10801   - "name"
10802   - "tags"
10803   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10804   x-axis: "X = VNFs per Service Chain"
10805   y-axis: "Y = Number of Service Chains"
10806   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10807   layout:
10808     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10809     layout: "plot-service-density"
10810
10811 # Plots - NF Density - CSC - MRR IMIX
10812 - type: "plot"
10813   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10814   algorithm: "plot_nf_heatmap"
10815   output-file-type: ".html"
10816   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10817   data: "plot-vpp-nfv-2n-clx-mrr"
10818   filter: "'NIC_Intel-XXV710' and
10819            'NF_DENSITY' and
10820            'DOCKER' and
10821            'CHAIN' and
10822            'NF_VPPIP4' and
10823            'IMIX' and
10824            '2T1C' and
10825            'MRR'"
10826   parameters:
10827   - "result"
10828   - "name"
10829   - "tags"
10830   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10831   x-axis: "X = CNFs per Service Chain"
10832   y-axis: "Y = Number of Service Chains"
10833   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10834   layout:
10835     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10836     layout: "plot-service-density"
10837
10838 - type: "plot"
10839   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10840   algorithm: "plot_nf_heatmap"
10841   output-file-type: ".html"
10842   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10843   data: "plot-vpp-nfv-2n-clx-mrr"
10844   filter: "'NIC_Intel-XXV710' and
10845            'NF_DENSITY' and
10846            'DOCKER' and
10847            'CHAIN' and
10848            'NF_VPPIP4' and
10849            'IMIX' and
10850            '4T2C' and
10851            'MRR'"
10852   parameters:
10853   - "result"
10854   - "name"
10855   - "tags"
10856   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10857   x-axis: "X = CNFs per Service Chain"
10858   y-axis: "Y = Number of Service Chains"
10859   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10860   layout:
10861     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10862     layout: "plot-service-density"
10863
10864 - type: "plot"
10865   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10866   algorithm: "plot_nf_heatmap"
10867   output-file-type: ".html"
10868   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10869   data: "plot-vpp-nfv-2n-clx-mrr"
10870   filter: "'NIC_Intel-XXV710' and
10871            'NF_DENSITY' and
10872            'DOCKER' and
10873            'CHAIN' and
10874            'NF_VPPIP4' and
10875            'IMIX' and
10876            '8T4C' and
10877            'MRR'"
10878   parameters:
10879   - "result"
10880   - "name"
10881   - "tags"
10882   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10883   x-axis: "X = CNFs per Service Chain"
10884   y-axis: "Y = Number of Service Chains"
10885   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10886   layout:
10887     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10888     layout: "plot-service-density"
10889
10890 # Plots - NF Density - CSC - NDR IMIX
10891 - type: "plot"
10892   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10893   algorithm: "plot_nf_heatmap"
10894   output-file-type: ".html"
10895   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10896   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10897   filter: "'NIC_Intel-XXV710' and
10898            'NF_DENSITY' and
10899            'DOCKER' and
10900            'CHAIN' and
10901            'NF_VPPIP4' and
10902            'IMIX' and
10903            '2T1C' and
10904            'NDRPDR'"
10905   parameters:
10906   - "throughput"
10907   - "name"
10908   - "tags"
10909   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10910   x-axis: "X = CNFs per Service Chain"
10911   y-axis: "Y = Number of Service Chains"
10912   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10913   layout:
10914     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10915     layout: "plot-service-density"
10916
10917 - type: "plot"
10918   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10919   algorithm: "plot_nf_heatmap"
10920   output-file-type: ".html"
10921   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10922   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10923   filter: "'NIC_Intel-XXV710' and
10924            'NF_DENSITY' and
10925            'DOCKER' and
10926            'CHAIN' and
10927            'NF_VPPIP4' and
10928            'IMIX' and
10929            '4T2C' and
10930            'NDRPDR'"
10931   parameters:
10932   - "throughput"
10933   - "name"
10934   - "tags"
10935   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10936   x-axis: "X = CNFs per Service Chain"
10937   y-axis: "Y = Number of Service Chains"
10938   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10939   layout:
10940     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10941     layout: "plot-service-density"
10942
10943 - type: "plot"
10944   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10945   algorithm: "plot_nf_heatmap"
10946   output-file-type: ".html"
10947   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10948   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10949   filter: "'NIC_Intel-XXV710' and
10950            'NF_DENSITY' and
10951            'DOCKER' and
10952            'CHAIN' and
10953            'NF_VPPIP4' and
10954            'IMIX' and
10955            '8T4C' and
10956            'NDRPDR'"
10957   parameters:
10958   - "throughput"
10959   - "name"
10960   - "tags"
10961   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10962   x-axis: "X = CNFs per Service Chain"
10963   y-axis: "Y = Number of Service Chains"
10964   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10965   layout:
10966     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10967     layout: "plot-service-density"
10968
10969 # Plots - NF Density - CSC - PDR IMIX
10970 - type: "plot"
10971   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10972   algorithm: "plot_nf_heatmap"
10973   output-file-type: ".html"
10974   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10975   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10976   filter: "'NIC_Intel-XXV710' and
10977            'NF_DENSITY' and
10978            'DOCKER' and
10979            'CHAIN' and
10980            'NF_VPPIP4' and
10981            'IMIX' and
10982            '2T1C' and
10983            'NDRPDR'"
10984   parameters:
10985   - "throughput"
10986   - "name"
10987   - "tags"
10988   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10989   x-axis: "X = CNFs per Service Chain"
10990   y-axis: "Y = Number of Service Chains"
10991   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10992   layout:
10993     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10994     layout: "plot-service-density"
10995
10996 - type: "plot"
10997   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10998   algorithm: "plot_nf_heatmap"
10999   output-file-type: ".html"
11000   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11001   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11002   filter: "'NIC_Intel-XXV710' and
11003            'NF_DENSITY' and
11004            'DOCKER' and
11005            'CHAIN' and
11006            'NF_VPPIP4' and
11007            'IMIX' and
11008            '4T2C' and
11009            'NDRPDR'"
11010   parameters:
11011   - "throughput"
11012   - "name"
11013   - "tags"
11014   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11015   x-axis: "X = CNFs per Service Chain"
11016   y-axis: "Y = Number of Service Chains"
11017   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11018   layout:
11019     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11020     layout: "plot-service-density"
11021
11022 - type: "plot"
11023   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11024   algorithm: "plot_nf_heatmap"
11025   output-file-type: ".html"
11026   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11027   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11028   filter: "'NIC_Intel-XXV710' and
11029            'NF_DENSITY' and
11030            'DOCKER' and
11031            'CHAIN' and
11032            'NF_VPPIP4' and
11033            'IMIX' and
11034            '8T4C' and
11035            'NDRPDR'"
11036   parameters:
11037   - "throughput"
11038   - "name"
11039   - "tags"
11040   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11041   x-axis: "X = CNFs per Service Chain"
11042   y-axis: "Y = Number of Service Chains"
11043   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11044   layout:
11045     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11046     layout: "plot-service-density"
11047
11048 # Plots - NF Density - CSP - MRR IMIX
11049 - type: "plot"
11050   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11051   algorithm: "plot_nf_heatmap"
11052   output-file-type: ".html"
11053   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11054   data: "plot-vpp-nfv-2n-clx-mrr"
11055   filter: "'NIC_Intel-XXV710' and
11056            'NF_DENSITY' and
11057            'DOCKER' and
11058            'PIPELINE' and
11059            'NF_VPPIP4' and
11060            'IMIX' and
11061            '2T1C' and
11062            'MRR'"
11063   parameters:
11064   - "result"
11065   - "name"
11066   - "tags"
11067   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11068   x-axis: "X = CNFs per Service Pipeline"
11069   y-axis: "Y = Number of Service Pipelines"
11070   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11071   layout:
11072     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11073     layout: "plot-service-density"
11074
11075 - type: "plot"
11076   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11077   algorithm: "plot_nf_heatmap"
11078   output-file-type: ".html"
11079   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11080   data: "plot-vpp-nfv-2n-clx-mrr"
11081   filter: "'NIC_Intel-XXV710' and
11082            'NF_DENSITY' and
11083            'DOCKER' and
11084            'PIPELINE' and
11085            'NF_VPPIP4' and
11086            'IMIX' and
11087            '4T2C' and
11088            'MRR'"
11089   parameters:
11090   - "result"
11091   - "name"
11092   - "tags"
11093   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11094   x-axis: "X = CNFs per Service Pipeline"
11095   y-axis: "Y = Number of Service Pipelines"
11096   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11097   layout:
11098     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11099     layout: "plot-service-density"
11100
11101 - type: "plot"
11102   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11103   algorithm: "plot_nf_heatmap"
11104   output-file-type: ".html"
11105   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11106   data: "plot-vpp-nfv-2n-clx-mrr"
11107   filter: "'NIC_Intel-XXV710' and
11108            'NF_DENSITY' and
11109            'DOCKER' and
11110            'PIPELINE' and
11111            'NF_VPPIP4' and
11112            'IMIX' and
11113            '8T4C' and
11114            'MRR'"
11115   parameters:
11116   - "result"
11117   - "name"
11118   - "tags"
11119   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11120   x-axis: "X = CNFs per Service Pipeline"
11121   y-axis: "Y = Number of Service Pipelines"
11122   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11123   layout:
11124     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11125     layout: "plot-service-density"
11126
11127 # Plots - NF Density - CSP - NDR IMIX
11128 - type: "plot"
11129   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11130   algorithm: "plot_nf_heatmap"
11131   output-file-type: ".html"
11132   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11133   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11134   filter: "'NIC_Intel-XXV710' and
11135            'NF_DENSITY' and
11136            'DOCKER' and
11137            'PIPELINE' and
11138            'NF_VPPIP4' and
11139            'IMIX' and
11140            '2T1C' and
11141            'NDRPDR'"
11142   parameters:
11143   - "throughput"
11144   - "name"
11145   - "tags"
11146   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11147   x-axis: "X = CNFs per Service Pipeline"
11148   y-axis: "Y = Number of Service Pipelines"
11149   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11150   layout:
11151     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11152     layout: "plot-service-density"
11153
11154 - type: "plot"
11155   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11156   algorithm: "plot_nf_heatmap"
11157   output-file-type: ".html"
11158   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11159   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11160   filter: "'NIC_Intel-XXV710' and
11161            'NF_DENSITY' and
11162            'DOCKER' and
11163            'PIPELINE' and
11164            'NF_VPPIP4' and
11165            'IMIX' and
11166            '4T2C' and
11167            'NDRPDR'"
11168   parameters:
11169   - "throughput"
11170   - "name"
11171   - "tags"
11172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11173   x-axis: "X = CNFs per Service Pipeline"
11174   y-axis: "Y = Number of Service Pipelines"
11175   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11176   layout:
11177     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11178     layout: "plot-service-density"
11179
11180 - type: "plot"
11181   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11182   algorithm: "plot_nf_heatmap"
11183   output-file-type: ".html"
11184   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11185   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11186   filter: "'NIC_Intel-XXV710' and
11187            'NF_DENSITY' and
11188            'DOCKER' and
11189            'PIPELINE' and
11190            'NF_VPPIP4' and
11191            'IMIX' and
11192            '8T4C' and
11193            'NDRPDR'"
11194   parameters:
11195   - "throughput"
11196   - "name"
11197   - "tags"
11198   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11199   x-axis: "X = CNFs per Service Pipeline"
11200   y-axis: "Y = Number of Service Pipelines"
11201   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11202   layout:
11203     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11204     layout: "plot-service-density"
11205
11206 # Plots - NF Density - CSP - PDR IMIX
11207 - type: "plot"
11208   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11209   algorithm: "plot_nf_heatmap"
11210   output-file-type: ".html"
11211   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11212   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11213   filter: "'NIC_Intel-XXV710' and
11214            'NF_DENSITY' and
11215            'DOCKER' and
11216            'PIPELINE' and
11217            'NF_VPPIP4' and
11218            'IMIX' and
11219            '2T1C' and
11220            'NDRPDR'"
11221   parameters:
11222   - "throughput"
11223   - "name"
11224   - "tags"
11225   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11226   x-axis: "X = CNFs per Service Pipeline"
11227   y-axis: "Y = Number of Service Pipelines"
11228   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11229   layout:
11230     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11231     layout: "plot-service-density"
11232
11233 - type: "plot"
11234   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11235   algorithm: "plot_nf_heatmap"
11236   output-file-type: ".html"
11237   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11238   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11239   filter: "'NIC_Intel-XXV710' and
11240            'NF_DENSITY' and
11241            'DOCKER' and
11242            'PIPELINE' and
11243            'NF_VPPIP4' and
11244            'IMIX' and
11245            '4T2C' and
11246            'NDRPDR'"
11247   parameters:
11248   - "throughput"
11249   - "name"
11250   - "tags"
11251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11252   x-axis: "X = CNFs per Service Pipeline"
11253   y-axis: "Y = Number of Service Pipelines"
11254   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11255   layout:
11256     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11257     layout: "plot-service-density"
11258
11259 - type: "plot"
11260   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11261   algorithm: "plot_nf_heatmap"
11262   output-file-type: ".html"
11263   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11264   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11265   filter: "'NIC_Intel-XXV710' and
11266            'NF_DENSITY' and
11267            'DOCKER' and
11268            'PIPELINE' and
11269            'NF_VPPIP4' and
11270            'IMIX' and
11271            '8T4C' and
11272            'NDRPDR'"
11273   parameters:
11274   - "throughput"
11275   - "name"
11276   - "tags"
11277   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11278   x-axis: "X = CNFs per Service Pipeline"
11279   y-axis: "Y = Number of Service Pipelines"
11280   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11281   layout:
11282     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11283     layout: "plot-service-density"
11284
11285 ################################################################################
11286
11287 # Packet Throughput
11288
11289 - type: "plot"
11290   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11291   algorithm: "plot_perf_box_name"
11292   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11293   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11294   include:
11295     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11296     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11297     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11298     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11299   layout:
11300     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11301     layout: "plot-throughput"
11302
11303 - type: "plot"
11304   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11305   algorithm: "plot_perf_box_name"
11306   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11307   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11308   include:
11309     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11310     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11311     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11312     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11313   layout:
11314     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11315     layout: "plot-throughput"
11316
11317 - type: "plot"
11318   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11319   algorithm: "plot_perf_box_name"
11320   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11322   include:
11323     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11324     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11325     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11326     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11327   layout:
11328     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11329     layout: "plot-throughput"
11330
11331 - type: "plot"
11332   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11333   algorithm: "plot_perf_box_name"
11334   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11335   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11336   include:
11337     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11338     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11339     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11340     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11341   layout:
11342     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11343     layout: "plot-throughput"
11344
11345 - type: "plot"
11346   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11347   algorithm: "plot_perf_box_name"
11348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11350   include:
11351     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11352     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11353     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11354     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11355     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11356   layout:
11357     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11358     layout: "plot-throughput"
11359
11360 - type: "plot"
11361   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11362   algorithm: "plot_perf_box_name"
11363   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11365   include:
11366     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11367     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11368     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11369     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11370     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11371   layout:
11372     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11373     layout: "plot-throughput"
11374
11375 - type: "plot"
11376   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11377   algorithm: "plot_perf_box_name"
11378   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11380   include:
11381     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11382     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11383     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11384     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11385     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11386   layout:
11387     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11388     layout: "plot-throughput"
11389
11390 - type: "plot"
11391   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11392   algorithm: "plot_perf_box_name"
11393   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11395   include:
11396     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11397     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11398     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11399     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11400     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11401   layout:
11402     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11403     layout: "plot-throughput"
11404
11405 - type: "plot"
11406   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11407   algorithm: "plot_perf_box_name"
11408   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11409   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11410   include:
11411     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11412     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11413     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11414     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11415     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11416   layout:
11417     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11418     layout: "plot-throughput"
11419
11420 - type: "plot"
11421   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11422   algorithm: "plot_perf_box_name"
11423   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11424   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11425   include:
11426     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11427     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11428     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11429     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11430     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11431   layout:
11432     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11433     layout: "plot-throughput"
11434
11435 - type: "plot"
11436   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11437   algorithm: "plot_perf_box_name"
11438   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11439   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11440   include:
11441     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11442     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11443     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11444     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11447   layout:
11448     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11449     layout: "plot-throughput"
11450
11451 - type: "plot"
11452   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11453   algorithm: "plot_perf_box_name"
11454   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11456   include:
11457     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11463   layout:
11464     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11465     layout: "plot-throughput"
11466
11467 - type: "plot"
11468   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11469   algorithm: "plot_perf_box_name"
11470   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11472   include:
11473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11478   layout:
11479     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11480     layout: "plot-throughput"
11481
11482 - type: "plot"
11483   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11484   algorithm: "plot_perf_box_name"
11485   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11487   include:
11488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11493   layout:
11494     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11495     layout: "plot-throughput"
11496
11497 - type: "plot"
11498   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11499   algorithm: "plot_perf_box_name"
11500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11502   include:
11503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11506   layout:
11507     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11508     layout: "plot-throughput"
11509
11510 - type: "plot"
11511   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11512   algorithm: "plot_perf_box_name"
11513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11515   include:
11516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11519   layout:
11520     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11521     layout: "plot-throughput"
11522
11523 - type: "plot"
11524   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11525   algorithm: "plot_perf_box_name"
11526   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11527   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11528   include:
11529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11534   layout:
11535     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11536     layout: "plot-throughput"
11537
11538 - type: "plot"
11539   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11540   algorithm: "plot_perf_box_name"
11541   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11543   include:
11544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11549   layout:
11550     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11551     layout: "plot-throughput"
11552
11553 - type: "plot"
11554   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11555   algorithm: "plot_perf_box_name"
11556   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11558   include:
11559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11562   layout:
11563     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11564     layout: "plot-throughput"
11565
11566 - type: "plot"
11567   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11568   algorithm: "plot_perf_box_name"
11569   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11570   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11571   include:
11572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11575   layout:
11576     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11577     layout: "plot-throughput"
11578
11579 - type: "plot"
11580   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11581   algorithm: "plot_perf_box_name"
11582   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11584   include:
11585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11591   layout:
11592     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11593     layout: "plot-throughput"
11594
11595 - type: "plot"
11596   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11597   algorithm: "plot_perf_box_name"
11598   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11599   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11600   include:
11601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11607   layout:
11608     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11609     layout: "plot-throughput"
11610
11611 - type: "plot"
11612   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11613   algorithm: "plot_perf_box_name"
11614   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11616   include:
11617     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11618     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11619     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11620     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11621     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11622   layout:
11623     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11624     layout: "plot-throughput"
11625
11626 - type: "plot"
11627   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11628   algorithm: "plot_perf_box_name"
11629   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11630   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11631   include:
11632     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11633     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11634     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11635     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11636     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11637   layout:
11638     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11639     layout: "plot-throughput"
11640
11641 #- type: "plot"
11642 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11643 #  algorithm: "plot_perf_box_name"
11644 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11645 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11646 #  include:
11647 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11648 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11649 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11650 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11651 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11652 #  layout:
11653 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11654 #    layout: "plot-throughput"
11655 #
11656 #- type: "plot"
11657 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11658 #  algorithm: "plot_perf_box_name"
11659 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11660 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11661 #  include:
11662 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11663 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11664 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11665 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11666 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11667 #  layout:
11668 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11669 #    layout: "plot-throughput"
11670 #
11671 #- type: "plot"
11672 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11673 #  algorithm: "plot_perf_box_name"
11674 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11675 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11676 #  include:
11677 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11678 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11679 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11680 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11681 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11682 #  layout:
11683 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11684 #    layout: "plot-throughput"
11685 #
11686 #- type: "plot"
11687 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11688 #  algorithm: "plot_perf_box_name"
11689 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11690 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11691 #  include:
11692 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11693 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11694 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11695 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11696 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11697 #  layout:
11698 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11699 #    layout: "plot-throughput"
11700
11701 - type: "plot"
11702   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11703   algorithm: "plot_perf_box_name"
11704   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11705   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11706   include:
11707     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11708     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11709     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11710     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11711     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11712   layout:
11713     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11714     layout: "plot-throughput"
11715
11716 - type: "plot"
11717   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11718   algorithm: "plot_perf_box_name"
11719   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11720   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11721   include:
11722     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11723     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11724     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11725     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11726     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11727   layout:
11728     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11729     layout: "plot-throughput"
11730
11731 #- type: "plot"
11732 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11733 #  algorithm: "plot_perf_box_name"
11734 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11735 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11736 #  include:
11737 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11738 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11739 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11740 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11741 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11742 #  layout:
11743 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11744 #    layout: "plot-throughput"
11745 #
11746 #- type: "plot"
11747 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11748 #  algorithm: "plot_perf_box_name"
11749 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11750 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11751 #  include:
11752 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11753 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11754 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11755 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11756 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11757 #  layout:
11758 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11759 #    layout: "plot-throughput"
11760 #
11761 #- type: "plot"
11762 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11763 #  algorithm: "plot_perf_box_name"
11764 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11765 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11766 #  include:
11767 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11768 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11769 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11770 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11771 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11772 #  layout:
11773 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11774 #    layout: "plot-throughput"
11775 #
11776 #- type: "plot"
11777 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11778 #  algorithm: "plot_perf_box_name"
11779 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11780 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11781 #  include:
11782 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11783 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11784 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11785 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11786 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11787 #  layout:
11788 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11789 #    layout: "plot-throughput"
11790
11791 - type: "plot"
11792   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11793   algorithm: "plot_perf_box_name"
11794   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11795   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11796   include:
11797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11803   layout:
11804     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11805     layout: "plot-throughput"
11806
11807 - type: "plot"
11808   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11809   algorithm: "plot_perf_box_name"
11810   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11812   include:
11813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11819   layout:
11820     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11821     layout: "plot-throughput"
11822
11823 - type: "plot"
11824   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11825   algorithm: "plot_perf_box_name"
11826   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11828   include:
11829     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11830     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11831     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11832   layout:
11833     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11834     layout: "plot-throughput"
11835
11836 - type: "plot"
11837   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11838   algorithm: "plot_perf_box_name"
11839   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11841   include:
11842     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11845   layout:
11846     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11847     layout: "plot-throughput"
11848
11849 - type: "plot"
11850   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11851   algorithm: "plot_perf_box_name"
11852   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11854   include:
11855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11857 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11858 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11859 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11860   layout:
11861     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11862     layout: "plot-throughput"
11863
11864 - type: "plot"
11865   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11866   algorithm: "plot_perf_box_name"
11867   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11869   include:
11870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11872 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11873 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11874 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11875   layout:
11876     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11877     layout: "plot-throughput"
11878
11879 - type: "plot"
11880   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11881   algorithm: "plot_perf_box_name"
11882   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11884   include:
11885     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11890   layout:
11891     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11892     layout: "plot-throughput"
11893
11894 - type: "plot"
11895   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11896   algorithm: "plot_perf_box_name"
11897   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11899   include:
11900     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11905   layout:
11906     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11907     layout: "plot-throughput"
11908
11909 - type: "plot"
11910   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11911   algorithm: "plot_perf_box_name"
11912   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11913   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11914   include:
11915     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11920   layout:
11921     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11922     layout: "plot-throughput"
11923
11924 - type: "plot"
11925   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11926   algorithm: "plot_perf_box_name"
11927   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11929   include:
11930     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11935   layout:
11936     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11937     layout: "plot-throughput"
11938
11939 - type: "plot"
11940   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11941   algorithm: "plot_perf_box_name"
11942   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11944   include:
11945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11949   layout:
11950     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11951     layout: "plot-throughput"
11952
11953 - type: "plot"
11954   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11955   algorithm: "plot_perf_box_name"
11956   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11958   include:
11959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11963   layout:
11964     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11965     layout: "plot-throughput"
11966
11967 - type: "plot"
11968   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11969   algorithm: "plot_perf_box_name"
11970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11972   include:
11973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11978   layout:
11979     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11980     layout: "plot-throughput"
11981
11982 - type: "plot"
11983   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11984   algorithm: "plot_perf_box_name"
11985   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11987   include:
11988     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11990     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11993   layout:
11994     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11995     layout: "plot-throughput"
11996
11997 - type: "plot"
11998   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11999   algorithm: "plot_perf_box_name"
12000   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12001   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12002   include:
12003     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12008   layout:
12009     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12010     layout: "plot-throughput"
12011
12012 - type: "plot"
12013   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12014   algorithm: "plot_perf_box_name"
12015   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12016   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12017   include:
12018     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12023   layout:
12024     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12025     layout: "plot-throughput"
12026
12027 - type: "plot"
12028   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12029   algorithm: "plot_perf_box_name"
12030   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12031   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12032   include:
12033     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12037   layout:
12038     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12039     layout: "plot-throughput"
12040
12041 - type: "plot"
12042   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12043   algorithm: "plot_perf_box_name"
12044   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12045   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12046   include:
12047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12048     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12051   layout:
12052     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12053     layout: "plot-throughput"
12054
12055 - type: "plot"
12056   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12057   algorithm: "plot_perf_box_name"
12058   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12059   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12060   include:
12061     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12062     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12063     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12064     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12066   layout:
12067     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12068     layout: "plot-throughput"
12069
12070 - type: "plot"
12071   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12072   algorithm: "plot_perf_box_name"
12073   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12074   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12075   include:
12076     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12077     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12078     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12079     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12081   layout:
12082     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12083     layout: "plot-throughput"
12084
12085 - type: "plot"
12086   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12087   algorithm: "plot_perf_box_name"
12088   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12089   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12090   include:
12091     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12092     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12093     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12097   layout:
12098     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12099     layout: "plot-throughput"
12100
12101 - type: "plot"
12102   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12103   algorithm: "plot_perf_box_name"
12104   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12105   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12106   include:
12107     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12113   layout:
12114     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12115     layout: "plot-throughput"
12116
12117 - type: "plot"
12118   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12119   algorithm: "plot_perf_box_name"
12120   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12121   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12122   include:
12123     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12128   layout:
12129     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12130     layout: "plot-throughput"
12131
12132 - type: "plot"
12133   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12134   algorithm: "plot_perf_box_name"
12135   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12136   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12137   include:
12138     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12143   layout:
12144     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12145     layout: "plot-throughput"
12146
12147 - type: "plot"
12148   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12149   algorithm: "plot_perf_box_name"
12150   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12151   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12152   include:
12153     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12158   layout:
12159     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12160     layout: "plot-throughput"
12161
12162 - type: "plot"
12163   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12164   algorithm: "plot_perf_box_name"
12165   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12166   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12167   include:
12168     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12173   layout:
12174     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12175     layout: "plot-throughput"
12176
12177 - type: "plot"
12178   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12179   algorithm: "plot_perf_box_name"
12180   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12181   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12182   include:
12183     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12185   layout:
12186     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12187     layout: "plot-throughput"
12188
12189 - type: "plot"
12190   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12191   algorithm: "plot_perf_box_name"
12192   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12194   include:
12195     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12196     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12197   layout:
12198     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12199     layout: "plot-throughput"
12200
12201 - type: "plot"
12202   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12203   algorithm: "plot_perf_box_name"
12204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12206   include:
12207     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12211   layout:
12212     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12213     layout: "plot-throughput"
12214
12215 - type: "plot"
12216   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12217   algorithm: "plot_perf_box_name"
12218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12220   include:
12221     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12225   layout:
12226     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12227     layout: "plot-throughput"
12228
12229 - type: "plot"
12230   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12231   algorithm: "plot_perf_box_name"
12232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12234   include:
12235     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12239   layout:
12240     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12241     layout: "plot-throughput"
12242
12243 - type: "plot"
12244   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12245   algorithm: "plot_perf_box_name"
12246   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12247   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12248   include:
12249     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12253   layout:
12254     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12255     layout: "plot-throughput"
12256
12257 - type: "plot"
12258   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12259   algorithm: "plot_perf_box_name"
12260   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12261   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12262   include:
12263     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12267   layout:
12268     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12269     layout: "plot-throughput"
12270
12271 - type: "plot"
12272   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12273   algorithm: "plot_perf_box_name"
12274   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12275   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12276   include:
12277     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12281   layout:
12282     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12283     layout: "plot-throughput"
12284
12285 - type: "plot"
12286   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12287   algorithm: "plot_perf_box_name"
12288   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12289   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12290   include:
12291     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12295   layout:
12296     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12297     layout: "plot-throughput"
12298
12299 - type: "plot"
12300   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12301   algorithm: "plot_perf_box_name"
12302   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12303   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12304   include:
12305     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12309   layout:
12310     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12311     layout: "plot-throughput"
12312
12313 - type: "plot"
12314   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12315   algorithm: "plot_perf_box_name"
12316   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12318   include:
12319     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12320     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12325   layout:
12326     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12327     layout: "plot-throughput"
12328
12329 - type: "plot"
12330   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12331   algorithm: "plot_perf_box_name"
12332   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12333   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12334   include:
12335     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12336     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12337     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12341   layout:
12342     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12343     layout: "plot-throughput"
12344
12345 - type: "plot"
12346   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12347   algorithm: "plot_perf_box_name"
12348   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12349   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12350   include:
12351     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12352     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12356   layout:
12357     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12358     layout: "plot-throughput"
12359
12360 - type: "plot"
12361   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12362   algorithm: "plot_perf_box_name"
12363   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12364   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12365   include:
12366     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12367     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12368     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12371   layout:
12372     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12373     layout: "plot-throughput"
12374
12375 - type: "plot"
12376   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12377   algorithm: "plot_perf_box_name"
12378   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12380   include:
12381     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12382     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12383     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12386   layout:
12387     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12388     layout: "plot-throughput"
12389
12390 - type: "plot"
12391   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12392   algorithm: "plot_perf_box_name"
12393   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12395   include:
12396     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12397     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12398     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12401   layout:
12402     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12403     layout: "plot-throughput"
12404
12405 - type: "plot"
12406   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12407   algorithm: "plot_perf_box_name"
12408   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12409   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12410   include:
12411     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12412     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12413     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12414   layout:
12415     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12416     layout: "plot-throughput"
12417
12418 - type: "plot"
12419   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12420   algorithm: "plot_perf_box_name"
12421   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12422   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12423   include:
12424     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12425     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12426     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12427   layout:
12428     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12429     layout: "plot-throughput"
12430
12431 - type: "plot"
12432   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12433   algorithm: "plot_perf_box_name"
12434   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12436   include:
12437     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12438     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12439     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12440   layout:
12441     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12442     layout: "plot-throughput"
12443
12444 - type: "plot"
12445   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12446   algorithm: "plot_perf_box_name"
12447   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12449   include:
12450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12451     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12452     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12453   layout:
12454     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12455     layout: "plot-throughput"
12456
12457 - type: "plot"
12458   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12459   algorithm: "plot_perf_box_name"
12460   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12462   include:
12463     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12464     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12465     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12466     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12467     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12468   layout:
12469     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12470     layout: "plot-throughput"
12471
12472 - type: "plot"
12473   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12474   algorithm: "plot_perf_box_name"
12475   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12476   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12477   include:
12478     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12480     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12481     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12482     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12483   layout:
12484     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12485     layout: "plot-throughput"
12486
12487 - type: "plot"
12488   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12489   algorithm: "plot_perf_box_name"
12490   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12492   include:
12493     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12494     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12495     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12496     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12497     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12498   layout:
12499     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12500     layout: "plot-throughput"
12501
12502 - type: "plot"
12503   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12504   algorithm: "plot_perf_box_name"
12505   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12506   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12507   include:
12508     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12509     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12510     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12511     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12512     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12513   layout:
12514     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12515     layout: "plot-throughput"
12516
12517 - type: "plot"
12518   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12519   algorithm: "plot_perf_box_name"
12520   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12521   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12522   include:
12523     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12524     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12525     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12526     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12527     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12528   layout:
12529     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12530     layout: "plot-throughput"
12531
12532 - type: "plot"
12533   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12534   algorithm: "plot_perf_box_name"
12535   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12536   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12537   include:
12538     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12539     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12540     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12541     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12542     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12543   layout:
12544     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12545     layout: "plot-throughput"
12546
12547 - type: "plot"
12548   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12549   algorithm: "plot_perf_box_name"
12550   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12551   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12552   include:
12553     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12554     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12555     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12556     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12557     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12558   layout:
12559     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12560     layout: "plot-throughput"
12561
12562 - type: "plot"
12563   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12564   algorithm: "plot_perf_box_name"
12565   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12566   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12567   include:
12568     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12569     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12570     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12571     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12572     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12573   layout:
12574     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12575     layout: "plot-throughput"
12576
12577 - type: "plot"
12578   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12579   algorithm: "plot_perf_box_name"
12580   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12581   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12582   include:
12583     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12584     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12585     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12588   layout:
12589     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12590     layout: "plot-throughput"
12591
12592 - type: "plot"
12593   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12594   algorithm: "plot_perf_box_name"
12595   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12596   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12597   include:
12598     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12599     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12600     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12603   layout:
12604     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12605     layout: "plot-throughput"
12606
12607 - type: "plot"
12608   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12609   algorithm: "plot_perf_box_name"
12610   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12611   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12612   include:
12613     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12614     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12615     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12616     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12617     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12618     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12619   layout:
12620     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12621     layout: "plot-throughput"
12622
12623 - type: "plot"
12624   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12625   algorithm: "plot_perf_box_name"
12626   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12627   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12628   include:
12629     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12630     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12631     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12632     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12633     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12634     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12635   layout:
12636     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12637     layout: "plot-throughput"
12638
12639 - type: "plot"
12640   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12641   algorithm: "plot_perf_box_name"
12642   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12643   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12644   include:
12645     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12646     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12647     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12648     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12649   layout:
12650     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12651     layout: "plot-throughput"
12652
12653 - type: "plot"
12654   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12655   algorithm: "plot_perf_box_name"
12656   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12657   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12658   include:
12659     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12660     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12661     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12662     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12663   layout:
12664     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12665     layout: "plot-throughput"
12666
12667 - type: "plot"
12668   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12669   algorithm: "plot_perf_box_name"
12670   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12671   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12672   include:
12673     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12674     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12675     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12676     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12677     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12678     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12679   layout:
12680     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12681     layout: "plot-throughput"
12682
12683 - type: "plot"
12684   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12685   algorithm: "plot_perf_box_name"
12686   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12688   include:
12689     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12690     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12691     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12692     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12693     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12694     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12695   layout:
12696     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12697     layout: "plot-throughput"
12698
12699 - type: "plot"
12700   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12701   algorithm: "plot_perf_box_name"
12702   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12704   include:
12705     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12706     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12707     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12708     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12709     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12710     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12711   layout:
12712     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12713     layout: "plot-throughput"
12714
12715 - type: "plot"
12716   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12717   algorithm: "plot_perf_box_name"
12718   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12720   include:
12721     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12722     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12723     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12724     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12725     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12726     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12727   layout:
12728     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12729     layout: "plot-throughput"
12730
12731 - type: "plot"
12732   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12733   algorithm: "plot_perf_box_name"
12734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12736   include:
12737     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12738     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12739     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12740     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12741     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12742     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12743   layout:
12744     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12745     layout: "plot-throughput"
12746
12747 - type: "plot"
12748   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12749   algorithm: "plot_perf_box_name"
12750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12752   include:
12753     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12754     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12755     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12756     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12757     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12758     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12759   layout:
12760     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12761     layout: "plot-throughput"
12762
12763 - type: "plot"
12764   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12765   algorithm: "plot_perf_box_name"
12766   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12767   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12768   include:
12769     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12770     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12771     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12772     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12773     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12774     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12775   layout:
12776     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12777     layout: "plot-throughput"
12778
12779 - type: "plot"
12780   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12781   algorithm: "plot_perf_box_name"
12782   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12783   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12784   include:
12785     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12786     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12787     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12788     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12789     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12790     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12791   layout:
12792     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12793     layout: "plot-throughput"
12794
12795 - type: "plot"
12796   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12797   algorithm: "plot_perf_box_name"
12798   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12799   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12800   include:
12801     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12802     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12803     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12804     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12805     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12806     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12807   layout:
12808     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12809     layout: "plot-throughput"
12810
12811 - type: "plot"
12812   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12813   algorithm: "plot_perf_box_name"
12814   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12815   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12816   include:
12817     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12818     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12819     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12820     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12821     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12822     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12823   layout:
12824     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12825     layout: "plot-throughput"
12826
12827 - type: "plot"
12828   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12829   algorithm: "plot_perf_box_name"
12830   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12831   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12832   include:
12833     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12834     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12835     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12836     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12838     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12839   layout:
12840     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12841     layout: "plot-throughput"
12842
12843 - type: "plot"
12844   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12845   algorithm: "plot_perf_box_name"
12846   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12847   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12848   include:
12849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12851     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12852     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12853     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12854     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12855   layout:
12856     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12857     layout: "plot-throughput"
12858
12859 - type: "plot"
12860   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12861   algorithm: "plot_perf_box_name"
12862   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12863   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12864   include:
12865     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12866     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12867     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12868     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12871   layout:
12872     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12873     layout: "plot-throughput"
12874
12875 - type: "plot"
12876   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12877   algorithm: "plot_perf_box_name"
12878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12880   include:
12881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12887   layout:
12888     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12889     layout: "plot-throughput"
12890
12891 - type: "plot"
12892   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12893   algorithm: "plot_perf_box_name"
12894   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12896   include:
12897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12903   layout:
12904     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12905     layout: "plot-throughput"
12906
12907 - type: "plot"
12908   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12909   algorithm: "plot_perf_box_name"
12910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12911   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12912   include:
12913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12916     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12918     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12919   layout:
12920     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12921     layout: "plot-throughput"
12922
12923 - type: "plot"
12924   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12925   algorithm: "plot_perf_box_name"
12926   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12928   include:
12929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12932     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12933   layout:
12934     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12935     layout: "plot-throughput"
12936
12937 - type: "plot"
12938   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12939   algorithm: "plot_perf_box_name"
12940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12942   include:
12943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12947   layout:
12948     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12949     layout: "plot-throughput"
12950
12951 - type: "plot"
12952   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12953   algorithm: "plot_perf_box_name"
12954   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12955   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12956   include:
12957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12961   layout:
12962     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12963     layout: "plot-throughput"
12964
12965 - type: "plot"
12966   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12967   algorithm: "plot_perf_box_name"
12968   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12970   include:
12971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12975   layout:
12976     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12977     layout: "plot-throughput"
12978
12979 - type: "plot"
12980   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12981   algorithm: "plot_perf_box_name"
12982   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12983   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12984   include:
12985     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12986     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12987     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12988     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12989     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12990     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12991   layout:
12992     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12993     layout: "plot-throughput"
12994
12995 - type: "plot"
12996   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12997   algorithm: "plot_perf_box_name"
12998   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12999   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13000   include:
13001     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13002     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13003     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13004     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13005     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13006     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13007   layout:
13008     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13009     layout: "plot-throughput"
13010
13011 - type: "plot"
13012   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13013   algorithm: "plot_perf_box_name"
13014   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13015   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13016   include:
13017     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13018     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13019     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13020     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13022   layout:
13023     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13024     layout: "plot-throughput"
13025
13026 - type: "plot"
13027   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13028   algorithm: "plot_perf_box_name"
13029   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13031   include:
13032     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13033     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13034     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13035     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13036     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13037   layout:
13038     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13039     layout: "plot-throughput"
13040
13041 - type: "plot"
13042   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13043   algorithm: "plot_perf_box_name"
13044   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13046   include:
13047     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13048     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13049     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13050     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13052   layout:
13053     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13054     layout: "plot-throughput"
13055
13056 - type: "plot"
13057   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13058   algorithm: "plot_perf_box_name"
13059   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13061   include:
13062     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13063     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13064     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13067   layout:
13068     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13069     layout: "plot-throughput"
13070
13071 - type: "plot"
13072   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13073   algorithm: "plot_perf_box_name"
13074   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13076   include:
13077     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13078     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13079     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13081   layout:
13082     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13083     layout: "plot-throughput"
13084
13085 - type: "plot"
13086   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13087   algorithm: "plot_perf_box_name"
13088   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13089   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13090   include:
13091     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13092     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13093     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13094     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13095   layout:
13096     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13097     layout: "plot-throughput"
13098
13099 - type: "plot"
13100   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13101   algorithm: "plot_perf_box_name"
13102   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13104   include:
13105     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13106     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13107     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13109     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13110     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13111   layout:
13112     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13113     layout: "plot-throughput"
13114
13115 - type: "plot"
13116   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13117   algorithm: "plot_perf_box_name"
13118   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13120   include:
13121     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13122     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13123     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13124     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13125     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13127   layout:
13128     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13129     layout: "plot-throughput"
13130
13131 - type: "plot"
13132   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13133   algorithm: "plot_perf_box_name"
13134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13136   include:
13137     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13138     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13139     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13143   layout:
13144     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13145     layout: "plot-throughput"
13146
13147 - type: "plot"
13148   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13149   algorithm: "plot_perf_box_name"
13150   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13152   include:
13153     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13154     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13159   layout:
13160     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13161     layout: "plot-throughput"
13162
13163 - type: "plot"
13164   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13165   algorithm: "plot_perf_box_name"
13166   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13168   include:
13169     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13175   layout:
13176     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13177     layout: "plot-throughput"
13178
13179 - type: "plot"
13180   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13181   algorithm: "plot_perf_box_name"
13182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13184   include:
13185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13191   layout:
13192     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13193     layout: "plot-throughput"
13194
13195 - type: "plot"
13196   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13197   algorithm: "plot_perf_box_name"
13198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13200   include:
13201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13207   layout:
13208     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13209     layout: "plot-throughput"
13210
13211 - type: "plot"
13212   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13213   algorithm: "plot_perf_box_name"
13214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13216   include:
13217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13223   layout:
13224     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13225     layout: "plot-throughput"
13226
13227 - type: "plot"
13228   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13229   algorithm: "plot_perf_box_name"
13230   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13231   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13232   include:
13233     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13237   layout:
13238     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13239     layout: "plot-throughput"
13240
13241 - type: "plot"
13242   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13243   algorithm: "plot_perf_box_name"
13244   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13245   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13246   include:
13247     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13248     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13249     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13250     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13251   layout:
13252     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13253     layout: "plot-throughput"
13254
13255 - type: "plot"
13256   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13257   algorithm: "plot_perf_box_name"
13258   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13259   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13260   include:
13261     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13263     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13264     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13265     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13266     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13267   layout:
13268     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13269     layout: "plot-throughput"
13270
13271 - type: "plot"
13272   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13273   algorithm: "plot_perf_box_name"
13274   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13275   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13276   include:
13277     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13278     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13279     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13280     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13281     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13282     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13283   layout:
13284     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13285     layout: "plot-throughput"
13286
13287 - type: "plot"
13288   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13289   algorithm: "plot_perf_box_name"
13290   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13291   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13292   include:
13293     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13294     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13295     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13296     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13297     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13298     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13299   layout:
13300     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13301     layout: "plot-throughput"
13302
13303 - type: "plot"
13304   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13305   algorithm: "plot_perf_box_name"
13306   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13307   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13308   include:
13309     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13310     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13315   layout:
13316     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13317     layout: "plot-throughput"
13318
13319 - type: "plot"
13320   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13321   algorithm: "plot_perf_box_name"
13322   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13323   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13324   include:
13325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13329   layout:
13330     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13331     layout: "plot-throughput"
13332
13333 - type: "plot"
13334   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13335   algorithm: "plot_perf_box_name"
13336   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13337   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13338   include:
13339     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13340     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13343   layout:
13344     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13345     layout: "plot-throughput"
13346
13347 - type: "plot"
13348   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13349   algorithm: "plot_perf_box_name"
13350   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13351   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13352   include:
13353     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13354     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13359   layout:
13360     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13361     layout: "plot-throughput"
13362
13363 - type: "plot"
13364   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13365   algorithm: "plot_perf_box_name"
13366   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13367   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13368   include:
13369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13370     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13375   layout:
13376     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13377     layout: "plot-throughput"
13378
13379 - type: "plot"
13380   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13381   algorithm: "plot_perf_box_name"
13382   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13383   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13384   include:
13385     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13386     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13387     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13389   layout:
13390     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13391     layout: "plot-throughput"
13392
13393 - type: "plot"
13394   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13395   algorithm: "plot_perf_box_name"
13396   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13397   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13398   include:
13399     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13400     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13401     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13403   layout:
13404     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13405     layout: "plot-throughput"
13406
13407 - type: "plot"
13408   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13409   algorithm: "plot_perf_box_name"
13410   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13411   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13412   include:
13413     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13414     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13415     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13416     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13417     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13419   layout:
13420     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13421     layout: "plot-throughput"
13422
13423 - type: "plot"
13424   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13425   algorithm: "plot_perf_box_name"
13426   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13427   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13428   include:
13429     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13430     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13431     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13432     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13435   layout:
13436     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13437     layout: "plot-throughput"
13438
13439 - type: "plot"
13440   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13441   algorithm: "plot_perf_box_name"
13442   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13443   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13444   include:
13445     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13446     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13447     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13451   layout:
13452     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13453     layout: "plot-throughput"
13454
13455 - type: "plot"
13456   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13457   algorithm: "plot_perf_box_name"
13458   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13459   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13460   include:
13461     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13467   layout:
13468     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13469     layout: "plot-throughput"
13470
13471 - type: "plot"
13472   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13473   algorithm: "plot_perf_box_name"
13474   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13475   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13476   include:
13477     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13478     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13479     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13480     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13481     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13482     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13483   layout:
13484     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13485     layout: "plot-throughput"
13486
13487 - type: "plot"
13488   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13489   algorithm: "plot_perf_box_name"
13490   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13491   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13492   include:
13493     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13494     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13495     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13496     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13497     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13498     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13499   layout:
13500     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13501     layout: "plot-throughput"
13502
13503 - type: "plot"
13504   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13505   algorithm: "plot_perf_box_name"
13506   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13508   include:
13509     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13510     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13511     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13512 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13513 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13514 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13515   layout:
13516     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13517     layout: "plot-throughput"
13518
13519 - type: "plot"
13520   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13521   algorithm: "plot_perf_box_name"
13522   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13524   include:
13525     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13526     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13527     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13528 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13529 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13530 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13531   layout:
13532     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13533     layout: "plot-throughput"
13534
13535 - type: "plot"
13536   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13537   algorithm: "plot_perf_box_name"
13538   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13540   include:
13541     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13542     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13543     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13544     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13545     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13546     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13547   layout:
13548     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13549     layout: "plot-throughput"
13550
13551 - type: "plot"
13552   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13553   algorithm: "plot_perf_box_name"
13554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13556   include:
13557     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13558     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13559     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13560     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13561     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13562     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13563   layout:
13564     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13565     layout: "plot-throughput"
13566
13567 - type: "plot"
13568   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13569   algorithm: "plot_perf_box_name"
13570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13572   include:
13573     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13574     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13575     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13576     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13577     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13578     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13579   layout:
13580     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13581     layout: "plot-throughput"
13582
13583 - type: "plot"
13584   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13585   algorithm: "plot_perf_box_name"
13586   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13587   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13588   include:
13589     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13590     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13591     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13592     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13593     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13594     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13595   layout:
13596     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13597     layout: "plot-throughput"
13598
13599 #- type: "plot"
13600 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13601 #  algorithm: "plot_perf_box_name"
13602 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13603 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13604 #  include:
13605 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13606 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13607 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13608 #  layout:
13609 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13610 #    layout: "plot-throughput"
13611 #
13612 #- type: "plot"
13613 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13614 #  algorithm: "plot_perf_box_name"
13615 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13616 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13617 #  include:
13618 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13619 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13620 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13621 #  layout:
13622 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13623 #    layout: "plot-throughput"
13624
13625 - type: "plot"
13626   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13627   algorithm: "plot_perf_box_name"
13628   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13630   include:
13631     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13632     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13633     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13634     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13635     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13636   layout:
13637     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13638     layout: "plot-throughput"
13639
13640 - type: "plot"
13641   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13642   algorithm: "plot_perf_box_name"
13643   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13645   include:
13646     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13647     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13648     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13649     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13650     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13651   layout:
13652     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13653     layout: "plot-throughput"
13654
13655 - type: "plot"
13656   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13657   algorithm: "plot_perf_box_name"
13658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13660   include:
13661     - "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"
13662     - "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"
13663     - "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"
13664     - "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"
13665     - "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"
13666   layout:
13667     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13668     layout: "plot-throughput"
13669
13670 - type: "plot"
13671   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13672   algorithm: "plot_perf_box_name"
13673   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13674   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13675   include:
13676     - "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"
13677     - "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"
13678     - "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"
13679     - "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"
13680     - "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"
13681   layout:
13682     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13683     layout: "plot-throughput"
13684
13685 - type: "plot"
13686   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13687   algorithm: "plot_perf_box_name"
13688   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13689   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13690   include:
13691     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13692     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13693     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13694     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13695     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13696   layout:
13697     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13698     layout: "plot-throughput"
13699
13700 - type: "plot"
13701   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13702   algorithm: "plot_perf_box_name"
13703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13705   include:
13706     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13707     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13708     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13709     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13710     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13711   layout:
13712     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13713     layout: "plot-throughput"
13714
13715 - type: "plot"
13716   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13717   algorithm: "plot_perf_box_name"
13718   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13720   include:
13721     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13722     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13724     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13725     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13726   layout:
13727     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13728     layout: "plot-throughput"
13729
13730 - type: "plot"
13731   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13732   algorithm: "plot_perf_box_name"
13733   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13734   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13735   include:
13736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13741   layout:
13742     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13743     layout: "plot-throughput"
13744
13745 - type: "plot"
13746   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13747   algorithm: "plot_perf_box_name"
13748   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13749   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13750   include:
13751     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13752     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13753     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13754     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13755     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13756   layout:
13757     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13758     layout: "plot-throughput"
13759
13760 - type: "plot"
13761   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13762   algorithm: "plot_perf_box_name"
13763   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13764   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13765   include:
13766     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13767     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13768     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13769     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13770     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13771   layout:
13772     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13773     layout: "plot-throughput"
13774
13775 - type: "plot"
13776   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13777   algorithm: "plot_perf_box_name"
13778   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13779   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13780   include:
13781     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13782     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13783     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13784     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13785     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13786   layout:
13787     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13788     layout: "plot-throughput"
13789
13790 - type: "plot"
13791   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13792   algorithm: "plot_perf_box_name"
13793   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13794   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13795   include:
13796     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13797     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13798     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13799     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13800     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13801   layout:
13802     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13803     layout: "plot-throughput"
13804
13805 - type: "plot"
13806   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13807   algorithm: "plot_perf_box_name"
13808   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13810   include:
13811     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13812     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13813     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13814     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13815   layout:
13816     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13817     layout: "plot-throughput"
13818
13819 - type: "plot"
13820   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13821   algorithm: "plot_perf_box_name"
13822   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13824   include:
13825     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13826     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13827     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13828     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13829   layout:
13830     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13831     layout: "plot-throughput"
13832
13833 - type: "plot"
13834   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13835   algorithm: "plot_perf_box_name"
13836   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13838   include:
13839     - "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"
13840     - "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"
13841     - "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"
13842     - "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"
13843   layout:
13844     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13845     layout: "plot-throughput"
13846
13847 - type: "plot"
13848   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13849   algorithm: "plot_perf_box_name"
13850   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13852   include:
13853     - "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"
13854     - "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"
13855     - "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"
13856     - "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"
13857   layout:
13858     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13859     layout: "plot-throughput"
13860
13861 - type: "plot"
13862   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13863   algorithm: "plot_perf_box_name"
13864   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13866   include:
13867     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13868     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13869     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13870     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13871     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13872     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13873   layout:
13874     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13875     layout: "plot-throughput"
13876
13877 - type: "plot"
13878   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13879   algorithm: "plot_perf_box_name"
13880   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13882   include:
13883     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13884     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13885     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13886     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13887     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13888     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13889   layout:
13890     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13891     layout: "plot-throughput"
13892
13893 - type: "plot"
13894   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13895   algorithm: "plot_perf_box_name"
13896   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13898   include:
13899     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13900     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13901     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13902     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13903     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13904     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13905   layout:
13906     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13907     layout: "plot-throughput"
13908
13909 - type: "plot"
13910   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13911   algorithm: "plot_perf_box_name"
13912   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13913   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13914   include:
13915     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13916     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13917     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13918     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13919     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13920     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13921   layout:
13922     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13923     layout: "plot-throughput"
13924
13925 - type: "plot"
13926   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13927   algorithm: "plot_perf_box_name"
13928   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13930   include:
13931     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13932     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13933     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13934     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13935     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13937   layout:
13938     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13939     layout: "plot-throughput"
13940
13941 - type: "plot"
13942   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13943   algorithm: "plot_perf_box_name"
13944   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13945   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13946   include:
13947     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13948     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13949     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13953   layout:
13954     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13955     layout: "plot-throughput"
13956
13957 - type: "plot"
13958   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13959   algorithm: "plot_perf_box_name"
13960   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13961   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13962   include:
13963     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13964     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13965     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13968   layout:
13969     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13970     layout: "plot-throughput"
13971
13972 - type: "plot"
13973   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13974   algorithm: "plot_perf_box_name"
13975   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13977   include:
13978     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13979     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13980     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13983   layout:
13984     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13985     layout: "plot-throughput"
13986
13987 - type: "plot"
13988   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13989   algorithm: "plot_perf_box_name"
13990   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13992   include:
13993     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13994     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13995   layout:
13996     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13997     layout: "plot-throughput"
13998
13999 - type: "plot"
14000   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14001   algorithm: "plot_perf_box_name"
14002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14004   include:
14005     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14006     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14007   layout:
14008     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14009     layout: "plot-throughput"
14010
14011 - type: "plot"
14012   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14013   algorithm: "plot_perf_box_name"
14014   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14015   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14016   include:
14017     - "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"
14018     - "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"
14019   layout:
14020     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14021     layout: "plot-throughput"
14022
14023 - type: "plot"
14024   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14025   algorithm: "plot_perf_box_name"
14026   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14028   include:
14029     - "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"
14030     - "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"
14031   layout:
14032     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14033     layout: "plot-throughput"
14034
14035 - type: "plot"
14036   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14037   algorithm: "plot_perf_box_name"
14038   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14039   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14040   include:
14041     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14042     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14043   layout:
14044     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14045     layout: "plot-throughput"
14046
14047 - type: "plot"
14048   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14049   algorithm: "plot_perf_box_name"
14050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14052   include:
14053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14055   layout:
14056     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14057     layout: "plot-throughput"
14058
14059 - type: "plot"
14060   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14061   algorithm: "plot_perf_box_name"
14062   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14063   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14064   include:
14065     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14066     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14067   layout:
14068     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14069     layout: "plot-throughput"
14070
14071 - type: "plot"
14072   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14073   algorithm: "plot_perf_box_name"
14074   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14076   include:
14077     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14078     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14079   layout:
14080     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14081     layout: "plot-throughput"
14082
14083 - type: "plot"
14084   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14085   algorithm: "plot_perf_box_name"
14086   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14087   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14088   include:
14089     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14090     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14091     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14092     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14093     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14094     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14095   layout:
14096     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14097     layout: "plot-throughput"
14098
14099 - type: "plot"
14100   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14101   algorithm: "plot_perf_box_name"
14102   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14103   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14104   include:
14105     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14106     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14107     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14108     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14109     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14110     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14111   layout:
14112     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14113     layout: "plot-throughput"
14114
14115 - type: "plot"
14116   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14117   algorithm: "plot_perf_box_name"
14118   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14119   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14120   include:
14121     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14123     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14124     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14125     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14126     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14127   layout:
14128     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14129     layout: "plot-throughput"
14130
14131 - type: "plot"
14132   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14133   algorithm: "plot_perf_box_name"
14134   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14135   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14136   include:
14137     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14138     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14139     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14140     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14141     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14142     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14143   layout:
14144     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14145     layout: "plot-throughput"
14146
14147 #- type: "plot"
14148 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14149 #  algorithm: "plot_perf_box_name"
14150 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14151 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14152 #  include:
14153 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14154 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14155 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14156 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14157 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14158 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14159 #  layout:
14160 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14161 #    layout: "plot-throughput"
14162 #
14163 #- type: "plot"
14164 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14165 #  algorithm: "plot_perf_box_name"
14166 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14167 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14168 #  include:
14169 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14170 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14171 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14172 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14173 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14174 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14175 #  layout:
14176 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14177 #    layout: "plot-throughput"
14178
14179 - type: "plot"
14180   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14181   algorithm: "plot_perf_box_name"
14182   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14183   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14184   include:
14185     - "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"
14186     - "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"
14187     - "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"
14188     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14189     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14190     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14191   layout:
14192     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14193     layout: "plot-throughput"
14194
14195 - type: "plot"
14196   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14197   algorithm: "plot_perf_box_name"
14198   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14200   include:
14201     - "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"
14202     - "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"
14203     - "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"
14204     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14205     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14206     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14207   layout:
14208     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14209     layout: "plot-throughput"
14210
14211 ################################################################################
14212
14213 # Packet Speedup
14214
14215 - type: "plot"
14216   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14217   algorithm: "plot_tsa_name"
14218   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14219   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14220   include:
14221     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14222     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14223     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14224     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14225   layout:
14226     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14227     layout: "plot-throughput-speedup-analysis"
14228
14229 - type: "plot"
14230   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14231   algorithm: "plot_tsa_name"
14232   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14234   include:
14235     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14236     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14237     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14238     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14239   layout:
14240     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14241     layout: "plot-throughput-speedup-analysis"
14242
14243 - type: "plot"
14244   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14245   algorithm: "plot_tsa_name"
14246   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14247   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14248   include:
14249     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14250     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14251     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14252     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14253   layout:
14254     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14255     layout: "plot-throughput-speedup-analysis"
14256
14257 - type: "plot"
14258   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14259   algorithm: "plot_tsa_name"
14260   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14261   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14262   include:
14263     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14264     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14265     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14266     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14267   layout:
14268     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14269     layout: "plot-throughput-speedup-analysis"
14270
14271 - type: "plot"
14272   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14273   algorithm: "plot_tsa_name"
14274   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14276   include:
14277     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14278     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14279     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14280     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14281     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14282   layout:
14283     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14284     layout: "plot-throughput-speedup-analysis"
14285
14286 - type: "plot"
14287   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14288   algorithm: "plot_tsa_name"
14289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14291   include:
14292     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14293     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14294     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14295     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14296     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14297   layout:
14298     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14299     layout: "plot-throughput-speedup-analysis"
14300
14301 - type: "plot"
14302   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14303   algorithm: "plot_tsa_name"
14304   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14306   include:
14307     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14308     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14309     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14310     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14311     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14312   layout:
14313     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14314     layout: "plot-throughput-speedup-analysis"
14315
14316 - type: "plot"
14317   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14318   algorithm: "plot_tsa_name"
14319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14321   include:
14322     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14323     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14324     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14325     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14326     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14327   layout:
14328     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14329     layout: "plot-throughput-speedup-analysis"
14330
14331 - type: "plot"
14332   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14333   algorithm: "plot_tsa_name"
14334   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14335   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14336   include:
14337     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14338     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14343   layout:
14344     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14345     layout: "plot-throughput-speedup-analysis"
14346
14347 - type: "plot"
14348   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14349   algorithm: "plot_tsa_name"
14350   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14351   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14352   include:
14353     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14354     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14356     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14359   layout:
14360     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14361     layout: "plot-throughput-speedup-analysis"
14362
14363 - type: "plot"
14364   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14365   algorithm: "plot_tsa_name"
14366   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14367   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14368   include:
14369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14374   layout:
14375     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14376     layout: "plot-throughput-speedup-analysis"
14377
14378 - type: "plot"
14379   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14380   algorithm: "plot_tsa_name"
14381   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14382   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14383   include:
14384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14389   layout:
14390     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14391     layout: "plot-throughput-speedup-analysis"
14392
14393 - type: "plot"
14394   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14395   algorithm: "plot_tsa_name"
14396   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14397   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14398   include:
14399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14402   layout:
14403     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14404     layout: "plot-throughput-speedup-analysis"
14405
14406 - type: "plot"
14407   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14408   algorithm: "plot_tsa_name"
14409   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14411   include:
14412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14415   layout:
14416     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14417     layout: "plot-throughput-speedup-analysis"
14418
14419 - type: "plot"
14420   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14421   algorithm: "plot_tsa_name"
14422   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14424   include:
14425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14430   layout:
14431     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14432     layout: "plot-throughput-speedup-analysis"
14433
14434 - type: "plot"
14435   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14436   algorithm: "plot_tsa_name"
14437   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14439   include:
14440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14445   layout:
14446     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14447     layout: "plot-throughput-speedup-analysis"
14448
14449 - type: "plot"
14450   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14451   algorithm: "plot_tsa_name"
14452   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14453   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14454   include:
14455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14458   layout:
14459     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14460     layout: "plot-throughput-speedup-analysis"
14461
14462 - type: "plot"
14463   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14464   algorithm: "plot_tsa_name"
14465   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14466   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14467   include:
14468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14471   layout:
14472     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14473     layout: "plot-throughput-speedup-analysis"
14474
14475 - type: "plot"
14476   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14477   algorithm: "plot_tsa_name"
14478   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14479   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14480   include:
14481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14487   layout:
14488     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14489     layout: "plot-throughput-speedup-analysis"
14490
14491 - type: "plot"
14492   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14493   algorithm: "plot_tsa_name"
14494   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14496   include:
14497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14503   layout:
14504     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14505     layout: "plot-throughput-speedup-analysis"
14506
14507 - type: "plot"
14508   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14509   algorithm: "plot_tsa_name"
14510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14512   include:
14513     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14514     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14515     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14516     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14517     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14518   layout:
14519     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14520     layout: "plot-throughput-speedup-analysis"
14521
14522 - type: "plot"
14523   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14524   algorithm: "plot_tsa_name"
14525   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14526   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14527   include:
14528     - "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"
14529     - "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"
14530     - "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"
14531     - "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"
14532     - "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"
14533   layout:
14534     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14535     layout: "plot-throughput-speedup-analysis"
14536
14537 #- type: "plot"
14538 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14539 #  algorithm: "plot_tsa_name"
14540 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14541 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14542 #  include:
14543 #    - "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"
14544 #    - "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"
14545 #    - "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"
14546 #    - "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"
14547 #    - "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"
14548 #  layout:
14549 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14550 #    layout: "plot-throughput-speedup-analysis"
14551 #
14552 #- type: "plot"
14553 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14554 #  algorithm: "plot_tsa_name"
14555 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14556 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14557 #  include:
14558 #    - "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"
14559 #    - "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"
14560 #    - "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"
14561 #    - "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"
14562 #    - "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"
14563 #  layout:
14564 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14565 #    layout: "plot-throughput-speedup-analysis"
14566 #
14567 #- type: "plot"
14568 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14569 #  algorithm: "plot_tsa_name"
14570 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14571 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14572 #  include:
14573 #    - "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"
14574 #    - "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"
14575 #    - "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"
14576 #    - "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"
14577 #    - "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"
14578 #  layout:
14579 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14580 #    layout: "plot-throughput-speedup-analysis"
14581 #
14582 #- type: "plot"
14583 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14584 #  algorithm: "plot_tsa_name"
14585 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14586 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14587 #  include:
14588 #    - "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"
14589 #    - "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"
14590 #    - "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"
14591 #    - "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"
14592 #    - "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"
14593 #  layout:
14594 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14595 #    layout: "plot-throughput-speedup-analysis"
14596
14597 - type: "plot"
14598   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14599   algorithm: "plot_tsa_name"
14600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14602   include:
14603     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14604     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14605     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14606     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14607     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14608   layout:
14609     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14610     layout: "plot-throughput-speedup-analysis"
14611
14612 - type: "plot"
14613   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14614   algorithm: "plot_tsa_name"
14615   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14617   include:
14618     - "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"
14619     - "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"
14620     - "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"
14621     - "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"
14622     - "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"
14623   layout:
14624     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14625     layout: "plot-throughput-speedup-analysis"
14626
14627 #- type: "plot"
14628 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14629 #  algorithm: "plot_tsa_name"
14630 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14631 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14632 #  include:
14633 #    - "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"
14634 #    - "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"
14635 #    - "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"
14636 #    - "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"
14637 #    - "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"
14638 #  layout:
14639 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14640 #    layout: "plot-throughput-speedup-analysis"
14641 #
14642 #- type: "plot"
14643 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14644 #  algorithm: "plot_tsa_name"
14645 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14646 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14647 #  include:
14648 #    - "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"
14649 #    - "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"
14650 #    - "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"
14651 #    - "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"
14652 #    - "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"
14653 #  layout:
14654 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14655 #    layout: "plot-throughput-speedup-analysis"
14656 #
14657 #- type: "plot"
14658 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14659 #  algorithm: "plot_tsa_name"
14660 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14661 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14662 #  include:
14663 #    - "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"
14664 #    - "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"
14665 #    - "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"
14666 #    - "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"
14667 #    - "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"
14668 #  layout:
14669 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14670 #    layout: "plot-throughput-speedup-analysis"
14671 #
14672 #- type: "plot"
14673 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14674 #  algorithm: "plot_tsa_name"
14675 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14676 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14677 #  include:
14678 #    - "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"
14679 #    - "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"
14680 #    - "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"
14681 #    - "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"
14682 #    - "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"
14683 #  layout:
14684 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14685 #    layout: "plot-throughput-speedup-analysis"
14686
14687 - type: "plot"
14688   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14689   algorithm: "plot_tsa_name"
14690   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14692   include:
14693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14699   layout:
14700     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14701     layout: "plot-throughput-speedup-analysis"
14702
14703 - type: "plot"
14704   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14705   algorithm: "plot_tsa_name"
14706   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14708   include:
14709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14715   layout:
14716     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14717     layout: "plot-throughput-speedup-analysis"
14718
14719 - type: "plot"
14720   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14721   algorithm: "plot_tsa_name"
14722   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14723   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14724   include:
14725     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14727     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14728   layout:
14729     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14730     layout: "plot-throughput-speedup-analysis"
14731
14732 - type: "plot"
14733   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14734   algorithm: "plot_tsa_name"
14735   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14736   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14737   include:
14738     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14741   layout:
14742     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14743     layout: "plot-throughput-speedup-analysis"
14744
14745 - type: "plot"
14746   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14747   algorithm: "plot_tsa_name"
14748   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14750   include:
14751     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14754 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14755 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14756   layout:
14757     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14758     layout: "plot-throughput-speedup-analysis"
14759
14760 - type: "plot"
14761   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14762   algorithm: "plot_tsa_name"
14763   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14765   include:
14766     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14769 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14770 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14771   layout:
14772     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14773     layout: "plot-throughput-speedup-analysis"
14774
14775 - type: "plot"
14776   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14777   algorithm: "plot_tsa_name"
14778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14780   include:
14781     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14786   layout:
14787     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14788     layout: "plot-throughput-speedup-analysis"
14789
14790 - type: "plot"
14791   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14792   algorithm: "plot_tsa_name"
14793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14795   include:
14796     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14798     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14800     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14801   layout:
14802     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14803     layout: "plot-throughput-speedup-analysis"
14804
14805 - type: "plot"
14806   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14807   algorithm: "plot_tsa_name"
14808   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14810   include:
14811     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14812     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14813     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14814     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14815     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14816   layout:
14817     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14818     layout: "plot-throughput-speedup-analysis"
14819
14820 - type: "plot"
14821   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14822   algorithm: "plot_tsa_name"
14823   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14825   include:
14826     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14827     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14828     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14829     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14830     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14831   layout:
14832     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14833     layout: "plot-throughput-speedup-analysis"
14834
14835 - type: "plot"
14836   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14837   algorithm: "plot_tsa_name"
14838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14840   include:
14841     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14842     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14843     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14844     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14845   layout:
14846     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14847     layout: "plot-throughput-speedup-analysis"
14848
14849 - type: "plot"
14850   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14851   algorithm: "plot_tsa_name"
14852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14854   include:
14855     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14856     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14857     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14859   layout:
14860     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14861     layout: "plot-throughput-speedup-analysis"
14862
14863 - type: "plot"
14864   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14865   algorithm: "plot_tsa_name"
14866   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14868   include:
14869     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14870     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14871     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14873     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14874   layout:
14875     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14876     layout: "plot-throughput-speedup-analysis"
14877
14878 - type: "plot"
14879   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14880   algorithm: "plot_tsa_name"
14881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14883   include:
14884     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14885     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14886     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14887     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14888     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14889   layout:
14890     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14891     layout: "plot-throughput-speedup-analysis"
14892
14893 - type: "plot"
14894   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14895   algorithm: "plot_tsa_name"
14896   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14897   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14898   include:
14899     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14900     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14901   layout:
14902     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14903     layout: "plot-throughput-speedup-analysis"
14904
14905 - type: "plot"
14906   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14907   algorithm: "plot_tsa_name"
14908   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14909   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14910   include:
14911     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14912     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14913   layout:
14914     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14915     layout: "plot-throughput-speedup-analysis"
14916
14917 - type: "plot"
14918   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14919   algorithm: "plot_tsa_name"
14920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14922   include:
14923     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14924     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14925     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14926     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14927   layout:
14928     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14929     layout: "plot-throughput-speedup-analysis"
14930
14931 - type: "plot"
14932   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14933   algorithm: "plot_tsa_name"
14934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14936   include:
14937     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14938     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14939     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14940     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14941   layout:
14942     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14943     layout: "plot-throughput-speedup-analysis"
14944
14945 - type: "plot"
14946   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14947   algorithm: "plot_tsa_name"
14948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14950   include:
14951     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14952     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14953     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14954     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14955   layout:
14956     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14957     layout: "plot-throughput-speedup-analysis"
14958
14959 - type: "plot"
14960   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14961   algorithm: "plot_tsa_name"
14962   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14964   include:
14965     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14966     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14967     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14968     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14969   layout:
14970     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14971     layout: "plot-throughput-speedup-analysis"
14972
14973 - type: "plot"
14974   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14975   algorithm: "plot_tsa_name"
14976   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14977   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14978   include:
14979     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14980     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14981     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14982     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14983     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14984     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14985   layout:
14986     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14987     layout: "plot-throughput-speedup-analysis"
14988
14989 - type: "plot"
14990   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14991   algorithm: "plot_tsa_name"
14992   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14993   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14994   include:
14995     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14996     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14997     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14998     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14999     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15000     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15001   layout:
15002     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15003     layout: "plot-throughput-speedup-analysis"
15004
15005 - type: "plot"
15006   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15007   algorithm: "plot_tsa_name"
15008   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15010   include:
15011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15014     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15016   layout:
15017     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15018     layout: "plot-throughput-speedup-analysis"
15019
15020 - type: "plot"
15021   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15022   algorithm: "plot_tsa_name"
15023   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15025   include:
15026     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15027     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15029     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15030     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15031   layout:
15032     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15033     layout: "plot-throughput-speedup-analysis"
15034
15035 - type: "plot"
15036   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15037   algorithm: "plot_tsa_name"
15038   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15039   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15040   include:
15041     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15042     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15043     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15044     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15046   layout:
15047     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15048     layout: "plot-throughput-speedup-analysis"
15049
15050 - type: "plot"
15051   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15052   algorithm: "plot_tsa_name"
15053   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15055   include:
15056     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15057     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15058     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15061   layout:
15062     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15063     layout: "plot-throughput-speedup-analysis"
15064
15065 - type: "plot"
15066   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15067   algorithm: "plot_tsa_name"
15068   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15069   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15070   include:
15071     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15072     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15074   layout:
15075     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15076     layout: "plot-throughput-speedup-analysis"
15077
15078 - type: "plot"
15079   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15080   algorithm: "plot_tsa_name"
15081   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15082   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15083   include:
15084     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15085     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15086     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15087   layout:
15088     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15089     layout: "plot-throughput-speedup-analysis"
15090
15091 - type: "plot"
15092   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15093   algorithm: "plot_tsa_name"
15094   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15095   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15096   include:
15097     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15098     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15099     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15100   layout:
15101     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15102     layout: "plot-throughput-speedup-analysis"
15103
15104 - type: "plot"
15105   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15106   algorithm: "plot_tsa_name"
15107   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15108   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15109   include:
15110     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15111     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15112     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15113   layout:
15114     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15115     layout: "plot-throughput-speedup-analysis"
15116
15117 - type: "plot"
15118   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15119   algorithm: "plot_tsa_name"
15120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15122   include:
15123     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15124     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15125     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15126     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15127     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15128   layout:
15129     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15130     layout: "plot-throughput-speedup-analysis"
15131
15132 - type: "plot"
15133   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15134   algorithm: "plot_tsa_name"
15135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15137   include:
15138     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15139     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15140     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15141     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15142     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15143   layout:
15144     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15145     layout: "plot-throughput-speedup-analysis"
15146
15147 - type: "plot"
15148   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15149   algorithm: "plot_tsa_name"
15150   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15152   include:
15153     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15154     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15155     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15156     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15157     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15158   layout:
15159     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15160     layout: "plot-throughput-speedup-analysis"
15161
15162 - type: "plot"
15163   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15164   algorithm: "plot_tsa_name"
15165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15167   include:
15168     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15169     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15170     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15171     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15173   layout:
15174     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15175     layout: "plot-throughput-speedup-analysis"
15176
15177 - type: "plot"
15178   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15179   algorithm: "plot_tsa_name"
15180   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15181   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15182   include:
15183     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15184     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15185     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15186     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15187     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15188     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15189   layout:
15190     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15191     layout: "plot-throughput-speedup-analysis"
15192
15193 - type: "plot"
15194   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15195   algorithm: "plot_tsa_name"
15196   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15197   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15198   include:
15199     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15200     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15201     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15202     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15203     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15204     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15205   layout:
15206     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15207     layout: "plot-throughput-speedup-analysis"
15208
15209 - type: "plot"
15210   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15211   algorithm: "plot_tsa_name"
15212   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15213   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15214   include:
15215     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15216     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15217     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15218     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15219   layout:
15220     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15221     layout: "plot-throughput-speedup-analysis"
15222
15223 - type: "plot"
15224   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15225   algorithm: "plot_tsa_name"
15226   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15228   include:
15229     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15230     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15231     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15232     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15233   layout:
15234     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15235     layout: "plot-throughput-speedup-analysis"
15236
15237 - type: "plot"
15238   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15239   algorithm: "plot_tsa_name"
15240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15242   include:
15243     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15244     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15245     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15246     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15247     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15248     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15249   layout:
15250     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15251     layout: "plot-throughput-speedup-analysis"
15252
15253 - type: "plot"
15254   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15255   algorithm: "plot_tsa_name"
15256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15258   include:
15259     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15260     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15261     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15262     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15263     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15264     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15265   layout:
15266     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15267     layout: "plot-throughput-speedup-analysis"
15268
15269 - type: "plot"
15270   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15271   algorithm: "plot_tsa_name"
15272   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15274   include:
15275     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15276     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15277     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15278     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15279     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15280     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15281   layout:
15282     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15283     layout: "plot-throughput-speedup-analysis"
15284
15285 - type: "plot"
15286   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15287   algorithm: "plot_tsa_name"
15288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15290   include:
15291     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15292     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15293     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15294     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15295     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15296     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15297   layout:
15298     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15299     layout: "plot-throughput-speedup-analysis"
15300
15301 - type: "plot"
15302   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15303   algorithm: "plot_tsa_name"
15304   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15305   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15306   include:
15307     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15308     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15309     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15310     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15311     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15313   layout:
15314     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15315     layout: "plot-throughput-speedup-analysis"
15316
15317 - type: "plot"
15318   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15319   algorithm: "plot_tsa_name"
15320   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15322   include:
15323     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15324     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15329   layout:
15330     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15331     layout: "plot-throughput-speedup-analysis"
15332
15333 - type: "plot"
15334   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15335   algorithm: "plot_tsa_name"
15336   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15337   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15338   include:
15339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15344     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15345   layout:
15346     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15347     layout: "plot-throughput-speedup-analysis"
15348
15349 - type: "plot"
15350   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15351   algorithm: "plot_tsa_name"
15352   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15353   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15354   include:
15355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15360     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15361   layout:
15362     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15363     layout: "plot-throughput-speedup-analysis"
15364
15365 - type: "plot"
15366   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15367   algorithm: "plot_tsa_name"
15368   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15369   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15370   include:
15371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15375     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15376     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15377   layout:
15378     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15379     layout: "plot-throughput-speedup-analysis"
15380
15381 - type: "plot"
15382   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15383   algorithm: "plot_tsa_name"
15384   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15386   include:
15387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15393   layout:
15394     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15395     layout: "plot-throughput-speedup-analysis"
15396
15397 - type: "plot"
15398   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15399   algorithm: "plot_tsa_name"
15400   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15401   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15402   include:
15403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15407   layout:
15408     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15409     layout: "plot-throughput-speedup-analysis"
15410
15411 - type: "plot"
15412   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15413   algorithm: "plot_tsa_name"
15414   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15416   include:
15417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15421   layout:
15422     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15423     layout: "plot-throughput-speedup-analysis"
15424
15425 - type: "plot"
15426   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15427   algorithm: "plot_tsa_name"
15428   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15429   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15430   include:
15431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15435   layout:
15436     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15437     layout: "plot-throughput-speedup-analysis"
15438
15439 - type: "plot"
15440   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15441   algorithm: "plot_tsa_name"
15442   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15444   include:
15445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15449   layout:
15450     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15451     layout: "plot-throughput-speedup-analysis"
15452
15453 - type: "plot"
15454   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15455   algorithm: "plot_tsa_name"
15456   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15457   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15458   include:
15459     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15460     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15461     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15462     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15463     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15464     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15465   layout:
15466     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15467     layout: "plot-throughput-speedup-analysis"
15468
15469 - type: "plot"
15470   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15471   algorithm: "plot_tsa_name"
15472   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15473   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15474   include:
15475     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15476     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15477     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15478     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15479     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15480     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15481   layout:
15482     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15483     layout: "plot-throughput-speedup-analysis"
15484
15485 - type: "plot"
15486   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15487   algorithm: "plot_tsa_name"
15488   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15490   include:
15491     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15492     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15493     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15495     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15496   layout:
15497     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15498     layout: "plot-throughput-speedup-analysis"
15499
15500 - type: "plot"
15501   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15502   algorithm: "plot_tsa_name"
15503   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15505   include:
15506     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15507     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15510     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15511   layout:
15512     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15513     layout: "plot-throughput-speedup-analysis"
15514
15515 - type: "plot"
15516   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15517   algorithm: "plot_tsa_name"
15518   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15520   include:
15521     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15526   layout:
15527     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15528     layout: "plot-throughput-speedup-analysis"
15529
15530 - type: "plot"
15531   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15532   algorithm: "plot_tsa_name"
15533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15535   include:
15536     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15541   layout:
15542     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15543     layout: "plot-throughput-speedup-analysis"
15544
15545 - type: "plot"
15546   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15547   algorithm: "plot_tsa_name"
15548   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15550   include:
15551     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15555   layout:
15556     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15557     layout: "plot-throughput-speedup-analysis"
15558
15559 - type: "plot"
15560   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15561   algorithm: "plot_tsa_name"
15562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15564   include:
15565     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15566     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15568     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15569   layout:
15570     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15571     layout: "plot-throughput-speedup-analysis"
15572
15573 - type: "plot"
15574   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15575   algorithm: "plot_tsa_name"
15576   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15578   include:
15579     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15580     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15581     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15582     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15583     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15585   layout:
15586     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15587     layout: "plot-throughput-speedup-analysis"
15588
15589 - type: "plot"
15590   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15591   algorithm: "plot_tsa_name"
15592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15594   include:
15595     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15601   layout:
15602     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15603     layout: "plot-throughput-speedup-analysis"
15604
15605 - type: "plot"
15606   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15607   algorithm: "plot_tsa_name"
15608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15610   include:
15611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15616     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15617   layout:
15618     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15619     layout: "plot-throughput-speedup-analysis"
15620
15621 - type: "plot"
15622   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15623   algorithm: "plot_tsa_name"
15624   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15626   include:
15627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15633   layout:
15634     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15635     layout: "plot-throughput-speedup-analysis"
15636
15637 - type: "plot"
15638   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15639   algorithm: "plot_tsa_name"
15640   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15642   include:
15643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15649   layout:
15650     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15651     layout: "plot-throughput-speedup-analysis"
15652
15653 - type: "plot"
15654   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15655   algorithm: "plot_tsa_name"
15656   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15658   include:
15659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15665   layout:
15666     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15667     layout: "plot-throughput-speedup-analysis"
15668
15669 - type: "plot"
15670   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15671   algorithm: "plot_tsa_name"
15672   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15673   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15674   include:
15675     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15676     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15677     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15678     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15679     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15680     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15681   layout:
15682     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15683     layout: "plot-throughput-speedup-analysis"
15684
15685 - type: "plot"
15686   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15687   algorithm: "plot_tsa_name"
15688   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15690   include:
15691     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15692     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15693     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15694     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15695     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15696     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15697   layout:
15698     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15699     layout: "plot-throughput-speedup-analysis"
15700
15701 - type: "plot"
15702   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15703   algorithm: "plot_tsa_name"
15704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15706   include:
15707     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15708     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15709     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15710     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15711     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15712     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15713   layout:
15714     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15715     layout: "plot-throughput-speedup-analysis"
15716
15717 - type: "plot"
15718   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15719   algorithm: "plot_tsa_name"
15720   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15721   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15722   include:
15723     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15724     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15725     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15726     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15727     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15728     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15729   layout:
15730     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15731     layout: "plot-throughput-speedup-analysis"
15732
15733 - type: "plot"
15734   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15735   algorithm: "plot_tsa_name"
15736   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15738   include:
15739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15744   layout:
15745     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15746     layout: "plot-throughput-speedup-analysis"
15747
15748 - type: "plot"
15749   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15750   algorithm: "plot_tsa_name"
15751   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15753   include:
15754     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15759   layout:
15760     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15761     layout: "plot-throughput-speedup-analysis"
15762
15763 - type: "plot"
15764   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15765   algorithm: "plot_tsa_name"
15766   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15767   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15768   include:
15769     - "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"
15770     - "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"
15771     - "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"
15772     - "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"
15773     - "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"
15774   layout:
15775     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15776     layout: "plot-throughput-speedup-analysis"
15777
15778 - type: "plot"
15779   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15780   algorithm: "plot_tsa_name"
15781   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15782   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15783   include:
15784     - "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"
15785     - "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"
15786     - "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"
15787     - "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"
15788     - "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"
15789   layout:
15790     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15791     layout: "plot-throughput-speedup-analysis"
15792
15793 - type: "plot"
15794   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15795   algorithm: "plot_tsa_name"
15796   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15797   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15798   include:
15799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15804   layout:
15805     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15806     layout: "plot-throughput-speedup-analysis"
15807
15808 - type: "plot"
15809   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15810   algorithm: "plot_tsa_name"
15811   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15812   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15813   include:
15814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15819   layout:
15820     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15821     layout: "plot-throughput-speedup-analysis"
15822
15823 - type: "plot"
15824   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15825   algorithm: "plot_tsa_name"
15826   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15827   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15828   include:
15829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15834   layout:
15835     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15836     layout: "plot-throughput-speedup-analysis"
15837
15838 - type: "plot"
15839   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15840   algorithm: "plot_tsa_name"
15841   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15842   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15843   include:
15844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15849   layout:
15850     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15851     layout: "plot-throughput-speedup-analysis"
15852
15853 - type: "plot"
15854   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15855   algorithm: "plot_tsa_name"
15856   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15857   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15858   include:
15859     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15860     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15861     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15862     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15863     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15864   layout:
15865     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15866     layout: "plot-throughput-speedup-analysis"
15867
15868 - type: "plot"
15869   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15870   algorithm: "plot_tsa_name"
15871   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15872   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15873   include:
15874     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15875     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15876     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15877     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15878     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15879   layout:
15880     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15881     layout: "plot-throughput-speedup-analysis"
15882
15883 - type: "plot"
15884   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15885   algorithm: "plot_tsa_name"
15886   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15888   include:
15889     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15890     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15891     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15892     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15893     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15894   layout:
15895     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15896     layout: "plot-throughput-speedup-analysis"
15897
15898 - type: "plot"
15899   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15900   algorithm: "plot_tsa_name"
15901   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15902   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15903   include:
15904     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15905     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15906     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15907     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15908     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15909   layout:
15910     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15911     layout: "plot-throughput-speedup-analysis"
15912
15913 - type: "plot"
15914   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15915   algorithm: "plot_tsa_name"
15916   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15918   include:
15919     - "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"
15920     - "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"
15921     - "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"
15922     - "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"
15923   layout:
15924     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15925     layout: "plot-throughput-speedup-analysis"
15926
15927 - type: "plot"
15928   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15929   algorithm: "plot_tsa_name"
15930   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15932   include:
15933     - "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"
15934     - "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"
15935     - "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"
15936     - "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"
15937   layout:
15938     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15939     layout: "plot-throughput-speedup-analysis"
15940
15941 - type: "plot"
15942   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15943   algorithm: "plot_tsa_name"
15944   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15945   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15946   include:
15947     - "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"
15948     - "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"
15949     - "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"
15950     - "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"
15951   layout:
15952     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15953     layout: "plot-throughput-speedup-analysis"
15954
15955 - type: "plot"
15956   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15957   algorithm: "plot_tsa_name"
15958   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15960   include:
15961     - "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"
15962     - "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"
15963     - "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"
15964     - "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"
15965   layout:
15966     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15967     layout: "plot-throughput-speedup-analysis"
15968
15969 - type: "plot"
15970   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15971   algorithm: "plot_tsa_name"
15972   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15974   include:
15975     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15976     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15977     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15978     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15979     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15980     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15981   layout:
15982     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15983     layout: "plot-throughput-speedup-analysis"
15984
15985 - type: "plot"
15986   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15987   algorithm: "plot_tsa_name"
15988   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15989   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15990   include:
15991     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15992     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15993     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15994     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15995     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15996     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15997   layout:
15998     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15999     layout: "plot-throughput-speedup-analysis"
16000
16001 - type: "plot"
16002   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16003   algorithm: "plot_tsa_name"
16004   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16006   include:
16007     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16008     - "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"
16009     - "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"
16010     - "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"
16011     - "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"
16012     - "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"
16013   layout:
16014     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16015     layout: "plot-throughput-speedup-analysis"
16016
16017 - type: "plot"
16018   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16019   algorithm: "plot_tsa_name"
16020   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16022   include:
16023     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16024     - "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"
16025     - "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"
16026     - "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"
16027     - "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"
16028     - "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"
16029   layout:
16030     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16031     layout: "plot-throughput-speedup-analysis"
16032
16033 - type: "plot"
16034   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16035   algorithm: "plot_tsa_name"
16036   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16038   include:
16039     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16040     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16041     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16042     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16043     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16044     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16045   layout:
16046     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16047     layout: "plot-throughput-speedup-analysis"
16048
16049 - type: "plot"
16050   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16051   algorithm: "plot_tsa_name"
16052   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16054   include:
16055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16060     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16061   layout:
16062     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16063     layout: "plot-throughput-speedup-analysis"
16064
16065 - type: "plot"
16066   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16067   algorithm: "plot_tsa_name"
16068   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16070   include:
16071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16076   layout:
16077     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16078     layout: "plot-throughput-speedup-analysis"
16079
16080 - type: "plot"
16081   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16082   algorithm: "plot_tsa_name"
16083   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16085   include:
16086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16091   layout:
16092     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16093     layout: "plot-throughput-speedup-analysis"
16094
16095 - type: "plot"
16096   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16097   algorithm: "plot_tsa_name"
16098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16100   include:
16101     - "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"
16102     - "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"
16103   layout:
16104     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16105     layout: "plot-throughput-speedup-analysis"
16106
16107 - type: "plot"
16108   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16109   algorithm: "plot_tsa_name"
16110   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16111   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16112   include:
16113     - "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"
16114     - "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"
16115   layout:
16116     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16117     layout: "plot-throughput-speedup-analysis"
16118
16119 - type: "plot"
16120   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16121   algorithm: "plot_tsa_name"
16122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16124   include:
16125     - "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"
16126     - "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"
16127   layout:
16128     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16129     layout: "plot-throughput-speedup-analysis"
16130
16131 - type: "plot"
16132   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16133   algorithm: "plot_tsa_name"
16134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16136   include:
16137     - "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"
16138     - "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"
16139   layout:
16140     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16141     layout: "plot-throughput-speedup-analysis"
16142
16143 - type: "plot"
16144   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16145   algorithm: "plot_tsa_name"
16146   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16147   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16148   include:
16149     - "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"
16150     - "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"
16151     - "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"
16152     - "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"
16153     - "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"
16154     - "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"
16155   layout:
16156     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16157     layout: "plot-throughput-speedup-analysis"
16158
16159 - type: "plot"
16160   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16161   algorithm: "plot_tsa_name"
16162   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16163   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16164   include:
16165     - "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"
16166     - "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"
16167     - "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"
16168     - "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"
16169     - "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"
16170     - "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"
16171   layout:
16172     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16173     layout: "plot-throughput-speedup-analysis"
16174
16175 - type: "plot"
16176   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16177   algorithm: "plot_tsa_name"
16178   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16179   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16180   include:
16181     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16182     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16183     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16184     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16185     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16186   layout:
16187     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16188     layout: "plot-throughput-speedup-analysis"
16189
16190 - type: "plot"
16191   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16192   algorithm: "plot_tsa_name"
16193   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16194   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16195   include:
16196     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16197     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16198     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16199     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16200     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16201   layout:
16202     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16203     layout: "plot-throughput-speedup-analysis"
16204
16205 - type: "plot"
16206   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16207   algorithm: "plot_tsa_name"
16208   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16209   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16210   include:
16211     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16212     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16213     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16215     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16216   layout:
16217     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16218     layout: "plot-throughput-speedup-analysis"
16219
16220 - type: "plot"
16221   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16222   algorithm: "plot_tsa_name"
16223   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16224   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16225   include:
16226     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16227     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16228     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16229     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16231   layout:
16232     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16233     layout: "plot-throughput-speedup-analysis"
16234
16235 - type: "plot"
16236   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16237   algorithm: "plot_tsa_name"
16238   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16239   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16240   include:
16241     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16242     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16243     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16245   layout:
16246     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16247     layout: "plot-throughput-speedup-analysis"
16248
16249 - type: "plot"
16250   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16251   algorithm: "plot_tsa_name"
16252   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16253   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16254   include:
16255     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16256     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16257     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16258     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16259   layout:
16260     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16261     layout: "plot-throughput-speedup-analysis"
16262
16263 - type: "plot"
16264   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16265   algorithm: "plot_tsa_name"
16266   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16267   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16268   include:
16269     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16270     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16271     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16272     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16273   layout:
16274     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16275     layout: "plot-throughput-speedup-analysis"
16276
16277 - type: "plot"
16278   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16279   algorithm: "plot_tsa_name"
16280   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16281   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16282   include:
16283     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16284     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16285     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16286     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16287   layout:
16288     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16289     layout: "plot-throughput-speedup-analysis"
16290
16291 - type: "plot"
16292   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16293   algorithm: "plot_tsa_name"
16294   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16295   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16296   include:
16297     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16298     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16299     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16300     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16301     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16302   layout:
16303     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16304     layout: "plot-throughput-speedup-analysis"
16305
16306 - type: "plot"
16307   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16308   algorithm: "plot_tsa_name"
16309   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16310   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16311   include:
16312     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16313     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16314     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16315     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16316     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16317   layout:
16318     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16319     layout: "plot-throughput-speedup-analysis"
16320
16321 - type: "plot"
16322   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16323   algorithm: "plot_tsa_name"
16324   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16325   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16326   include:
16327     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16328     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16329     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16330     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16331     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16332     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16333   layout:
16334     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16335     layout: "plot-throughput-speedup-analysis"
16336
16337 - type: "plot"
16338   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16339   algorithm: "plot_tsa_name"
16340   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16341   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16342   include:
16343     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16344     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16345     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16346     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16347     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16348     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16349   layout:
16350     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16351     layout: "plot-throughput-speedup-analysis"
16352
16353 - type: "plot"
16354   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16355   algorithm: "plot_tsa_name"
16356   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16357   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16358   include:
16359     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16360     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16361     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16362     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16363   layout:
16364     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16365     layout: "plot-throughput-speedup-analysis"
16366
16367 - type: "plot"
16368   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16369   algorithm: "plot_tsa_name"
16370   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16371   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16372   include:
16373     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16374     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16375     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16376     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16377   layout:
16378     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16379     layout: "plot-throughput-speedup-analysis"
16380
16381 - type: "plot"
16382   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16383   algorithm: "plot_tsa_name"
16384   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16385   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16386   include:
16387     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16388     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16389     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16390     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16391     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16392     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16393   layout:
16394     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16395     layout: "plot-throughput-speedup-analysis"
16396
16397 - type: "plot"
16398   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16399   algorithm: "plot_tsa_name"
16400   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16401   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16402   include:
16403     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16404     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16405     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16406     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16407     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16408     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16409   layout:
16410     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16411     layout: "plot-throughput-speedup-analysis"
16412
16413 - type: "plot"
16414   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16415   algorithm: "plot_tsa_name"
16416   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16417   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16418   include:
16419     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16420     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16421     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16422     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16423     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16424     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16425   layout:
16426     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16427     layout: "plot-throughput-speedup-analysis"
16428
16429 - type: "plot"
16430   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16431   algorithm: "plot_tsa_name"
16432   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16433   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16434   include:
16435     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16436     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16437     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16438     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16439     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16440     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16441   layout:
16442     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16443     layout: "plot-throughput-speedup-analysis"
16444
16445 - type: "plot"
16446   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16447   algorithm: "plot_tsa_name"
16448   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16449   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16450   include:
16451     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16452     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16453     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16454     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16455     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16456     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16457   layout:
16458     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16459     layout: "plot-throughput-speedup-analysis"
16460
16461 - type: "plot"
16462   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16463   algorithm: "plot_tsa_name"
16464   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16465   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16466   include:
16467     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16468     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16469     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16470     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16471     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16472     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16473   layout:
16474     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16475     layout: "plot-throughput-speedup-analysis"
16476
16477 - type: "plot"
16478   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16479   algorithm: "plot_tsa_name"
16480   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16481   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16482   include:
16483     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16484     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16485     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16486     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16487     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16488     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16489   layout:
16490     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16491     layout: "plot-throughput-speedup-analysis"
16492
16493 - type: "plot"
16494   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16495   algorithm: "plot_tsa_name"
16496   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16497   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16498   include:
16499     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16500     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16501     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16502     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16503     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16504     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16505   layout:
16506     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16507     layout: "plot-throughput-speedup-analysis"
16508
16509 - type: "plot"
16510   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16511   algorithm: "plot_tsa_name"
16512   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16513   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16514   include:
16515     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16516     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16517     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16518     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16519     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16520     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16521   layout:
16522     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16523     layout: "plot-throughput-speedup-analysis"
16524
16525 - type: "plot"
16526   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16527   algorithm: "plot_tsa_name"
16528   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16529   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16530   include:
16531     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16532     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16533     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16534     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16535     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16536     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16537   layout:
16538     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16539     layout: "plot-throughput-speedup-analysis"
16540
16541 #- type: "plot"
16542 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16543 #  algorithm: "plot_tsa_name"
16544 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16545 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16546 #  include:
16547 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16548 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16549 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16550 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16551 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16552 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16553 #  layout:
16554 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16555 #    layout: "plot-throughput-speedup-analysis"
16556 #
16557 #- type: "plot"
16558 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16559 #  algorithm: "plot_tsa_name"
16560 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16561 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16562 #  include:
16563 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16564 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16565 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16566 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16567 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16568 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16569 #  layout:
16570 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16571 #    layout: "plot-throughput-speedup-analysis"
16572
16573 - type: "plot"
16574   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16575   algorithm: "plot_tsa_name"
16576   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16577   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16578   include:
16579     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16580     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16581     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16582     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16583     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16584   layout:
16585     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16586     layout: "plot-throughput-speedup-analysis"
16587
16588 - type: "plot"
16589   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16590   algorithm: "plot_tsa_name"
16591   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16592   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16593   include:
16594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16596     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16598     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16599   layout:
16600     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16601     layout: "plot-throughput-speedup-analysis"
16602
16603 - type: "plot"
16604   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16605   algorithm: "plot_tsa_name"
16606   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16607   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16608   include:
16609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16610     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16611     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16612     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16613     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16614     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16615   layout:
16616     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16617     layout: "plot-throughput-speedup-analysis"
16618
16619 - type: "plot"
16620   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16621   algorithm: "plot_tsa_name"
16622   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16623   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16624   include:
16625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16626     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16627     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16628     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16629     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16630     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16631   layout:
16632     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16633     layout: "plot-throughput-speedup-analysis"
16634
16635 - type: "plot"
16636   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16637   algorithm: "plot_tsa_name"
16638   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16639   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16640   include:
16641     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16642     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16643     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16644     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16645     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16646   layout:
16647     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16648     layout: "plot-throughput-speedup-analysis"
16649
16650 - type: "plot"
16651   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16652   algorithm: "plot_tsa_name"
16653   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16654   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16655   include:
16656     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16657     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16658     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16659     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16660     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16661   layout:
16662     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16663     layout: "plot-throughput-speedup-analysis"
16664
16665 - type: "plot"
16666   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16667   algorithm: "plot_tsa_name"
16668   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16669   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16670   include:
16671     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16672     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16673     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16674     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16675   layout:
16676     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16677     layout: "plot-throughput-speedup-analysis"
16678
16679 - type: "plot"
16680   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16681   algorithm: "plot_tsa_name"
16682   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16683   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16684   include:
16685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16689   layout:
16690     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16691     layout: "plot-throughput-speedup-analysis"
16692
16693 - type: "plot"
16694   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16695   algorithm: "plot_tsa_name"
16696   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16697   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16698   include:
16699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16705   layout:
16706     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16707     layout: "plot-throughput-speedup-analysis"
16708
16709 - type: "plot"
16710   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16711   algorithm: "plot_tsa_name"
16712   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16713   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16714   include:
16715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16716     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16717     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16718     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16719     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16720     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16721   layout:
16722     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16723     layout: "plot-throughput-speedup-analysis"
16724
16725 - type: "plot"
16726   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16727   algorithm: "plot_tsa_name"
16728   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16729   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16730   include:
16731     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16732     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16733     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16734     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16735     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16736   layout:
16737     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16738     layout: "plot-throughput-speedup-analysis"
16739
16740 - type: "plot"
16741   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16742   algorithm: "plot_tsa_name"
16743   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16744   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16745   include:
16746     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16747     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16748     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16749     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16750     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16751   layout:
16752     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16753     layout: "plot-throughput-speedup-analysis"
16754
16755 - type: "plot"
16756   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16757   algorithm: "plot_tsa_name"
16758   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16759   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16760   include:
16761     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16762     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16763     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16764     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16765     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16766   layout:
16767     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16768     layout: "plot-throughput-speedup-analysis"
16769
16770 - type: "plot"
16771   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16772   algorithm: "plot_tsa_name"
16773   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16774   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16775   include:
16776     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16777     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16778     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16779     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16780     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16781   layout:
16782     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16783     layout: "plot-throughput-speedup-analysis"
16784
16785 - type: "plot"
16786   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16787   algorithm: "plot_tsa_name"
16788   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16789   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16790   include:
16791     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16792     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16793     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16794     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16795   layout:
16796     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16797     layout: "plot-throughput-speedup-analysis"
16798
16799 - type: "plot"
16800   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16801   algorithm: "plot_tsa_name"
16802   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16803   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16804   include:
16805     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16806     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16807     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16808     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16809   layout:
16810     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16811     layout: "plot-throughput-speedup-analysis"
16812
16813 - type: "plot"
16814   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16815   algorithm: "plot_tsa_name"
16816   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16817   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16818   include:
16819     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16820     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16821     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16822     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16823     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16824   layout:
16825     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16826     layout: "plot-throughput-speedup-analysis"
16827
16828 - type: "plot"
16829   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16830   algorithm: "plot_tsa_name"
16831   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16832   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16833   include:
16834     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16835     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16838     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16839   layout:
16840     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16841     layout: "plot-throughput-speedup-analysis"
16842
16843 - type: "plot"
16844   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16845   algorithm: "plot_tsa_name"
16846   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16847   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16848   include:
16849     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16850     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16851     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16852     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16853     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16854     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16855   layout:
16856     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16857     layout: "plot-throughput-speedup-analysis"
16858
16859 - type: "plot"
16860   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16861   algorithm: "plot_tsa_name"
16862   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16863   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16864   include:
16865     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16866     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16867     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16868     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16869     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16870     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16871   layout:
16872     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16873     layout: "plot-throughput-speedup-analysis"
16874
16875 - type: "plot"
16876   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16877   algorithm: "plot_tsa_name"
16878   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16879   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16880   include:
16881     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16882     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16883     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16884     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16885   layout:
16886     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16887     layout: "plot-throughput-speedup-analysis"
16888
16889 - type: "plot"
16890   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16891   algorithm: "plot_tsa_name"
16892   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16893   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16894   include:
16895     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16896     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16897     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16898     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16899   layout:
16900     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16901     layout: "plot-throughput-speedup-analysis"
16902
16903 - type: "plot"
16904   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16905   algorithm: "plot_tsa_name"
16906   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16907   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16908   include:
16909     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16910     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16911     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16912     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16913     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16914     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16915   layout:
16916     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16917     layout: "plot-throughput-speedup-analysis"
16918
16919 - type: "plot"
16920   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16921   algorithm: "plot_tsa_name"
16922   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16923   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16924   include:
16925     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16926     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16927     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16928     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16929     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16930     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16931   layout:
16932     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16933     layout: "plot-throughput-speedup-analysis"
16934
16935 - type: "plot"
16936   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16937   algorithm: "plot_tsa_name"
16938   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16939   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16940   include:
16941     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16942     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16943     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16944     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16945     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16946     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16947   layout:
16948     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16949     layout: "plot-throughput-speedup-analysis"
16950
16951 - type: "plot"
16952   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16953   algorithm: "plot_tsa_name"
16954   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16955   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16956   include:
16957     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16958     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16959     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16960     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16961     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16962     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16963   layout:
16964     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16965     layout: "plot-throughput-speedup-analysis"
16966
16967 #- type: "plot"
16968 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16969 #  algorithm: "plot_tsa_name"
16970 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16971 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16972 #  include:
16973 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16974 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16975 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16976 #  layout:
16977 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16978 #    layout: "plot-throughput-speedup-analysis"
16979 #
16980 #- type: "plot"
16981 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16982 #  algorithm: "plot_tsa_name"
16983 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16984 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16985 #  include:
16986 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16987 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16988 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16989 #  layout:
16990 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16991 #    layout: "plot-throughput-speedup-analysis"
16992
16993 ################################################################################
16994
16995 # Packet Throughput - DPDK
16996
16997 # 2n-skx-xxv710
16998
16999 - type: "plot"
17000   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17001   algorithm: "plot_perf_box_name"
17002   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17003   data: "plot-dpdk-throughput-latency-2n-skx"
17004   include:
17005     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17006     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17007   layout:
17008     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17009     layout: "plot-throughput"
17010
17011 - type: "plot"
17012   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17013   algorithm: "plot_perf_box_name"
17014   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17015   data: "plot-dpdk-throughput-latency-2n-skx"
17016   include:
17017     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17018     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17019   layout:
17020     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17021     layout: "plot-throughput"
17022
17023 - type: "plot"
17024   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17025   algorithm: "plot_perf_box_name"
17026   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17027   data: "plot-dpdk-throughput-latency-2n-skx"
17028   include:
17029     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17030     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17031   layout:
17032     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17033     layout: "plot-throughput"
17034
17035 - type: "plot"
17036   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17037   algorithm: "plot_perf_box_name"
17038   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17039   data: "plot-dpdk-throughput-latency-2n-skx"
17040   include:
17041     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17042     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17043   layout:
17044     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17045     layout: "plot-throughput"
17046
17047 # 2n-skx-x710
17048
17049 - type: "plot"
17050   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17051   algorithm: "plot_perf_box_name"
17052   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17053   data: "plot-dpdk-throughput-latency-2n-skx"
17054   include:
17055     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17056     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17057   layout:
17058     title: "2n-skx-x710-64b-2t1c-base-ndr"
17059     layout: "plot-throughput"
17060
17061 - type: "plot"
17062   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17063   algorithm: "plot_perf_box_name"
17064   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17065   data: "plot-dpdk-throughput-latency-2n-skx"
17066   include:
17067     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17068     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17069   layout:
17070     title: "2n-skx-x710-64b-4t2c-base-ndr"
17071     layout: "plot-throughput"
17072
17073 - type: "plot"
17074   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17075   algorithm: "plot_perf_box_name"
17076   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17077   data: "plot-dpdk-throughput-latency-2n-skx"
17078   include:
17079     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17080     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17081   layout:
17082     title: "2n-skx-x710-64b-2t1c-base-pdr"
17083     layout: "plot-throughput"
17084
17085 - type: "plot"
17086   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17087   algorithm: "plot_perf_box_name"
17088   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17089   data: "plot-dpdk-throughput-latency-2n-skx"
17090   include:
17091     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17092     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17093   layout:
17094     title: "2n-skx-x710-64b-4t2c-base-pdr"
17095     layout: "plot-throughput"
17096
17097 # 3n-skx-xxv710
17098
17099 - type: "plot"
17100   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17101   algorithm: "plot_perf_box_name"
17102   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17103   data: "plot-dpdk-throughput-latency-3n-skx"
17104   include:
17105     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17106     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17107   layout:
17108     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17109     layout: "plot-throughput"
17110
17111 - type: "plot"
17112   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17113   algorithm: "plot_perf_box_name"
17114   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17115   data: "plot-dpdk-throughput-latency-3n-skx"
17116   include:
17117     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17118     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17119   layout:
17120     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17121     layout: "plot-throughput"
17122
17123 - type: "plot"
17124   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17125   algorithm: "plot_perf_box_name"
17126   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17127   data: "plot-dpdk-throughput-latency-3n-skx"
17128   include:
17129     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17130     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17131   layout:
17132     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17133     layout: "plot-throughput"
17134
17135 - type: "plot"
17136   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17137   algorithm: "plot_perf_box_name"
17138   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17139   data: "plot-dpdk-throughput-latency-3n-skx"
17140   include:
17141     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17142     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17143   layout:
17144     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17145     layout: "plot-throughput"
17146
17147 # 3n-skx-x710
17148
17149 - type: "plot"
17150   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17151   algorithm: "plot_perf_box_name"
17152   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17153   data: "plot-dpdk-throughput-latency-3n-skx"
17154   include:
17155     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17156     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17157   layout:
17158     title: "3n-skx-x710-64b-2t1c-base-ndr"
17159     layout: "plot-throughput"
17160
17161 - type: "plot"
17162   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17163   algorithm: "plot_perf_box_name"
17164   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17165   data: "plot-dpdk-throughput-latency-3n-skx"
17166   include:
17167     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17168     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17169   layout:
17170     title: "3n-skx-x710-64b-4t2c-base-ndr"
17171     layout: "plot-throughput"
17172
17173 - type: "plot"
17174   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17175   algorithm: "plot_perf_box_name"
17176   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17177   data: "plot-dpdk-throughput-latency-3n-skx"
17178   include:
17179     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17180     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17181   layout:
17182     title: "3n-skx-x710-64b-2t1c-base-pdr"
17183     layout: "plot-throughput"
17184
17185 - type: "plot"
17186   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17187   algorithm: "plot_perf_box_name"
17188   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17189   data: "plot-dpdk-throughput-latency-3n-skx"
17190   include:
17191     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17192     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17193   layout:
17194     title: "3n-skx-x710-64b-4t2c-base-pdr"
17195     layout: "plot-throughput"
17196
17197 # 3n-hsw-xl710
17198
17199 - type: "plot"
17200   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17201   algorithm: "plot_perf_box_name"
17202   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17203   data: "plot-dpdk-throughput-latency-3n-hsw"
17204   include:
17205     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17206     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17207   layout:
17208     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17209     layout: "plot-throughput"
17210
17211 - type: "plot"
17212   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17213   algorithm: "plot_perf_box_name"
17214   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17215   data: "plot-dpdk-throughput-latency-3n-hsw"
17216   include:
17217     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17218     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17219   layout:
17220     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17221     layout: "plot-throughput"
17222
17223 - type: "plot"
17224   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17225   algorithm: "plot_perf_box_name"
17226   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17227   data: "plot-dpdk-throughput-latency-3n-hsw"
17228   include:
17229     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17230     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17231   layout:
17232     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17233     layout: "plot-throughput"
17234
17235 - type: "plot"
17236   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17237   algorithm: "plot_perf_box_name"
17238   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17239   data: "plot-dpdk-throughput-latency-3n-hsw"
17240   include:
17241     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17242     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17243   layout:
17244     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17245     layout: "plot-throughput"
17246
17247 # 3n-hsw-x710
17248
17249 - type: "plot"
17250   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17251   algorithm: "plot_perf_box_name"
17252   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17253   data: "plot-dpdk-throughput-latency-3n-hsw"
17254   include:
17255     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17256     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17257   layout:
17258     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17259     layout: "plot-throughput"
17260
17261 - type: "plot"
17262   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17263   algorithm: "plot_perf_box_name"
17264   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17265   data: "plot-dpdk-throughput-latency-3n-hsw"
17266   include:
17267     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17268     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17269   layout:
17270     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17271     layout: "plot-throughput"
17272
17273 - type: "plot"
17274   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17275   algorithm: "plot_perf_box_name"
17276   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17277   data: "plot-dpdk-throughput-latency-3n-hsw"
17278   include:
17279     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17280     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17281   layout:
17282     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17283     layout: "plot-throughput"
17284
17285 - type: "plot"
17286   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17287   algorithm: "plot_perf_box_name"
17288   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17289   data: "plot-dpdk-throughput-latency-3n-hsw"
17290   include:
17291     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17292     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17293   layout:
17294     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17295     layout: "plot-throughput"
17296
17297 ## 2n-dnv-x553
17298 #
17299 #- type: "plot"
17300 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17301 #  algorithm: "plot_perf_box_name"
17302 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17303 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17304 #  include:
17305 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17306 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17307 #  layout:
17308 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17309 #    layout: "plot-throughput"
17310 #
17311 #- type: "plot"
17312 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17313 #  algorithm: "plot_perf_box_name"
17314 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17315 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17316 #  include:
17317 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17318 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17319 #  layout:
17320 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17321 #    layout: "plot-throughput"
17322 #
17323 #- type: "plot"
17324 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17325 #  algorithm: "plot_perf_box_name"
17326 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17327 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17328 #  include:
17329 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17330 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17331 #  layout:
17332 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17333 #    layout: "plot-throughput"
17334 #
17335 #- type: "plot"
17336 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17337 #  algorithm: "plot_perf_box_name"
17338 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17339 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17340 #  include:
17341 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17342 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17343 #  layout:
17344 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17345 #    layout: "plot-throughput"
17346 #
17347 ## 3n-dnv-x553
17348 #
17349 #- type: "plot"
17350 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17351 #  algorithm: "plot_perf_box_name"
17352 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17353 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17354 #  include:
17355 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17356 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17357 #  layout:
17358 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17359 #    layout: "plot-throughput"
17360 #
17361 #- type: "plot"
17362 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17363 #  algorithm: "plot_perf_box_name"
17364 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17365 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17366 #  include:
17367 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17368 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17369 #  layout:
17370 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17371 #    layout: "plot-throughput"
17372 #
17373 #- type: "plot"
17374 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17375 #  algorithm: "plot_perf_box_name"
17376 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17377 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17378 #  include:
17379 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17380 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17381 #  layout:
17382 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17383 #    layout: "plot-throughput"
17384 #
17385 #- type: "plot"
17386 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17387 #  algorithm: "plot_perf_box_name"
17388 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17389 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17390 #  include:
17391 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17392 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17393 #  layout:
17394 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17395 #    layout: "plot-throughput"
17396
17397 # 3n-tsh-x520
17398
17399 - type: "plot"
17400   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17401   algorithm: "plot_perf_box_name"
17402   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17403   data: "plot-dpdk-throughput-latency-3n-tsh"
17404   include:
17405     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17406     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17407   layout:
17408     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17409     layout: "plot-throughput"
17410
17411 - type: "plot"
17412   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17413   algorithm: "plot_perf_box_name"
17414   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17415   data: "plot-dpdk-throughput-latency-3n-tsh"
17416   include:
17417     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17418     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17419   layout:
17420     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17421     layout: "plot-throughput"
17422
17423 - type: "plot"
17424   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17425   algorithm: "plot_perf_box_name"
17426   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17427   data: "plot-dpdk-throughput-latency-3n-tsh"
17428   include:
17429     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17430     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17431   layout:
17432     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17433     layout: "plot-throughput"
17434
17435 - type: "plot"
17436   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17437   algorithm: "plot_perf_box_name"
17438   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17439   data: "plot-dpdk-throughput-latency-3n-tsh"
17440   include:
17441     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17442     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17443   layout:
17444     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17445     layout: "plot-throughput"
17446
17447 ################################################################################
17448 ###   2n-clx                                                                 ###
17449 ################################################################################
17450
17451 # Packet Throughput
17452
17453 - type: "plot"
17454   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17455   algorithm: "plot_perf_box_name"
17456   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17457   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17458   include:
17459     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17460     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17461     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17462     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17463   layout:
17464     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17465     layout: "plot-throughput"
17466
17467 - type: "plot"
17468   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17469   algorithm: "plot_perf_box_name"
17470   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17472   include:
17473     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17474     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17475     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17476     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17477   layout:
17478     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17479     layout: "plot-throughput"
17480
17481 - type: "plot"
17482   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17483   algorithm: "plot_perf_box_name"
17484   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17486   include:
17487     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17488     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17489     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17490     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17491   layout:
17492     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17493     layout: "plot-throughput"
17494
17495 - type: "plot"
17496   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17497   algorithm: "plot_perf_box_name"
17498   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17500   include:
17501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17503     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17504     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17505   layout:
17506     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17507     layout: "plot-throughput"
17508
17509 - type: "plot"
17510   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17511   algorithm: "plot_perf_box_name"
17512   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17514   include:
17515     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17516     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17517     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17518     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17519   layout:
17520     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17521     layout: "plot-throughput"
17522
17523 - type: "plot"
17524   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17525   algorithm: "plot_perf_box_name"
17526   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17527   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17528   include:
17529     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17530     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17531     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17532     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17533   layout:
17534     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17535     layout: "plot-throughput"
17536
17537 - type: "plot"
17538   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17539   algorithm: "plot_perf_box_name"
17540   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17542   include:
17543     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17544     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17545     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17546     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17547     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17548     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17549   layout:
17550     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17551     layout: "plot-throughput"
17552
17553 - type: "plot"
17554   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17555   algorithm: "plot_perf_box_name"
17556   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17558   include:
17559     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17560     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17561     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17562     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17563     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17564     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17565   layout:
17566     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17567     layout: "plot-throughput"
17568
17569 - type: "plot"
17570   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17571   algorithm: "plot_perf_box_name"
17572   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17574   include:
17575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17579   layout:
17580     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17581     layout: "plot-throughput"
17582
17583 - type: "plot"
17584   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17585   algorithm: "plot_perf_box_name"
17586   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17588   include:
17589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17593   layout:
17594     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17595     layout: "plot-throughput"
17596
17597 - type: "plot"
17598   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17599   algorithm: "plot_perf_box_name"
17600   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17602   include:
17603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17606   layout:
17607     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17608     layout: "plot-throughput"
17609
17610 - type: "plot"
17611   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17612   algorithm: "plot_perf_box_name"
17613   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17614   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17615   include:
17616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17619   layout:
17620     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17621     layout: "plot-throughput"
17622
17623 - type: "plot"
17624   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17625   algorithm: "plot_perf_box_name"
17626   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17628   include:
17629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17634   layout:
17635     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17636     layout: "plot-throughput"
17637
17638 - type: "plot"
17639   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17640   algorithm: "plot_perf_box_name"
17641   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17642   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17643   include:
17644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17649   layout:
17650     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17651     layout: "plot-throughput"
17652
17653 - type: "plot"
17654   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17655   algorithm: "plot_perf_box_name"
17656   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17658   include:
17659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17662   layout:
17663     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17664     layout: "plot-throughput"
17665
17666 - type: "plot"
17667   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17668   algorithm: "plot_perf_box_name"
17669   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17670   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17671   include:
17672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17675   layout:
17676     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17677     layout: "plot-throughput"
17678
17679 - type: "plot"
17680   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17681   algorithm: "plot_perf_box_name"
17682   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17684   include:
17685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17691   layout:
17692     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17693     layout: "plot-throughput"
17694
17695 - type: "plot"
17696   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17697   algorithm: "plot_perf_box_name"
17698   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17700   include:
17701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17707   layout:
17708     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17709     layout: "plot-throughput"
17710
17711 - type: "plot"
17712   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17713   algorithm: "plot_perf_box_name"
17714   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17716   include:
17717     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17718     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17719     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17720     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17721     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17722   layout:
17723     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17724     layout: "plot-throughput"
17725
17726 - type: "plot"
17727   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17728   algorithm: "plot_perf_box_name"
17729   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17731   include:
17732     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17733     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17734     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17735     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17736     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17737   layout:
17738     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17739     layout: "plot-throughput"
17740
17741 #- type: "plot"
17742 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17743 #  algorithm: "plot_perf_box_name"
17744 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17745 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17746 #  include:
17747 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17748 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17749 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17750 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17751 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17752 #  layout:
17753 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17754 #    layout: "plot-throughput"
17755 #
17756 #- type: "plot"
17757 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17758 #  algorithm: "plot_perf_box_name"
17759 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17760 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17761 #  include:
17762 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17763 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17764 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17765 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17766 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17767 #  layout:
17768 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17769 #    layout: "plot-throughput"
17770 #
17771 #- type: "plot"
17772 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17773 #  algorithm: "plot_perf_box_name"
17774 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17775 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17776 #  include:
17777 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17778 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17779 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17780 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17781 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17782 #  layout:
17783 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17784 #    layout: "plot-throughput"
17785 #
17786 #- type: "plot"
17787 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17788 #  algorithm: "plot_perf_box_name"
17789 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17790 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17791 #  include:
17792 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17793 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17794 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17795 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17796 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17797 #  layout:
17798 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17799 #    layout: "plot-throughput"
17800
17801 - type: "plot"
17802   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17803   algorithm: "plot_perf_box_name"
17804   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17806   include:
17807     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17808     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17809     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17810     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17811     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17812   layout:
17813     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17814     layout: "plot-throughput"
17815
17816 - type: "plot"
17817   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17818   algorithm: "plot_perf_box_name"
17819   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17821   include:
17822     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17823     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17824     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17825     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17826     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17827   layout:
17828     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17829     layout: "plot-throughput"
17830
17831 #- type: "plot"
17832 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17833 #  algorithm: "plot_perf_box_name"
17834 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17835 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17836 #  include:
17837 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17838 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17839 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17840 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17841 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17842 #  layout:
17843 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17844 #    layout: "plot-throughput"
17845 #
17846 #- type: "plot"
17847 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17848 #  algorithm: "plot_perf_box_name"
17849 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17850 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17851 #  include:
17852 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17853 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17854 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17855 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17856 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17857 #  layout:
17858 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17859 #    layout: "plot-throughput"
17860 #
17861 #- type: "plot"
17862 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17863 #  algorithm: "plot_perf_box_name"
17864 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17865 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17866 #  include:
17867 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17868 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17869 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17870 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17871 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17872 #  layout:
17873 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17874 #    layout: "plot-throughput"
17875 #
17876 #- type: "plot"
17877 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17878 #  algorithm: "plot_perf_box_name"
17879 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17880 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17881 #  include:
17882 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17883 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17884 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17885 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17886 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17887 #  layout:
17888 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17889 #    layout: "plot-throughput"
17890
17891 - type: "plot"
17892   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17893   algorithm: "plot_perf_box_name"
17894   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17896   include:
17897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17903   layout:
17904     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17905     layout: "plot-throughput"
17906
17907 - type: "plot"
17908   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17909   algorithm: "plot_perf_box_name"
17910   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17911   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17912   include:
17913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17919   layout:
17920     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17921     layout: "plot-throughput"
17922
17923 - type: "plot"
17924   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17925   algorithm: "plot_perf_box_name"
17926   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17928   include:
17929     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17930     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17931   layout:
17932     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17933     layout: "plot-throughput"
17934
17935 - type: "plot"
17936   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17937   algorithm: "plot_perf_box_name"
17938   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17939   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17940   include:
17941     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17942     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17943   layout:
17944     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17945     layout: "plot-throughput"
17946
17947 - type: "plot"
17948   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17949   algorithm: "plot_perf_box_name"
17950   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17952   include:
17953     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17956     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17957     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17958     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17959   layout:
17960     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17961     layout: "plot-throughput"
17962
17963 - type: "plot"
17964   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17965   algorithm: "plot_perf_box_name"
17966   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17968   include:
17969     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17970     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17971     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17972     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17973     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17974     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17975   layout:
17976     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17977     layout: "plot-throughput"
17978
17979 - type: "plot"
17980   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17981   algorithm: "plot_perf_box_name"
17982   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17984   include:
17985     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17986     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17987     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17988     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17989     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17990     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17991   layout:
17992     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17993     layout: "plot-throughput"
17994
17995 - type: "plot"
17996   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17997   algorithm: "plot_perf_box_name"
17998   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18000   include:
18001     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18002     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18005     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18006     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18007   layout:
18008     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18009     layout: "plot-throughput"
18010
18011 - type: "plot"
18012   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18013   algorithm: "plot_perf_box_name"
18014   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18016   include:
18017     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18018     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18019     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18023   layout:
18024     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18025     layout: "plot-throughput"
18026
18027 - type: "plot"
18028   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18029   algorithm: "plot_perf_box_name"
18030   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18032   include:
18033     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18034     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18035     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18036     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18037     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18038     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18039   layout:
18040     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18041     layout: "plot-throughput"
18042
18043 - type: "plot"
18044   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18045   algorithm: "plot_perf_box_name"
18046   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18047   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18048   include:
18049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18053     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18054   layout:
18055     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18056     layout: "plot-throughput"
18057
18058 - type: "plot"
18059   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18060   algorithm: "plot_perf_box_name"
18061   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18062   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18063   include:
18064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18065     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18066     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18067     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18068     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18069   layout:
18070     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18071     layout: "plot-throughput"
18072
18073 - type: "plot"
18074   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18075   algorithm: "plot_perf_box_name"
18076   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18078   include:
18079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18083     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18084   layout:
18085     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18086     layout: "plot-throughput"
18087
18088 - type: "plot"
18089   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18090   algorithm: "plot_perf_box_name"
18091   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18092   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18093   include:
18094     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18095     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18099   layout:
18100     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18101     layout: "plot-throughput"
18102
18103 - type: "plot"
18104   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18105   algorithm: "plot_perf_box_name"
18106   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18108   include:
18109     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18110     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18111     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18112     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18113     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18114   layout:
18115     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18116     layout: "plot-throughput"
18117
18118 - type: "plot"
18119   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18120   algorithm: "plot_perf_box_name"
18121   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18123   include:
18124     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18125     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18126     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18127     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18128     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18129   layout:
18130     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18131     layout: "plot-throughput"
18132
18133 - type: "plot"
18134   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18135   algorithm: "plot_perf_box_name"
18136   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18138   include:
18139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18144   layout:
18145     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18146     layout: "plot-throughput"
18147
18148 - type: "plot"
18149   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18150   algorithm: "plot_perf_box_name"
18151   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18153   include:
18154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18159   layout:
18160     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18161     layout: "plot-throughput"
18162
18163 - type: "plot"
18164   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18165   algorithm: "plot_perf_box_name"
18166   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18168   include:
18169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18174   layout:
18175     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18176     layout: "plot-throughput"
18177
18178 - type: "plot"
18179   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18180   algorithm: "plot_perf_box_name"
18181   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18183   include:
18184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18186     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18187     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18188     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18189   layout:
18190     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18191     layout: "plot-throughput"
18192
18193 - type: "plot"
18194   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18195   algorithm: "plot_perf_box_name"
18196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18198   include:
18199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18205   layout:
18206     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18207     layout: "plot-throughput"
18208
18209 - type: "plot"
18210   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18211   algorithm: "plot_perf_box_name"
18212   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18214   include:
18215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18221   layout:
18222     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18223     layout: "plot-throughput"
18224
18225 - type: "plot"
18226   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18227   algorithm: "plot_perf_box_name"
18228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18230   include:
18231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18235   layout:
18236     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18237     layout: "plot-throughput"
18238
18239 - type: "plot"
18240   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18241   algorithm: "plot_perf_box_name"
18242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18244   include:
18245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18249   layout:
18250     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18251     layout: "plot-throughput"
18252
18253 - type: "plot"
18254   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18255   algorithm: "plot_perf_box_name"
18256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18258   include:
18259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18265   layout:
18266     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18267     layout: "plot-throughput"
18268
18269 - type: "plot"
18270   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18271   algorithm: "plot_perf_box_name"
18272   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18273   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18274   include:
18275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18281   layout:
18282     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18283     layout: "plot-throughput"
18284
18285 - type: "plot"
18286   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18287   algorithm: "plot_perf_box_name"
18288   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18290   include:
18291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18295   layout:
18296     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18297     layout: "plot-throughput"
18298
18299 - type: "plot"
18300   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18301   algorithm: "plot_perf_box_name"
18302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18304   include:
18305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18309   layout:
18310     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18311     layout: "plot-throughput"
18312
18313 - type: "plot"
18314   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18315   algorithm: "plot_perf_box_name"
18316   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18318   include:
18319     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18320     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18321     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18322     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18323     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18324     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18325   layout:
18326     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18327     layout: "plot-throughput"
18328
18329 - type: "plot"
18330   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18331   algorithm: "plot_perf_box_name"
18332   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18334   include:
18335     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18336     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18337     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18338     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18339     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18340     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18341   layout:
18342     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18343     layout: "plot-throughput"
18344
18345 - type: "plot"
18346   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18347   algorithm: "plot_perf_box_name"
18348   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18350   include:
18351     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18352     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18353     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18354     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18355   layout:
18356     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18357     layout: "plot-throughput"
18358
18359 - type: "plot"
18360   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18361   algorithm: "plot_perf_box_name"
18362   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18364   include:
18365     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18366     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18367     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18368     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18369   layout:
18370     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18371     layout: "plot-throughput"
18372
18373 - type: "plot"
18374   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18375   algorithm: "plot_perf_box_name"
18376   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18378   include:
18379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18384   layout:
18385     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18386     layout: "plot-throughput"
18387
18388 - type: "plot"
18389   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18390   algorithm: "plot_perf_box_name"
18391   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18393   include:
18394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18399   layout:
18400     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18401     layout: "plot-throughput"
18402
18403 - type: "plot"
18404   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18405   algorithm: "plot_perf_box_name"
18406   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18408   include:
18409     - "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"
18410     - "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"
18411     - "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"
18412     - "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"
18413     - "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"
18414   layout:
18415     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18416     layout: "plot-throughput"
18417
18418 - type: "plot"
18419   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18420   algorithm: "plot_perf_box_name"
18421   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18423   include:
18424     - "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"
18425     - "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"
18426     - "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"
18427     - "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"
18428     - "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"
18429   layout:
18430     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18431     layout: "plot-throughput"
18432
18433 - type: "plot"
18434   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18435   algorithm: "plot_perf_box_name"
18436   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18438   include:
18439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18444   layout:
18445     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18446     layout: "plot-throughput"
18447
18448 - type: "plot"
18449   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18450   algorithm: "plot_perf_box_name"
18451   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18452   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18453   include:
18454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18459   layout:
18460     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18461     layout: "plot-throughput"
18462
18463 - type: "plot"
18464   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18465   algorithm: "plot_perf_box_name"
18466   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18468   include:
18469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18474   layout:
18475     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18476     layout: "plot-throughput"
18477
18478 - type: "plot"
18479   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18480   algorithm: "plot_perf_box_name"
18481   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18482   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18483   include:
18484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18489   layout:
18490     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18491     layout: "plot-throughput"
18492
18493 - type: "plot"
18494   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18495   algorithm: "plot_perf_box_name"
18496   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18498   include:
18499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18503   layout:
18504     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18505     layout: "plot-throughput"
18506
18507 - type: "plot"
18508   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18509   algorithm: "plot_perf_box_name"
18510   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18512   include:
18513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18517   layout:
18518     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18519     layout: "plot-throughput"
18520
18521 - type: "plot"
18522   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18523   algorithm: "plot_perf_box_name"
18524   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18526   include:
18527     - "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"
18528     - "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"
18529     - "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"
18530     - "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"
18531   layout:
18532     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18533     layout: "plot-throughput"
18534
18535 - type: "plot"
18536   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18537   algorithm: "plot_perf_box_name"
18538   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18539   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18540   include:
18541     - "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"
18542     - "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"
18543     - "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"
18544     - "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"
18545   layout:
18546     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18547     layout: "plot-throughput"
18548
18549 - type: "plot"
18550   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18551   algorithm: "plot_perf_box_name"
18552   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18554   include:
18555     - "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"
18556     - "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"
18557     - "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"
18558     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18559     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18560     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18561   layout:
18562     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18563     layout: "plot-throughput"
18564
18565 - type: "plot"
18566   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18567   algorithm: "plot_perf_box_name"
18568   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18569   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18570   include:
18571     - "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"
18572     - "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"
18573     - "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"
18574     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18575     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18576     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18577   layout:
18578     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18579     layout: "plot-throughput"
18580
18581 ################################################################################
18582
18583 # Packet Speedup
18584
18585 - type: "plot"
18586   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18587   algorithm: "plot_tsa_name"
18588   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18590   include:
18591     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18592     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18593     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18594     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18595   layout:
18596     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18597     layout: "plot-throughput-speedup-analysis"
18598
18599 - type: "plot"
18600   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18601   algorithm: "plot_tsa_name"
18602   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18603   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18604   include:
18605     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18606     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18607     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18608     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18609   layout:
18610     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18611     layout: "plot-throughput-speedup-analysis"
18612
18613 - type: "plot"
18614   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18615   algorithm: "plot_tsa_name"
18616   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18618   include:
18619     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18620     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18621     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18622     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18623   layout:
18624     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18625     layout: "plot-throughput-speedup-analysis"
18626
18627 - type: "plot"
18628   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18629   algorithm: "plot_tsa_name"
18630   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18632   include:
18633     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18634     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18635     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18636     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18637   layout:
18638     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18639     layout: "plot-throughput-speedup-analysis"
18640
18641 - type: "plot"
18642   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18643   algorithm: "plot_tsa_name"
18644   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18646   include:
18647     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18648     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18649     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18650     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18651   layout:
18652     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18653     layout: "plot-throughput-speedup-analysis"
18654
18655 - type: "plot"
18656   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18657   algorithm: "plot_tsa_name"
18658   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18659   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18660   include:
18661     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18662     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18663     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18664     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18665   layout:
18666     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18667     layout: "plot-throughput-speedup-analysis"
18668
18669 - type: "plot"
18670   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18671   algorithm: "plot_tsa_name"
18672   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18674   include:
18675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18681   layout:
18682     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18683     layout: "plot-throughput-speedup-analysis"
18684
18685 - type: "plot"
18686   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18687   algorithm: "plot_tsa_name"
18688   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18690   include:
18691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18697   layout:
18698     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18699     layout: "plot-throughput-speedup-analysis"
18700
18701 - type: "plot"
18702   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18703   algorithm: "plot_tsa_name"
18704   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18706   include:
18707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18711   layout:
18712     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18713     layout: "plot-throughput-speedup-analysis"
18714
18715 - type: "plot"
18716   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18717   algorithm: "plot_tsa_name"
18718   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18720   include:
18721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18725   layout:
18726     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18727     layout: "plot-throughput-speedup-analysis"
18728
18729 - type: "plot"
18730   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18731   algorithm: "plot_tsa_name"
18732   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18734   include:
18735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18738   layout:
18739     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18740     layout: "plot-throughput-speedup-analysis"
18741
18742 - type: "plot"
18743   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18744   algorithm: "plot_tsa_name"
18745   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18747   include:
18748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18751   layout:
18752     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18753     layout: "plot-throughput-speedup-analysis"
18754
18755 - type: "plot"
18756   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18757   algorithm: "plot_tsa_name"
18758   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18759   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18760   include:
18761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18766   layout:
18767     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18768     layout: "plot-throughput-speedup-analysis"
18769
18770 - type: "plot"
18771   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18772   algorithm: "plot_tsa_name"
18773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18775   include:
18776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18781   layout:
18782     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18783     layout: "plot-throughput-speedup-analysis"
18784
18785 - type: "plot"
18786   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18787   algorithm: "plot_tsa_name"
18788   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18790   include:
18791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18794   layout:
18795     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18796     layout: "plot-throughput-speedup-analysis"
18797
18798 - type: "plot"
18799   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18800   algorithm: "plot_tsa_name"
18801   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18803   include:
18804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18807   layout:
18808     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18809     layout: "plot-throughput-speedup-analysis"
18810
18811 - type: "plot"
18812   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18813   algorithm: "plot_tsa_name"
18814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18816   include:
18817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18823   layout:
18824     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18825     layout: "plot-throughput-speedup-analysis"
18826
18827 - type: "plot"
18828   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18829   algorithm: "plot_tsa_name"
18830   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18832   include:
18833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18839   layout:
18840     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18841     layout: "plot-throughput-speedup-analysis"
18842
18843 - type: "plot"
18844   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18845   algorithm: "plot_tsa_name"
18846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18848   include:
18849     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18850     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18851     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18852     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18853     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18854   layout:
18855     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18856     layout: "plot-throughput-speedup-analysis"
18857
18858 - type: "plot"
18859   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18860   algorithm: "plot_tsa_name"
18861   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18863   include:
18864     - "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"
18865     - "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"
18866     - "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"
18867     - "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"
18868     - "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"
18869   layout:
18870     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18871     layout: "plot-throughput-speedup-analysis"
18872
18873 #- type: "plot"
18874 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18875 #  algorithm: "plot_tsa_name"
18876 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18877 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18878 #  include:
18879 #    - "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"
18880 #    - "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"
18881 #    - "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"
18882 #    - "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"
18883 #    - "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"
18884 #  layout:
18885 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18886 #    layout: "plot-throughput-speedup-analysis"
18887 #
18888 #- type: "plot"
18889 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18890 #  algorithm: "plot_tsa_name"
18891 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18892 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18893 #  include:
18894 #    - "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"
18895 #    - "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"
18896 #    - "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"
18897 #    - "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"
18898 #    - "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"
18899 #  layout:
18900 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18901 #    layout: "plot-throughput-speedup-analysis"
18902 #
18903 #- type: "plot"
18904 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18905 #  algorithm: "plot_tsa_name"
18906 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18907 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18908 #  include:
18909 #    - "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"
18910 #    - "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"
18911 #    - "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"
18912 #    - "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"
18913 #    - "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"
18914 #  layout:
18915 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18916 #    layout: "plot-throughput-speedup-analysis"
18917 #
18918 #- type: "plot"
18919 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18920 #  algorithm: "plot_tsa_name"
18921 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18922 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18923 #  include:
18924 #    - "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"
18925 #    - "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"
18926 #    - "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"
18927 #    - "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"
18928 #    - "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"
18929 #  layout:
18930 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18931 #    layout: "plot-throughput-speedup-analysis"
18932
18933 - type: "plot"
18934   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18935   algorithm: "plot_tsa_name"
18936   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18938   include:
18939     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18940     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18941     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18942     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18943     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18944   layout:
18945     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18946     layout: "plot-throughput-speedup-analysis"
18947
18948 - type: "plot"
18949   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18950   algorithm: "plot_tsa_name"
18951   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18953   include:
18954     - "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"
18955     - "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"
18956     - "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"
18957     - "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"
18958     - "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"
18959   layout:
18960     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18961     layout: "plot-throughput-speedup-analysis"
18962
18963 #- type: "plot"
18964 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18965 #  algorithm: "plot_tsa_name"
18966 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18967 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18968 #  include:
18969 #    - "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"
18970 #    - "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"
18971 #    - "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"
18972 #    - "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"
18973 #    - "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"
18974 #  layout:
18975 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18976 #    layout: "plot-throughput-speedup-analysis"
18977 #
18978 #- type: "plot"
18979 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18980 #  algorithm: "plot_tsa_name"
18981 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18982 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18983 #  include:
18984 #    - "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"
18985 #    - "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"
18986 #    - "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"
18987 #    - "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"
18988 #    - "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"
18989 #  layout:
18990 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18991 #    layout: "plot-throughput-speedup-analysis"
18992 #
18993 #- type: "plot"
18994 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18995 #  algorithm: "plot_tsa_name"
18996 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18997 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18998 #  include:
18999 #    - "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"
19000 #    - "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"
19001 #    - "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"
19002 #    - "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"
19003 #    - "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"
19004 #  layout:
19005 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19006 #    layout: "plot-throughput-speedup-analysis"
19007 #
19008 #- type: "plot"
19009 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19010 #  algorithm: "plot_tsa_name"
19011 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19012 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19013 #  include:
19014 #    - "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"
19015 #    - "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"
19016 #    - "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"
19017 #    - "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"
19018 #    - "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"
19019 #  layout:
19020 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19021 #    layout: "plot-throughput-speedup-analysis"
19022
19023 - type: "plot"
19024   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19025   algorithm: "plot_tsa_name"
19026   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19028   include:
19029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19035   layout:
19036     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19037     layout: "plot-throughput-speedup-analysis"
19038
19039 - type: "plot"
19040   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19041   algorithm: "plot_tsa_name"
19042   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19044   include:
19045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19051   layout:
19052     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19053     layout: "plot-throughput-speedup-analysis"
19054
19055 - type: "plot"
19056   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19057   algorithm: "plot_tsa_name"
19058   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19059   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19060   include:
19061     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19062     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19063   layout:
19064     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19065     layout: "plot-throughput-speedup-analysis"
19066
19067 - type: "plot"
19068   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19069   algorithm: "plot_tsa_name"
19070   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19072   include:
19073     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19074     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19075   layout:
19076     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19077     layout: "plot-throughput-speedup-analysis"
19078
19079 - type: "plot"
19080   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19081   algorithm: "plot_tsa_name"
19082   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19084   include:
19085     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19086     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19087     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19088     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19089     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19090     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19091   layout:
19092     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19093     layout: "plot-throughput-speedup-analysis"
19094
19095 - type: "plot"
19096   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19097   algorithm: "plot_tsa_name"
19098   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19100   include:
19101     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19102     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19103     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19104     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19105     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19106     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19107   layout:
19108     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19109     layout: "plot-throughput-speedup-analysis"
19110
19111 - type: "plot"
19112   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19113   algorithm: "plot_tsa_name"
19114   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19116   include:
19117     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19118     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19119     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19120     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19121     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19122     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19123   layout:
19124     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19125     layout: "plot-throughput-speedup-analysis"
19126
19127 - type: "plot"
19128   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19129   algorithm: "plot_tsa_name"
19130   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19132   include:
19133     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19134     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19135     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19136     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19137     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19138     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19139   layout:
19140     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19141     layout: "plot-throughput-speedup-analysis"
19142
19143 - type: "plot"
19144   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19145   algorithm: "plot_tsa_name"
19146   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19148   include:
19149     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19150     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19151     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19152     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19153     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19154     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19155   layout:
19156     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19157     layout: "plot-throughput-speedup-analysis"
19158
19159 - type: "plot"
19160   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19161   algorithm: "plot_tsa_name"
19162   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19164   include:
19165     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19166     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19167     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19168     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19169     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19170     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19171   layout:
19172     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19173     layout: "plot-throughput-speedup-analysis"
19174
19175 - type: "plot"
19176   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19177   algorithm: "plot_tsa_name"
19178   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19180   include:
19181     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19182     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19183     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19186   layout:
19187     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19188     layout: "plot-throughput-speedup-analysis"
19189
19190 - type: "plot"
19191   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19192   algorithm: "plot_tsa_name"
19193   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19194   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19195   include:
19196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19201   layout:
19202     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19203     layout: "plot-throughput-speedup-analysis"
19204
19205 - type: "plot"
19206   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19207   algorithm: "plot_tsa_name"
19208   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19209   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19210   include:
19211     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19213     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19216   layout:
19217     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19218     layout: "plot-throughput-speedup-analysis"
19219
19220 - type: "plot"
19221   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19222   algorithm: "plot_tsa_name"
19223   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19225   include:
19226     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19227     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19228     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19229     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19230     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19231   layout:
19232     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19233     layout: "plot-throughput-speedup-analysis"
19234
19235 - type: "plot"
19236   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19237   algorithm: "plot_tsa_name"
19238   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19240   include:
19241     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19242     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19243     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19244     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19245     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19246   layout:
19247     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19248     layout: "plot-throughput-speedup-analysis"
19249
19250 - type: "plot"
19251   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19252   algorithm: "plot_tsa_name"
19253   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19255   include:
19256     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19257     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19258     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19259     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19260     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19261   layout:
19262     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19263     layout: "plot-throughput-speedup-analysis"
19264
19265 - type: "plot"
19266   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19267   algorithm: "plot_tsa_name"
19268   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19270   include:
19271     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19272     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19273     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19274     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19275     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19276   layout:
19277     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19278     layout: "plot-throughput-speedup-analysis"
19279
19280 - type: "plot"
19281   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19282   algorithm: "plot_tsa_name"
19283   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19285   include:
19286     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19287     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19288     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19289     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19290     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19291   layout:
19292     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19293     layout: "plot-throughput-speedup-analysis"
19294
19295 - type: "plot"
19296   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19297   algorithm: "plot_tsa_name"
19298   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19300   include:
19301     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19302     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19303     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19304     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19305     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19306   layout:
19307     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19308     layout: "plot-throughput-speedup-analysis"
19309
19310 - type: "plot"
19311   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19312   algorithm: "plot_tsa_name"
19313   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19315   include:
19316     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19317     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19318     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19319     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19320     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19321   layout:
19322     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19323     layout: "plot-throughput-speedup-analysis"
19324
19325 - type: "plot"
19326   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19327   algorithm: "plot_tsa_name"
19328   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19330   include:
19331     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19337   layout:
19338     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19339     layout: "plot-throughput-speedup-analysis"
19340
19341 - type: "plot"
19342   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19343   algorithm: "plot_tsa_name"
19344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19346   include:
19347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19353   layout:
19354     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19355     layout: "plot-throughput-speedup-analysis"
19356
19357 - type: "plot"
19358   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19359   algorithm: "plot_tsa_name"
19360   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19362   include:
19363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19367   layout:
19368     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19369     layout: "plot-throughput-speedup-analysis"
19370
19371 - type: "plot"
19372   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19373   algorithm: "plot_tsa_name"
19374   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19376   include:
19377     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19378     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19381   layout:
19382     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19383     layout: "plot-throughput-speedup-analysis"
19384
19385 - type: "plot"
19386   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19387   algorithm: "plot_tsa_name"
19388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19390   include:
19391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19393     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19394     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19395     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19396     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19397   layout:
19398     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19399     layout: "plot-throughput-speedup-analysis"
19400
19401 - type: "plot"
19402   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19403   algorithm: "plot_tsa_name"
19404   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19406   include:
19407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19408     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19409     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19410     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19411     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19412     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19413   layout:
19414     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19415     layout: "plot-throughput-speedup-analysis"
19416
19417 - type: "plot"
19418   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19419   algorithm: "plot_tsa_name"
19420   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19422   include:
19423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19424     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19425     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19427   layout:
19428     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19429     layout: "plot-throughput-speedup-analysis"
19430
19431 - type: "plot"
19432   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19433   algorithm: "plot_tsa_name"
19434   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19436   include:
19437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19441   layout:
19442     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19443     layout: "plot-throughput-speedup-analysis"
19444
19445 - type: "plot"
19446   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19447   algorithm: "plot_tsa_name"
19448   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19450   include:
19451     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19452     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19453     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19454     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19455     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19456     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19457   layout:
19458     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19459     layout: "plot-throughput-speedup-analysis"
19460
19461 - type: "plot"
19462   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19463   algorithm: "plot_tsa_name"
19464   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19466   include:
19467     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19468     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19469     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19470     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19471     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19472     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19473   layout:
19474     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19475     layout: "plot-throughput-speedup-analysis"
19476
19477 - type: "plot"
19478   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19479   algorithm: "plot_tsa_name"
19480   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19482   include:
19483     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19484     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19485     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19486     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19487   layout:
19488     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19489     layout: "plot-throughput-speedup-analysis"
19490
19491 - type: "plot"
19492   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19493   algorithm: "plot_tsa_name"
19494   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19496   include:
19497     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19498     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19499     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19500     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19501   layout:
19502     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19503     layout: "plot-throughput-speedup-analysis"
19504
19505 - type: "plot"
19506   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19507   algorithm: "plot_tsa_name"
19508   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19510   include:
19511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19516   layout:
19517     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19518     layout: "plot-throughput-speedup-analysis"
19519
19520 - type: "plot"
19521   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19522   algorithm: "plot_tsa_name"
19523   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19524   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19525   include:
19526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19529     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19530     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19531   layout:
19532     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19533     layout: "plot-throughput-speedup-analysis"
19534
19535 - type: "plot"
19536   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19537   algorithm: "plot_tsa_name"
19538   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19539   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19540   include:
19541     - "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"
19542     - "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"
19543     - "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"
19544     - "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"
19545     - "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"
19546   layout:
19547     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19548     layout: "plot-throughput-speedup-analysis"
19549
19550 - type: "plot"
19551   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19552   algorithm: "plot_tsa_name"
19553   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19554   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19555   include:
19556     - "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"
19557     - "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"
19558     - "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"
19559     - "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"
19560     - "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"
19561   layout:
19562     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19563     layout: "plot-throughput-speedup-analysis"
19564
19565 - type: "plot"
19566   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19567   algorithm: "plot_tsa_name"
19568   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19569   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19570   include:
19571     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19575     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19576   layout:
19577     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19578     layout: "plot-throughput-speedup-analysis"
19579
19580 - type: "plot"
19581   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19582   algorithm: "plot_tsa_name"
19583   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19584   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19585   include:
19586     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19587     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19588     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19589     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19590     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19591   layout:
19592     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19593     layout: "plot-throughput-speedup-analysis"
19594
19595 - type: "plot"
19596   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19597   algorithm: "plot_tsa_name"
19598   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19599   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19600   include:
19601     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19602     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19603     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19604     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19605     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19606   layout:
19607     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19608     layout: "plot-throughput-speedup-analysis"
19609
19610 - type: "plot"
19611   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19612   algorithm: "plot_tsa_name"
19613   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19614   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19615   include:
19616     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19617     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19618     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19619     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19620     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19621   layout:
19622     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19623     layout: "plot-throughput-speedup-analysis"
19624
19625 - type: "plot"
19626   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19627   algorithm: "plot_tsa_name"
19628   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19630   include:
19631     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19632     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19633     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19634     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19635   layout:
19636     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19637     layout: "plot-throughput-speedup-analysis"
19638
19639 - type: "plot"
19640   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19641   algorithm: "plot_tsa_name"
19642   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19644   include:
19645     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19646     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19647     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19648     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19649   layout:
19650     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19651     layout: "plot-throughput-speedup-analysis"
19652
19653 - type: "plot"
19654   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19655   algorithm: "plot_tsa_name"
19656   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19658   include:
19659     - "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"
19660     - "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"
19661     - "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"
19662     - "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"
19663   layout:
19664     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19665     layout: "plot-throughput-speedup-analysis"
19666
19667 - type: "plot"
19668   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19669   algorithm: "plot_tsa_name"
19670   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19671   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19672   include:
19673     - "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"
19674     - "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"
19675     - "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"
19676     - "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"
19677   layout:
19678     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19679     layout: "plot-throughput-speedup-analysis"
19680
19681 - type: "plot"
19682   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19683   algorithm: "plot_tsa_name"
19684   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19685   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19686   include:
19687     - "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"
19688     - "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"
19689     - "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"
19690     - "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"
19691     - "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"
19692     - "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"
19693   layout:
19694     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19695     layout: "plot-throughput-speedup-analysis"
19696
19697 - type: "plot"
19698   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19699   algorithm: "plot_tsa_name"
19700   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19702   include:
19703     - "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"
19704     - "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"
19705     - "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"
19706     - "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"
19707     - "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"
19708     - "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"
19709   layout:
19710     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19711     layout: "plot-throughput-speedup-analysis"
19712
19713 ################################################################################
19714
19715 # Packet Throughput - DPDK
19716
19717 # 2n-clx-xxv710
19718
19719 - type: "plot"
19720   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19721   algorithm: "plot_perf_box_name"
19722   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19723   data: "plot-dpdk-throughput-latency-2n-clx"
19724   include:
19725     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19726     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19727   layout:
19728     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19729     layout: "plot-throughput"
19730
19731 - type: "plot"
19732   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19733   algorithm: "plot_perf_box_name"
19734   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19735   data: "plot-dpdk-throughput-latency-2n-clx"
19736   include:
19737     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19738     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19739   layout:
19740     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19741     layout: "plot-throughput"
19742
19743 - type: "plot"
19744   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19745   algorithm: "plot_perf_box_name"
19746   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19747   data: "plot-dpdk-throughput-latency-2n-clx"
19748   include:
19749     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19750     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19751   layout:
19752     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19753     layout: "plot-throughput"
19754
19755 - type: "plot"
19756   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19757   algorithm: "plot_perf_box_name"
19758   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19759   data: "plot-dpdk-throughput-latency-2n-clx"
19760   include:
19761     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19762     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19763   layout:
19764     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19765     layout: "plot-throughput"
19766
19767 # 2n-clx-x710
19768
19769 - type: "plot"
19770   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19771   algorithm: "plot_perf_box_name"
19772   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19773   data: "plot-dpdk-throughput-latency-2n-clx"
19774   include:
19775     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19776     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19777   layout:
19778     title: "2n-clx-x710-64b-2t1c-base-ndr"
19779     layout: "plot-throughput"
19780
19781 - type: "plot"
19782   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19783   algorithm: "plot_perf_box_name"
19784   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19785   data: "plot-dpdk-throughput-latency-2n-clx"
19786   include:
19787     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19788     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19789   layout:
19790     title: "2n-clx-x710-64b-4t2c-base-ndr"
19791     layout: "plot-throughput"
19792
19793 - type: "plot"
19794   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19795   algorithm: "plot_perf_box_name"
19796   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19797   data: "plot-dpdk-throughput-latency-2n-clx"
19798   include:
19799     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19800     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19801   layout:
19802     title: "2n-clx-x710-64b-2t1c-base-pdr"
19803     layout: "plot-throughput"
19804
19805 - type: "plot"
19806   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19807   algorithm: "plot_perf_box_name"
19808   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19809   data: "plot-dpdk-throughput-latency-2n-clx"
19810   include:
19811     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19812     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19813   layout:
19814     title: "2n-clx-x710-64b-4t2c-base-pdr"
19815     layout: "plot-throughput"
19816
19817 ################################################################################
19818
19819 - type: "plot"
19820   title: "Latency by percentile: 2n-skx"
19821   algorithm: "plot_hdrh_lat_by_percentile"
19822   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19823   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19824   target-links: "../../_static/vpp"
19825   data: "plot-vpp-hdrh-lat-2n-skx"
19826   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19827   layout:
19828     layout: "plot-hdrh-latency-by-percentile"
19829
19830 - type: "plot"
19831   title: "Latency by percentile: 2n-skx-nat44"
19832   algorithm: "plot_hdrh_lat_by_percentile"
19833   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19834   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19835   target-links: "../../_static/vpp"
19836   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
19837   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19838   layout:
19839     layout: "plot-hdrh-latency-by-percentile"
19840
19841 - type: "plot"
19842   title: "Latency by percentile: 3n-skx"
19843   algorithm: "plot_hdrh_lat_by_percentile"
19844   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19845   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19846   target-links: "../../_static/vpp"
19847   data: "plot-vpp-hdrh-lat-3n-skx"
19848   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19849   layout:
19850     layout: "plot-hdrh-latency-by-percentile"
19851
19852 - type: "plot"
19853   title: "Latency by percentile: 2n-clx"
19854   algorithm: "plot_hdrh_lat_by_percentile"
19855   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19856   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19857   target-links: "../../_static/vpp"
19858   data: "plot-vpp-hdrh-lat-2n-clx"
19859   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19860   layout:
19861     layout: "plot-hdrh-latency-by-percentile"
19862
19863 - type: "plot"
19864   title: "Latency by percentile: 3n-hsw"
19865   algorithm: "plot_hdrh_lat_by_percentile"
19866   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19867   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19868   target-links: "../../_static/vpp"
19869   data: "plot-vpp-hdrh-lat-3n-hsw"
19870   filter: "'1T1C' and 'NIC_Intel-XL710'"
19871   layout:
19872     layout: "plot-hdrh-latency-by-percentile"
19873
19874 - type: "plot"
19875   title: "Latency by percentile: 3n-tsh"
19876   algorithm: "plot_hdrh_lat_by_percentile"
19877   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19878   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19879   target-links: "../../_static/vpp"
19880   data: "plot-vpp-hdrh-lat-3n-tsh"
19881   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19882   layout:
19883     layout: "plot-hdrh-latency-by-percentile"
19884
19885 - type: "plot"
19886   title: "Latency by percentile: DPDK 2n-skx"
19887   algorithm: "plot_hdrh_lat_by_percentile"
19888   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19889   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19890   target-links: "../../_static/dpdk"
19891   data: "plot-dpdk-hdrh-lat-2n-skx"
19892   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19893   layout:
19894     layout: "plot-hdrh-latency-by-percentile"
19895
19896 - type: "plot"
19897   title: "Latency by percentile: DPDK 3n-skx"
19898   algorithm: "plot_hdrh_lat_by_percentile"
19899   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19900   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19901   target-links: "../../_static/dpdk"
19902   data: "plot-dpdk-hdrh-lat-3n-skx"
19903   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19904   layout:
19905     layout: "plot-hdrh-latency-by-percentile"
19906
19907 - type: "plot"
19908   title: "Latency by percentile: DPDK 2n-clx"
19909   algorithm: "plot_hdrh_lat_by_percentile"
19910   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19911   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19912   target-links: "../../_static/dpdk"
19913   data: "plot-dpdk-hdrh-lat-2n-clx"
19914   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19915   layout:
19916     layout: "plot-hdrh-latency-by-percentile"
19917
19918 - type: "plot"
19919   title: "Latency by percentile: DPDK 3n-hsw"
19920   algorithm: "plot_hdrh_lat_by_percentile"
19921   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19922   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19923   target-links: "../../_static/dpdk"
19924   data: "plot-dpdk-hdrh-lat-3n-hsw"
19925   filter: "'1T1C' and 'NIC_Intel-XL710'"
19926   layout:
19927     layout: "plot-hdrh-latency-by-percentile"
19928
19929 - type: "plot"
19930   title: "Latency by percentile: DPDK 3n-tsh"
19931   algorithm: "plot_hdrh_lat_by_percentile"
19932   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19933   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19934   target-links: "../../_static/dpdk"
19935   data: "plot-dpdk-hdrh-lat-3n-tsh"
19936   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19937   layout:
19938     layout: "plot-hdrh-latency-by-percentile"