Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
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       # TODO: Add:
204       csit-vpp-perf-report-iterative-2009-3n-skx:
205         - 27  # rls2009 NDRPDR iter env 5
206         - 29  # rls2009 NDRPDR iter env 5
207
208     plot-vpp-hdrh-lat-3n-skx:
209       csit-vpp-perf-report-iterative-2009-3n-skx:
210         - 27  # rls2009 NDRPDR iter env 5
211
212 #    plot-vpp-nfv-3n-skx-ndrpdr:
213 #      # TODO: Replace:
214 #      # csit-vpp-perf-report-iterative-2009-3n-skx:
215 #      csit-vpp-perf-report-iterative-2005-3n-skx:
216 #        - 4   # NDRPDR sel
217 #        - 5   # NDRPDR sel ??? all x710 failed
218 #        - 33  # NDRPDR sel
219 #        - 28  # NDRPDR sel
220 #        - 34  # NDRPDR sel
221
222 #    plot-vpp-nfv-3n-skx-mrr:
223 #      # TODO: Replace:
224 #      # csit-vpp-perf-report-iterative-2009-3n-skx:
225 #      csit-vpp-perf-report-iterative-2005-3n-skx:
226 #        - 49  # MRR sel env 4
227
228     plot-dpdk-throughput-latency-3n-skx:
229       csit-dpdk-perf-report-iterative-2009-3n-skx:
230         - 4   # NDRPDR sel env5
231         - 5   # NDRPDR sel env5
232         - 6   # NDRPDR sel env5
233         - 7   # NDRPDR sel env5
234         - 8   # NDRPDR sel env5
235         - 9   # NDRPDR sel env5
236         - 14  # NDRPDR sel env5
237         - 11  # NDRPDR sel env5
238         - 12  # NDRPDR sel env5
239         - 13  # NDRPDR sel env5
240
241     plot-dpdk-hdrh-lat-3n-skx:
242       csit-dpdk-perf-report-iterative-2009-3n-skx:
243         - 4   # NDRPDR sel env5
244
245     # 2n-skx
246
247     plot-vpp-throughput-lat-tsa-2n-skx:
248       # TODO: Add:
249       csit-vpp-perf-report-iterative-2009-2n-skx:
250         - 35  # rls2009 NDRPDR iter env 5
251         - 36  # rls2009 NDRPDR iter env 5
252         - 37  # rls2009 NDRPDR iter env 5
253         - 39  # rls2009 NDRPDR iter env 5
254         - 40  # rls2009 NDRPDR iter env 5
255         - 42  # rls2009 NDRPDR iter env 5
256
257     plot-vpp-hdrh-lat-2n-skx:
258       csit-vpp-perf-report-iterative-2009-2n-skx:
259         - 35  # rls2009 NDRPDR iter env 5
260
261     plot-vpp-soak-2n-skx:
262       csit-vpp-perf-report-iterative-2009-2n-skx:
263         - 33  # rls2009 soak env 5
264         - 34  # rls2009 soak env 5
265
266     plot-vpp-nfv-2n-skx-ndrpdr:
267       # TODO: Add:
268       csit-vpp-perf-report-iterative-2009-2n-skx:
269         - 38  # rls2009 nf-density iter env 5
270         - 41  # rls2009 nf-density iter env 5
271         - 45  # rls2009 nf-density iter env 5
272         - 47  # rls2009 nf-density iter env 5
273
274     plot-vpp-nfv-2n-skx-mrr:
275       # TODO: Replace:
276       # csit-vpp-perf-report-iterative-2009-2n-skx:
277       csit-vpp-perf-report-iterative-2005-2n-skx:
278         - 115 # nf-density-sel env 4
279
280     plot-vpp-nfv-reconf-2n-skx:
281       # TODO: Add:
282       csit-vpp-perf-report-iterative-2009-2n-skx:
283         - 27  # rls2009 reconf env 5
284         - 28  # rls2009 reconf env 5
285         - 29  # rls2009 reconf env 5
286         - 30  # rls2009 reconf env 5
287         - 31  # rls2009 reconf env 5
288         - 32  # rls2009 reconf env 5
289
290     plot-dpdk-throughput-latency-2n-skx:
291       csit-dpdk-perf-report-iterative-2009-2n-skx:
292         - 4   # NDRPDR iter env5
293         - 5   # NDRPDR iter env5
294         - 6   # NDRPDR iter env5
295         - 7   # NDRPDR iter env5
296         - 8   # NDRPDR iter env5
297         - 9   # NDRPDR iter env5
298         - 10  # NDRPDR iter env5
299         - 11  # NDRPDR iter env5
300         - 12  # NDRPDR iter env5
301         - 13  # NDRPDR iter env5
302
303     plot-dpdk-hdrh-lat-2n-skx:
304       csit-dpdk-perf-report-iterative-2009-2n-skx:
305         - 4   # NDRPDR iter env5
306
307     # 2n-clx
308
309     plot-vpp-throughput-lat-tsa-2n-clx:
310       # TODO: Add:
311       csit-vpp-perf-report-iterative-2009-2n-clx:
312         - 36  # rls2009 NDRPDR iter env 5
313         - 38  # rls2009 NDRPDR iter env 5
314         - 41  # rls2009 NDRPDR iter env 5
315
316     plot-vpp-hdrh-lat-2n-clx:
317       csit-vpp-perf-report-iterative-2009-2n-clx:
318         - 36  # rls2009 NDRPDR iter env 5
319
320     plot-vpp-nfv-2n-clx-ndrpdr:
321       # TODO: Add:
322       csit-vpp-perf-report-iterative-2009-2n-clx:
323         - 37  # rls2009 nf-density iter env 5
324         - 43  # rls2009 nf-density iter env 5
325
326     plot-vpp-nfv-2n-clx-mrr:
327       # TODO: Replace:
328       # csit-vpp-perf-report-iterative-2009-2n-clx:
329       csit-vpp-perf-report-iterative-2005-2n-clx:
330         - 96  # MRR
331
332     plot-vpp-nfv-reconf-2n-clx:
333       # TODO: Add:
334       csit-vpp-perf-report-iterative-2009-2n-clx:
335         - 25  # rls2009 reconf env 5
336         - 27  # rls2009 reconf env 5
337         - 28  # rls2009 reconf env 5
338         - 29  # rls2009 reconf env 5
339         - 30  # rls2009 reconf env 5
340         - 30  # rls2009 reconf env 5
341         - 32  # rls2009 reconf env 5
342
343     plot-vpp-soak-2n-clx:
344       csit-vpp-perf-report-iterative-2009-2n-clx:
345         - 33  # rls2009 soak env 5
346         - 34  # rls2009 soak env 5
347
348     plot-dpdk-throughput-latency-2n-clx:
349       csit-dpdk-perf-report-iterative-2009-2n-clx:
350         - 4   # NDRPDR iter env5
351         - 5   # NDRPDR iter env5
352         - 6   # NDRPDR iter env5
353         - 7   # NDRPDR iter env5
354         - 8   # NDRPDR iter env5
355         - 9   # NDRPDR iter env5
356         - 10  # NDRPDR iter env5
357         - 11  # NDRPDR iter env5
358         - 12  # NDRPDR iter env5
359         - 13  # NDRPDR iter env5
360
361     plot-dpdk-hdrh-lat-2n-clx:
362       csit-dpdk-perf-report-iterative-2009-2n-clx:
363         - 4   # NDRPDR iter env5
364
365     # 3n-tsh
366
367     plot-vpp-throughput-lat-tsa-3n-tsh:
368       # TODO: Add:
369       csit-vpp-perf-report-iterative-2009-3n-tsh:
370         - 14  # rls2009 NDRPDR iter env 5
371
372     plot-vpp-hdrh-lat-3n-tsh:
373       csit-vpp-perf-report-iterative-2009-3n-tsh:
374         - 14  # rls2009 NDRPDR iter env 5
375
376     plot-dpdk-throughput-latency-3n-tsh:
377       # TODO: Add:
378       csit-dpdk-perf-report-iterative-2009-3n-tsh:
379         - 1   # NDRPDR iter env5
380         - 2   # NDRPDR iter env5
381         - 3   # NDRPDR iter env5
382         - 4   # NDRPDR iter env5
383         - 5   # NDRPDR iter env5
384         - 6   # NDRPDR iter env5
385         - 7   # NDRPDR iter env5
386         - 9   # NDRPDR iter env5
387         - 10  # NDRPDR iter env5
388
389     plot-dpdk-hdrh-lat-3n-tsh:
390       csit-dpdk-perf-report-iterative-2009-3n-tsh:
391         - 1   # NDRPDR iter env5
392
393     # 3n-dnv
394
395     plot-vpp-throughput-lat-tsa-3n-dnv:
396       # TODO: Add:
397       csit-vpp-perf-report-iterative-2009-3n-dnv:
398         - 2   # rls2009 NDRPDR iter env 5
399         - 6   # rls2009 NDRPDR iter env 5
400         - 10  # rls2009 NDRPDR iter env 5
401         - 11  # rls2009 NDRPDR iter env 5
402         - 12  # rls2009 NDRPDR iter env 5
403
404     plot-dpdk-throughput-latency-3n-dnv:
405       # TODO: Replace:
406       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
407       csit-dpdk-perf-report-iterative-2005-3n-dnv:
408         - 6   # NDRPDR sel
409         - 7   # NDRPDR sel
410         - 8   # NDRPDR sel
411         - 9   # NDRPDR sel
412         - 10  # NDRPDR sel
413         - 11  # NDRPDR sel
414         - 12  # NDRPDR sel
415         - 13  # NDRPDR sel
416         - 14  # NDRPDR sel
417         - 16  # NDRPDR sel
418
419     # 2n-dnv
420
421     plot-vpp-throughput-lat-tsa-2n-dnv:
422       # TODO: Add:
423       csit-vpp-perf-report-iterative-2009-2n-dnv:
424         - 3   # rls2009 NDRPDR iter env 5
425         - 5   # rls2009 NDRPDR iter env 5
426         - 6   # rls2009 NDRPDR iter env 5
427         - 7   # rls2009 NDRPDR iter env 5
428         - 9   # rls2009 NDRPDR iter env 5
429         - 10  # rls2009 NDRPDR iter env 5
430         - 11  # rls2009 NDRPDR iter env 5
431         - 12  # rls2009 NDRPDR iter env 5
432         - 14  # rls2009 NDRPDR iter env 5
433
434     plot-dpdk-throughput-latency-2n-dnv:
435       # TODO: Replace:
436       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
437       csit-dpdk-perf-report-iterative-2005-2n-dnv:
438         - 8   # NDRPDR sel
439         - 9   # NDRPDR sel
440         - 10  # NDRPDR sel
441         - 11  # NDRPDR sel
442         - 12  # NDRPDR sel
443         - 13  # NDRPDR sel
444         - 14  # NDRPDR sel
445         - 15  # NDRPDR sel
446         - 16  # NDRPDR sel
447         - 17  # NDRPDR sel
448
449     ###########################################################################
450     # Simple tables (only one data set):
451
452     # NIC Comparisons
453
454     vpp-nic-comparison-3n-skx:
455       # TODO: Add:
456       csit-vpp-perf-report-iterative-2009-3n-skx:
457         - 27  # rls2009 NDRPDR iter env 5
458         - 29  # rls2009 NDRPDR iter env 5
459
460     vpp-nic-comparison-2n-skx:
461       # TODO: Add:
462       csit-vpp-perf-report-iterative-2009-2n-skx:
463         - 35  # rls2009 NDRPDR iter env 5
464         - 36  # rls2009 NDRPDR iter env 5
465         - 37  # rls2009 NDRPDR iter env 5
466         - 39  # rls2009 NDRPDR iter env 5
467         - 40  # rls2009 NDRPDR iter env 5
468         - 42  # rls2009 NDRPDR iter env 5
469
470     vpp-nic-comparison-3n-skx-mrr:
471       csit-vpp-perf-report-iterative-2009-3n-skx:
472         - 24  # rls2009 MRR iter env 5
473
474     vpp-nic-comparison-2n-skx-mrr:
475       csit-vpp-perf-report-iterative-2009-2n-skx:
476         - 26  # rls2009 MRR iter env 5
477
478     # Results
479
480     vpp-perf-results-3n-hsw:
481       # TODO: Add:
482       csit-vpp-perf-report-coverage-2009-3n-hsw:
483         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
484         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
485         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
486         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
487         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
488         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
489         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
490         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
491         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
492         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
493         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
494         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
495         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
496         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
497         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
498
499     vpp-perf-results-3n-skx:
500       # TODO: Replace:
501       csit-vpp-perf-report-coverage-2009-3n-skx:
502         - 1   # RC2 env5 3n-skx-ip4-00
503
504     vpp-perf-results-2n-skx:
505       # TODO: Replace:
506       csit-vpp-perf-report-coverage-2009-2n-skx:
507         - 7   # RC2 env5 2n-skx-ip4-00
508
509     vpp-perf-results-2n-clx:
510       # TODO: Replace:
511       csit-vpp-perf-report-coverage-2009-2n-clx:
512         - 1   # RC2 env5 2n-clx-ip4-00
513
514     vpp-perf-results-3n-tsh:
515       # TODO: Add:
516       csit-vpp-perf-report-coverage-2009-3n-tsh:
517         - 1   # 3n-tsh-ip4-00
518
519     vpp-perf-results-3n-dnv:
520       # TODO: Replace:
521       # csit-vpp-perf-report-coverage-2009-3n-dnv:
522       csit-vpp-perf-report-coverage-2005-3n-dnv:
523         - 1   # perf-full-3n-dnv-crypto_I
524         - 24  # perf-full-3n-dnv-crypto_II
525         - 5   # perf-full-3n-dnv-ip4_I
526         - 13  # perf-full-3n-dnv-ip4_II
527         - 17  # perf-full-3n-dnv-ip6_I
528         - 18  # perf-full-3n-dnv-ip6_II
529         - 21  # perf-full-3n-dnv-l2_I
530         - 22  # perf-full-3n-dnv-l2_II
531         - 23  # perf-full-3n-dnv-ip4-tunnels_I
532
533     vpp-perf-results-2n-dnv:
534       # TODO: Replace:
535       # csit-vpp-perf-report-coverage-2009-2n-dnv:
536       csit-vpp-perf-report-coverage-2005-2n-dnv:
537         - 1   # perf-full-2n-dnv-ip4_I
538         - 2   # perf-full-2n-dnv-ip4_II
539         - 3   # perf-full-2n-dnv-ip6_I
540         - 4   # perf-full-2n-dnv-ip6_II
541         - 5   # perf-full-2n-dnv-l2_I
542         - 6   # perf-full-2n-dnv-l2_II
543
544     vpp-mrr-results-3n-hsw:
545       csit-vpp-perf-report-iterative-2009-3n-hsw:
546         - 23  # rls2009 MRR iter env 5
547
548     vpp-mrr-results-3n-skx:
549       csit-vpp-perf-report-iterative-2009-3n-skx:
550         - 24  # rls2009 MRR iter env 5
551
552     vpp-mrr-results-2n-skx:
553       csit-vpp-perf-report-iterative-2009-2n-skx:
554         - 26  # rls2009 MRR iter env 5
555
556     vpp-mrr-results-2n-clx:
557       csit-vpp-perf-report-iterative-2009-2n-clx:
558         - 35  # rls2009 MRR iter env 5
559
560     vpp-mrr-results-3n-tsh:
561       # TODO: Replace:
562       # csit-vpp-perf-report-iterative-2009-3n-tsh:
563       csit-vpp-perf-report-iterative-2005-3n-tsh:
564         - 27  # MRR sel env 4
565
566     vpp-mrr-results-3n-dnv:
567       # TODO: Replace:
568       # csit-vpp-perf-report-iterative-2009-3n-dnv:
569       csit-vpp-perf-report-iterative-2005-3n-dnv:
570         - 8   # MRR
571
572     vpp-mrr-results-2n-dnv:
573       # TODO: Replace:
574       # csit-vpp-perf-report-iterative-2009-2n-dnv:
575       csit-vpp-perf-report-iterative-2005-2n-dnv:
576         - 15  # MRR sel
577
578     vpp-device-results-ubuntu:
579       # TODO: Replace:
580       csit-vpp-device-2009-ubuntu1804-1n-skx:
581         - 131 # rls2009 env 5
582
583     dpdk-perf-results-3n-hsw:
584       csit-dpdk-perf-report-iterative-2009-3n-hsw:
585         - 6   # NDRPDR iter env5
586
587     dpdk-perf-results-3n-skx:
588       csit-dpdk-perf-report-iterative-2009-3n-skx:
589         - 4   # NDRPDR sel env5
590
591     dpdk-perf-results-2n-skx:
592       csit-dpdk-perf-report-iterative-2009-2n-skx:
593         - 4   # NDRPDR iter env5
594
595     dpdk-perf-results-2n-clx:
596       csit-dpdk-perf-report-iterative-2009-2n-clx:
597         - 4   # NDRPDR iter env5
598
599     dpdk-perf-results-2n-dnv:
600       # TODO: Replace:
601       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
602       csit-dpdk-perf-report-iterative-2005-2n-dnv:
603         - 8   # NDRPDR sel
604
605     dpdk-perf-results-3n-dnv:
606       # TODO: Replace:
607       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
608       csit-dpdk-perf-report-iterative-2005-3n-dnv:
609         - 6   # NDRPDR sel
610
611     dpdk-perf-results-3n-tsh:
612       csit-dpdk-perf-report-iterative-2009-3n-tsh:
613         - 1   # NDRPDR iter env5
614
615 ###########################################################################
616     # Tables (more than one data set)
617
618     # Performance changes
619
620     vpp-performance-changes-3n-hsw-h1:
621       csit-vpp-perf-report-iterative-2005-3n-hsw:
622         - 31  # NDRPDR sel 2001.0-4
623         - 32  # NDRPDR sel 2001.0-4
624         - 33  # NDRPDR sel 2001.0-4
625         - 34  # NDRPDR sel 2001.0-4
626         - 35  # NDRPDR sel 2001.0-4
627         - 36  # NDRPDR sel 2001.0-4
628         - 38  # NDRPDR sel 2001.0-4
629     vpp-performance-changes-3n-hsw-ref-env4:
630       csit-vpp-perf-report-iterative-2005-3n-hsw:
631         - 20  # NDRPDR sel env 4
632         - 21  # NDRPDR sel env 4
633         - 22  # NDRPDR sel env 4
634         - 23  # NDRPDR sel env 4
635         - 24  # NDRPDR sel env 4
636         - 25  # NDRPDR sel env 4
637         - 26  # NDRPDR sel env 4
638         - 27  # NDRPDR sel env 4
639         - 28  # NDRPDR sel env 4
640         - 29  # NDRPDR sel env 4
641     vpp-performance-changes-3n-hsw-ref-env5:
642       csit-vpp-perf-report-iterative-2009-3n-hsw:
643         - 9   # rls2005 NDRPDR iter env 5
644         - 10  # rls2005 NDRPDR iter env 5
645         - 11  # rls2005 NDRPDR iter env 5
646         - 12  # rls2005 NDRPDR iter env 5
647         - 13  # rls2005 NDRPDR iter env 5
648         - 14  # rls2005 NDRPDR iter env 5
649         - 15  # rls2005 NDRPDR iter env 5
650         - 16  # rls2005 NDRPDR iter env 5
651         - 17  # rls2005 NDRPDR iter env 5
652         - 19  # rls2005 NDRPDR iter env 5
653     vpp-performance-changes-3n-hsw-cmp:
654       csit-vpp-perf-report-iterative-2009-3n-hsw:
655         - 21  # rls2009 NDRPDR iter env 5
656         - 22  # rls2009 NDRPDR iter env 5
657         - 24  # rls2009 NDRPDR iter env 5
658         - 25  # rls2009 NDRPDR iter env 5
659         - 26  # rls2009 NDRPDR iter env 5
660         - 27  # rls2009 NDRPDR iter env 5
661         - 28  # rls2009 NDRPDR iter env 5
662         - 29  # rls2009 NDRPDR iter env 5
663         - 30  # rls2009 NDRPDR iter env 5
664         - 31  # rls2009 NDRPDR iter env 5
665
666     vpp-performance-changes-3n-skx-h1:
667       csit-vpp-perf-report-iterative-2005-3n-skx:
668         - 50  # NDRPDR sel 2001.0-4
669         - 51  # NDRPDR sel 2001.0-4
670         - 52  # NDRPDR sel 2001.0-4
671         - 53  # NDRPDR sel 2001.0-4
672         - 54  # NDRPDR sel 2001.0-4
673     vpp-performance-changes-3n-skx-ref-env4:
674       csit-vpp-perf-report-iterative-2005-3n-skx:
675         - 42  # NDRPDR sel env 4
676         - 43  # NDRPDR sel env 4
677         - 44  # NDRPDR sel env 4
678         - 45  # NDRPDR sel env 4
679         - 47  # NDRPDR sel env 4
680         - 55  # NDRPDR sel env 4
681         - 56  # NDRPDR sel env 4
682         - 57  # NDRPDR sel env 4
683         - 61  # NDRPDR sel env 4
684         - 62  # NDRPDR sel env 4
685     vpp-performance-changes-3n-skx-ref-env5:
686       csit-vpp-perf-report-iterative-2009-3n-skx:
687         - 13  # rls2005 NDRPDR iter env 5
688         - 18  # rls2005 NDRPDR iter env 5
689         - 19  # rls2005 NDRPDR iter env 5
690     vpp-performance-changes-3n-skx-cmp:
691       # TODO: Add:
692       csit-vpp-perf-report-iterative-2009-3n-skx:
693         - 27  # rls2009 NDRPDR iter env 5
694         - 29  # rls2009 NDRPDR iter env 5
695
696     vpp-performance-changes-2n-skx-h1:
697       csit-vpp-perf-report-iterative-2005-2n-skx:
698         - 100 # NDRPDR sel 2001.0-4
699         - 101 # NDRPDR sel 2001.0-4
700         - 102 # NDRPDR sel 2001.0-4
701         - 103 # NDRPDR sel 2001.0-4
702         - 104 # NDRPDR sel 2001.0-4
703         - 105 # NDRPDR sel 2001.0-4
704     vpp-performance-changes-2n-skx-ref-env4:
705       csit-vpp-perf-report-iterative-2005-2n-skx:
706         - 88  # NDRPDR sel env 4
707         - 89  # NDRPDR sel env 4
708         - 90  # NDRPDR sel env 4
709         - 91  # NDRPDR sel env 4
710         - 92  # NDRPDR sel env 4
711         - 93  # NDRPDR sel env 4
712         - 94  # NDRPDR sel env 4
713         - 125 # NDRPDR sel env 4
714         - 126 # NDRPDR sel env 4
715         - 127 # NDRPDR sel env 4
716     vpp-performance-changes-2n-skx-ref-env5:
717       csit-vpp-perf-report-iterative-2009-2n-skx:
718         - 13  # rls2005 NDRPDR iter env 5
719         - 16  # rls2005 NDRPDR iter env 5
720         - 17  # rls2005 NDRPDR iter env 5
721         - 18  # rls2005 NDRPDR iter env 5
722         - 19  # rls2005 NDRPDR iter env 5
723         - 21  # rls2005 NDRPDR iter env 5
724         - 22  # rls2005 NDRPDR iter env 5
725         - 23  # rls2005 NDRPDR iter env 5
726         - 24  # rls2005 NDRPDR iter env 5
727         - 25  # rls2005 NDRPDR iter env 5
728     vpp-performance-changes-2n-skx-cmp:
729       # TODO: Add:
730       csit-vpp-perf-report-iterative-2009-2n-skx:
731         - 35  # rls2009 NDRPDR iter env 5
732         - 36  # rls2009 NDRPDR iter env 5
733         - 37  # rls2009 NDRPDR iter env 5
734         - 39  # rls2009 NDRPDR iter env 5
735         - 40  # rls2009 NDRPDR iter env 5
736         - 42  # rls2009 NDRPDR iter env 5
737
738     vpp-performance-changes-2n-clx-h1:
739       csit-vpp-perf-report-iterative-2005-2n-clx:
740         - 73  # NDRPDR sel 2001.0-4
741         - 74  # NDRPDR sel 2001.0-4
742         - 75  # NDRPDR sel 2001.0-4
743         - 76  # NDRPDR sel 2001.0-4
744         - 77  # NDRPDR sel 2001.0-4
745         - 78  # NDRPDR sel 2001.0-4
746         - 79  # NDRPDR sel 2001.0-4
747         - 80  # NDRPDR sel 2001.0-4
748     vpp-performance-changes-2n-clx-ref-env4:
749       csit-vpp-perf-report-iterative-2005-2n-clx:
750         - 62  # NDRPDR sel env 4
751         - 63  # NDRPDR sel env 4
752         - 64  # NDRPDR sel env 4
753         - 65  # NDRPDR sel env 4
754         - 66  # NDRPDR sel env 4
755         - 68  # NDRPDR sel env 4
756         - 69  # NDRPDR sel env 4
757         - 70  # NDRPDR sel env 4
758         - 103 # NDRPDR sel env 4
759         - 104 # NDRPDR sel env 4
760     vpp-performance-changes-2n-clx-ref-env5:
761       csit-vpp-perf-report-iterative-2009-2n-clx:
762         - 13  # rls2005 NDRPDR iter env 5
763         - 15  # rls2005 NDRPDR iter env 5
764         - 17  # rls2005 NDRPDR iter env 5
765         - 18  # rls2005 NDRPDR iter env 5
766         - 19  # rls2005 NDRPDR iter env 5
767         - 20  # rls2005 NDRPDR iter env 5
768         - 21  # rls2005 NDRPDR iter env 5
769         - 22  # rls2005 NDRPDR iter env 5
770         - 23  # rls2005 NDRPDR iter env 5
771         - 24  # rls2005 NDRPDR iter env 5
772     vpp-performance-changes-2n-clx-cmp:
773       # TODO: Add:
774       csit-vpp-perf-report-iterative-2009-2n-clx:
775         - 36  # rls2009 NDRPDR iter env 5
776         - 38  # rls2009 NDRPDR iter env 5
777         - 41  # rls2009 NDRPDR iter env 5
778
779     vpp-performance-changes-2n-dnv-h1:
780       csit-vpp-perf-verify-2001-2n-dnv:
781         - 4   # NDRPDR sel
782         - 5   # NDRPDR sel
783         - 6   # NDRPDR sel
784         - 7   # NDRPDR sel
785         - 8   # NDRPDR sel
786         - 9   # NDRPDR sel
787         - 10  # NDRPDR sel
788         - 11  # NDRPDR sel
789         - 13  # NDRPDR sel
790         - 16  # NDRPDR sel
791     vpp-performance-changes-2n-dnv-ref:
792       csit-vpp-perf-report-iterative-2005-2n-dnv:
793         - 3   # NDRPDR sel
794         - 6   # NDRPDR sel
795         - 7   # NDRPDR sel
796         - 8   # NDRPDR sel
797         - 9   # NDRPDR sel
798         - 10  # NDRPDR sel
799         - 11  # NDRPDR sel
800         - 12  # NDRPDR sel
801         - 13  # NDRPDR sel
802         - 14  # NDRPDR sel
803     vpp-performance-changes-2n-dnv-cmp:
804       # TODO: Add:
805       csit-vpp-perf-report-iterative-2009-2n-dnv:
806         - 3   # rls2009 NDRPDR iter env 5
807         - 5   # rls2009 NDRPDR iter env 5
808         - 6   # rls2009 NDRPDR iter env 5
809         - 7   # rls2009 NDRPDR iter env 5
810         - 9   # rls2009 NDRPDR iter env 5
811         - 10  # rls2009 NDRPDR iter env 5
812         - 11  # rls2009 NDRPDR iter env 5
813         - 12  # rls2009 NDRPDR iter env 5
814         - 14  # rls2009 NDRPDR iter env 5
815
816     vpp-performance-changes-3n-dnv-h1:
817       csit-vpp-perf-verify-2001-3n-dnv:
818         - 5   # NDRPDR sel
819         - 6   # NDRPDR sel
820         - 7   # NDRPDR sel
821         - 8   # NDRPDR sel
822         - 9   # NDRPDR sel
823         - 10  # NDRPDR sel
824         - 12  # NDRPDR sel
825         - 16  # NDRPDR sel
826         - 17  # NDRPDR sel
827         - 18  # NDRPDR sel
828     vpp-performance-changes-3n-dnv-ref:
829       csit-vpp-perf-report-iterative-2005-3n-dnv:
830         - 2   # NDRPDR sel
831         - 3   # NDRPDR sel
832         - 4   # NDRPDR sel
833         - 5   # NDRPDR sel
834         - 6   # NDRPDR sel
835         - 7   # NDRPDR sel
836         - 9   # NDRPDR sel
837         - 10  # NDRPDR sel
838         - 11  # NDRPDR sel
839         - 12  # NDRPDR sel
840     vpp-performance-changes-3n-dnv-cmp:
841       # TODO: Add:
842       csit-vpp-perf-report-iterative-2009-3n-dnv:
843         - 2   # rls2009 NDRPDR iter env 5
844         - 6   # rls2009 NDRPDR iter env 5
845         - 10  # rls2009 NDRPDR iter env 5
846         - 11  # rls2009 NDRPDR iter env 5
847         - 12  # rls2009 NDRPDR iter env 5
848
849     vpp-performance-changes-3n-tsh-h1:
850       csit-vpp-perf-report-iterative-2005-3n-tsh:
851         - 28  # NDRPDR sel 2001.0-4
852         - 29  # NDRPDR sel 2001.0-4
853         - 31  # NDRPDR sel 2001.0-4
854     vpp-performance-changes-3n-tsh-ref-env4:
855       csit-vpp-perf-report-iterative-2005-3n-tsh:
856         - 23  # NDRPDR sel env 4
857         - 25  # NDRPDR sel env 4
858         - 33  # NDRPDR sel env 4
859         - 34  # NDRPDR sel env 4
860         - 35  # NDRPDR sel env 4
861         - 36  # NDRPDR sel env 4
862         - 37  # NDRPDR sel env 4
863         - 38  # NDRPDR sel env 4
864         - 39  # NDRPDR sel env 4
865         - 40  # NDRPDR sel env 4
866     vpp-performance-changes-3n-tsh-ref-env5:
867       csit-vpp-perf-report-iterative-2009-3n-tsh:
868         - 8   # rls2005 NDRPDR iter env 5
869         - 11  # rls2005 NDRPDR iter env 5
870         - 12  # rls2005 NDRPDR iter env 5
871     vpp-performance-changes-3n-tsh-cmp:
872       # TODO: Add:
873       csit-vpp-perf-report-iterative-2009-3n-tsh:
874         - 14  # rls2009 NDRPDR iter env 5
875
876     vpp-soak-vs-ndr-2n-skx-ref:
877       # TODO: Add:
878       csit-vpp-perf-report-iterative-2009-2n-skx:
879         - 35  # rls2009 NDRPDR iter env 5
880         - 36  # rls2009 NDRPDR iter env 5
881         - 37  # rls2009 NDRPDR iter env 5
882         - 39  # rls2009 NDRPDR iter env 5
883         - 40  # rls2009 NDRPDR iter env 5
884         - 42  # rls2009 NDRPDR iter env 5
885     vpp-soak-vs-ndr-2n-skx-cmp:
886       csit-vpp-perf-report-iterative-2009-2n-skx:
887         - 33  # rls2009 soak env 5
888         - 34  # rls2009 soak env 5
889     vpp-soak-vs-ndr-2n-skx:
890       # TODO: Add:
891       csit-vpp-perf-report-iterative-2009-2n-skx:
892         - 35  # rls2009 NDRPDR iter env 5
893         - 36  # rls2009 NDRPDR iter env 5
894         - 37  # rls2009 NDRPDR iter env 5
895         - 39  # rls2009 NDRPDR iter env 5
896         - 40  # rls2009 NDRPDR iter env 5
897         - 42  # rls2009 NDRPDR iter env 5
898         - 33  # rls2009 soak env 5
899         - 34  # rls2009 soak env 5
900
901     vpp-soak-vs-ndr-2n-clx-ref:
902       # TODO: Add:
903       csit-vpp-perf-report-iterative-2009-2n-clx:
904         - 36  # rls2009 NDRPDR iter env 5
905         - 38  # rls2009 NDRPDR iter env 5
906         - 41  # rls2009 NDRPDR iter env 5
907     vpp-soak-vs-ndr-2n-clx-cmp:
908       csit-vpp-perf-report-iterative-2009-2n-clx:
909         - 33  # rls2009 soak env 5
910         - 34  # rls2009 soak env 5
911     vpp-soak-vs-ndr-2n-clx:
912       # TODO: Add:
913       csit-vpp-perf-report-iterative-2009-2n-clx:
914         - 36  # rls2009 NDRPDR iter env 5
915         - 38  # rls2009 NDRPDR iter env 5
916         - 41  # rls2009 NDRPDR iter env 5
917         - 33  # rls2009 soak env 5
918         - 34  # rls2009 soak env 5
919
920     vpp-performance-changes-3n-hsw-mrr-h1:
921       csit-vpp-perf-verify-2001-3n-hsw:
922         - 17  # MRR sel
923     vpp-performance-changes-3n-hsw-mrr-ref-env4:
924       csit-vpp-perf-report-iterative-2005-3n-hsw:
925         - 30  # MRR env 4
926     vpp-performance-changes-3n-hsw-mrr-ref-env5:
927       csit-vpp-perf-report-iterative-2009-3n-hsw:
928         - 18  # rls2005 MRR iter env 5
929     vpp-performance-changes-3n-hsw-mrr-cmp:
930       csit-vpp-perf-report-iterative-2009-3n-hsw:
931         - 23  # rls2009 MRR iter env 5
932
933     vpp-performance-changes-3n-skx-mrr-h1:
934       csit-vpp-perf-verify-2001-3n-skx:
935         - 50  # MRR sel
936         - 53  # MRR sel addition
937     vpp-performance-changes-3n-skx-mrr-ref-env4:
938       csit-vpp-perf-report-iterative-2005-3n-skx:
939         - 49  # MRR sel env 4
940     vpp-performance-changes-3n-skx-mrr-ref-env5:
941       csit-vpp-perf-report-iterative-2009-3n-skx:
942         - 17  # rls2005 MRR iter env 5
943     vpp-performance-changes-3n-skx-mrr-cmp:
944       csit-vpp-perf-report-iterative-2009-3n-skx:
945         - 24  # rls2009 MRR iter env 5
946
947     vpp-performance-changes-2n-skx-mrr-h1:
948       csit-vpp-perf-verify-2001-2n-skx:
949         - 101 # MRR sel
950         - 128 # MRR sel addition
951     vpp-performance-changes-2n-skx-mrr-ref-env4:
952       csit-vpp-perf-report-iterative-2005-2n-skx:
953         - 99  # MRR sel env 4
954     vpp-performance-changes-2n-skx-mrr-ref-env5:
955       csit-vpp-perf-report-iterative-2009-2n-skx:
956         - 20  # rls2005 MRR iter env 5
957     vpp-performance-changes-2n-skx-mrr-cmp:
958       csit-vpp-perf-report-iterative-2009-2n-skx:
959         - 26  # rls2009 MRR iter env 5
960
961     vpp-performance-changes-2n-clx-mrr-h1:
962       csit-vpp-perf-verify-2001-2n-clx:
963         - 39  # MRR
964     vpp-performance-changes-2n-clx-mrr-ref-env4:
965       csit-vpp-perf-report-iterative-2005-2n-clx:
966         - 72   # MRR sel env 4
967     vpp-performance-changes-2n-clx-mrr-ref-env5:
968       csit-vpp-perf-report-iterative-2009-2n-clx:
969         - 16  # rls2005 MRR iter env 5
970     vpp-performance-changes-2n-clx-mrr-cmp:
971       csit-vpp-perf-report-iterative-2009-2n-clx:
972         - 35  # rls2009 MRR iter env 5
973
974 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
975 #      csit-vpp-perf-verify-1908-2n-skx:
976 #        - 71  # NFV MRR
977 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
978 #      # csit-vpp-perf-verify-2001-2n-skx:
979 #      csit-vpp-perf-verify-1908-2n-skx:
980 #        - 71  # NFV MRR
981
982     vpp-performance-changes-2n-dnv-mrr-h1:
983       csit-vpp-perf-verify-2001-2n-dnv:
984         - 12  # MRR sel
985     vpp-performance-changes-2n-dnv-mrr-ref:
986       csit-vpp-perf-report-iterative-2005-2n-dnv:
987         - 15  # MRR sel
988     vpp-performance-changes-2n-dnv-mrr-cmp:
989       # TODO: Replace:
990       # csit-vpp-perf-report-iterative-2009-2n-dnv:
991       csit-vpp-perf-report-iterative-2005-2n-dnv:
992         - 15  # MRR sel
993
994     vpp-performance-changes-3n-dnv-mrr-h1:
995       csit-vpp-perf-verify-2001-3n-dnv:
996         - 11  # MRR sel
997     vpp-performance-changes-3n-dnv-mrr-ref:
998       csit-vpp-perf-report-iterative-2005-3n-dnv:
999         - 8   # MRR
1000     vpp-performance-changes-3n-dnv-mrr-cmp:
1001       # TODO: Replace:
1002       # csit-vpp-perf-report-iterative-2009-3n-dnv:
1003       csit-vpp-perf-report-iterative-2005-3n-dnv:
1004         - 8   # MRR
1005
1006     vpp-performance-changes-3n-tsh-mrr-h1:
1007       csit-vpp-perf-verify-2001-3n-tsh:
1008         - 9   # MRR sel
1009     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1010       csit-vpp-perf-report-iterative-2005-3n-tsh:
1011         - 27  # MRR sel env 4
1012     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1013       csit-vpp-perf-report-iterative-2009-3n-tsh:
1014         - 13  # rls2005 MRR iter env 5
1015     vpp-performance-changes-3n-tsh-mrr-cmp:
1016       # TODO: Replace:
1017       csit-vpp-perf-report-iterative-2009-3n-tsh:
1018         - 13  # rls2005 MRR iter env 5
1019
1020     dpdk-performance-changes-3n-hsw-h1:
1021       csit-dpdk-perf-verify-2001-3n-hsw:
1022         - 4   # NDRPDR sel
1023         - 5   # NDRPDR sel
1024         - 6   # NDRPDR sel
1025         - 7   # NDRPDR sel
1026         - 8   # NDRPDR sel
1027         - 9   # NDRPDR sel
1028         - 10  # NDRPDR sel
1029         - 11  # NDRPDR sel
1030         - 12  # NDRPDR sel
1031         - 13  # NDRPDR sel
1032         - 15  # NDRPDR sel
1033         - 16  # NDRPDR sel
1034         - 17  # NDRPDR sel
1035         - 18  # NDRPDR sel
1036         - 19  # NDRPDR sel
1037         - 20  # NDRPDR sel
1038         - 21  # NDRPDR sel
1039         - 22  # NDRPDR sel
1040         - 23  # NDRPDR sel
1041         - 24  # NDRPDR sel
1042     dpdk-performance-changes-3n-hsw-ref:
1043       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1044         - 25  # NDRPDR iter
1045         - 26  # NDRPDR iter
1046         - 27  # NDRPDR iter
1047         - 28  # NDRPDR iter
1048         - 29  # NDRPDR iter
1049         - 30  # NDRPDR iter
1050         - 31  # NDRPDR iter
1051         - 32  # NDRPDR iter
1052         - 33  # NDRPDR iter
1053         - 34  # NDRPDR iter
1054     dpdk-performance-changes-3n-hsw-cmp:
1055       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1056         - 6   # NDRPDR iter env5
1057         - 7   # NDRPDR iter env5
1058         - 8   # NDRPDR iter env5
1059         - 9   # NDRPDR iter env5
1060         - 10  # NDRPDR iter env5
1061         - 11  # NDRPDR iter env5
1062         - 12  # NDRPDR iter env5
1063         - 13  # NDRPDR iter env5
1064         - 14  # NDRPDR iter env5
1065         - 15  # NDRPDR iter env5
1066
1067     dpdk-performance-changes-3n-skx-h1:
1068       csit-dpdk-perf-verify-2001-3n-skx:
1069         - 29  # NDRPDR sel xxv710
1070         - 33  # NDRPDR sel xxv710
1071         - 34  # NDRPDR sel xxv710
1072         - 35  # NDRPDR sel xxv710
1073         - 36  # NDRPDR sel xxv710
1074         - 37  # NDRPDR sel xxv710
1075         - 41  # NDRPDR sel xxv710
1076         - 42  # NDRPDR sel xxv710
1077         - 43  # NDRPDR sel xxv710
1078         - 45  # NDRPDR sel xxv710
1079         - 30  # NDRPDR sel x710
1080         - 31  # NDRPDR sel x710
1081         - 32  # NDRPDR sel x710
1082         - 38  # NDRPDR sel x710
1083         - 39  # NDRPDR sel x710
1084         - 40  # NDRPDR sel x710
1085         - 44  # NDRPDR sel x710
1086         - 46  # NDRPDR sel x710
1087         - 47  # NDRPDR sel x710
1088         - 48  # NDRPDR sel x710
1089     dpdk-performance-changes-3n-skx-ref:
1090       csit-dpdk-perf-report-iterative-2005-3n-skx:
1091         - 28  # NDRPDR iter
1092         - 29  # NDRPDR iter
1093         - 30  # NDRPDR iter
1094         - 31  # NDRPDR iter
1095         - 32  # NDRPDR iter
1096         - 33  # NDRPDR iter
1097         - 34  # NDRPDR iter
1098         - 35  # NDRPDR iter
1099         - 36  # NDRPDR iter
1100         - 37  # NDRPDR iter
1101     dpdk-performance-changes-3n-skx-cmp:
1102       csit-dpdk-perf-report-iterative-2009-3n-skx:
1103         - 4   # NDRPDR sel env5
1104         - 5   # NDRPDR sel env5
1105         - 6   # NDRPDR sel env5
1106         - 7   # NDRPDR sel env5
1107         - 8   # NDRPDR sel env5
1108         - 9   # NDRPDR sel env5
1109         - 14  # NDRPDR sel env5
1110         - 11  # NDRPDR sel env5
1111         - 12  # NDRPDR sel env5
1112         - 13  # NDRPDR sel env5
1113
1114     dpdk-performance-changes-2n-skx-h1:
1115       csit-dpdk-perf-verify-2001-2n-skx:
1116         - 35  # NDRPDR sel xxv710
1117         - 36  # NDRPDR sel xxv710
1118         - 37  # NDRPDR sel xxv710
1119         - 41  # NDRPDR sel xxv710
1120         - 42  # NDRPDR sel xxv710
1121         - 43  # NDRPDR sel xxv710
1122         - 46  # NDRPDR sel xxv710
1123         - 47  # NDRPDR sel xxv710
1124         - 52  # NDRPDR sel xxv710
1125         - 53  # NDRPDR sel xxv710
1126         - 38  # NDRPDR sel x710
1127         - 39  # NDRPDR sel x710
1128         - 40  # NDRPDR sel x710
1129         - 44  # NDRPDR sel x710
1130         - 45  # NDRPDR sel x710
1131         - 48  # NDRPDR sel x710
1132         - 49  # NDRPDR sel x710
1133         - 50  # NDRPDR sel x710
1134         - 51  # NDRPDR sel x710
1135         - 54  # NDRPDR sel x710
1136     dpdk-performance-changes-2n-skx-ref:
1137       csit-dpdk-perf-report-iterative-2005-2n-skx:
1138         - 20  # NDRPDR iter
1139         - 21  # NDRPDR iter
1140         - 22  # NDRPDR iter
1141         - 23  # NDRPDR iter
1142         - 24  # NDRPDR iter
1143         - 25  # NDRPDR iter
1144         - 26  # NDRPDR iter
1145         - 27  # NDRPDR iter
1146         - 28  # NDRPDR iter
1147         - 29  # NDRPDR iter
1148     dpdk-performance-changes-2n-skx-cmp:
1149       csit-dpdk-perf-report-iterative-2009-2n-skx:
1150         - 4   # NDRPDR iter env5
1151         - 5   # NDRPDR iter env5
1152         - 6   # NDRPDR iter env5
1153         - 7   # NDRPDR iter env5
1154         - 8   # NDRPDR iter env5
1155         - 9   # NDRPDR iter env5
1156         - 10  # NDRPDR iter env5
1157         - 11  # NDRPDR iter env5
1158         - 12  # NDRPDR iter env5
1159         - 13  # NDRPDR iter env5
1160
1161     dpdk-performance-changes-2n-clx-h1:
1162       csit-dpdk-perf-verify-2001-2n-clx:
1163         - 15  # NDRPDR sel
1164         - 16  # NDRPDR sel
1165         - 17  # NDRPDR sel
1166         - 18  # NDRPDR sel
1167         - 19  # NDRPDR sel
1168         - 20  # NDRPDR sel
1169         - 21  # NDRPDR sel
1170         - 22  # NDRPDR sel
1171         - 23  # NDRPDR sel
1172         - 24  # NDRPDR sel
1173         - 25  # NDRPDR sel
1174         - 26  # NDRPDR sel
1175         - 27  # NDRPDR sel
1176         - 28  # NDRPDR sel
1177         - 29  # NDRPDR sel
1178         - 30  # NDRPDR sel
1179         - 31  # NDRPDR sel
1180         - 32  # NDRPDR sel
1181         - 33  # NDRPDR sel
1182         - 34  # NDRPDR sel
1183     dpdk-performance-changes-2n-clx-ref:
1184       csit-dpdk-perf-report-iterative-2005-2n-clx:
1185         - 20  # NDRPDR iter
1186         - 21  # NDRPDR iter
1187         - 22  # NDRPDR iter
1188         - 23  # NDRPDR iter
1189         - 24  # NDRPDR iter
1190         - 25  # NDRPDR iter
1191         - 26  # NDRPDR iter
1192         - 27  # NDRPDR iter
1193         - 28  # NDRPDR iter
1194         - 29  # NDRPDR iter
1195     dpdk-performance-changes-2n-clx-cmp:
1196       csit-dpdk-perf-report-iterative-2009-2n-clx:
1197         - 4   # NDRPDR iter env5
1198         - 5   # NDRPDR iter env5
1199         - 6   # NDRPDR iter env5
1200         - 7   # NDRPDR iter env5
1201         - 8   # NDRPDR iter env5
1202         - 9   # NDRPDR iter env5
1203         - 10  # NDRPDR iter env5
1204         - 11  # NDRPDR iter env5
1205         - 12  # NDRPDR iter env5
1206         - 13  # NDRPDR iter env5
1207
1208     dpdk-performance-changes-2n-dnv-h1:
1209       csit-dpdk-perf-verify-2001-2n-dnv:
1210         - 9   # NDRPDR sel
1211         - 10  # NDRPDR sel
1212         - 11  # NDRPDR sel
1213         - 12  # NDRPDR sel
1214         - 13  # NDRPDR sel
1215         - 14  # NDRPDR sel
1216         - 15  # NDRPDR sel
1217         - 16  # NDRPDR sel
1218         - 17  # NDRPDR sel
1219         - 18  # NDRPDR sel
1220     dpdk-performance-changes-2n-dnv-ref:
1221       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1222         - 8   # NDRPDR sel
1223         - 9   # NDRPDR sel
1224         - 10  # NDRPDR sel
1225         - 11  # NDRPDR sel
1226         - 12  # NDRPDR sel
1227         - 13  # NDRPDR sel
1228         - 14  # NDRPDR sel
1229         - 15  # NDRPDR sel
1230         - 16  # NDRPDR sel
1231         - 17  # NDRPDR sel
1232     dpdk-performance-changes-2n-dnv-cmp:
1233       # TODO: Replace:
1234       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
1235       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1236         - 8   # NDRPDR sel
1237         - 9   # NDRPDR sel
1238         - 10  # NDRPDR sel
1239         - 11  # NDRPDR sel
1240         - 12  # NDRPDR sel
1241         - 13  # NDRPDR sel
1242         - 14  # NDRPDR sel
1243         - 15  # NDRPDR sel
1244         - 16  # NDRPDR sel
1245         - 17  # NDRPDR sel
1246
1247     dpdk-performance-changes-3n-dnv-h1:
1248       csit-dpdk-perf-verify-2001-3n-dnv:
1249         - 12  # NDRPDR sel
1250         - 13  # NDRPDR sel
1251         - 14  # NDRPDR sel
1252         - 15  # NDRPDR sel
1253         - 16  # NDRPDR sel
1254         - 17  # NDRPDR sel
1255         - 18  # NDRPDR sel
1256         - 19  # NDRPDR sel
1257         - 20  # NDRPDR sel
1258         - 22  # NDRPDR sel
1259     dpdk-performance-changes-3n-dnv-ref:
1260       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1261         - 6   # NDRPDR sel
1262         - 7   # NDRPDR sel
1263         - 8   # NDRPDR sel
1264         - 9   # NDRPDR sel
1265         - 10  # NDRPDR sel
1266         - 11  # NDRPDR sel
1267         - 12  # NDRPDR sel
1268         - 13  # NDRPDR sel
1269         - 14  # NDRPDR sel
1270         - 16  # NDRPDR sel
1271     dpdk-performance-changes-3n-dnv-cmp:
1272       # TODO: Replace:
1273       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
1274       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1275         - 6   # NDRPDR sel
1276         - 7   # NDRPDR sel
1277         - 8   # NDRPDR sel
1278         - 9   # NDRPDR sel
1279         - 10  # NDRPDR sel
1280         - 11  # NDRPDR sel
1281         - 12  # NDRPDR sel
1282         - 13  # NDRPDR sel
1283         - 14  # NDRPDR sel
1284         - 16  # NDRPDR sel
1285
1286     dpdk-performance-changes-3n-tsh-h1:
1287       csit-dpdk-perf-verify-2001-3n-tsh:
1288         - 3   # NDRPDR sel
1289         - 4   # NDRPDR sel
1290         - 5   # NDRPDR sel
1291         - 9   # NDRPDR sel
1292         - 10  # NDRPDR sel
1293         - 11  # NDRPDR sel
1294         - 12  # NDRPDR sel
1295         - 14  # NDRPDR sel
1296         - 15  # NDRPDR sel
1297         - 18  # NDRPDR sel
1298     dpdk-performance-changes-3n-tsh-ref:
1299       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1300         - 5   # NDRPDR sel
1301     dpdk-performance-changes-3n-tsh-cmp:
1302       # TODO: Add:
1303       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1304         - 1   # NDRPDR iter env5
1305         - 2   # NDRPDR iter env5
1306         - 3   # NDRPDR iter env5
1307         - 4   # NDRPDR iter env5
1308         - 5   # NDRPDR iter env5
1309         - 6   # NDRPDR iter env5
1310         - 7   # NDRPDR iter env5
1311         - 9   # NDRPDR iter env5
1312         - 10  # NDRPDR iter env5
1313
1314     # Compare testbeds
1315
1316     vpp-compare-testbeds-ref:
1317       csit-vpp-perf-report-iterative-2009-3n-hsw:
1318         - 21  # rls2009 NDRPDR iter env 5
1319         - 22  # rls2009 NDRPDR iter env 5
1320         - 24  # rls2009 NDRPDR iter env 5
1321         - 25  # rls2009 NDRPDR iter env 5
1322         - 26  # rls2009 NDRPDR iter env 5
1323         - 27  # rls2009 NDRPDR iter env 5
1324         - 28  # rls2009 NDRPDR iter env 5
1325         - 29  # rls2009 NDRPDR iter env 5
1326         - 30  # rls2009 NDRPDR iter env 5
1327         - 31  # rls2009 NDRPDR iter env 5
1328     vpp-compare-testbeds-cmp:
1329       # TODO: Add:
1330       csit-vpp-perf-report-iterative-2009-3n-skx:
1331         - 27  # rls2009 NDRPDR iter env 5
1332         - 29  # rls2009 NDRPDR iter env 5
1333
1334     vpp-compare-testbeds-skx-clx-ref:
1335       # TODO: Add:
1336       csit-vpp-perf-report-iterative-2009-2n-skx:
1337         - 35  # rls2009 NDRPDR iter env 5
1338         - 36  # rls2009 NDRPDR iter env 5
1339         - 37  # rls2009 NDRPDR iter env 5
1340         - 39  # rls2009 NDRPDR iter env 5
1341         - 40  # rls2009 NDRPDR iter env 5
1342         - 42  # rls2009 NDRPDR iter env 5
1343     vpp-compare-testbeds-skx-clx-cmp:
1344       # TODO: Add:
1345       csit-vpp-perf-report-iterative-2009-2n-clx:
1346         - 36  # rls2009 NDRPDR iter env 5
1347         - 38  # rls2009 NDRPDR iter env 5
1348         - 41  # rls2009 NDRPDR iter env 5
1349
1350     vpp-compare-testbeds-hsw-clx-ref:
1351       csit-vpp-perf-report-iterative-2009-3n-hsw:
1352         - 21  # rls2009 NDRPDR iter env 5
1353         - 22  # rls2009 NDRPDR iter env 5
1354         - 24  # rls2009 NDRPDR iter env 5
1355         - 25  # rls2009 NDRPDR iter env 5
1356         - 26  # rls2009 NDRPDR iter env 5
1357         - 27  # rls2009 NDRPDR iter env 5
1358         - 28  # rls2009 NDRPDR iter env 5
1359         - 29  # rls2009 NDRPDR iter env 5
1360         - 30  # rls2009 NDRPDR iter env 5
1361         - 31  # rls2009 NDRPDR iter env 5
1362     vpp-compare-testbeds-hsw-clx-cmp:
1363       # TODO: Add:
1364       csit-vpp-perf-report-iterative-2009-2n-clx:
1365         - 36  # rls2009 NDRPDR iter env 5
1366         - 38  # rls2009 NDRPDR iter env 5
1367         - 41  # rls2009 NDRPDR iter env 5
1368
1369     vpp-compare-testbeds-mrr-ref:
1370       csit-vpp-perf-report-iterative-2009-3n-hsw:
1371         - 23  # rls2009 MRR iter env 5
1372     vpp-compare-testbeds-mrr-cmp:
1373       csit-vpp-perf-report-iterative-2009-3n-skx:
1374         - 24  # rls2009 MRR iter env 5
1375
1376     vpp-compare-testbeds-mrr-skx-clx-ref:
1377       csit-vpp-perf-report-iterative-2009-2n-skx:
1378         - 26  # rls2009 MRR iter env 5
1379     vpp-compare-testbeds-mrr-skx-clx-cmp:
1380       csit-vpp-perf-report-iterative-2009-2n-clx:
1381         - 35  # rls2009 MRR iter env 5
1382
1383     vpp-compare-testbeds-mrr-hsw-clx-ref:
1384       csit-vpp-perf-report-iterative-2009-3n-hsw:
1385         - 23  # rls2009 MRR iter env 5
1386     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1387       csit-vpp-perf-report-iterative-2009-2n-clx:
1388         - 35  # rls2009 MRR iter env 5
1389
1390     dpdk-compare-testbeds-ref:
1391       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1392         - 6   # NDRPDR iter env5
1393         - 7   # NDRPDR iter env5
1394         - 8   # NDRPDR iter env5
1395         - 9   # NDRPDR iter env5
1396         - 10  # NDRPDR iter env5
1397         - 11  # NDRPDR iter env5
1398         - 12  # NDRPDR iter env5
1399         - 13  # NDRPDR iter env5
1400         - 14  # NDRPDR iter env5
1401         - 15  # NDRPDR iter env5
1402     dpdk-compare-testbeds-cmp:
1403       csit-dpdk-perf-report-iterative-2009-3n-skx:
1404         - 4   # NDRPDR sel env5
1405         - 5   # NDRPDR sel env5
1406         - 6   # NDRPDR sel env5
1407         - 7   # NDRPDR sel env5
1408         - 8   # NDRPDR sel env5
1409         - 9   # NDRPDR sel env5
1410         - 14  # NDRPDR sel env5
1411         - 11  # NDRPDR sel env5
1412         - 12  # NDRPDR sel env5
1413         - 13  # NDRPDR sel env5
1414
1415     dpdk-compare-testbeds-skx-clx-ref:
1416       csit-dpdk-perf-report-iterative-2009-2n-skx:
1417         - 4   # NDRPDR iter env5
1418         - 5   # NDRPDR iter env5
1419         - 6   # NDRPDR iter env5
1420         - 7   # NDRPDR iter env5
1421         - 8   # NDRPDR iter env5
1422         - 9   # NDRPDR iter env5
1423         - 10  # NDRPDR iter env5
1424         - 11  # NDRPDR iter env5
1425         - 12  # NDRPDR iter env5
1426         - 13  # NDRPDR iter env5
1427     dpdk-compare-testbeds-skx-clx-cmp:
1428       csit-dpdk-perf-report-iterative-2009-2n-clx:
1429         - 4   # NDRPDR iter env5
1430         - 5   # NDRPDR iter env5
1431         - 6   # NDRPDR iter env5
1432         - 7   # NDRPDR iter env5
1433         - 8   # NDRPDR iter env5
1434         - 9   # NDRPDR iter env5
1435         - 10  # NDRPDR iter env5
1436         - 11  # NDRPDR iter env5
1437         - 12  # NDRPDR iter env5
1438         - 13  # NDRPDR iter env5
1439
1440     # Compare topologies
1441
1442     vpp-compare-topologies-ref:
1443       # TODO: Add:
1444       csit-vpp-perf-report-iterative-2009-3n-skx:
1445         - 27  # rls2009 NDRPDR iter env 5
1446         - 29  # rls2009 NDRPDR iter env 5
1447     vpp-compare-topologies-cmp:
1448       # TODO: Add:
1449       csit-vpp-perf-report-iterative-2009-2n-skx:
1450         - 35  # rls2009 NDRPDR iter env 5
1451         - 36  # rls2009 NDRPDR iter env 5
1452         - 37  # rls2009 NDRPDR iter env 5
1453         - 39  # rls2009 NDRPDR iter env 5
1454         - 40  # rls2009 NDRPDR iter env 5
1455         - 42  # rls2009 NDRPDR iter env 5
1456
1457     vpp-compare-topologies-mrr-ref:
1458       csit-vpp-perf-report-iterative-2009-3n-skx:
1459         - 24  # rls2009 MRR iter env 5
1460     vpp-compare-topologies-mrr-cmp:
1461       csit-vpp-perf-report-iterative-2009-2n-skx:
1462         - 26  # rls2009 MRR iter env 5
1463
1464     dpdk-compare-topologies-ref:
1465       csit-dpdk-perf-report-iterative-2009-3n-skx:
1466         - 4   # NDRPDR sel env5
1467         - 5   # NDRPDR sel env5
1468         - 6   # NDRPDR sel env5
1469         - 7   # NDRPDR sel env5
1470         - 8   # NDRPDR sel env5
1471         - 9   # NDRPDR sel env5
1472         - 14  # NDRPDR sel env5
1473         - 11  # NDRPDR sel env5
1474         - 12  # NDRPDR sel env5
1475         - 13  # NDRPDR sel env5
1476     dpdk-compare-topologies-cmp:
1477       csit-dpdk-perf-report-iterative-2009-2n-skx:
1478         - 4   # NDRPDR iter env5
1479         - 5   # NDRPDR iter env5
1480         - 6   # NDRPDR iter env5
1481         - 7   # NDRPDR iter env5
1482         - 8   # NDRPDR iter env5
1483         - 9   # NDRPDR iter env5
1484         - 10  # NDRPDR iter env5
1485         - 11  # NDRPDR iter env5
1486         - 12  # NDRPDR iter env5
1487         - 13  # NDRPDR iter env5
1488
1489   plot-layouts:
1490
1491     plot-soak-throughput:
1492       titlefont:
1493         size: 18
1494       xaxis:
1495         title: "<b>Test Cases [Index]</b>"
1496         titlefont:
1497           size: 16
1498         autorange: True
1499         fixedrange: False
1500         gridcolor: "rgb(230, 230, 230)"
1501         linecolor: "rgb(220, 220, 220)"
1502         linewidth: 1
1503         showgrid: True
1504         showline: True
1505         showticklabels: True
1506         tickcolor: "rgb(220, 220, 220)"
1507         tickmode: "linear"
1508         tickfont:
1509           size: 16
1510         zeroline: False
1511       yaxis:
1512         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1513         titlefont:
1514           size: 16
1515         gridcolor: "rgb(230, 230, 230)"
1516         hoverformat: ".4r"
1517         tickformat: ".3r"
1518         linecolor: "rgb(220, 220, 220)"
1519         linewidth: 1
1520         showgrid: True
1521         showline: True
1522         showticklabels: True
1523         tickcolor: "rgb(220, 220, 220)"
1524         tickfont:
1525           size: 16
1526         zeroline: False
1527         range: [0,50]
1528       autosize: False
1529       margin:
1530         t: 50
1531         b: 0
1532         l: 80
1533         r: 20
1534       showlegend: True
1535       legend:
1536         orientation: "h"
1537         font:
1538           size: 16
1539       width: 700
1540       height: 900
1541       paper_bgcolor: "#fff"
1542       plot_bgcolor: "#fff"
1543       hoverlabel:
1544         namelength: -1
1545
1546     plot-service-density:
1547       titlefont:
1548         size: 18
1549       xaxis:
1550         side: "top"
1551         autorange: True
1552         fixedrange: False
1553         showgrid: False
1554         showline: False
1555         showticklabels: False
1556         ticks: ""
1557         ticklen: 0
1558         tickwidth: 0
1559         zeroline: False
1560       yaxis:
1561         autorange: "reversed"
1562         showgrid: False
1563         showline: False
1564         showticklabels: False
1565         ticks: ""
1566         ticklen: 0
1567         tickwidth: 0
1568         zeroline: False
1569       showlegend: False
1570       paper_bgcolor: "#fff"
1571       plot_bgcolor: "#fff"
1572       width: 700
1573       height: 700
1574       hoverlabel:
1575         namelength: -1
1576
1577     plot-hoststack:
1578       titlefont:
1579         size: 16
1580       xaxis:
1581         title: "<b>Test Cases [Index]</b>"
1582         titlefont:
1583           size: 14
1584         autorange: True
1585         fixedrange: False
1586         gridcolor: "rgb(230, 230, 230)"
1587         linecolor: "rgb(220, 220, 220)"
1588         linewidth: 1
1589         showgrid: True
1590         showline: True
1591         showticklabels: True
1592         tickcolor: "rgb(220, 220, 220)"
1593         tickmode: "linear"
1594         tickfont:
1595           size: 14
1596         zeroline: False
1597       yaxis:
1598         title: "<b>Bandwidth [Gbps]</b>"
1599         titlefont:
1600           size: 14
1601         gridcolor: "rgb(230, 230, 230)"
1602         hoverformat: ".4s"
1603         linecolor: "rgb(220, 220, 220)"
1604         linewidth: 1
1605         rangemode: "tozero"
1606         showgrid: True
1607         showline: True
1608         showticklabels: True
1609         tickcolor: "rgb(230, 230, 230)"
1610         tickformat: ".3s"
1611         tickfont:
1612           size: 14
1613         zeroline: False
1614       boxmode: "group"
1615       boxgroupgap: 0.5
1616       autosize: False
1617       margin:
1618         t: 50
1619         b: 20
1620         l: 80
1621         r: 20
1622       showlegend: True
1623       legend:
1624         orientation: "h"
1625         font:
1626           size: 14
1627       width: 700
1628       height: 800
1629       paper_bgcolor: "#fff"
1630       plot_bgcolor: "#fff"
1631       hoverlabel:
1632         namelength: -1
1633
1634     plot-throughput:
1635       titlefont:
1636         size: 18
1637       xaxis:
1638         title: "<b>Test Cases [Index]</b>"
1639         titlefont:
1640           size: 16
1641         autorange: True
1642         fixedrange: False
1643         gridcolor: "rgb(230, 230, 230)"
1644         linecolor: "rgb(220, 220, 220)"
1645         linewidth: 1
1646         showgrid: True
1647         showline: True
1648         showticklabels: True
1649         tickcolor: "rgb(220, 220, 220)"
1650         tickmode: "linear"
1651         tickfont:
1652           size: 16
1653         zeroline: False
1654       yaxis:
1655         title: "<b>Packet Throughput [Mpps]</b>"
1656         titlefont:
1657           size: 16
1658         gridcolor: "rgb(230, 230, 230)"
1659         hoverformat: ".4r"
1660         tickformat: ".3r"
1661         linecolor: "rgb(220, 220, 220)"
1662         linewidth: 1
1663         showgrid: True
1664         showline: True
1665         showticklabels: True
1666         tickcolor: "rgb(220, 220, 220)"
1667         tickfont:
1668           size: 16
1669         zeroline: False
1670         range: [0,50]
1671       autosize: False
1672       margin:
1673         t: 50
1674         b: 0
1675         l: 80
1676         r: 20
1677       showlegend: True
1678       legend:
1679         orientation: "h"
1680         font:
1681           size: 16
1682       width: 700
1683       height: 900
1684       paper_bgcolor: "#fff"
1685       plot_bgcolor: "#fff"
1686       hoverlabel:
1687         namelength: -1
1688
1689     plot-throughput-speedup-analysis:
1690       titlefont:
1691         size: 18
1692       xaxis:
1693         title: "<b>Number of Cores [Qty]</b>"
1694         titlefont:
1695           size: 16
1696         autorange: True
1697         fixedrange: False
1698         gridcolor: "rgb(230, 230, 230)"
1699         linecolor: "rgb(220, 220, 220)"
1700         linewidth: 1
1701         showgrid: True
1702         showline: True
1703         showticklabels: True
1704         tickcolor: "rgb(238, 238, 238)"
1705         tickmode: "linear"
1706         tickfont:
1707           size: 16
1708         zeroline: False
1709       yaxis:
1710         title: "<b>Packet Throughput [Mpps]</b>"
1711         titlefont:
1712           size: 16
1713         type: "linear"
1714         gridcolor: "rgb(230, 230, 230)"
1715         hoverformat: ".4s"
1716         linecolor: "rgb(220, 220, 220)"
1717         linewidth: 1
1718         showgrid: True
1719         showline: True
1720         showticklabels: True
1721         tickcolor: "rgb(220, 220, 220)"
1722         tickformat: ".4s"
1723         tickfont:
1724           size: 16
1725         zeroline: True
1726         rangemode: "tozero"
1727         range: [0,100]
1728       legend:
1729         orientation: "h"
1730         font:
1731           size: 16
1732         xanchor: "left"
1733         yanchor: "top"
1734         x: 0
1735         y: -0.2
1736         bgcolor: "rgba(255, 255, 255, 0)"
1737         bordercolor: "rgba(255, 255, 255, 0)"
1738         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1739       autosize: False
1740       margin:
1741           't': 50
1742           'b': 150
1743           'l': 85
1744           'r': 10
1745       showlegend: True
1746       width: 700
1747       height: 700
1748       paper_bgcolor: "#fff"
1749       plot_bgcolor: "#fff"
1750       hoverlabel:
1751         namelength: -1
1752       annotations: [
1753         {
1754           text: "_ _          __          ...",
1755           align: "left",
1756           showarrow: False,
1757           xref: "paper",
1758           yref: "paper",
1759           xanchor: "left",
1760           yanchor: "top",
1761           x: 0,
1762           y: -0.13,
1763           font: {
1764             family: "Consolas, Courier New",
1765             size: 15
1766           },
1767         },
1768         {
1769           text: "    Perfect     Measured     Limit",
1770           align: "left",
1771           showarrow: False,
1772           xref: "paper",
1773           yref: "paper",
1774           xanchor: "left",
1775           yanchor: "top",
1776           x: 0,
1777           y: -0.15,
1778           font: {
1779             family: "Consolas, Courier New",
1780             size: 15
1781           },
1782         },
1783       ]
1784
1785     plot-latency:
1786       titlefont:
1787         size: 18
1788       xaxis:
1789         title: "<b>Direction</b>"
1790         titlefont:
1791           size: 16
1792         autorange: True
1793         fixedrange: False
1794         gridcolor: "rgb(230, 230, 230)"
1795         linecolor: "rgb(220, 220, 220)"
1796         linewidth: 1
1797         showgrid: True
1798         showline: True
1799         showticklabels: False
1800         tickcolor: "rgb(220, 220, 220)"
1801         tickmode: "linear"
1802         tickfont:
1803           size: 16
1804         zeroline: False
1805       yaxis:
1806         title: "<b>Packet Latency [uSec]</b>"
1807         titlefont:
1808           size: 16
1809         type: "linear"
1810         gridcolor: "rgb(230, 230, 230)"
1811         hoverformat: ".4s"
1812         linecolor: "rgb(220, 220, 220)"
1813         linewidth: 1
1814         showgrid: True
1815         showline: True
1816         showticklabels: True
1817         tickcolor: "rgb(220, 220, 220)"
1818         tickformat: ".4s"
1819         tickfont:
1820           size: 16
1821         zeroline: True
1822         rangemode: "tozero"
1823       legend:
1824         orientation: "h"
1825         font:
1826           size: 16
1827         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1828       autosize: False
1829       margin:
1830           't': 50
1831           'b': 150
1832           'l': 80
1833           'r': 10
1834       showlegend: True
1835       width: 700
1836       height: 700
1837       paper_bgcolor: "#fff"
1838       plot_bgcolor: "#fff"
1839       hoverlabel:
1840         namelength: -1
1841
1842     plot-hdrh-latency:
1843       title:
1844         text: ""
1845         xanchor: "center"
1846         x: 0.5
1847         font:
1848           size: 16
1849       width: 700
1850       plot_bgcolor: "white"
1851       annotations:
1852         - font:
1853             size: 14
1854           showarrow: False
1855           text: "<b>Packet Latency [uSec]</b>"
1856           x: 1
1857           xanchor: "right"
1858           xref: "paper"
1859           y: -0.045
1860           yanchor: "top"
1861           yref: "paper"
1862         - font:
1863             size: 14
1864           showarrow: False
1865           text: "<b>Probability [%]</b>"
1866           textangle: 270
1867           x: -0.06
1868           xanchor: "center"
1869           xref: "paper"
1870           y: 0.5
1871           yanchor: "middle"
1872           yref: "paper"
1873         - font:
1874             size: 14
1875           showarrow: False
1876           text: "<b>Direction: E-W</b>"
1877           x: 0.24
1878           xanchor: "center"
1879           xref: "paper"
1880           y: 1.05
1881           yanchor: "bottom"
1882           yref: "paper"
1883         - font:
1884             size: 14
1885           showarrow: False
1886           text: "<b>Direction: W-E</b>"
1887           x: 0.74
1888           xanchor: "center"
1889           xref: "paper"
1890           y: 1.05
1891           yanchor: "bottom"
1892           yref: "paper"
1893
1894     plot-hdrh-latency-percentile:
1895       title:
1896         text: ""
1897         xanchor: "center"
1898         x: 0.5
1899         font:
1900           size: 18
1901       xaxis:
1902         type: "log"
1903         title: "<b>Percentile [%]</b>"
1904         titlefont:
1905           size: 16
1906         autorange: True
1907         fixedrange: False
1908         gridcolor: "rgb(230, 230, 230)"
1909         linecolor: "rgb(220, 220, 220)"
1910         linewidth: 1
1911         showgrid: True
1912         showline: True
1913         showticklabels: True
1914         tickcolor: "rgb(220, 220, 220)"
1915         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1916         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1917         tickfont:
1918           size: 16
1919       yaxis:
1920         title: "<b>Packet Latency [uSec]</b>"
1921         titlefont:
1922           size: 16
1923         gridcolor: "rgb(230, 230, 230)"
1924         linecolor: "rgb(220, 220, 220)"
1925         linewidth: 1
1926         showgrid: True
1927         showline: True
1928         showticklabels: True
1929         tickcolor: "rgb(220, 220, 220)"
1930         tickfont:
1931           size: 16
1932       autosize: False
1933       showlegend: True
1934       legend:
1935         traceorder: "normal"
1936         orientation: "h"
1937         font:
1938           size: 16
1939         xanchor: "left"
1940         yanchor: "top"
1941         x: 0
1942         y: -0.15
1943         bgcolor: "rgba(255, 255, 255, 0)"
1944         bordercolor: "rgba(255, 255, 255, 0)"
1945       width: 700
1946       height: 700
1947       paper_bgcolor: "white"
1948       plot_bgcolor: "white"
1949
1950     plot-hdrh-latency-by-percentile:
1951       title:
1952         text: "<b>Latency by Percentile Distribution</b>"
1953         xanchor: "center"
1954         x: 0.5
1955         font:
1956           size: 18
1957       showlegend: True
1958       legend:
1959         traceorder: "normal"
1960         orientation: "h"
1961         font:
1962           size: 16
1963         xanchor: "left"
1964         yanchor: "top"
1965         x: 0
1966         y: -0.2
1967         bgcolor: "rgba(255, 255, 255, 0)"
1968         bordercolor: "rgba(255, 255, 255, 0)"
1969       xaxis:
1970         type: "linear"
1971         title: "<b>Percentile [%]</b>"
1972         titlefont:
1973           size: 14
1974         autorange: False
1975         fixedrange: False
1976         range: [0, 100]
1977         gridcolor: "rgb(230, 230, 230)"
1978         linecolor: "rgb(220, 220, 220)"
1979         linewidth: 1
1980         showgrid: True
1981         showline: True
1982         showticklabels: True
1983         tickcolor: "rgb(220, 220, 220)"
1984         tickvals: [0, 25, 50, 75, 100]
1985         ticktext: [0, 25, 50, 75, 100]
1986         tickfont:
1987           size: 14
1988       yaxis:
1989         title: "<b>One-Way Latency per Direction [uSec]</b>"
1990         titlefont:
1991           size: 14
1992         gridcolor: "rgb(230, 230, 230)"
1993         linecolor: "rgb(220, 220, 220)"
1994         linewidth: 1
1995         showgrid: True
1996         showline: True
1997         showticklabels: True
1998         tickcolor: "rgb(220, 220, 220)"
1999         tickfont:
2000           size: 14
2001       width: 700
2002       height: 700
2003       paper_bgcolor: "white"
2004       plot_bgcolor: "white"
2005
2006 - type: "static"
2007   src-path: "{DIR[RST]}"
2008   dst-path: "{DIR[WORKING,SRC]}"
2009
2010 - type: "input"
2011   general:
2012     file-name: "output_info.xml.gz"
2013     file-format: ".gz"
2014     arch-file-format:
2015       - ".gz"
2016       - ".zip"
2017     download-path: "{job}/{build}/archives/{filename}"
2018     extract: "output.xml"
2019
2020     zip-file-name: "robot-plugin.zip"
2021     zip-file-format: ".zip"
2022     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2023     zip-extract: "robot-plugin/output.xml"
2024
2025   builds:
2026
2027     csit-vpp-perf-verify-2001-3n-hsw:
2028       - 17  # MRR sel
2029     csit-vpp-perf-report-iterative-2005-3n-hsw:
2030       - 20  # NDRPDR sel env 4
2031       - 21  # NDRPDR sel env 4
2032       - 22  # NDRPDR sel env 4
2033       - 23  # NDRPDR sel env 4
2034       - 24  # NDRPDR sel env 4
2035       - 25  # NDRPDR sel env 4
2036       - 26  # NDRPDR sel env 4
2037       - 27  # NDRPDR sel env 4
2038       - 28  # NDRPDR sel env 4
2039       - 29  # NDRPDR sel env 4
2040       - 13  # MRR
2041       - 30  # MRR env 4
2042       - 31  # NDRPDR sel 2001.0-4
2043       - 32  # NDRPDR sel 2001.0-4
2044       - 33  # NDRPDR sel 2001.0-4
2045       - 34  # NDRPDR sel 2001.0-4
2046       - 35  # NDRPDR sel 2001.0-4
2047       - 36  # NDRPDR sel 2001.0-4
2048       - 38  # NDRPDR sel 2001.0-4
2049     csit-vpp-perf-report-iterative-2009-3n-hsw:
2050       - 18  # rls2005 MRR iter env 5
2051       - 9   # rls2005 NDRPDR iter env 5
2052       - 10  # rls2005 NDRPDR iter env 5
2053       - 11  # rls2005 NDRPDR iter env 5
2054       - 12  # rls2005 NDRPDR iter env 5
2055       - 13  # rls2005 NDRPDR iter env 5
2056       - 14  # rls2005 NDRPDR iter env 5
2057       - 15  # rls2005 NDRPDR iter env 5
2058       - 16  # rls2005 NDRPDR iter env 5
2059       - 17  # rls2005 NDRPDR iter env 5
2060       - 19  # rls2005 NDRPDR iter env 5
2061       - 23  # rls2009 MRR iter env 5
2062       - 21  # rls2009 NDRPDR iter env 5
2063       - 22  # rls2009 NDRPDR iter env 5
2064       - 24  # rls2009 NDRPDR iter env 5
2065       - 25  # rls2009 NDRPDR iter env 5
2066       - 26  # rls2009 NDRPDR iter env 5
2067       - 27  # rls2009 NDRPDR iter env 5
2068       - 28  # rls2009 NDRPDR iter env 5
2069       - 29  # rls2009 NDRPDR iter env 5
2070       - 30  # rls2009 NDRPDR iter env 5
2071       - 31  # rls2009 NDRPDR iter env 5
2072       - 32  # rls2009 Hoststack iter env 5
2073       - 33  # rls2009 Hoststack iter env 5
2074       - 34  # rls2009 Hoststack iter env 5
2075       - 35  # rls2009 Hoststack iter env 5
2076       - 36  # rls2009 Hoststack iter env 5
2077       - 37  # rls2009 Hoststack iter env 5
2078       - 38  # rls2009 Hoststack iter env 5
2079       - 39  # rls2009 Hoststack iter env 5
2080       - 40  # rls2009 Hoststack iter env 5
2081       - 41  # rls2009 Hoststack iter env 5
2082     # TODO: Add:
2083     csit-vpp-perf-report-coverage-2009-3n-hsw:
2084       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2085       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2086       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2087       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2088       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2089       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2090       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2091       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2092       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2093       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2094       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2095       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2096       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2097       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2098       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2099
2100     csit-vpp-perf-verify-2001-3n-skx:
2101       - 50  # MRR sel
2102       - 53  # MRR sel addition
2103     csit-vpp-perf-report-iterative-2005-3n-skx:
2104       - 4   # NDRPDR sel
2105       - 5   # NDRPDR sel ??? all x710 failed
2106       - 33  # NDRPDR sel
2107       - 28  # NDRPDR sel
2108       - 34  # NDRPDR sel
2109       - 42  # NDRPDR sel env 4
2110       - 43  # NDRPDR sel env 4
2111       - 44  # NDRPDR sel env 4
2112       - 45  # NDRPDR sel env 4
2113       - 47  # NDRPDR sel env 4
2114       - 55  # NDRPDR sel env 4
2115       - 56  # NDRPDR sel env 4
2116       - 57  # NDRPDR sel env 4
2117       - 61  # NDRPDR sel env 4
2118       - 62  # NDRPDR sel env 4
2119       - 50  # NDRPDR sel 2001.0-4
2120       - 51  # NDRPDR sel 2001.0-4
2121       - 52  # NDRPDR sel 2001.0-4
2122       - 53  # NDRPDR sel 2001.0-4
2123       - 54  # NDRPDR sel 2001.0-4
2124       - 49  # MRR sel env 4
2125     # TODO: Add:
2126     csit-vpp-perf-report-iterative-2009-3n-skx:
2127       - 17  # rls2005 MRR iter env 5
2128       - 13  # rls2005 NDRPDR iter env 5
2129       - 18  # rls2005 NDRPDR iter env 5
2130       - 19  # rls2005 NDRPDR iter env 5
2131       - 24  # rls2009 MRR iter env 5
2132       - 27  # rls2009 NDRPDR iter env 5
2133       - 29  # rls2009 NDRPDR iter env 5
2134     # TODO: Add:
2135     csit-vpp-perf-report-coverage-2009-3n-skx:
2136       - 1   # RC2 env5 3n-skx-ip4-00
2137
2138     csit-vpp-perf-verify-2001-2n-skx:
2139       - 101  # MRR sel - old
2140       - 128  # MRR sel addition - old
2141     csit-vpp-perf-report-iterative-2005-2n-skx:
2142       - 88  # NDRPDR sel env 4
2143       - 89  # NDRPDR sel env 4
2144       - 90  # NDRPDR sel env 4
2145       - 91  # NDRPDR sel env 4
2146       - 92  # NDRPDR sel env 4
2147       - 93  # NDRPDR sel env 4
2148       - 94  # NDRPDR sel env 4
2149       - 125 # NDRPDR sel env 4
2150       - 126 # NDRPDR sel env 4
2151       - 127 # NDRPDR sel env 4
2152       - 100 # NDRPDR sel 2001.0-4
2153       - 101 # NDRPDR sel 2001.0-4
2154       - 102 # NDRPDR sel 2001.0-4
2155       - 103 # NDRPDR sel 2001.0-4
2156       - 104 # NDRPDR sel 2001.0-4
2157       - 105 # NDRPDR sel 2001.0-4
2158       - 99  # MRR sel env 4
2159       - 122 # Soak
2160       - 123 # Soak
2161       - 113 # nf-density-sel env 4
2162       - 114 # nf-density-sel env 4
2163       - 124 # nf-density-sel env 4
2164       - 128 # nf-density-sel env 4
2165       - 129 # nf-density-sel env 4
2166       - 131 # nf-density-sel env 4
2167       - 132 # nf-density-sel env 4
2168       - 135 # nf-density-sel env 4
2169       - 136 # nf-density-sel env 4
2170       - 139 # nf-density-sel env 4
2171       - 115 # MRR nf-density-sel env 4
2172     # TODO: Add:
2173     csit-vpp-perf-report-iterative-2009-2n-skx:
2174       - 20  # rls2005 MRR iter env 5
2175       - 13  # rls2005 NDRPDR iter env 5
2176       - 16  # rls2005 NDRPDR iter env 5
2177       - 17  # rls2005 NDRPDR iter env 5
2178       - 18  # rls2005 NDRPDR iter env 5
2179       - 19  # rls2005 NDRPDR iter env 5
2180       - 21  # rls2005 NDRPDR iter env 5
2181       - 22  # rls2005 NDRPDR iter env 5
2182       - 23  # rls2005 NDRPDR iter env 5
2183       - 24  # rls2005 NDRPDR iter env 5
2184       - 25  # rls2005 NDRPDR iter env 5
2185       - 26  # rls2009 MRR iter env 5
2186       - 35  # rls2009 NDRPDR iter env 5
2187       - 36  # rls2009 NDRPDR iter env 5
2188       - 37  # rls2009 NDRPDR iter env 5
2189       - 39  # rls2009 NDRPDR iter env 5
2190       - 40  # rls2009 NDRPDR iter env 5
2191       - 42  # rls2009 NDRPDR iter env 5
2192       - 38  # rls2009 nf-density iter env 5
2193       - 41  # rls2009 nf-density iter env 5
2194       - 45  # rls2009 nf-density iter env 5
2195       - 47  # rls2009 nf-density iter env 5
2196       - 27  # rls2009 reconf env 5
2197       - 28  # rls2009 reconf env 5
2198       - 29  # rls2009 reconf env 5
2199       - 30  # rls2009 reconf env 5
2200       - 31  # rls2009 reconf env 5
2201       - 32  # rls2009 reconf env 5
2202       - 33  # rls2009 soak env 5
2203       - 34  # rls2009 soak env 5
2204     # TODO: Add:
2205     csit-vpp-perf-report-coverage-2009-2n-skx:
2206       - 7   # RC2 env5 2n-skx-ip4-00
2207
2208     csit-vpp-perf-verify-2001-2n-clx:
2209       - 39  # MRR
2210     csit-vpp-perf-report-iterative-2005-2n-clx:
2211       - 62  # NDRPDR sel env 4
2212       - 63  # NDRPDR sel env 4
2213       - 64  # NDRPDR sel env 4
2214       - 65  # NDRPDR sel env 4
2215       - 66  # NDRPDR sel env 4
2216       - 68  # NDRPDR sel env 4
2217       - 69  # NDRPDR sel env 4
2218       - 70  # NDRPDR sel env 4
2219       - 103 # NDRPDR sel env 4
2220       - 104 # NDRPDR sel env 4
2221       - 73  # NDRPDR sel 2001.0-4
2222       - 74  # NDRPDR sel 2001.0-4
2223       - 75  # NDRPDR sel 2001.0-4
2224       - 76  # NDRPDR sel 2001.0-4
2225       - 77  # NDRPDR sel 2001.0-4
2226       - 78  # NDRPDR sel 2001.0-4
2227       - 79  # NDRPDR sel 2001.0-4
2228       - 80  # NDRPDR sel 2001.0-4
2229       - 72  # MRR env 4
2230       - 91  # nfv-density-00 env 4
2231       - 92  # nfv-density-00 env 4
2232       - 93  # nfv-density-00 env 4
2233       - 97  # nfv-density-00 env 4
2234       - 98  # nfv-density-00 env 4
2235       - 99  # nfv-density-00 env 4
2236       - 100 # nfv-density-00 env 4
2237       - 105 # nfv-density-00 env 4
2238       - 106 # nfv-density-00 env 4
2239       - 108 # nfv-density-00 env 4
2240       - 96  # MRR nfv-density-00 env 4
2241     # TODO: Add:
2242     csit-vpp-perf-report-iterative-2009-2n-clx:
2243       - 16  # rls2005 MRR iter env 5
2244       - 13  # rls2005 NDRPDR iter env 5
2245       - 15  # rls2005 NDRPDR iter env 5
2246       - 17  # rls2005 NDRPDR iter env 5
2247       - 18  # rls2005 NDRPDR iter env 5
2248       - 19  # rls2005 NDRPDR iter env 5
2249       - 20  # rls2005 NDRPDR iter env 5
2250       - 21  # rls2005 NDRPDR iter env 5
2251       - 22  # rls2005 NDRPDR iter env 5
2252       - 23  # rls2005 NDRPDR iter env 5
2253       - 24  # rls2005 NDRPDR iter env 5
2254       - 35  # rls2009 MRR iter env 5
2255       - 36  # rls2009 NDRPDR iter env 5
2256       - 38  # rls2009 NDRPDR iter env 5
2257       - 41  # rls2009 NDRPDR iter env 5
2258       - 37  # rls2009 nf-density iter env 5
2259       - 43  # rls2009 nf-density iter env 5
2260       - 25  # rls2009 reconf env 5
2261       - 27  # rls2009 reconf env 5
2262       - 28  # rls2009 reconf env 5
2263       - 29  # rls2009 reconf env 5
2264       - 30  # rls2009 reconf env 5
2265       - 30  # rls2009 reconf env 5
2266       - 32  # rls2009 reconf env 5
2267       - 33  # rls2009 soak env 5
2268       - 34  # rls2009 soak env 5
2269     # TODO: Add:
2270     csit-vpp-perf-report-coverage-2009-2n-clx:
2271       - 1   # RC2 env5 2n-clx-ip4-00
2272
2273     csit-vpp-perf-verify-2001-3n-tsh:
2274       - 9   # MRR sel
2275     csit-vpp-perf-report-iterative-2005-3n-tsh:
2276       - 9   # NDRPDR sel
2277       - 11  # NDRPDR sel
2278       - 12  # NDRPDR sel
2279       - 20  # NDRPDR sel
2280       - 14  # NDRPDR sel
2281       - 21  # NDRPDR sel
2282       - 23  # NDRPDR sel env 4
2283       - 25  # NDRPDR sel env 4
2284       - 33  # NDRPDR sel env 4
2285       - 34  # NDRPDR sel env 4
2286       - 35  # NDRPDR sel env 4
2287       - 36  # NDRPDR sel env 4
2288       - 37  # NDRPDR sel env 4
2289       - 38  # NDRPDR sel env 4
2290       - 39  # NDRPDR sel env 4
2291       - 40  # NDRPDR sel env 4
2292       - 28  # NDRPDR sel 2001.0-4
2293       - 29  # NDRPDR sel 2001.0-4
2294       - 31  # NDRPDR sel 2001.0-4
2295       - 27  # MRR sel env 4
2296     # TODO: Add:
2297     csit-vpp-perf-report-iterative-2009-3n-tsh:
2298       - 8   # rls2005 NDRPDR iter env 5
2299       - 11  # rls2005 NDRPDR iter env 5
2300       - 12  # rls2005 NDRPDR iter env 5
2301       - 13  # rls2005 MRR iter env 5
2302       - 14  # rls2009 NDRPDR iter env 5
2303     csit-vpp-perf-report-coverage-2009-3n-tsh:
2304       - 1   # RC2 3n-tsh-ip4-00
2305
2306 #    csit-vpp-perf-verify-2001-3n-dnv:
2307 #      - 5   # NDRPDR sel
2308 #      - 6   # NDRPDR sel
2309 #      - 7   # NDRPDR sel
2310 #      - 8   # NDRPDR sel
2311 #      - 9   # NDRPDR sel
2312 #      - 10  # NDRPDR sel
2313 #      - 12  # NDRPDR sel
2314 #      - 16  # NDRPDR sel
2315 #      - 17  # NDRPDR sel
2316 #      - 18  # NDRPDR sel
2317 #      - 11  # MRR sel
2318     # TODO: Add:
2319     csit-vpp-perf-report-iterative-2009-3n-dnv:
2320       - 2   # rls2009 NDRPDR iter env 5
2321       - 6   # rls2009 NDRPDR iter env 5
2322       - 10  # rls2009 NDRPDR iter env 5
2323       - 11  # rls2009 NDRPDR iter env 5
2324       - 12  # rls2009 NDRPDR iter env 5
2325 #    # TODO: Add:
2326 #    # csit-vpp-perf-report-coverage-2009-3n-dnv:
2327
2328 #    csit-vpp-perf-verify-2001-2n-dnv:
2329 #      - 4   # NDRPDR sel
2330 #      - 5   # NDRPDR sel
2331 #      - 6   # NDRPDR sel
2332 #      - 7   # NDRPDR sel
2333 #      - 8   # NDRPDR sel
2334 #      - 9   # NDRPDR sel
2335 #      - 10  # NDRPDR sel
2336 #      - 11  # NDRPDR sel
2337 #      - 13  # NDRPDR sel
2338 #      - 16  # NDRPDR sel
2339 #      - 12  # MRR sel
2340     # TODO: Add:
2341     csit-vpp-perf-report-iterative-2009-2n-dnv:
2342       - 3   # rls2009 NDRPDR iter env 5
2343       - 5   # rls2009 NDRPDR iter env 5
2344       - 6   # rls2009 NDRPDR iter env 5
2345       - 7   # rls2009 NDRPDR iter env 5
2346       - 9   # rls2009 NDRPDR iter env 5
2347       - 10  # rls2009 NDRPDR iter env 5
2348       - 11  # rls2009 NDRPDR iter env 5
2349       - 12  # rls2009 NDRPDR iter env 5
2350       - 14  # rls2009 NDRPDR iter env 5
2351 #    # TODO: Add:
2352 #    # csit-vpp-perf-report-coverage-2009-2n-dnv:
2353
2354     csit-dpdk-perf-verify-2001-3n-hsw:
2355       - 4   # NDRPDR sel
2356       - 5   # NDRPDR sel
2357       - 6   # NDRPDR sel
2358       - 7   # NDRPDR sel
2359       - 8   # NDRPDR sel
2360       - 9   # NDRPDR sel
2361       - 10  # NDRPDR sel
2362       - 11  # NDRPDR sel
2363       - 12  # NDRPDR sel
2364       - 13  # NDRPDR sel
2365       - 15  # NDRPDR sel
2366       - 16  # NDRPDR sel
2367       - 17  # NDRPDR sel
2368       - 18  # NDRPDR sel
2369       - 19  # NDRPDR sel
2370       - 20  # NDRPDR sel
2371       - 21  # NDRPDR sel
2372       - 22  # NDRPDR sel
2373       - 23  # NDRPDR sel
2374       - 24  # NDRPDR sel
2375     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2376       - 25  # NDRPDR iter
2377       - 26  # NDRPDR iter
2378       - 27  # NDRPDR iter
2379       - 28  # NDRPDR iter
2380       - 29  # NDRPDR iter
2381       - 30  # NDRPDR iter
2382       - 31  # NDRPDR iter
2383       - 32  # NDRPDR iter
2384       - 33  # NDRPDR iter
2385       - 34  # NDRPDR iter
2386     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2387       - 6   # NDRPDR iter env5
2388       - 7   # NDRPDR iter env5
2389       - 8   # NDRPDR iter env5
2390       - 9   # NDRPDR iter env5
2391       - 10  # NDRPDR iter env5
2392       - 11  # NDRPDR iter env5
2393       - 12  # NDRPDR iter env5
2394       - 13  # NDRPDR iter env5
2395       - 14  # NDRPDR iter env5
2396       - 15  # NDRPDR iter env5
2397
2398     csit-dpdk-perf-verify-2001-3n-skx:
2399       - 29  # NDRPDR sel xxv710
2400       - 33  # NDRPDR sel xxv710
2401       - 34  # NDRPDR sel xxv710
2402       - 35  # NDRPDR sel xxv710
2403       - 36  # NDRPDR sel xxv710
2404       - 37  # NDRPDR sel xxv710
2405       - 41  # NDRPDR sel xxv710
2406       - 42  # NDRPDR sel xxv710
2407       - 43  # NDRPDR sel xxv710
2408       - 45  # NDRPDR sel xxv710
2409       - 30  # NDRPDR sel x710
2410       - 31  # NDRPDR sel x710
2411       - 32  # NDRPDR sel x710
2412       - 38  # NDRPDR sel x710
2413       - 39  # NDRPDR sel x710
2414       - 40  # NDRPDR sel x710
2415       - 44  # NDRPDR sel x710
2416       - 46  # NDRPDR sel x710
2417       - 47  # NDRPDR sel x710
2418       - 48  # NDRPDR sel x710
2419     csit-dpdk-perf-report-iterative-2005-3n-skx:
2420       - 28  # NDRPDR iter
2421       - 29  # NDRPDR iter
2422       - 30  # NDRPDR iter
2423       - 31  # NDRPDR iter
2424       - 32  # NDRPDR iter
2425       - 33  # NDRPDR iter
2426       - 34  # NDRPDR iter
2427       - 35  # NDRPDR iter
2428       - 36  # NDRPDR iter
2429       - 37  # NDRPDR iter
2430     csit-dpdk-perf-report-iterative-2009-3n-skx:
2431       - 4   # NDRPDR sel env5
2432       - 5   # NDRPDR sel env5
2433       - 6   # NDRPDR sel env5
2434       - 7   # NDRPDR sel env5
2435       - 8   # NDRPDR sel env5
2436       - 9   # NDRPDR sel env5
2437       - 14  # NDRPDR sel env5
2438       - 11  # NDRPDR sel env5
2439       - 12  # NDRPDR sel env5
2440       - 13  # NDRPDR sel env5
2441
2442     csit-dpdk-perf-verify-2001-2n-skx:
2443       - 35  # NDRPDR sel xxv710
2444       - 36  # NDRPDR sel xxv710
2445       - 37  # NDRPDR sel xxv710
2446       - 41  # NDRPDR sel xxv710
2447       - 42  # NDRPDR sel xxv710
2448       - 43  # NDRPDR sel xxv710
2449       - 46  # NDRPDR sel xxv710
2450       - 47  # NDRPDR sel xxv710
2451       - 52  # NDRPDR sel xxv710
2452       - 53  # NDRPDR sel xxv710
2453       - 38  # NDRPDR sel x710
2454       - 39  # NDRPDR sel x710
2455       - 40  # NDRPDR sel x710
2456       - 44  # NDRPDR sel x710
2457       - 45  # NDRPDR sel x710
2458       - 48  # NDRPDR sel x710
2459       - 49  # NDRPDR sel x710
2460       - 50  # NDRPDR sel x710
2461       - 51  # NDRPDR sel x710
2462       - 54  # NDRPDR sel x710
2463     csit-dpdk-perf-report-iterative-2005-2n-skx:
2464       - 20  # NDRPDR iter
2465       - 21  # NDRPDR iter
2466       - 22  # NDRPDR iter
2467       - 23  # NDRPDR iter
2468       - 24  # NDRPDR iter
2469       - 25  # NDRPDR iter
2470       - 26  # NDRPDR iter
2471       - 27  # NDRPDR iter
2472       - 28  # NDRPDR iter
2473       - 29  # NDRPDR iter
2474     csit-dpdk-perf-report-iterative-2009-2n-skx:
2475       - 4   # NDRPDR iter env5
2476       - 5   # NDRPDR iter env5
2477       - 6   # NDRPDR iter env5
2478       - 7   # NDRPDR iter env5
2479       - 8   # NDRPDR iter env5
2480       - 9   # NDRPDR iter env5
2481       - 10  # NDRPDR iter env5
2482       - 11  # NDRPDR iter env5
2483       - 12  # NDRPDR iter env5
2484       - 13  # NDRPDR iter env5
2485
2486     csit-dpdk-perf-verify-2001-2n-clx:
2487       - 15  # NDRPDR sel
2488       - 16  # NDRPDR sel
2489       - 17  # NDRPDR sel
2490       - 18  # NDRPDR sel
2491       - 19  # NDRPDR sel
2492       - 20  # NDRPDR sel
2493       - 21  # NDRPDR sel
2494       - 22  # NDRPDR sel
2495       - 23  # NDRPDR sel
2496       - 24  # NDRPDR sel
2497       - 25  # NDRPDR sel
2498       - 26  # NDRPDR sel
2499       - 27  # NDRPDR sel
2500       - 28  # NDRPDR sel
2501       - 29  # NDRPDR sel
2502       - 30  # NDRPDR sel
2503       - 31  # NDRPDR sel
2504       - 32  # NDRPDR sel
2505       - 33  # NDRPDR sel
2506       - 34  # NDRPDR sel
2507     csit-dpdk-perf-report-iterative-2005-2n-clx:
2508       - 20  # NDRPDR iter
2509       - 21  # NDRPDR iter
2510       - 22  # NDRPDR iter
2511       - 23  # NDRPDR iter
2512       - 24  # NDRPDR iter
2513       - 25  # NDRPDR iter
2514       - 26  # NDRPDR iter
2515       - 27  # NDRPDR iter
2516       - 28  # NDRPDR iter
2517       - 29  # NDRPDR iter
2518     csit-dpdk-perf-report-iterative-2009-2n-clx:
2519       - 4   # NDRPDR iter env5
2520       - 5   # NDRPDR iter env5
2521       - 6   # NDRPDR iter env5
2522       - 7   # NDRPDR iter env5
2523       - 8   # NDRPDR iter env5
2524       - 9   # NDRPDR iter env5
2525       - 10  # NDRPDR iter env5
2526       - 11  # NDRPDR iter env5
2527       - 12  # NDRPDR iter env5
2528       - 13  # NDRPDR iter env5
2529
2530 #    csit-dpdk-perf-verify-2001-2n-dnv:
2531 #      - 9   # NDRPDR sel
2532 #      - 10  # NDRPDR sel
2533 #      - 11  # NDRPDR sel
2534 #      - 12  # NDRPDR sel
2535 #      - 13  # NDRPDR sel
2536 #      - 14  # NDRPDR sel
2537 #      - 15  # NDRPDR sel
2538 #      - 16  # NDRPDR sel
2539 #      - 17  # NDRPDR sel
2540 #      - 18  # NDRPDR sel
2541 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2542 #      - 8   # NDRPDR sel
2543 #      - 9   # NDRPDR sel
2544 #      - 10  # NDRPDR sel
2545 #      - 11  # NDRPDR sel
2546 #      - 12  # NDRPDR sel
2547 #      - 13  # NDRPDR sel
2548 #      - 14  # NDRPDR sel
2549 #      - 15  # NDRPDR sel
2550 #      - 16  # NDRPDR sel
2551 #      - 17  # NDRPDR sel
2552 #    # TODO: Add:
2553 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2554
2555 #    csit-dpdk-perf-verify-2001-3n-dnv:
2556 #      - 12  # NDRPDR sel
2557 #      - 13  # NDRPDR sel
2558 #      - 14  # NDRPDR sel
2559 #      - 15  # NDRPDR sel
2560 #      - 16  # NDRPDR sel
2561 #      - 17  # NDRPDR sel
2562 #      - 18  # NDRPDR sel
2563 #      - 19  # NDRPDR sel
2564 #      - 20  # NDRPDR sel
2565 #      - 22  # NDRPDR sel
2566 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2567 #      - 6   # NDRPDR sel
2568 #      - 7   # NDRPDR sel
2569 #      - 8   # NDRPDR sel
2570 #      - 9   # NDRPDR sel
2571 #      - 10  # NDRPDR sel
2572 #      - 11  # NDRPDR sel
2573 #      - 12  # NDRPDR sel
2574 #      - 13  # NDRPDR sel
2575 #      - 14  # NDRPDR sel
2576 #      - 16  # NDRPDR sel
2577 #    # TODO: Add:
2578 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2579
2580     csit-dpdk-perf-verify-2001-3n-tsh:
2581       - 3   # NDRPDR sel
2582       - 4   # NDRPDR sel
2583       - 5   # NDRPDR sel
2584       - 9   # NDRPDR sel
2585       - 10  # NDRPDR sel
2586       - 11  # NDRPDR sel
2587       - 12  # NDRPDR sel
2588       - 14  # NDRPDR sel
2589       - 15  # NDRPDR sel
2590       - 18  # NDRPDR sel
2591     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2592       - 5   # NDRPDR sel
2593     # TODO: Add:
2594     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2595       - 1   # NDRPDR iter env5
2596       - 2   # NDRPDR iter env5
2597       - 3   # NDRPDR iter env5
2598       - 4   # NDRPDR iter env5
2599       - 5   # NDRPDR iter env5
2600       - 6   # NDRPDR iter env5
2601       - 7   # NDRPDR iter env5
2602       - 9   # NDRPDR iter env5
2603       - 10  # NDRPDR iter env5
2604
2605     # TODO: Add:
2606     csit-vpp-device-2009-ubuntu1804-1n-skx:
2607       - 131 # rls2009 env 5
2608
2609 - type: "output"
2610   output: "report"
2611   format:
2612     html:
2613     - full
2614 #    pdf:
2615 #    - minimal
2616
2617 ################################################################################
2618 ###                               T A B L E S                                ###
2619 ################################################################################
2620
2621 # VPP Soak vs NDR - 2n-skx
2622 - type: "table"
2623   title: "VPP Soak vs NDR 2n-skx"
2624   algorithm: "table_soak_vs_ndr"
2625   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2626   reference:
2627     title: "NDR"
2628     data: "vpp-soak-vs-ndr-2n-skx-ref"
2629   compare:
2630     title: "Soak"
2631     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2632   data: "vpp-soak-vs-ndr-2n-skx"
2633   include-tests: "NDR"
2634   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2635   parameters:
2636     - "throughput"
2637     - "name"
2638     - "parent"
2639
2640 # VPP Soak vs NDR - 2n-clx
2641 - type: "table"
2642   title: "VPP Soak vs NDR 2n-clx"
2643   algorithm: "table_soak_vs_ndr"
2644   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2645   reference:
2646     title: "NDR"
2647     data: "vpp-soak-vs-ndr-2n-clx-ref"
2648   compare:
2649     title: "Soak"
2650     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2651   data: "vpp-soak-vs-ndr-2n-clx"
2652   include-tests: "NDR"
2653   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2654   parameters:
2655     - "throughput"
2656     - "name"
2657     - "parent"
2658
2659 ################################################################################
2660
2661 ## VPP Compare NICs 3n-skx 2t1c ndr
2662 #- type: "table"
2663 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2664 #  algorithm: "table_comparison"
2665 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2666 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2667 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2668 #  columns:
2669 #    - title: "x710"
2670 #      data-set: "vpp-nic-comparison-3n-skx"
2671 #      tag: "NIC_Intel-X710"
2672 #    - title: "xxv710"
2673 #      data-set: "vpp-nic-comparison-3n-skx"
2674 #      tag: "NIC_Intel-XXV710"
2675 #  comparisons:
2676 #    - title: "Diff"
2677 #      reference: 1
2678 #      compare: 2
2679 #  legend:
2680 #    - ""
2681 #    - "x710, xxv710 - NICs tested."
2682 #    - "Diff - difference between x710 and xxv710 NIC."
2683 #
2684 ## VPP Compare NICs 3n-skx 4t2c ndr
2685 #- type: "table"
2686 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2687 #  algorithm: "table_comparison"
2688 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2689 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2690 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2691 #  columns:
2692 #    - title: "x710"
2693 #      data-set: "vpp-nic-comparison-3n-skx"
2694 #      tag: "NIC_Intel-X710"
2695 #    - title: "xxv710"
2696 #      data-set: "vpp-nic-comparison-3n-skx"
2697 #      tag: "NIC_Intel-XXV710"
2698 #  comparisons:
2699 #    - title: "Diff"
2700 #      reference: 1
2701 #      compare: 2
2702 #  legend:
2703 #    - ""
2704 #    - "x710, xxv710 - NICs tested."
2705 #    - "Diff - difference between x710 and xxv710 NIC."
2706 #
2707 ## VPP Compare NICs 3n-skx 2t1c pdr
2708 #- type: "table"
2709 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2710 #  algorithm: "table_comparison"
2711 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2712 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2713 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2714 #  columns:
2715 #    - title: "x710"
2716 #      data-set: "vpp-nic-comparison-3n-skx"
2717 #      tag: "NIC_Intel-X710"
2718 #    - title: "xxv710"
2719 #      data-set: "vpp-nic-comparison-3n-skx"
2720 #      tag: "NIC_Intel-XXV710"
2721 #  comparisons:
2722 #    - title: "Diff"
2723 #      reference: 1
2724 #      compare: 2
2725 #  legend:
2726 #    - ""
2727 #    - "x710, xxv710 - NICs tested."
2728 #    - "Diff - difference between x710 and xxv710 NIC."
2729 #
2730 ## VPP Compare NICs 3n-skx 4t2c pdr
2731 #- type: "table"
2732 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2733 #  algorithm: "table_comparison"
2734 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2735 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2736 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2737 #  columns:
2738 #    - title: "x710"
2739 #      data-set: "vpp-nic-comparison-3n-skx"
2740 #      tag: "NIC_Intel-X710"
2741 #    - title: "xxv710"
2742 #      data-set: "vpp-nic-comparison-3n-skx"
2743 #      tag: "NIC_Intel-XXV710"
2744 #  comparisons:
2745 #    - title: "Diff"
2746 #      reference: 1
2747 #      compare: 2
2748 #  legend:
2749 #    - ""
2750 #    - "x710, xxv710 - NICs tested."
2751 #    - "Diff - difference between x710 and xxv710 NIC."
2752
2753 ## VPP Compare NICs 3n-skx 2t1c mrr
2754 #- type: "table"
2755 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2756 #  algorithm: "table_comparison"
2757 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2758 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2759 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2760 #  columns:
2761 #    - title: "x710"
2762 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2763 #      tag: "NIC_Intel-X710"
2764 #    - title: "xxv710"
2765 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2766 #      tag: "NIC_Intel-XXV710"
2767 #  comparisons:
2768 #    - title: "Diff"
2769 #      reference: 1
2770 #      compare: 2
2771 #  legend:
2772 #    - ""
2773 #    - "x710, xxv710 - NICs tested."
2774 #    - "Diff - difference between x710 and xxv710 NIC."
2775 #
2776 ## VPP Compare NICs 3n-skx 4t2c mrr
2777 #- type: "table"
2778 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2779 #  algorithm: "table_comparison"
2780 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2781 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2782 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2783 #  columns:
2784 #    - title: "x710"
2785 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2786 #      tag: "NIC_Intel-X710"
2787 #    - title: "xxv710"
2788 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2789 #      tag: "NIC_Intel-XXV710"
2790 #  comparisons:
2791 #    - title: "Diff"
2792 #      reference: 1
2793 #      compare: 2
2794 #  legend:
2795 #    - ""
2796 #    - "x710, xxv710 - NICs tested."
2797 #    - "Diff - difference between x710 and xxv710 NIC."
2798 #
2799 ## VPP Compare NICs 3n-skx 8t4c mrr
2800 #- type: "table"
2801 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2802 #  algorithm: "table_comparison"
2803 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2804 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2805 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2806 #  columns:
2807 #    - title: "x710"
2808 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2809 #      tag: "NIC_Intel-X710"
2810 #    - title: "xxv710"
2811 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2812 #      tag: "NIC_Intel-XXV710"
2813 #  comparisons:
2814 #    - title: "Diff"
2815 #      reference: 1
2816 #      compare: 2
2817 #  legend:
2818 #    - ""
2819 #    - "x710, xxv710 - NICs tested."
2820 #    - "Diff - difference between x710 and xxv710 NIC."
2821
2822 # VPP Compare NICs 2n-skx 2t1c ndr
2823 - type: "table"
2824   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2825   algorithm: "table_comparison"
2826   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2827   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2828   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2829   columns:
2830     - title: "x710"
2831       data-set: "vpp-nic-comparison-2n-skx"
2832       tag: "NIC_Intel-X710"
2833     - title: "xxv710"
2834       data-set: "vpp-nic-comparison-2n-skx"
2835       tag: "NIC_Intel-XXV710"
2836   comparisons:
2837     - title: "Diff"
2838       reference: 1
2839       compare: 2
2840   legend:
2841     - ""
2842     - "x710, xxv710 - NICs tested."
2843     - "Diff - difference between x710 and xxv710 NIC."
2844
2845 # VPP Compare NICs 2n-skx 4t2c ndr
2846 - type: "table"
2847   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2848   algorithm: "table_comparison"
2849   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2850   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2851   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2852   columns:
2853     - title: "x710"
2854       data-set: "vpp-nic-comparison-2n-skx"
2855       tag: "NIC_Intel-X710"
2856     - title: "xxv710"
2857       data-set: "vpp-nic-comparison-2n-skx"
2858       tag: "NIC_Intel-XXV710"
2859   comparisons:
2860     - title: "Diff"
2861       reference: 1
2862       compare: 2
2863   legend:
2864     - ""
2865     - "x710, xxv710 - NICs tested."
2866     - "Diff - difference between x710 and xxv710 NIC."
2867
2868 # VPP Compare NICs 2n-skx 2t1c pdr
2869 - type: "table"
2870   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2871   algorithm: "table_comparison"
2872   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2873   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2874   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2875   columns:
2876     - title: "x710"
2877       data-set: "vpp-nic-comparison-2n-skx"
2878       tag: "NIC_Intel-X710"
2879     - title: "xxv710"
2880       data-set: "vpp-nic-comparison-2n-skx"
2881       tag: "NIC_Intel-XXV710"
2882   comparisons:
2883     - title: "Diff"
2884       reference: 1
2885       compare: 2
2886   legend:
2887     - ""
2888     - "x710, xxv710 - NICs tested."
2889     - "Diff - difference between x710 and xxv710 NIC."
2890
2891 # VPP Compare NICs 2n-skx 4t2c pdr
2892 - type: "table"
2893   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2894   algorithm: "table_comparison"
2895   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2896   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2897   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2898   columns:
2899     - title: "x710"
2900       data-set: "vpp-nic-comparison-2n-skx"
2901       tag: "NIC_Intel-X710"
2902     - title: "xxv710"
2903       data-set: "vpp-nic-comparison-2n-skx"
2904       tag: "NIC_Intel-XXV710"
2905   comparisons:
2906     - title: "Diff"
2907       reference: 1
2908       compare: 2
2909   legend:
2910     - ""
2911     - "x710, xxv710 - NICs tested."
2912     - "Diff - difference between x710 and xxv710 NIC."
2913
2914 # VPP Compare NICs 2n-skx 2t1c mrr
2915 - type: "table"
2916   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2917   algorithm: "table_comparison"
2918   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2919   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2920   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2921   columns:
2922     - title: "x710"
2923       data-set: "vpp-nic-comparison-2n-skx-mrr"
2924       tag: "NIC_Intel-X710"
2925     - title: "xxv710"
2926       data-set: "vpp-nic-comparison-2n-skx-mrr"
2927       tag: "NIC_Intel-XXV710"
2928   comparisons:
2929     - title: "Diff"
2930       reference: 1
2931       compare: 2
2932   legend:
2933     - ""
2934     - "x710, xxv710 - NICs tested."
2935     - "Diff - difference between x710 and xxv710 NIC."
2936
2937 # VPP Compare NICs 2n-skx 4t2c mrr
2938 - type: "table"
2939   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2940   algorithm: "table_comparison"
2941   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2942   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2943   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2944   columns:
2945     - title: "x710"
2946       data-set: "vpp-nic-comparison-2n-skx-mrr"
2947       tag: "NIC_Intel-X710"
2948     - title: "xxv710"
2949       data-set: "vpp-nic-comparison-2n-skx-mrr"
2950       tag: "NIC_Intel-XXV710"
2951   comparisons:
2952     - title: "Diff"
2953       reference: 1
2954       compare: 2
2955   legend:
2956     - ""
2957     - "x710, xxv710 - NICs tested."
2958     - "Diff - difference between x710 and xxv710 NIC."
2959
2960 # VPP Compare NICs 2n-skx 8t4c mrr
2961 - type: "table"
2962   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2963   algorithm: "table_comparison"
2964   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2965   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2966   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2967   columns:
2968     - title: "x710"
2969       data-set: "vpp-nic-comparison-2n-skx-mrr"
2970       tag: "NIC_Intel-X710"
2971     - title: "xxv710"
2972       data-set: "vpp-nic-comparison-2n-skx-mrr"
2973       tag: "NIC_Intel-XXV710"
2974   comparisons:
2975     - title: "Diff"
2976       reference: 1
2977       compare: 2
2978   legend:
2979     - ""
2980     - "x710, xxv710 - NICs tested."
2981     - "Diff - difference between x710 and xxv710 NIC."
2982
2983 ################################################################################
2984 # VPP
2985
2986 # VPP Performance Changes 3n-hsw 1t1c pdr
2987 - type: "table"
2988   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2989   algorithm: "table_comparison"
2990   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2991   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2992   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
2993   columns:
2994     - title: "2001.0-4"
2995       data-set: "vpp-performance-changes-3n-hsw-h1"
2996     - title: "2005.0-4"
2997       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
2998     - title: "2005.0-5"
2999       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3000     - title: "2009.0-5"
3001       data-set: "vpp-performance-changes-3n-hsw-cmp"
3002   comparisons:
3003     - title: "2005.0-5 vs 2005.0-4"
3004       reference: 2
3005       compare: 3
3006 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3007     - title: "2009.0-5 vs 2005.0-5"
3008       reference: 3
3009       compare: 4
3010 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3011   legend:
3012     - ''
3013     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3014     - '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).'
3015     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3016     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3017     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3018
3019 # VPP Performance Changes 3n-hsw 2t2c pdr
3020 - type: "table"
3021   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3022   algorithm: "table_comparison"
3023   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3024   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3025   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3026   columns:
3027     - title: "2001.0-4"
3028       data-set: "vpp-performance-changes-3n-hsw-h1"
3029     - title: "2005.0-4"
3030       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3031     - title: "2005.0-5"
3032       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3033     - title: "2009.0-5"
3034       data-set: "vpp-performance-changes-3n-hsw-cmp"
3035   comparisons:
3036     - title: "2005.0-5 vs 2005.0-4"
3037       reference: 2
3038       compare: 3
3039 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3040     - title: "2009.0-5 vs 2005.0-5"
3041       reference: 3
3042       compare: 4
3043 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3044   legend:
3045     - ''
3046     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3047     - '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).'
3048     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3049     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3050     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3051
3052 # VPP Performance Changes 3n-hsw 1t1c ndr
3053 - type: "table"
3054   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3055   algorithm: "table_comparison"
3056   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3057   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3058   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3059   columns:
3060     - title: "2001.0-4"
3061       data-set: "vpp-performance-changes-3n-hsw-h1"
3062     - title: "2005.0-4"
3063       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3064     - title: "2005.0-5"
3065       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3066     - title: "2009.0-5"
3067       data-set: "vpp-performance-changes-3n-hsw-cmp"
3068   comparisons:
3069     - title: "2005.0-5 vs 2005.0-4"
3070       reference: 2
3071       compare: 3
3072 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3073     - title: "2009.0-5 vs 2005.0-5"
3074       reference: 3
3075       compare: 4
3076 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3077   legend:
3078     - ''
3079     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3080     - '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).'
3081     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3082     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3083     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3084
3085 # VPP Performance Changes 3n-hsw 2t2c ndr
3086 - type: "table"
3087   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3088   algorithm: "table_comparison"
3089   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3090   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3091   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3092   columns:
3093     - title: "2001.0-4"
3094       data-set: "vpp-performance-changes-3n-hsw-h1"
3095     - title: "2005.0-4"
3096       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3097     - title: "2005.0-5"
3098       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3099     - title: "2009.0-5"
3100       data-set: "vpp-performance-changes-3n-hsw-cmp"
3101   comparisons:
3102     - title: "2005.0-5 vs 2005.0-4"
3103       reference: 2
3104       compare: 3
3105 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3106     - title: "2009.0-5 vs 2005.0-5"
3107       reference: 3
3108       compare: 4
3109 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3110   legend:
3111     - ''
3112     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3113     - '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).'
3114     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3115     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3116     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3117
3118 # VPP Performance Changes 3n-skx 2t1c pdr
3119 - type: "table"
3120   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3121   algorithm: "table_comparison"
3122   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3123   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3124   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3125   columns:
3126     - title: "2001.0-4"
3127       data-set: "vpp-performance-changes-3n-skx-h1"
3128     - title: "2005.0-4"
3129       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3130     - title: "2005.0-5"
3131       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3132     - title: "2009.0-5"
3133       data-set: "vpp-performance-changes-3n-skx-cmp"
3134   comparisons:
3135     - title: "2005.0-5 vs 2005.0-4"
3136       reference: 2
3137       compare: 3
3138 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3139     - title: "2009.0-5 vs 2005.0-5"
3140       reference: 3
3141       compare: 4
3142 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3143   legend:
3144     - ''
3145     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3146     - '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).'
3147     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3148     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3149     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3150
3151 # VPP Performance Changes 3n-skx 4t2c pdr
3152 - type: "table"
3153   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3154   algorithm: "table_comparison"
3155   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3156   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3157   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3158   columns:
3159     - title: "2001.0-4"
3160       data-set: "vpp-performance-changes-3n-skx-h1"
3161     - title: "2005.0-4"
3162       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3163     - title: "2005.0-5"
3164       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3165     - title: "2009.0-5"
3166       data-set: "vpp-performance-changes-3n-skx-cmp"
3167   comparisons:
3168     - title: "2005.0-5 vs 2005.0-4"
3169       reference: 2
3170       compare: 3
3171 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3172     - title: "2009.0-5 vs 2005.0-5"
3173       reference: 3
3174       compare: 4
3175 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3176   legend:
3177     - ''
3178     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3179     - '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).'
3180     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3181     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3182     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3183
3184 # VPP Performance Changes 3n-skx 2t1c ndr
3185 - type: "table"
3186   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3187   algorithm: "table_comparison"
3188   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3189   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3190   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3191   columns:
3192     - title: "2001.0-4"
3193       data-set: "vpp-performance-changes-3n-skx-h1"
3194     - title: "2005.0-4"
3195       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3196     - title: "2005.0-5"
3197       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3198     - title: "2009.0-5"
3199       data-set: "vpp-performance-changes-3n-skx-cmp"
3200   comparisons:
3201     - title: "2005.0-5 vs 2005.0-4"
3202       reference: 2
3203       compare: 3
3204 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3205     - title: "2009.0-5 vs 2005.0-5"
3206       reference: 3
3207       compare: 4
3208 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3209   legend:
3210     - ''
3211     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3212     - '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).'
3213     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3214     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3215     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3216
3217 # VPP Performance Changes 3n-skx 4t2c ndr
3218 - type: "table"
3219   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3220   algorithm: "table_comparison"
3221   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3222   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3223   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3224   columns:
3225     - title: "2001.0-4"
3226       data-set: "vpp-performance-changes-3n-skx-h1"
3227     - title: "2005.0-4"
3228       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3229     - title: "2005.0-5"
3230       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3231     - title: "2009.0-5"
3232       data-set: "vpp-performance-changes-3n-skx-cmp"
3233   comparisons:
3234     - title: "2005.0-5 vs 2005.0-4"
3235       reference: 2
3236       compare: 3
3237 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3238     - title: "2009.0-5 vs 2005.0-5"
3239       reference: 3
3240       compare: 4
3241 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3242   legend:
3243     - ''
3244     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3245     - '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).'
3246     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3247     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3248     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3249
3250 # VPP Performance Changes 2n-skx 2t1c pdr
3251 - type: "table"
3252   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3253   algorithm: "table_comparison"
3254   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3256   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3257   columns:
3258     - title: "2001.0-4"
3259       data-set: "vpp-performance-changes-2n-skx-h1"
3260     - title: "2005.0-4"
3261       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3262     - title: "2005.0-5"
3263       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3264     - title: "2009.0-5"
3265       data-set: "vpp-performance-changes-2n-skx-cmp"
3266   comparisons:
3267     - title: "2005.0-5 vs 2005.0-4"
3268       reference: 2
3269       compare: 3
3270 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3271     - title: "2009.0-5 vs 2005.0-5"
3272       reference: 3
3273       compare: 4
3274 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3275   legend:
3276     - ''
3277     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3278     - '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).'
3279     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3280     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3281     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3282
3283 # VPP Performance Changes 2n-skx 4t2c pdr
3284 - type: "table"
3285   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3286   algorithm: "table_comparison"
3287   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3288   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3289   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3290   columns:
3291     - title: "2001.0-4"
3292       data-set: "vpp-performance-changes-2n-skx-h1"
3293     - title: "2005.0-4"
3294       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3295     - title: "2005.0-5"
3296       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3297     - title: "2009.0-5"
3298       data-set: "vpp-performance-changes-2n-skx-cmp"
3299   comparisons:
3300     - title: "2005.0-5 vs 2005.0-4"
3301       reference: 2
3302       compare: 3
3303 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3304     - title: "2009.0-5 vs 2005.0-5"
3305       reference: 3
3306       compare: 4
3307 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3308   legend:
3309     - ''
3310     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3311     - '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).'
3312     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3313     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3314     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3315
3316 # VPP Performance Changes 2n-skx 2t1c ndr
3317 - type: "table"
3318   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3319   algorithm: "table_comparison"
3320   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3321   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3322   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3323   columns:
3324     - title: "2001.0-4"
3325       data-set: "vpp-performance-changes-2n-skx-h1"
3326     - title: "2005.0-4"
3327       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3328     - title: "2005.0-5"
3329       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3330     - title: "2009.0-5"
3331       data-set: "vpp-performance-changes-2n-skx-cmp"
3332   comparisons:
3333     - title: "2005.0-5 vs 2005.0-4"
3334       reference: 2
3335       compare: 3
3336 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3337     - title: "2009.0-5 vs 2005.0-5"
3338       reference: 3
3339       compare: 4
3340 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3341   legend:
3342     - ''
3343     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3344     - '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).'
3345     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3346     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3347     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3348
3349 # VPP Performance Changes 2n-skx 4t2c ndr
3350 - type: "table"
3351   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3352   algorithm: "table_comparison"
3353   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3354   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3355   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3356   columns:
3357     - title: "2001.0-4"
3358       data-set: "vpp-performance-changes-2n-skx-h1"
3359     - title: "2005.0-4"
3360       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3361     - title: "2005.0-5"
3362       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3363     - title: "2009.0-5"
3364       data-set: "vpp-performance-changes-2n-skx-cmp"
3365   comparisons:
3366     - title: "2005.0-5 vs 2005.0-4"
3367       reference: 2
3368       compare: 3
3369 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3370     - title: "2009.0-5 vs 2005.0-5"
3371       reference: 3
3372       compare: 4
3373 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3374   legend:
3375     - ''
3376     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3377     - '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).'
3378     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3379     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3380     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3381
3382 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3383 - type: "table"
3384   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3385   algorithm: "table_comparison"
3386   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3387   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3388   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3389   columns:
3390     - title: "2001.0-4"
3391       data-set: "vpp-performance-changes-2n-clx-h1"
3392     - title: "2005.0-4"
3393       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3394     - title: "2005.0-5"
3395       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3396     - title: "2009.0-5"
3397       data-set: "vpp-performance-changes-2n-clx-cmp"
3398   comparisons:
3399     - title: "2005.0-5 vs 2005.0-4"
3400       reference: 2
3401       compare: 3
3402 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3403     - title: "2009.0-5 vs 2005.0-5"
3404       reference: 3
3405       compare: 4
3406 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3407   legend:
3408     - ''
3409     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3410     - '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).'
3411     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3412     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3413     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3414
3415 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3416 - type: "table"
3417   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3418   algorithm: "table_comparison"
3419   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3420   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3421   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3422   columns:
3423     - title: "2001.0-4"
3424       data-set: "vpp-performance-changes-2n-clx-h1"
3425     - title: "2005.0-4"
3426       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3427     - title: "2005.0-5"
3428       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3429     - title: "2009.0-5"
3430       data-set: "vpp-performance-changes-2n-clx-cmp"
3431   comparisons:
3432     - title: "2005.0-5 vs 2005.0-4"
3433       reference: 2
3434       compare: 3
3435 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3436     - title: "2009.0-5 vs 2005.0-5"
3437       reference: 3
3438       compare: 4
3439 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3440   legend:
3441     - ''
3442     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3443     - '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).'
3444     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3445     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3446     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3447
3448 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3449 - type: "table"
3450   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3451   algorithm: "table_comparison"
3452   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3453   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3454   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3455   columns:
3456     - title: "2001.0-4"
3457       data-set: "vpp-performance-changes-2n-clx-h1"
3458     - title: "2005.0-4"
3459       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3460     - title: "2005.0-5"
3461       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3462     - title: "2009.0-5"
3463       data-set: "vpp-performance-changes-2n-clx-cmp"
3464   comparisons:
3465     - title: "2005.0-5 vs 2005.0-4"
3466       reference: 2
3467       compare: 3
3468 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3469     - title: "2009.0-5 vs 2005.0-5"
3470       reference: 3
3471       compare: 4
3472 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3473   legend:
3474     - ''
3475     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3476     - '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).'
3477     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3478     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3479     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3480
3481 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3482 - type: "table"
3483   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3484   algorithm: "table_comparison"
3485   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3486   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3487   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3488   columns:
3489     - title: "2001.0-4"
3490       data-set: "vpp-performance-changes-2n-clx-h1"
3491     - title: "2005.0-4"
3492       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3493     - title: "2005.0-5"
3494       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3495     - title: "2009.0-5"
3496       data-set: "vpp-performance-changes-2n-clx-cmp"
3497   comparisons:
3498     - title: "2005.0-5 vs 2005.0-4"
3499       reference: 2
3500       compare: 3
3501 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3502     - title: "2009.0-5 vs 2005.0-5"
3503       reference: 3
3504       compare: 4
3505 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3506   legend:
3507     - ''
3508     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3509     - '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).'
3510     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3511     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3512     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3513
3514 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3515 #- type: "table"
3516 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3517 #  algorithm: "table_comparison"
3518 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3519 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3520 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3521 #  columns:
3522 #    - title: "2001.0-2"
3523 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3524 #    - title: "2005.0-3"
3525 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3526 #  comparisons:
3527 #    - title: "Diff"
3528 #      reference: 1
3529 #      compare: 2
3530 #  legend:
3531 #    - ''
3532 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3533 #    - '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).'
3534 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3535 #    - '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.'
3536 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3537 #
3538 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3539 #- type: "table"
3540 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3541 #  algorithm: "table_comparison"
3542 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3543 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3544 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3545 #  columns:
3546 #    - title: "2001.0-2"
3547 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3548 #    - title: "2005.0-3"
3549 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3550 #  comparisons:
3551 #    - title: "Diff"
3552 #      reference: 1
3553 #      compare: 2
3554 #  legend:
3555 #    - ''
3556 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3557 #    - '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).'
3558 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3559 #    - '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.'
3560 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3561 #
3562 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3563 #- type: "table"
3564 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3565 #  algorithm: "table_comparison"
3566 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3567 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3568 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3569 #  columns:
3570 #    - title: "2001.0-2"
3571 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3572 #    - title: "2005.0-3"
3573 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3574 #  comparisons:
3575 #    - title: "Diff"
3576 #      reference: 1
3577 #      compare: 2
3578 #  legend:
3579 #    - ''
3580 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3581 #    - '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).'
3582 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3583 #    - '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.'
3584 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3585 #
3586 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3587 #- type: "table"
3588 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3589 #  algorithm: "table_comparison"
3590 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3591 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3592 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3593 #  columns:
3594 #    - title: "2001.0-2"
3595 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3596 #    - title: "2005.0-3"
3597 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3598 #  comparisons:
3599 #    - title: "Diff"
3600 #      reference: 1
3601 #      compare: 2
3602 #  legend:
3603 #    - ''
3604 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
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-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3608 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3609
3610 ## VPP Performance Changes 2n-dnv 1t1c pdr
3611 #- type: "table"
3612 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3613 #  algorithm: "table_comparison"
3614 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3615 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3616 #  filter: "'1T1C'"
3617 #  columns:
3618 #    - title: "2001.0-2"
3619 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3620 #    - title: "2005.0-3"
3621 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3622 #    - title: "2009.0-5"
3623 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3624 #  comparisons:
3625 #    - title: "2009.0-5 vs 2005.0-3"
3626 #      reference: 2
3627 #      compare: 3
3628 #  legend:
3629 #    - ''
3630 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3631 #    - '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).'
3632 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3633 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3634 #
3635 ## VPP Performance Changes 2n-dnv 2t2c pdr
3636 #- type: "table"
3637 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3638 #  algorithm: "table_comparison"
3639 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3640 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3641 #  filter: "'2T2C'"
3642 #  columns:
3643 #    - title: "2001.0-2"
3644 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3645 #    - title: "2005.0-3"
3646 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3647 #    - title: "2009.0-5"
3648 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3649 #  comparisons:
3650 #    - title: "2009.0-5 vs 2005.0-3"
3651 #      reference: 2
3652 #      compare: 3
3653 #  legend:
3654 #    - ''
3655 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3656 #    - '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).'
3657 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3658 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3659 #
3660 ## VPP Performance Changes 2n-dnv 1t1c ndr
3661 #- type: "table"
3662 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3663 #  algorithm: "table_comparison"
3664 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3665 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3666 #  filter: "'1T1C'"
3667 #  columns:
3668 #    - title: "2001.0-2"
3669 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3670 #    - title: "2005.0-3"
3671 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3672 #    - title: "2009.0-5"
3673 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3674 #  comparisons:
3675 #    - title: "2009.0-5 vs 2005.0-3"
3676 #      reference: 2
3677 #      compare: 3
3678 #  legend:
3679 #    - ''
3680 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3681 #    - '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).'
3682 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3683 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3684 #
3685 ## VPP Performance Changes 2n-dnv 2t2c ndr
3686 #- type: "table"
3687 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3688 #  algorithm: "table_comparison"
3689 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3690 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3691 #  filter: "'2T2C'"
3692 #  columns:
3693 #    - title: "2001.0-2"
3694 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3695 #    - title: "2005.0-3"
3696 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3697 #    - title: "2009.0-5"
3698 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3699 #  comparisons:
3700 #    - title: "2009.0-5 vs 2005.0-3"
3701 #      reference: 2
3702 #      compare: 3
3703 #  legend:
3704 #    - ''
3705 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3706 #    - '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).'
3707 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3708 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3709 #
3710 ## VPP Performance Changes 3n-dnv 1t1c pdr
3711 #- type: "table"
3712 #  title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3713 #  algorithm: "table_comparison"
3714 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3715 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3716 #  filter: "'1T1C'"
3717 #  columns:
3718 #    - title: "2001.0-2"
3719 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3720 #    - title: "2005.0-3"
3721 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3722 #    - title: "2009.0-5"
3723 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3724 #  comparisons:
3725 #    - title: "2009.0-5 vs 2005.0-3"
3726 #      reference: 2
3727 #      compare: 3
3728 #  legend:
3729 #    - ''
3730 #    - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3731 #    - '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).'
3732 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3733 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3734 #
3735 ## VPP Performance Changes 3n-dnv 2t2c pdr
3736 #- type: "table"
3737 #  title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3738 #  algorithm: "table_comparison"
3739 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3740 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3741 #  filter: "'2T2C'"
3742 #  columns:
3743 #    - title: "2001.0-2"
3744 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3745 #    - title: "2005.0-3"
3746 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3747 #    - title: "2009.0-5"
3748 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3749 #  comparisons:
3750 #    - title: "2009.0-5 vs 2005.0-3"
3751 #      reference: 2
3752 #      compare: 3
3753 #  legend:
3754 #    - ''
3755 #    - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3756 #    - '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).'
3757 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3758 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3759 #
3760 ## VPP Performance Changes 3n-dnv 1t1c ndr
3761 #- type: "table"
3762 #  title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3763 #  algorithm: "table_comparison"
3764 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3765 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3766 #  filter: "'1T1C'"
3767 #  columns:
3768 #    - title: "2001.0-2"
3769 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3770 #    - title: "2005.0-3"
3771 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3772 #    - title: "2009.0-5"
3773 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3774 #  comparisons:
3775 #    - title: "2009.0-5 vs 2005.0-3"
3776 #      reference: 2
3777 #      compare: 3
3778 #  legend:
3779 #    - ''
3780 #    - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3781 #    - '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).'
3782 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3783 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3784 #
3785 ## VPP Performance Changes 3n-dnv 2t2c ndr
3786 #- type: "table"
3787 #  title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3788 #  algorithm: "table_comparison"
3789 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3790 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3791 #  filter: "'2T2C'"
3792 #  columns:
3793 #    - title: "2001.0-2"
3794 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3795 #    - title: "2005.0-3"
3796 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3797 #    - title: "2009.0-5"
3798 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3799 #  comparisons:
3800 #    - title: "2009.0-5 vs 2005.0-3"
3801 #      reference: 2
3802 #      compare: 3
3803 #  legend:
3804 #    - ''
3805 #    - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3806 #    - '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).'
3807 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3808 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3809
3810 # VPP Performance Changes 3n-tsh 1t1c pdr
3811 - type: "table"
3812   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3813   algorithm: "table_comparison"
3814   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3815   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3816   filter: "'1T1C'"
3817   columns:
3818     - title: "2001.0-4"
3819       data-set: "vpp-performance-changes-3n-tsh-h1"
3820     - title: "2005.0-4"
3821       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3822     - title: "2005.0-5"
3823       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3824     - title: "2009.0-5"
3825       data-set: "vpp-performance-changes-3n-tsh-cmp"
3826   comparisons:
3827     - title: "2005.0-5 vs 2005.0-4"
3828       reference: 2
3829       compare: 3
3830 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3831     - title: "2009.0-5 vs 2005.0-5"
3832       reference: 3
3833       compare: 4
3834 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
3835   legend:
3836     - ''
3837     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3838     - '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).'
3839     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3840     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3841     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3842
3843 # VPP Performance Changes 3n-tsh 2t2c pdr
3844 - type: "table"
3845   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3846   algorithm: "table_comparison"
3847   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3848   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3849   filter: "'2T2C'"
3850   columns:
3851     - title: "2001.0-4"
3852       data-set: "vpp-performance-changes-3n-tsh-h1"
3853     - title: "2005.0-4"
3854       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3855     - title: "2005.0-5"
3856       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3857     - title: "2009.0-5"
3858       data-set: "vpp-performance-changes-3n-tsh-cmp"
3859   comparisons:
3860     - title: "2005.0-5 vs 2005.0-4"
3861       reference: 2
3862       compare: 3
3863 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
3864     - title: "2009.0-5 vs 2005.0-5"
3865       reference: 3
3866       compare: 4
3867 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
3868   legend:
3869     - ''
3870     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3871     - '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).'
3872     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3873     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3874     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3875
3876 # VPP Performance Changes 3n-tsh 1t1c ndr
3877 - type: "table"
3878   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3879   algorithm: "table_comparison"
3880   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3882   filter: "'1T1C'"
3883   columns:
3884     - title: "2001.0-4"
3885       data-set: "vpp-performance-changes-3n-tsh-h1"
3886     - title: "2005.0-4"
3887       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3888     - title: "2005.0-5"
3889       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3890     - title: "2009.0-5"
3891       data-set: "vpp-performance-changes-3n-tsh-cmp"
3892   comparisons:
3893     - title: "2005.0-5 vs 2005.0-4"
3894       reference: 2
3895       compare: 3
3896 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
3897     - title: "2009.0-5 vs 2005.0-5"
3898       reference: 3
3899       compare: 4
3900 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
3901   legend:
3902     - ''
3903     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3904     - '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).'
3905     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3906     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3907     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3908
3909 # VPP Performance Changes 3n-tsh 2t2c ndr
3910 - type: "table"
3911   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3912   algorithm: "table_comparison"
3913   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3914   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3915   filter: "'2T2C'"
3916   columns:
3917     - title: "2001.0-4"
3918       data-set: "vpp-performance-changes-3n-tsh-h1"
3919     - title: "2005.0-4"
3920       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3921     - title: "2005.0-5"
3922       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3923     - title: "2009.0-5"
3924       data-set: "vpp-performance-changes-3n-tsh-cmp"
3925   comparisons:
3926     - title: "2005.0-5 vs 2005.0-4"
3927       reference: 2
3928       compare: 3
3929 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
3930     - title: "2009.0-5 vs 2005.0-5"
3931       reference: 3
3932       compare: 4
3933 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
3934   legend:
3935     - ''
3936     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3937     - '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).'
3938     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3939     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3940     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3941
3942 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3943 - type: "table"
3944   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3945   algorithm: "table_comparison"
3946   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3947   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3948   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3949   columns:
3950     - title: "3n-hsw xl710"
3951       data-set: "vpp-compare-testbeds-ref"
3952       tag: "NIC_Intel-XL710"
3953     - title: "3n-skx xxv710"
3954       data-set: "vpp-compare-testbeds-cmp"
3955       tag: "NIC_Intel-XXV710"
3956   comparisons:
3957     - title: "Diff"
3958       reference: 1
3959       compare: 2
3960   legend:
3961     - ""
3962     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3963     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3964
3965 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3966 - type: "table"
3967   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3968   algorithm: "table_comparison"
3969   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3970   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3971   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3972   columns:
3973     - title: "3n-hsw xl710"
3974       data-set: "vpp-compare-testbeds-ref"
3975       tag: "NIC_Intel-XL710"
3976     - title: "3n-skx xxv710"
3977       data-set: "vpp-compare-testbeds-cmp"
3978       tag: "NIC_Intel-XXV710"
3979   comparisons:
3980     - title: "Diff"
3981       reference: 1
3982       compare: 2
3983   legend:
3984     - ""
3985     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3986     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3987
3988 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3989 - type: "table"
3990   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3991   algorithm: "table_comparison"
3992   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3993   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3994   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3995   columns:
3996     - title: "3n-hsw xl710"
3997       data-set: "vpp-compare-testbeds-ref"
3998       tag: "NIC_Intel-XL710"
3999     - title: "3n-skx xxv710"
4000       data-set: "vpp-compare-testbeds-cmp"
4001       tag: "NIC_Intel-XXV710"
4002   comparisons:
4003     - title: "Diff"
4004       reference: 1
4005       compare: 2
4006   legend:
4007     - ""
4008     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4009     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4010
4011 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4012 - type: "table"
4013   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4014   algorithm: "table_comparison"
4015   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4016   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4017   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4018   columns:
4019     - title: "3n-hsw xl710"
4020       data-set: "vpp-compare-testbeds-ref"
4021       tag: "NIC_Intel-XL710"
4022     - title: "3n-skx xxv710"
4023       data-set: "vpp-compare-testbeds-cmp"
4024       tag: "NIC_Intel-XXV710"
4025   comparisons:
4026     - title: "Diff"
4027       reference: 1
4028       compare: 2
4029   legend:
4030     - ""
4031     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4032     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4033
4034 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4035 - type: "table"
4036   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4037   algorithm: "table_comparison"
4038   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4039   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4040   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4041   columns:
4042     - title: "2n-skx"
4043       data-set: "vpp-compare-testbeds-skx-clx-ref"
4044     - title: "2n-clx"
4045       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4046   comparisons:
4047     - title: "Diff"
4048       reference: 1
4049       compare: 2
4050   legend:
4051     - ""
4052     - "2n-skx, 2n-clx - testbeds and NICs tested."
4053     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4054
4055 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4056 - type: "table"
4057   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4058   algorithm: "table_comparison"
4059   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4061   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4062   columns:
4063     - title: "2n-skx"
4064       data-set: "vpp-compare-testbeds-skx-clx-ref"
4065     - title: "2n-clx"
4066       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4067   comparisons:
4068     - title: "Diff"
4069       reference: 1
4070       compare: 2
4071   legend:
4072     - ""
4073     - "2n-skx, 2n-clx - testbeds and NICs tested."
4074     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4075
4076 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4077 - type: "table"
4078   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4079   algorithm: "table_comparison"
4080   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4081   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4082   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4083   columns:
4084     - title: "2n-skx"
4085       data-set: "vpp-compare-testbeds-skx-clx-ref"
4086     - title: "2n-clx"
4087       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4088   comparisons:
4089     - title: "Diff"
4090       reference: 1
4091       compare: 2
4092   legend:
4093     - ""
4094     - "2n-skx, 2n-clx - testbeds and NICs tested."
4095     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4096
4097 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4098 - type: "table"
4099   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4100   algorithm: "table_comparison"
4101   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4102   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4103   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4104   columns:
4105     - title: "2n-skx"
4106       data-set: "vpp-compare-testbeds-skx-clx-ref"
4107     - title: "2n-clx"
4108       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4109   comparisons:
4110     - title: "Diff"
4111       reference: 1
4112       compare: 2
4113   legend:
4114     - ""
4115     - "2n-skx, 2n-clx - testbeds and NICs tested."
4116     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4117
4118 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4119 - type: "table"
4120   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4121   algorithm: "table_comparison"
4122   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4123   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4124   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4125   columns:
4126     - title: "3n-hsw xl710"
4127       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4128       tag: "NIC_Intel-XL710"
4129     - title: "2n-clx xxv710"
4130       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4131       tag: "NIC_Intel-XXV710"
4132   comparisons:
4133     - title: "Diff"
4134       reference: 1
4135       compare: 2
4136   legend:
4137     - ""
4138     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4139     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4140
4141 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4142 - type: "table"
4143   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4144   algorithm: "table_comparison"
4145   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4146   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4147   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4148   columns:
4149     - title: "3n-hsw xl710"
4150       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4151       tag: "NIC_Intel-XL710"
4152     - title: "2n-clx xxv710"
4153       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4154       tag: "NIC_Intel-XXV710"
4155   comparisons:
4156     - title: "Diff"
4157       reference: 1
4158       compare: 2
4159   legend:
4160     - ""
4161     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4162     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4163
4164 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4165 - type: "table"
4166   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4167   algorithm: "table_comparison"
4168   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4169   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4170   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4171   columns:
4172     - title: "3n-hsw xl710"
4173       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4174       tag: "NIC_Intel-XL710"
4175     - title: "2n-clx xxv710"
4176       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4177       tag: "NIC_Intel-XXV710"
4178   comparisons:
4179     - title: "Diff"
4180       reference: 1
4181       compare: 2
4182   legend:
4183     - ""
4184     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4185     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4186
4187 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4188 - type: "table"
4189   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4190   algorithm: "table_comparison"
4191   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4192   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4193   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4194   columns:
4195     - title: "3n-hsw xl710"
4196       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4197       tag: "NIC_Intel-XL710"
4198     - title: "2n-clx xxv710"
4199       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4200       tag: "NIC_Intel-XXV710"
4201   comparisons:
4202     - title: "Diff"
4203       reference: 1
4204       compare: 2
4205   legend:
4206     - ""
4207     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4208     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4209
4210 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4211 - type: "table"
4212   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4213   algorithm: "table_comparison"
4214   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4215   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4216   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4217   columns:
4218     - title: "3n-skx"
4219       data-set: "vpp-compare-topologies-ref"
4220     - title: "2n-skx"
4221       data-set: "vpp-compare-topologies-cmp"
4222   comparisons:
4223     - title: "Diff"
4224       reference: 1
4225       compare: 2
4226   legend:
4227     - ""
4228     - "3n-skx, 2n-skx - topologies tested."
4229     - "Diff - difference between 3n-skx and 2n-skx topologies."
4230
4231 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4232 - type: "table"
4233   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4234   algorithm: "table_comparison"
4235   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4236   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4237   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4238   columns:
4239     - title: "3n-skx"
4240       data-set: "vpp-compare-topologies-ref"
4241     - title: "2n-skx"
4242       data-set: "vpp-compare-topologies-cmp"
4243   comparisons:
4244     - title: "Diff"
4245       reference: 1
4246       compare: 2
4247   legend:
4248     - ""
4249     - "3n-skx, 2n-skx - topologies tested."
4250     - "Diff - difference between 3n-skx and 2n-skx topologies."
4251
4252 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4253 - type: "table"
4254   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4255   algorithm: "table_comparison"
4256   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4257   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4258   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4259   columns:
4260     - title: "3n-skx"
4261       data-set: "vpp-compare-topologies-ref"
4262     - title: "2n-skx"
4263       data-set: "vpp-compare-topologies-cmp"
4264   comparisons:
4265     - title: "Diff"
4266       reference: 1
4267       compare: 2
4268   legend:
4269     - ""
4270     - "3n-skx, 2n-skx - topologies tested."
4271     - "Diff - difference between 3n-skx and 2n-skx topologies."
4272
4273 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4274 - type: "table"
4275   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4276   algorithm: "table_comparison"
4277   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4278   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4279   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4280   columns:
4281     - title: "3n-skx"
4282       data-set: "vpp-compare-topologies-ref"
4283     - title: "2n-skx"
4284       data-set: "vpp-compare-topologies-cmp"
4285   comparisons:
4286     - title: "Diff"
4287       reference: 1
4288       compare: 2
4289   legend:
4290     - ""
4291     - "3n-skx, 2n-skx - topologies tested."
4292     - "Diff - difference between 3n-skx and 2n-skx topologies."
4293
4294 # VPP Performance Changes 3n-hsw 1t1c mrr
4295 - type: "table"
4296   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4297   algorithm: "table_comparison"
4298   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4299   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4300   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4301   columns:
4302     - title: "2001.0-2"
4303       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4304     - title: "2005.0-4"
4305       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4306     - title: "2005.0-5"
4307       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4308     - title: "2009.0-5"
4309       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4310   comparisons:
4311     - title: "2005.0-5 vs 2005.0-4"
4312       reference: 2
4313       compare: 3
4314 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4315     - title: "2009.0-5 vs 2005.0-5"
4316       reference: 3
4317       compare: 4
4318 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4319   legend:
4320     - ''
4321     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4322     - '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).'
4323     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4324     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4325     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4326
4327 # VPP Performance Changes 3n-hsw 2t2c mrr
4328 - type: "table"
4329   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4330   algorithm: "table_comparison"
4331   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4332   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4333   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4334   columns:
4335     - title: "2001.0-2"
4336       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4337     - title: "2005.0-4"
4338       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4339     - title: "2005.0-5"
4340       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4341     - title: "2009.0-5"
4342       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4343   comparisons:
4344     - title: "2005.0-5 vs 2005.0-4"
4345       reference: 2
4346       compare: 3
4347 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4348     - title: "2009.0-5 vs 2005.0-5"
4349       reference: 3
4350       compare: 4
4351 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4352   legend:
4353     - ''
4354     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4355     - '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).'
4356     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4357     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4358     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4359
4360 # VPP Performance Changes 3n-hsw 4t4c mrr
4361 - type: "table"
4362   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4363   algorithm: "table_comparison"
4364   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4365   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4366   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4367   columns:
4368     - title: "2001.0-2"
4369       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4370     - title: "2005.0-4"
4371       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4372     - title: "2005.0-5"
4373       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4374     - title: "2009.0-5"
4375       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4376   comparisons:
4377     - title: "2005.0-5 vs 2005.0-4"
4378       reference: 2
4379       compare: 3
4380 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4381     - title: "2009.0-5 vs 2005.0-5"
4382       reference: 3
4383       compare: 4
4384 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4385   legend:
4386     - ''
4387     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4388     - '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).'
4389     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4390     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4391     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4392
4393 # VPP Performance Changes 3n-skx 2t1c mrr
4394 - type: "table"
4395   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4396   algorithm: "table_comparison"
4397   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4398   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4399   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4400   columns:
4401     - title: "2001.0-2"
4402       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4403     - title: "2005.0-4"
4404       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4405     - title: "2005.0-5"
4406       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4407     - title: "2009.0-5"
4408       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4409   comparisons:
4410     - title: "2005.0-5 vs 2005.0-4"
4411       reference: 2
4412       compare: 3
4413 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4414     - title: "2009.0-5 vs 2005.0-5"
4415       reference: 2
4416       compare: 3
4417 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4418   legend:
4419     - ''
4420     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4421     - '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).'
4422     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4423     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4424     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4425
4426 # VPP Performance Changes 3n-skx 4t2c mrr
4427 - type: "table"
4428   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4429   algorithm: "table_comparison"
4430   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4431   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4432   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4433   columns:
4434     - title: "2001.0-2"
4435       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4436     - title: "2005.0-4"
4437       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4438     - title: "2005.0-5"
4439       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4440     - title: "2009.0-5"
4441       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4442   comparisons:
4443     - title: "2005.0-5 vs 2005.0-4"
4444       reference: 2
4445       compare: 3
4446 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4447     - title: "2009.0-5 vs 2005.0-5"
4448       reference: 2
4449       compare: 3
4450 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4451   legend:
4452     - ''
4453     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4454     - '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).'
4455     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4456     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4457     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4458
4459 # VPP Performance Changes 3n-skx 8t4c mrr
4460 - type: "table"
4461   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4462   algorithm: "table_comparison"
4463   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4464   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4465   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4466   columns:
4467     - title: "2001.0-2"
4468       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4469     - title: "2005.0-4"
4470       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4471     - title: "2005.0-5"
4472       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4473     - title: "2009.0-5"
4474       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4475   comparisons:
4476     - title: "2005.0-5 vs 2005.0-4"
4477       reference: 2
4478       compare: 3
4479 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4480     - title: "2009.0-5 vs 2005.0-5"
4481       reference: 2
4482       compare: 3
4483 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4484   legend:
4485     - ''
4486     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4487     - '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).'
4488     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4489     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4490     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4491
4492 # VPP Performance Changes 2n-skx 2t1c mrr
4493 - type: "table"
4494   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4495   algorithm: "table_comparison"
4496   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4497   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4498   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4499   columns:
4500     - title: "2001.0-2"
4501       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4502     - title: "2005.0-4"
4503       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4504     - title: "2005.0-5"
4505       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4506     - title: "2009.0-5"
4507       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4508   comparisons:
4509     - title: "2005.0-5 vs 2005.0-4"
4510       reference: 2
4511       compare: 3
4512 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4513     - title: "2009.0-5 vs 2005.0-4"
4514       reference: 3
4515       compare: 4
4516 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4517   legend:
4518     - ''
4519     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4520     - '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).'
4521     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4522     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4523     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4524
4525 # VPP Performance Changes 2n-skx 4t2c mrr
4526 - type: "table"
4527   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4528   algorithm: "table_comparison"
4529   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4530   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4531   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4532   columns:
4533     - title: "2001.0-2"
4534       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4535     - title: "2005.0-4"
4536       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4537     - title: "2005.0-5"
4538       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4539     - title: "2009.0-5"
4540       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4541   comparisons:
4542     - title: "2005.0-5 vs 2005.0-4"
4543       reference: 2
4544       compare: 3
4545 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4546     - title: "2009.0-5 vs 2005.0-4"
4547       reference: 3
4548       compare: 4
4549 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4550   legend:
4551     - ''
4552     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4553     - '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).'
4554     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4555     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4556     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4557
4558 # VPP Performance Changes 2n-skx 8t4c mrr
4559 - type: "table"
4560   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4561   algorithm: "table_comparison"
4562   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4563   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4564   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4565   columns:
4566     - title: "2001.0-2"
4567       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4568     - title: "2005.0-4"
4569       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4570     - title: "2005.0-5"
4571       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4572     - title: "2009.0-5"
4573       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4574   comparisons:
4575     - title: "2005.0-5 vs 2005.0-4"
4576       reference: 2
4577       compare: 3
4578 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4579     - title: "2009.0-5 vs 2005.0-4"
4580       reference: 3
4581       compare: 4
4582 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4583   legend:
4584     - ''
4585     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4586     - '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).'
4587     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4588     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4589     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4590
4591 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4592 - type: "table"
4593   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4594   algorithm: "table_comparison"
4595   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4596   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4597   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4598   columns:
4599     - title: "2001.0-2"
4600       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4601     - title: "2005.0-4"
4602       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4603     - title: "2005.0-5"
4604       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4605     - title: "2009.0-5"
4606       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4607   comparisons:
4608     - title: "2005.0-5 vs 2005.0-4"
4609       reference: 2
4610       compare: 3
4611 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4612     - title: "2009.0-5 vs 2005.0-5"
4613       reference: 3
4614       compare: 4
4615 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4616   legend:
4617     - ''
4618     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4619     - '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).'
4620     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4621     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4622     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4623
4624 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4625 - type: "table"
4626   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4627   algorithm: "table_comparison"
4628   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4629   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4630   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4631   columns:
4632     - title: "2001.0-2"
4633       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4634     - title: "2005.0-4"
4635       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4636     - title: "2005.0-5"
4637       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4638     - title: "2009.0-5"
4639       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4640   comparisons:
4641     - title: "2005.0-5 vs 2005.0-4"
4642       reference: 2
4643       compare: 3
4644 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4645     - title: "2009.0-5 vs 2005.0-5"
4646       reference: 3
4647       compare: 4
4648 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4649   legend:
4650     - ''
4651     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4652     - '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).'
4653     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4654     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4655     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4656
4657 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4658 - type: "table"
4659   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4660   algorithm: "table_comparison"
4661   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4662   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4663   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4664   columns:
4665     - title: "2001.0-2"
4666       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4667     - title: "2005.0-4"
4668       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4669     - title: "2005.0-5"
4670       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4671     - title: "2009.0-5"
4672       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4673   comparisons:
4674     - title: "2005.0-5 vs 2005.0-4"
4675       reference: 2
4676       compare: 3
4677 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4678     - title: "2009.0-5 vs 2005.0-5"
4679       reference: 3
4680       compare: 4
4681 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4682   legend:
4683     - ''
4684     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4685     - '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).'
4686     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4687     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4688     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4689
4690 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4691 #- type: "table"
4692 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4693 #  algorithm: "table_comparison"
4694 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4695 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4696 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4697 #  columns:
4698 #    - title: "2001"
4699 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4700 #    - title: "2005"
4701 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4702 #  comparisons:
4703 #    - title: "Diff"
4704 #      reference: 1
4705 #      compare: 2
4706 #  legend:
4707 #    - ""
4708 #    - "2001, 2005 - VPP versions tested."
4709 #    - "Diff - difference between 2001 and 2005 VPP version."
4710 #
4711 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4712 #- type: "table"
4713 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4714 #  algorithm: "table_comparison"
4715 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4716 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4717 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4718 #  columns:
4719 #    - title: "2001"
4720 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4721 #    - title: "2005"
4722 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4723 #  comparisons:
4724 #    - title: "Diff"
4725 #      reference: 1
4726 #      compare: 2
4727 #  legend:
4728 #    - ""
4729 #    - "2001, 2005 - VPP versions tested."
4730 #    - "Diff - difference between 2001 and 2005 VPP version."
4731 #
4732 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4733 #- type: "table"
4734 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4735 #  algorithm: "table_comparison"
4736 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4737 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4738 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4739 #  columns:
4740 #    - title: "2001"
4741 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4742 #    - title: "2005"
4743 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4744 #  comparisons:
4745 #    - title: "Diff"
4746 #      reference: 1
4747 #      compare: 2
4748 #  legend:
4749 #    - ""
4750 #    - "2001, 2005 - VPP versions tested."
4751 #    - "Diff - difference between 2001 and 2005 VPP version."
4752
4753 ## VPP Performance Changes 2n-dnv 1t1c mrr
4754 #- type: "table"
4755 #  title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4756 #  algorithm: "table_comparison"
4757 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4758 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4759 #  filter: "'1T1C'"
4760 #  columns:
4761 #    - title: "2001.0-2"
4762 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4763 #    - title: "2005.0-3"
4764 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4765 #    - title: "2009.0-5"
4766 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4767 #  comparisons:
4768 #    - title: "2009.0-5 vs 2005.0-3"
4769 #      reference: 2
4770 #      compare: 3
4771 #  legend:
4772 #    - ''
4773 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4774 #    - '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).'
4775 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4776 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4777 #
4778 ## VPP Performance Changes 2n-dnv 2t2c mrr
4779 #- type: "table"
4780 #  title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4781 #  algorithm: "table_comparison"
4782 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4783 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4784 #  filter: "'2T2C'"
4785 #  columns:
4786 #    - title: "2001.0-2"
4787 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4788 #    - title: "2005.0-3"
4789 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4790 #    - title: "2009.0-5"
4791 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4792 #  comparisons:
4793 #    - title: "2009.0-5 vs 2005.0-3"
4794 #      reference: 2
4795 #      compare: 3
4796 #  legend:
4797 #    - ''
4798 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4799 #    - '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).'
4800 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4801 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4802 #
4803 ## VPP Performance Changes 2n-dnv 4t4c mrr
4804 #- type: "table"
4805 #  title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4806 #  algorithm: "table_comparison"
4807 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4808 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4809 #  filter: "'4T4C'"
4810 #  columns:
4811 #    - title: "2001.0-2"
4812 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4813 #    - title: "2005.0-3"
4814 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4815 #    - title: "2009.0-5"
4816 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4817 #  comparisons:
4818 #    - title: "2009.0-5 vs 2005.0-3"
4819 #      reference: 2
4820 #      compare: 3
4821 #  legend:
4822 #    - ''
4823 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4824 #    - '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).'
4825 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4826 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4827 #
4828 ## VPP Performance Changes 3n-dnv 1t1c mrr
4829 #- type: "table"
4830 #  title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4831 #  algorithm: "table_comparison"
4832 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4833 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4834 #  filter: "'1T1C'"
4835 #  columns:
4836 #    - title: "2001.0-2"
4837 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4838 #    - title: "2005.0-3"
4839 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4840 #    - title: "2009.0-5"
4841 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4842 #  comparisons:
4843 #    - title: "2009.0-5 vs 2005.0-3"
4844 #      reference: 2
4845 #      compare: 3
4846 #  legend:
4847 #    - ''
4848 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4849 #    - '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).'
4850 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4851 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4852 #
4853 ## VPP Performance Changes 3n-dnv 2t2c mrr
4854 #- type: "table"
4855 #  title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4856 #  algorithm: "table_comparison"
4857 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4858 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4859 #  filter: "'2T2C'"
4860 #  columns:
4861 #    - title: "2001.0-2"
4862 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4863 #    - title: "2005.0-3"
4864 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4865 #    - title: "2009.0-5"
4866 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4867 #  comparisons:
4868 #    - title: "2009.0-5 vs 2005.0-3"
4869 #      reference: 2
4870 #      compare: 3
4871 #  legend:
4872 #    - ''
4873 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4874 #    - '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).'
4875 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4876 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4877 #
4878 ## VPP Performance Changes 3n-dnv 4t4c mrr
4879 #- type: "table"
4880 #  title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4881 #  algorithm: "table_comparison"
4882 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4883 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4884 #  filter: "'4T4C'"
4885 #  columns:
4886 #    - title: "2001.0-2"
4887 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4888 #    - title: "2005.0-3"
4889 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4890 #    - title: "2009.0-5"
4891 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4892 #  comparisons:
4893 #    - title: "2009.0-5 vs 2005.0-3"
4894 #      reference: 2
4895 #      compare: 3
4896 #  legend:
4897 #    - ''
4898 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4899 #    - '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).'
4900 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4901 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4902
4903 # VPP Performance Changes 3n-tsh 1t1c mrr
4904 - type: "table"
4905   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4906   algorithm: "table_comparison"
4907   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4909   filter: "'1T1C'"
4910   columns:
4911     - title: "2001.0-2"
4912       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4913     - title: "2005.0-4"
4914       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
4915     - title: "2005.0-5"
4916       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
4917     - title: "2009.0-5"
4918       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4919   comparisons:
4920     - title: "2005.0-5 vs 2005.0-4"
4921       reference: 2
4922       compare: 3
4923 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4924     - title: "2009.0-5 vs 2005.0-5"
4925       reference: 3
4926       compare: 4
4927 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
4928   legend:
4929     - ''
4930     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4931     - '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).'
4932     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4933     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4934     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4935
4936 # VPP Performance Changes 3n-tsh 2t2c mrr
4937 - type: "table"
4938   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4939   algorithm: "table_comparison"
4940   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4941   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4942   filter: "'2T2C'"
4943   columns:
4944     - title: "2001.0-2"
4945       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4946     - title: "2005.0-4"
4947       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
4948     - title: "2005.0-5"
4949       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
4950     - title: "2009.0-5"
4951       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4952   comparisons:
4953     - title: "2005.0-5 vs 2005.0-4"
4954       reference: 2
4955       compare: 3
4956 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
4957     - title: "2009.0-5 vs 2005.0-5"
4958       reference: 3
4959       compare: 4
4960 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
4961   legend:
4962     - ''
4963     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4964     - '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).'
4965     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4966     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4967     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4968
4969 # VPP Performance Changes 3n-tsh 4t4c mrr
4970 - type: "table"
4971   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4972   algorithm: "table_comparison"
4973   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4974   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4975   filter: "'4T4C'"
4976   columns:
4977     - title: "2001.0-2"
4978       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4979     - title: "2005.0-4"
4980       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
4981     - title: "2005.0-5"
4982       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
4983     - title: "2009.0-5"
4984       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4985   comparisons:
4986     - title: "2005.0-5 vs 2005.0-4"
4987       reference: 2
4988       compare: 3
4989 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
4990     - title: "2009.0-5 vs 2005.0-5"
4991       reference: 3
4992       compare: 4
4993 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
4994   legend:
4995     - ''
4996     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4997     - '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).'
4998     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4999     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5000     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5001
5002 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5003 - type: "table"
5004   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5005   algorithm: "table_comparison"
5006   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5007   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5008   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5009   columns:
5010     - title: "3n-hsw xl710"
5011       data-set: "vpp-compare-testbeds-mrr-ref"
5012       tag: "NIC_Intel-XL710"
5013     - title: "3n-skx xxv710"
5014       data-set: "vpp-compare-testbeds-mrr-cmp"
5015       tag: "NIC_Intel-XXV710"
5016   comparisons:
5017     - title: "Diff"
5018       reference: 1
5019       compare: 2
5020   legend:
5021     - ""
5022     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5023     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5024
5025 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5026 - type: "table"
5027   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5028   algorithm: "table_comparison"
5029   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5030   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5031   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5032   columns:
5033     - title: "3n-hsw xl710"
5034       data-set: "vpp-compare-testbeds-mrr-ref"
5035       tag: "NIC_Intel-XL710"
5036     - title: "3n-skx xxv710"
5037       data-set: "vpp-compare-testbeds-mrr-cmp"
5038       tag: "NIC_Intel-XXV710"
5039   comparisons:
5040     - title: "Diff"
5041       reference: 1
5042       compare: 2
5043   legend:
5044     - ""
5045     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5046     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5047
5048 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5049 - type: "table"
5050   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5051   algorithm: "table_comparison"
5052   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5053   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5054   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5055   columns:
5056     - title: "3n-hsw xl710"
5057       data-set: "vpp-compare-testbeds-mrr-ref"
5058       tag: "NIC_Intel-XL710"
5059     - title: "3n-skx xxv710"
5060       data-set: "vpp-compare-testbeds-mrr-cmp"
5061       tag: "NIC_Intel-XXV710"
5062   comparisons:
5063     - title: "Diff"
5064       reference: 1
5065       compare: 2
5066   legend:
5067     - ""
5068     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5069     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5070
5071 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5072 - type: "table"
5073   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5074   algorithm: "table_comparison"
5075   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5076   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5077   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5078   columns:
5079     - title: "2n-skx"
5080       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5081     - title: "2n-clx"
5082       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5083   comparisons:
5084     - title: "Diff"
5085       reference: 1
5086       compare: 2
5087   legend:
5088     - ""
5089     - "2n-skx, 2n-clx - testbeds and NICs tested."
5090     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5091
5092 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5093 - type: "table"
5094   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5095   algorithm: "table_comparison"
5096   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5097   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5098   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5099   columns:
5100     - title: "2n-skx"
5101       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5102     - title: "2n-clx"
5103       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5104   comparisons:
5105     - title: "Diff"
5106       reference: 1
5107       compare: 2
5108   legend:
5109     - ""
5110     - "2n-skx, 2n-clx - testbeds and NICs tested."
5111     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5112
5113 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5114 - type: "table"
5115   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5116   algorithm: "table_comparison"
5117   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5118   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5119   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5120   columns:
5121     - title: "2n-skx"
5122       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5123     - title: "2n-clx"
5124       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5125   comparisons:
5126     - title: "Diff"
5127       reference: 1
5128       compare: 2
5129   legend:
5130     - ""
5131     - "2n-skx, 2n-clx - testbeds and NICs tested."
5132     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5133
5134 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5135 - type: "table"
5136   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5137   algorithm: "table_comparison"
5138   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5139   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5140   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5141   columns:
5142     - title: "3n-skx"
5143       data-set: "vpp-compare-topologies-mrr-ref"
5144     - title: "2n-skx"
5145       data-set: "vpp-compare-topologies-mrr-cmp"
5146   comparisons:
5147     - title: "Diff"
5148       reference: 1
5149       compare: 2
5150   legend:
5151     - ""
5152     - "3n-skx, 2n-skx - topologies tested."
5153     - "Diff - difference between 3n-skx and 2n-skx topologies."
5154
5155 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5156 - type: "table"
5157   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5158   algorithm: "table_comparison"
5159   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5160   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5161   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5162   columns:
5163     - title: "3n-skx"
5164       data-set: "vpp-compare-topologies-mrr-ref"
5165     - title: "2n-skx"
5166       data-set: "vpp-compare-topologies-mrr-cmp"
5167   comparisons:
5168     - title: "Diff"
5169       reference: 1
5170       compare: 2
5171   legend:
5172     - ""
5173     - "3n-skx, 2n-skx - topologies tested."
5174     - "Diff - difference between 3n-skx and 2n-skx topologies."
5175
5176 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5177 - type: "table"
5178   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5179   algorithm: "table_comparison"
5180   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5181   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5182   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5183   columns:
5184     - title: "3n-skx"
5185       data-set: "vpp-compare-topologies-mrr-ref"
5186     - title: "2n-skx"
5187       data-set: "vpp-compare-topologies-mrr-cmp"
5188   comparisons:
5189     - title: "Diff"
5190       reference: 1
5191       compare: 2
5192   legend:
5193     - ""
5194     - "3n-skx, 2n-skx - topologies tested."
5195     - "Diff - difference between 3n-skx and 2n-skx topologies."
5196
5197 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5198 - type: "table"
5199   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5200   algorithm: "table_comparison"
5201   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5202   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5203   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5204   columns:
5205     - title: "3n-hsw xl710"
5206       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5207       tag: "NIC_Intel-XL710"
5208     - title: "2n-clx xxv710"
5209       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5210       tag: "NIC_Intel-XXV710"
5211   comparisons:
5212     - title: "Diff"
5213       reference: 1
5214       compare: 2
5215   legend:
5216     - ""
5217     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5218     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5219
5220 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5221 - type: "table"
5222   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5223   algorithm: "table_comparison"
5224   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5225   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5226   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5227   columns:
5228     - title: "3n-hsw xl710"
5229       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5230       tag: "NIC_Intel-XL710"
5231     - title: "2n-clx xxv710"
5232       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5233       tag: "NIC_Intel-XXV710"
5234   comparisons:
5235     - title: "Diff"
5236       reference: 1
5237       compare: 2
5238   legend:
5239     - ""
5240     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5241     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5242
5243 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5244 - type: "table"
5245   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5246   algorithm: "table_comparison"
5247   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5248   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5249   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5250   columns:
5251     - title: "3n-hsw xl710"
5252       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5253       tag: "NIC_Intel-XL710"
5254     - title: "2n-clx xxv710"
5255       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5256       tag: "NIC_Intel-XXV710"
5257   comparisons:
5258     - title: "Diff"
5259       reference: 1
5260       compare: 2
5261   legend:
5262     - ""
5263     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5264     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5265
5266 # Detailed Test Results - VPP Performance Results 3n-hsw
5267 - type: "table"
5268   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5269   algorithm: "table_merged_details"
5270   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5271   columns:
5272     - title: " |prein| Test Name |preout| "
5273       data: "data name"
5274     - 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| "
5275       data: "data msg"
5276   data: "vpp-perf-results-3n-hsw"
5277   filter: "all"
5278   parameters:
5279   - "name"
5280   - "parent"
5281   - "msg"
5282
5283 # Detailed Test Results - VPP Performance Results 3n-skx
5284 - type: "table"
5285   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5286   algorithm: "table_merged_details"
5287   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5288   columns:
5289     - title: " |prein| Test Name |preout| "
5290       data: "data name"
5291     - 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| "
5292       data: "data msg"
5293   data: "vpp-perf-results-3n-skx"
5294   filter: "all"
5295   remove-ndr: False
5296   parameters:
5297   - "name"
5298   - "parent"
5299   - "msg"
5300
5301 # Detailed Test Results - VPP Performance Results 2n-skx
5302 - type: "table"
5303   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5304   algorithm: "table_merged_details"
5305   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5306   columns:
5307     - title: " |prein| Test Name |preout| "
5308       data: "data name"
5309     - 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| "
5310       data: "data msg"
5311   data: "vpp-perf-results-2n-skx"
5312   filter: "all"
5313   remove-ndr: False
5314   parameters:
5315   - "name"
5316   - "parent"
5317   - "msg"
5318
5319 # Detailed Test Results - VPP Performance Results 2n-clx
5320 - type: "table"
5321   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5322   algorithm: "table_merged_details"
5323   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5324   columns:
5325     - title: " |prein| Test Name |preout| "
5326       data: "data name"
5327     - 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| "
5328       data: "data msg"
5329   data: "vpp-perf-results-2n-clx"
5330   filter: "all"
5331   parameters:
5332   - "name"
5333   - "parent"
5334   - "msg"
5335
5336 # Detailed Test Results - VPP Performance Results 3n-tsh
5337 - type: "table"
5338   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5339   algorithm: "table_merged_details"
5340   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5341   columns:
5342     - title: " |prein| Test Name |preout| "
5343       data: "data name"
5344     - 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| "
5345       data: "data msg"
5346   data: "vpp-perf-results-3n-tsh"
5347   filter: "all"
5348   parameters:
5349   - "name"
5350   - "parent"
5351   - "msg"
5352
5353 ## Detailed Test Results - VPP Performance Results 3n-dnv
5354 #- type: "table"
5355 #  title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5356 #  algorithm: "table_merged_details"
5357 #  output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5358 #  columns:
5359 #    - title: " |prein| Test Name |preout| "
5360 #      data: "data name"
5361 #    - 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| "
5362 #      data: "data msg"
5363 #  data: "vpp-perf-results-3n-dnv"
5364 #  filter: "all"
5365 #  parameters:
5366 #  - "name"
5367 #  - "parent"
5368 #  - "msg"
5369 #
5370 ## Detailed Test Results - VPP Performance Results 2n-dnv
5371 #- type: "table"
5372 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5373 #  algorithm: "table_merged_details"
5374 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5375 #  columns:
5376 #    - title: " |prein| Test Name |preout| "
5377 #      data: "data name"
5378 #    - 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| "
5379 #      data: "data msg"
5380 #  data: "vpp-perf-results-2n-dnv"
5381 #  filter: "all"
5382 #  parameters:
5383 #  - "name"
5384 #  - "parent"
5385 #  - "msg"
5386
5387 # Test configuration - VPP Performance Test Configs 3n-hsw
5388 - type: "table"
5389   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5390   algorithm: "table_merged_details"
5391   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5392   columns:
5393     - title: " |prein| Test Name |preout| "
5394       data: "data name"
5395     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5396       data: "data conf-history"
5397   data: "vpp-perf-results-3n-hsw"
5398   filter: "all"
5399   parameters:
5400   - "parent"
5401   - "name"
5402   - "conf-history"
5403
5404 # Test configuration - VPP Performance Test Configs 3n-skx
5405 - type: "table"
5406   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5407   algorithm: "table_merged_details"
5408   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5409   columns:
5410     - title: " |prein| Test Name |preout| "
5411       data: "data name"
5412     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5413       data: "data conf-history"
5414   data: "vpp-perf-results-3n-skx"
5415   filter: "all"
5416   parameters:
5417   - "parent"
5418   - "name"
5419   - "conf-history"
5420
5421 # Test configuration - VPP Performance Test Configs 2n-skx
5422 - type: "table"
5423   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5424   algorithm: "table_merged_details"
5425   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5426   columns:
5427     - title: " |prein| Test Name |preout| "
5428       data: "data name"
5429     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5430       data: "data conf-history"
5431   data: "vpp-perf-results-2n-skx"
5432   filter: "all"
5433   parameters:
5434   - "parent"
5435   - "name"
5436   - "conf-history"
5437
5438 # Test configuration - VPP Performance Test Configs 2n-clx
5439 - type: "table"
5440   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5441   algorithm: "table_merged_details"
5442   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5443   columns:
5444     - title: " |prein| Test Name |preout| "
5445       data: "data name"
5446     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5447       data: "data conf-history"
5448   data: "vpp-perf-results-2n-clx"
5449   filter: "all"
5450   parameters:
5451   - "parent"
5452   - "name"
5453   - "conf-history"
5454
5455 # Test configuration - VPP Performance Test Configs 3n-tsh
5456 - type: "table"
5457   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5458   algorithm: "table_merged_details"
5459   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5460   columns:
5461     - title: " |prein| Test Name |preout| "
5462       data: "data name"
5463     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5464       data: "data conf-history"
5465   data: "vpp-perf-results-3n-tsh"
5466   filter: "all"
5467   parameters:
5468   - "parent"
5469   - "name"
5470   - "conf-history"
5471
5472 ## Test configuration - VPP Performance Test Configs 3n-dnv
5473 #- type: "table"
5474 #  title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5475 #  algorithm: "table_merged_details"
5476 #  output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5477 #  columns:
5478 #    - title: " |prein| Test Name |preout| "
5479 #      data: "data name"
5480 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5481 #      data: "data conf-history"
5482 #  data: "vpp-perf-results-3n-dnv"
5483 #  filter: "all"
5484 #  parameters:
5485 #  - "parent"
5486 #  - "name"
5487 #  - "conf-history"
5488 #
5489 ## Test configuration - VPP Performance Test Configs 2n-dnv
5490 #- type: "table"
5491 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5492 #  algorithm: "table_merged_details"
5493 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5494 #  columns:
5495 #    - title: " |prein| Test Name |preout| "
5496 #      data: "data name"
5497 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5498 #      data: "data conf-history"
5499 #  data: "vpp-perf-results-2n-dnv"
5500 #  filter: "all"
5501 #  parameters:
5502 #  - "parent"
5503 #  - "name"
5504 #  - "conf-history"
5505
5506 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5507 - type: "table"
5508   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5509   algorithm: "table_oper_data_html"
5510   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5511   data: "vpp-perf-results-3n-hsw"
5512   filter: "all"
5513
5514 # Test Operational Data - VPP Performance Operational Data 3n-skx
5515 - type: "table"
5516   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5517   algorithm: "table_oper_data_html"
5518   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5519   data: "vpp-perf-results-3n-skx"
5520   filter: "all"
5521
5522 # Test Operational Data - VPP Performance Operational Data 2n-skx
5523 - type: "table"
5524   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5525   algorithm: "table_oper_data_html"
5526   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5527   data: "vpp-perf-results-2n-skx"
5528   filter: "all"
5529
5530 # Test Operational Data - VPP Performance Operational Data 2n-clx
5531 - type: "table"
5532   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5533   algorithm: "table_oper_data_html"
5534   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5535   data: "vpp-perf-results-2n-clx"
5536   filter: "all"
5537
5538 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5539 - type: "table"
5540   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5541   algorithm: "table_oper_data_html"
5542   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5543   data: "vpp-perf-results-3n-tsh"
5544   filter: "all"
5545
5546 ## Test Operational Data - VPP Performance Operational Data 3n-dnv
5547 #- type: "table"
5548 #  title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5549 #  algorithm: "table_oper_data_html"
5550 #  output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5551 #  data: "vpp-perf-results-3n-dnv"
5552 #  filter: "all"
5553 #
5554 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
5555 #- type: "table"
5556 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5557 #  algorithm: "table_oper_data_html"
5558 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5559 #  data: "vpp-perf-results-2n-dnv"
5560 #  filter: "all"
5561
5562 # Detailed Test Results - VPP MRR Results 3n-hsw
5563 - type: "table"
5564   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5565   algorithm: "table_merged_details"
5566   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5567   columns:
5568     - title: " |prein| Test Name |preout| "
5569       data: "data name"
5570     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5571       data: "data msg"
5572   data: "vpp-mrr-results-3n-hsw"
5573   filter: "all"
5574   parameters:
5575   - "name"
5576   - "parent"
5577   - "msg"
5578
5579 # Detailed Test Results - VPP MRR Results 3n-skx
5580 - type: "table"
5581   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5582   algorithm: "table_merged_details"
5583   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5584   columns:
5585     - title: " |prein| Test Name |preout| "
5586       data: "data name"
5587     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5588       data: "data msg"
5589   data: "vpp-mrr-results-3n-skx"
5590   filter: "all"
5591   parameters:
5592   - "name"
5593   - "parent"
5594   - "msg"
5595
5596 # Detailed Test Results - VPP MRR Results 2n-skx
5597 - type: "table"
5598   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5599   algorithm: "table_merged_details"
5600   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5601   columns:
5602     - title: " |prein| Test Name |preout| "
5603       data: "data name"
5604     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5605       data: "data msg"
5606   data: "vpp-mrr-results-2n-skx"
5607   filter: "all"
5608   parameters:
5609   - "name"
5610   - "parent"
5611   - "msg"
5612
5613 # Detailed Test Results - VPP MRR Results 2n-clx
5614 - type: "table"
5615   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5616   algorithm: "table_merged_details"
5617   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5618   columns:
5619     - title: " |prein| Test Name |preout| "
5620       data: "data name"
5621     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5622       data: "data msg"
5623   data: "vpp-mrr-results-2n-clx"
5624   filter: "all"
5625   parameters:
5626   - "name"
5627   - "parent"
5628   - "msg"
5629
5630 # Detailed Test Results - VPP MRR Results 3n-tsh
5631 - type: "table"
5632   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5633   algorithm: "table_merged_details"
5634   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5635   columns:
5636     - title: " |prein| Test Name |preout| "
5637       data: "data name"
5638     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5639       data: "data msg"
5640   data: "vpp-mrr-results-3n-tsh"
5641   filter: "all"
5642   parameters:
5643   - "name"
5644   - "parent"
5645   - "msg"
5646
5647 ## Detailed Test Results - VPP MRR Results 3n-dnv
5648 #- type: "table"
5649 #  title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5650 #  algorithm: "table_merged_details"
5651 #  output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5652 #  columns:
5653 #    - title: " |prein| Test Name |preout| "
5654 #      data: "data name"
5655 #    - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5656 #      data: "data msg"
5657 #  data: "vpp-mrr-results-3n-dnv"
5658 #  filter: "all"
5659 #  parameters:
5660 #  - "name"
5661 #  - "parent"
5662 #  - "msg"
5663 #
5664 ## Detailed Test Results - VPP MRR Results 2n-dnv
5665 #- type: "table"
5666 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5667 #  algorithm: "table_merged_details"
5668 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5669 #  columns:
5670 #    - title: " |prein| Test Name |preout| "
5671 #      data: "data name"
5672 #    - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5673 #      data: "data msg"
5674 #  data: "vpp-mrr-results-2n-dnv"
5675 #  filter: "all"
5676 #  parameters:
5677 #  - "name"
5678 #  - "parent"
5679 #  - "msg"
5680
5681 # Test configuration - VPP MRR Test Configs 3n-hsw
5682 - type: "table"
5683   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5684   algorithm: "table_merged_details"
5685   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5686   columns:
5687     - title: " |prein| Test Name |preout| "
5688       data: "data name"
5689     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5690       data: "data conf-history"
5691   data: "vpp-mrr-results-3n-hsw"
5692   filter: "all"
5693   parameters:
5694   - "parent"
5695   - "name"
5696   - "conf-history"
5697
5698 # Test configuration - VPP MRR Test Configs 3n-skx
5699 - type: "table"
5700   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5701   algorithm: "table_merged_details"
5702   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5703   columns:
5704     - title: " |prein| Test Name |preout| "
5705       data: "data name"
5706     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5707       data: "data conf-history"
5708   data: "vpp-mrr-results-3n-skx"
5709   filter: "all"
5710   parameters:
5711   - "parent"
5712   - "name"
5713   - "conf-history"
5714
5715 # Test configuration - VPP MRR Test Configs 2n-skx
5716 - type: "table"
5717   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5718   algorithm: "table_merged_details"
5719   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5720   columns:
5721     - title: " |prein| Test Name |preout| "
5722       data: "data name"
5723     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5724       data: "data conf-history"
5725   data: "vpp-mrr-results-2n-skx"
5726   filter: "all"
5727   parameters:
5728   - "parent"
5729   - "name"
5730   - "conf-history"
5731
5732 # Test configuration - VPP MRR Test Configs 2n-clx
5733 - type: "table"
5734   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5735   algorithm: "table_merged_details"
5736   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5737   columns:
5738     - title: " |prein| Test Name |preout| "
5739       data: "data name"
5740     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5741       data: "data conf-history"
5742   data: "vpp-mrr-results-2n-clx"
5743   filter: "all"
5744   parameters:
5745   - "parent"
5746   - "name"
5747   - "conf-history"
5748
5749 # Test configuration - VPP MRR Test Configs 3n-tsh
5750 - type: "table"
5751   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5752   algorithm: "table_merged_details"
5753   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5754   columns:
5755     - title: " |prein| Test Name |preout| "
5756       data: "data name"
5757     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5758       data: "data conf-history"
5759   data: "vpp-mrr-results-3n-tsh"
5760   filter: "all"
5761   parameters:
5762   - "parent"
5763   - "name"
5764   - "conf-history"
5765
5766 ## Test configuration - VPP MRR Test Configs 3n-dnv
5767 #- type: "table"
5768 #  title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5769 #  algorithm: "table_merged_details"
5770 #  output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5771 #  columns:
5772 #    - title: " |prein| Test Name |preout| "
5773 #      data: "data name"
5774 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5775 #      data: "data conf-history"
5776 #  data: "vpp-mrr-results-3n-dnv"
5777 #  filter: "all"
5778 #  parameters:
5779 #  - "parent"
5780 #  - "name"
5781 #  - "conf-history"
5782 #
5783 ## Test configuration - VPP MRR Test Configs 2n-dnv
5784 #- type: "table"
5785 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5786 #  algorithm: "table_merged_details"
5787 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5788 #  columns:
5789 #    - title: " |prein| Test Name |preout| "
5790 #      data: "data name"
5791 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5792 #      data: "data conf-history"
5793 #  data: "vpp-mrr-results-2n-dnv"
5794 #  filter: "all"
5795 #  parameters:
5796 #  - "parent"
5797 #  - "name"
5798 #  - "conf-history"
5799
5800 # Detailed Test Results - VPP Device Results - Ubuntu
5801 - type: "table"
5802   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5803   algorithm: "table_merged_details"
5804   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5805   columns:
5806     - title: " |prein| Test Name |preout| "
5807       data: "data name"
5808     - title: " |prein| Status |preout| "
5809       data: "data status"
5810   data: "vpp-device-results-ubuntu"
5811   filter: "all"
5812   parameters:
5813   - "name"
5814   - "parent"
5815   - "doc"
5816   - "status"
5817
5818 # Test configuration - VPP Device Test Configs - Ubuntu
5819 - type: "table"
5820   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5821   algorithm: "table_merged_details"
5822   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5823   columns:
5824     - title: " |prein| Test Name |preout| "
5825       data: "data name"
5826     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5827       data: "data conf-history"
5828   data: "vpp-device-results-ubuntu"
5829   filter: "all"
5830   parameters:
5831   - "parent"
5832   - "name"
5833   - "conf-history"
5834
5835 ################################################################################
5836
5837 # DPDK Performance Changes 3n-hsw 1t1c pdr
5838 - type: "table"
5839   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5840   algorithm: "table_comparison"
5841   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5842   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5843   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5844   columns:
5845     - title: "2001"
5846       data-set: "dpdk-performance-changes-3n-hsw-h1"
5847     - title: "2005"
5848       data-set: "dpdk-performance-changes-3n-hsw-ref"
5849     - title: "2009"
5850       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5851   comparisons:
5852     - title: "Diff"
5853       reference: 2
5854       compare: 3
5855   legend:
5856     - ""
5857     - "2001, 2005, 2009 - DPDK versions tested."
5858     - "Diff - difference between 2005 and 2009 DPDK version."
5859
5860 # DPDK Performance Changes 3n-hsw 2t2c pdr
5861 - type: "table"
5862   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5863   algorithm: "table_comparison"
5864   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5865   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5866   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5867   columns:
5868     - title: "2001"
5869       data-set: "dpdk-performance-changes-3n-hsw-h1"
5870     - title: "2005"
5871       data-set: "dpdk-performance-changes-3n-hsw-ref"
5872     - title: "2009"
5873       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5874   comparisons:
5875     - title: "Diff"
5876       reference: 2
5877       compare: 3
5878   legend:
5879     - ""
5880     - "2001, 2005, 2009 - DPDK versions tested."
5881     - "Diff - difference between 2005 and 2009 DPDK version."
5882
5883 # DPDK Performance Changes 3n-hsw 1t1c pdr
5884 - type: "table"
5885   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5886   algorithm: "table_comparison"
5887   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5888   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5889   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5890   columns:
5891     - title: "2001"
5892       data-set: "dpdk-performance-changes-3n-hsw-h1"
5893     - title: "2005"
5894       data-set: "dpdk-performance-changes-3n-hsw-ref"
5895     - title: "2009"
5896       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5897   comparisons:
5898     - title: "Diff"
5899       reference: 2
5900       compare: 3
5901   legend:
5902     - ""
5903     - "2001, 2005, 2009 - DPDK versions tested."
5904     - "Diff - difference between 2005 and 2009 DPDK version."
5905
5906 # DPDK Performance Changes 3n-hsw 2t2c ndr
5907 - type: "table"
5908   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5909   algorithm: "table_comparison"
5910   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5911   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5912   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5913   columns:
5914     - title: "2001"
5915       data-set: "dpdk-performance-changes-3n-hsw-h1"
5916     - title: "2005"
5917       data-set: "dpdk-performance-changes-3n-hsw-ref"
5918     - title: "2009"
5919       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5920   comparisons:
5921     - title: "Diff"
5922       reference: 2
5923       compare: 3
5924   legend:
5925     - ""
5926     - "2001, 2005, 2009 - DPDK versions tested."
5927     - "Diff - difference between 2005 and 2009 DPDK version."
5928
5929 # DPDK Performance Changes 3n-skx 2t1c pdr
5930 - type: "table"
5931   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5932   algorithm: "table_comparison"
5933   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5934   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5935   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5936   columns:
5937     - title: "2001"
5938       data-set: "dpdk-performance-changes-3n-skx-h1"
5939     - title: "2005"
5940       data-set: "dpdk-performance-changes-3n-skx-ref"
5941     - title: "2009"
5942       data-set: "dpdk-performance-changes-3n-skx-cmp"
5943   comparisons:
5944     - title: "Diff"
5945       reference: 2
5946       compare: 3
5947   legend:
5948     - ""
5949     - "2001, 2005, 2009 - DPDK versions tested."
5950     - "Diff - difference between 2005 and 2009 DPDK version."
5951
5952 # DPDK Performance Changes 3n-skx 4t2c pdr
5953 - type: "table"
5954   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5955   algorithm: "table_comparison"
5956   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5957   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5958   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5959   columns:
5960     - title: "2001"
5961       data-set: "dpdk-performance-changes-3n-skx-h1"
5962     - title: "2005"
5963       data-set: "dpdk-performance-changes-3n-skx-ref"
5964     - title: "2009"
5965       data-set: "dpdk-performance-changes-3n-skx-cmp"
5966   comparisons:
5967     - title: "Diff"
5968       reference: 2
5969       compare: 3
5970   legend:
5971     - ""
5972     - "2001, 2005, 2009 - DPDK versions tested."
5973     - "Diff - difference between 2005 and 2009 DPDK version."
5974
5975 # DPDK Performance Changes 3n-skx 2t1c ndr
5976 - type: "table"
5977   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5978   algorithm: "table_comparison"
5979   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5980   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5981   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5982   columns:
5983     - title: "2001"
5984       data-set: "dpdk-performance-changes-3n-skx-h1"
5985     - title: "2005"
5986       data-set: "dpdk-performance-changes-3n-skx-ref"
5987     - title: "2009"
5988       data-set: "dpdk-performance-changes-3n-skx-cmp"
5989   comparisons:
5990     - title: "Diff"
5991       reference: 2
5992       compare: 3
5993   legend:
5994     - ""
5995     - "2001, 2005, 2009 - DPDK versions tested."
5996     - "Diff - difference between 2005 and 2009 DPDK version."
5997
5998 # DPDK Performance Changes 3n-skx 4t2c ndr
5999 - type: "table"
6000   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6001   algorithm: "table_comparison"
6002   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6003   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6004   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6005   columns:
6006     - title: "2001"
6007       data-set: "dpdk-performance-changes-3n-skx-h1"
6008     - title: "2005"
6009       data-set: "dpdk-performance-changes-3n-skx-ref"
6010     - title: "2009"
6011       data-set: "dpdk-performance-changes-3n-skx-cmp"
6012   comparisons:
6013     - title: "Diff"
6014       reference: 2
6015       compare: 3
6016   legend:
6017     - ""
6018     - "2001, 2005, 2009 - DPDK versions tested."
6019     - "Diff - difference between 2005 and 2009 DPDK version."
6020
6021 # DPDK Performance Changes 2n-skx 2t1c pdr
6022 - type: "table"
6023   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6024   algorithm: "table_comparison"
6025   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6026   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6027   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6028   columns:
6029     - title: "2001"
6030       data-set: "dpdk-performance-changes-2n-skx-h1"
6031     - title: "2005"
6032       data-set: "dpdk-performance-changes-2n-skx-ref"
6033     - title: "2009"
6034       data-set: "dpdk-performance-changes-2n-skx-cmp"
6035   comparisons:
6036     - title: "Diff"
6037       reference: 2
6038       compare: 3
6039   legend:
6040     - ""
6041     - "2001, 2005, 2009 - DPDK versions tested."
6042     - "Diff - difference between 2005 and 2009 DPDK version."
6043
6044 # DPDK Performance Changes 2n-skx 4t2c pdr
6045 - type: "table"
6046   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6047   algorithm: "table_comparison"
6048   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6049   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6050   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6051   columns:
6052     - title: "2001"
6053       data-set: "dpdk-performance-changes-2n-skx-h1"
6054     - title: "2005"
6055       data-set: "dpdk-performance-changes-2n-skx-ref"
6056     - title: "2009"
6057       data-set: "dpdk-performance-changes-2n-skx-cmp"
6058   comparisons:
6059     - title: "Diff"
6060       reference: 2
6061       compare: 3
6062   legend:
6063     - ""
6064     - "2001, 2005, 2009 - DPDK versions tested."
6065     - "Diff - difference between 2005 and 2009 DPDK version."
6066
6067 # DPDK Performance Changes 2n-skx 2t1c ndr
6068 - type: "table"
6069   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6070   algorithm: "table_comparison"
6071   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6072   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6073   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6074   columns:
6075     - title: "2001"
6076       data-set: "dpdk-performance-changes-2n-skx-h1"
6077     - title: "2005"
6078       data-set: "dpdk-performance-changes-2n-skx-ref"
6079     - title: "2009"
6080       data-set: "dpdk-performance-changes-2n-skx-cmp"
6081   comparisons:
6082     - title: "Diff"
6083       reference: 2
6084       compare: 3
6085   legend:
6086     - ""
6087     - "2001, 2005, 2009 - DPDK versions tested."
6088     - "Diff - difference between 2005 and 2009 DPDK version."
6089
6090 # DPDK Performance Changes 2n-skx 4t2c ndr
6091 - type: "table"
6092   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6093   algorithm: "table_comparison"
6094   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6095   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6096   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6097   columns:
6098     - title: "2001"
6099       data-set: "dpdk-performance-changes-2n-skx-h1"
6100     - title: "2005"
6101       data-set: "dpdk-performance-changes-2n-skx-ref"
6102     - title: "2009"
6103       data-set: "dpdk-performance-changes-2n-skx-cmp"
6104   comparisons:
6105     - title: "Diff"
6106       reference: 2
6107       compare: 3
6108   legend:
6109     - ""
6110     - "2001, 2005, 2009 - DPDK versions tested."
6111     - "Diff - difference between 2005 and 2009 DPDK version."
6112
6113 # DPDK Performance Changes 2n-clx 2t1c pdr
6114 - type: "table"
6115   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6116   algorithm: "table_comparison"
6117   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6118   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6119   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6120   columns:
6121     - title: "2001"
6122       data-set: "dpdk-performance-changes-2n-clx-h1"
6123     - title: "2005"
6124       data-set: "dpdk-performance-changes-2n-clx-ref"
6125     - title: "2009"
6126       data-set: "dpdk-performance-changes-2n-clx-cmp"
6127   comparisons:
6128     - title: "Diff"
6129       reference: 2
6130       compare: 3
6131   legend:
6132     - ""
6133     - "2001, 2005, 2009 - DPDK versions tested."
6134     - "Diff - difference between 2005 and 2009 DPDK version."
6135
6136 # DPDK Performance Changes 2n-clx 4t2c pdr
6137 - type: "table"
6138   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6139   algorithm: "table_comparison"
6140   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6141   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6142   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6143   columns:
6144     - title: "2001"
6145       data-set: "dpdk-performance-changes-2n-clx-h1"
6146     - title: "2005"
6147       data-set: "dpdk-performance-changes-2n-clx-ref"
6148     - title: "2009"
6149       data-set: "dpdk-performance-changes-2n-clx-cmp"
6150   comparisons:
6151     - title: "Diff"
6152       reference: 2
6153       compare: 3
6154   legend:
6155     - ""
6156     - "2001, 2005, 2009 - DPDK versions tested."
6157     - "Diff - difference between 2005 and 2009 DPDK version."
6158
6159 # DPDK Performance Changes 2n-clx 2t1c ndr
6160 - type: "table"
6161   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6162   algorithm: "table_comparison"
6163   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6164   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6165   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6166   columns:
6167     - title: "2001"
6168       data-set: "dpdk-performance-changes-2n-clx-h1"
6169     - title: "2005"
6170       data-set: "dpdk-performance-changes-2n-clx-ref"
6171     - title: "2009"
6172       data-set: "dpdk-performance-changes-2n-clx-cmp"
6173   comparisons:
6174     - title: "Diff"
6175       reference: 2
6176       compare: 3
6177   legend:
6178     - ""
6179     - "2001, 2005, 2009 - DPDK versions tested."
6180     - "Diff - difference between 2005 and 2009 DPDK version."
6181
6182 # DPDK Performance Changes 2n-clx 4t2c ndr
6183 - type: "table"
6184   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6185   algorithm: "table_comparison"
6186   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6188   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6189   columns:
6190     - title: "2001"
6191       data-set: "dpdk-performance-changes-2n-clx-h1"
6192     - title: "2005"
6193       data-set: "dpdk-performance-changes-2n-clx-ref"
6194     - title: "2009"
6195       data-set: "dpdk-performance-changes-2n-clx-cmp"
6196   comparisons:
6197     - title: "Diff"
6198       reference: 2
6199       compare: 3
6200   legend:
6201     - ""
6202     - "2001, 2005, 2009 - DPDK versions tested."
6203     - "Diff - difference between 2005 and 2009 DPDK version."
6204
6205 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6206 #- type: "table"
6207 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6208 #  algorithm: "table_comparison"
6209 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6210 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6211 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6212 #  columns:
6213 #    - title: "2001"
6214 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6215 #    - title: "2005"
6216 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6217 #    - title: "2009"
6218 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6219 #  comparisons:
6220 #    - title: "Diff"
6221 #      reference: 2
6222 #      compare: 3
6223 #  legend:
6224 #    - ""
6225 #    - "2001, 2005, 2009 - DPDK versions tested."
6226 #    - "Diff - difference between 2005 and 2009 DPDK version."
6227 #
6228 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6229 #- type: "table"
6230 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6231 #  algorithm: "table_comparison"
6232 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6233 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6234 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6235 #  columns:
6236 #    - title: "2001"
6237 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6238 #    - title: "2005"
6239 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6240 #    - title: "2009"
6241 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6242 #  comparisons:
6243 #    - title: "Diff"
6244 #      reference: 2
6245 #      compare: 3
6246 #  legend:
6247 #    - ""
6248 #    - "2001, 2005, 2009 - DPDK versions tested."
6249 #    - "Diff - difference between 2005 and 2009 DPDK version."
6250 #
6251 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6252 #- type: "table"
6253 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6254 #  algorithm: "table_comparison"
6255 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6256 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6257 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6258 #  columns:
6259 #    - title: "2001"
6260 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6261 #    - title: "2005"
6262 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6263 #    - title: "2009"
6264 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6265 #  comparisons:
6266 #    - title: "Diff"
6267 #      reference: 2
6268 #      compare: 3
6269 #  legend:
6270 #    - ""
6271 #    - "2001, 2005, 2009 - DPDK versions tested."
6272 #    - "Diff - difference between 2005 and 2009 DPDK version."
6273 #
6274 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6275 #- type: "table"
6276 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6277 #  algorithm: "table_comparison"
6278 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6279 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6280 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6281 #  columns:
6282 #    - title: "2001"
6283 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6284 #    - title: "2005"
6285 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6286 #    - title: "2009"
6287 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6288 #  comparisons:
6289 #    - title: "Diff"
6290 #      reference: 2
6291 #      compare: 3
6292 #  legend:
6293 #    - ""
6294 #    - "2001, 2005, 2009 - DPDK versions tested."
6295 #    - "Diff - difference between 2005 and 2009 DPDK version."
6296 #
6297 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6298 #- type: "table"
6299 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6300 #  algorithm: "table_comparison"
6301 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6302 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6303 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6304 #  columns:
6305 #    - title: "2001"
6306 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6307 #    - title: "2005"
6308 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6309 #    - title: "2009"
6310 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6311 #  comparisons:
6312 #    - title: "Diff"
6313 #      reference: 2
6314 #      compare: 3
6315 #  legend:
6316 #    - ""
6317 #    - "2001, 2005, 2009 - DPDK versions tested."
6318 #    - "Diff - difference between 2005 and 2009 DPDK version."
6319 #
6320 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6321 #- type: "table"
6322 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6323 #  algorithm: "table_comparison"
6324 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6325 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6326 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6327 #  columns:
6328 #    - title: "2001"
6329 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6330 #    - title: "2005"
6331 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6332 #    - title: "2009"
6333 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6334 #  comparisons:
6335 #    - title: "Diff"
6336 #      reference: 2
6337 #      compare: 3
6338 #  legend:
6339 #    - ""
6340 #    - "2001, 2005, 2009 - DPDK versions tested."
6341 #    - "Diff - difference between 2005 and 2009 DPDK version."
6342 #
6343 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6344 #- type: "table"
6345 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6346 #  algorithm: "table_comparison"
6347 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6348 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6349 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6350 #  columns:
6351 #    - title: "2001"
6352 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6353 #    - title: "2005"
6354 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6355 #    - title: "2009"
6356 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6357 #  comparisons:
6358 #    - title: "Diff"
6359 #      reference: 2
6360 #      compare: 3
6361 #  legend:
6362 #    - ""
6363 #    - "2001, 2005, 2009 - DPDK versions tested."
6364 #    - "Diff - difference between 2005 and 2009 DPDK version."
6365 #
6366 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6367 #- type: "table"
6368 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6369 #  algorithm: "table_comparison"
6370 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6371 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6372 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6373 #  columns:
6374 #    - title: "2001"
6375 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6376 #    - title: "2005"
6377 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6378 #    - title: "2009"
6379 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6380 #  comparisons:
6381 #    - title: "Diff"
6382 #      reference: 2
6383 #      compare: 3
6384 #  legend:
6385 #    - ""
6386 #    - "2001, 2005, 2009 - DPDK versions tested."
6387 #    - "Diff - difference between 2005 and 2009 DPDK version."
6388
6389 # DPDK Performance Changes 3n-tsh 1t1c pdr
6390 - type: "table"
6391   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6392   algorithm: "table_comparison"
6393   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6394   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6395   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6396   columns:
6397     - title: "2001"
6398       data-set: "dpdk-performance-changes-3n-tsh-h1"
6399     - title: "2005"
6400       data-set: "dpdk-performance-changes-3n-tsh-ref"
6401     - title: "2009"
6402       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6403   comparisons:
6404     - title: "Diff"
6405       reference: 2
6406       compare: 3
6407   legend:
6408     - ""
6409     - "2001, 2005, 2009 - DPDK versions tested."
6410     - "Diff - difference between 2005 and 2009 DPDK version."
6411
6412 # DPDK Performance Changes 3n-tsh 2t2c pdr
6413 - type: "table"
6414   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6415   algorithm: "table_comparison"
6416   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6417   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6418   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6419   columns:
6420     - title: "2001"
6421       data-set: "dpdk-performance-changes-3n-tsh-h1"
6422     - title: "2005"
6423       data-set: "dpdk-performance-changes-3n-tsh-ref"
6424     - title: "2009"
6425       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6426   comparisons:
6427     - title: "Diff"
6428       reference: 2
6429       compare: 3
6430   legend:
6431     - ""
6432     - "2001, 2005, 2009 - DPDK versions tested."
6433     - "Diff - difference between 2005 and 2009 DPDK version."
6434
6435 # DPDK Performance Changes 3n-tsh 1t1c ndr
6436 - type: "table"
6437   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6438   algorithm: "table_comparison"
6439   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6441   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6442   columns:
6443     - title: "2001"
6444       data-set: "dpdk-performance-changes-3n-tsh-h1"
6445     - title: "2005"
6446       data-set: "dpdk-performance-changes-3n-tsh-ref"
6447     - title: "2009"
6448       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6449   comparisons:
6450     - title: "Diff"
6451       reference: 2
6452       compare: 3
6453   legend:
6454     - ""
6455     - "2001, 2005, 2009 - DPDK versions tested."
6456     - "Diff - difference between 2005 and 2009 DPDK version."
6457
6458 # DPDK Performance Changes 3n-tsh 2t2c ndr
6459 - type: "table"
6460   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6461   algorithm: "table_comparison"
6462   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6463   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6464   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6465   columns:
6466     - title: "2001"
6467       data-set: "dpdk-performance-changes-3n-tsh-h1"
6468     - title: "2005"
6469       data-set: "dpdk-performance-changes-3n-tsh-ref"
6470     - title: "2009"
6471       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6472   comparisons:
6473     - title: "Diff"
6474       reference: 2
6475       compare: 3
6476   legend:
6477     - ""
6478     - "2001, 2005, 2009 - DPDK versions tested."
6479     - "Diff - difference between 2005 and 2009 DPDK version."
6480
6481 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6482 - type: "table"
6483   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6484   algorithm: "table_comparison"
6485   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6486   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6487   filter: "'NIC_Intel-X710'"
6488   columns:
6489     - title: "3n-hsw x710"
6490       data-set: "dpdk-compare-testbeds-ref"
6491     - title: "3n-skx x710"
6492       data-set: "dpdk-compare-testbeds-cmp"
6493   comparisons:
6494     - title: "Diff"
6495       reference: 1
6496       compare: 2
6497   legend:
6498     - ""
6499     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6500     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6501
6502 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6503 - type: "table"
6504   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6505   algorithm: "table_comparison"
6506   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6507   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6508   filter: "'NIC_Intel-X710'"
6509   columns:
6510     - title: "3n-hsw x710"
6511       data-set: "dpdk-compare-testbeds-ref"
6512     - title: "3n-skx x710"
6513       data-set: "dpdk-compare-testbeds-cmp"
6514   comparisons:
6515     - title: "Diff"
6516       reference: 1
6517       compare: 2
6518   legend:
6519     - ""
6520     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6521     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6522
6523 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6524 - type: "table"
6525   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6526   algorithm: "table_comparison"
6527   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6528   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6529   filter: "'NIC_Intel-XXV710'"
6530   columns:
6531     - title: "2n-skx"
6532       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6533     - title: "2n-clx"
6534       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6535   comparisons:
6536     - title: "Diff"
6537       reference: 1
6538       compare: 2
6539   legend:
6540     - ""
6541     - "2n-skx, 2n-clx - testbeds and NICs tested."
6542     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6543
6544 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6545 - type: "table"
6546   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6547   algorithm: "table_comparison"
6548   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6550   filter: "'NIC_Intel-XXV710'"
6551   columns:
6552     - title: "2n-skx"
6553       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6554     - title: "2n-clx"
6555       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6556   comparisons:
6557     - title: "Diff"
6558       reference: 1
6559       compare: 2
6560   legend:
6561     - ""
6562     - "2n-skx, 2n-clx - testbeds and NICs tested."
6563     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6564
6565 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6566 - type: "table"
6567   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6568   algorithm: "table_comparison"
6569   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6570   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6571   filter: "'NIC_Intel-XXV710'"
6572   columns:
6573     - title: "3n-skx"
6574       data-set: "dpdk-compare-topologies-ref"
6575     - title: "2n-skx"
6576       data-set: "dpdk-compare-topologies-cmp"
6577   comparisons:
6578     - title: "Diff"
6579       reference: 1
6580       compare: 2
6581   legend:
6582     - ""
6583     - "3n-skx, 2n-skx - topologies tested."
6584     - "Diff - difference between 3n-skx and 2n-skx topologies."
6585
6586 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6587 - type: "table"
6588   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6589   algorithm: "table_comparison"
6590   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6591   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6592   filter: "'NIC_Intel-XXV710'"
6593   columns:
6594     - title: "3n-skx"
6595       data-set: "dpdk-compare-topologies-ref"
6596     - title: "2n-skx"
6597       data-set: "dpdk-compare-topologies-cmp"
6598   comparisons:
6599     - title: "Diff"
6600       reference: 1
6601       compare: 2
6602   legend:
6603     - ""
6604     - "3n-skx, 2n-skx - topologies tested."
6605     - "Diff - difference between 3n-skx and 2n-skx topologies."
6606
6607 # Detailed Test Results - DPDK Performance Results 3n-hsw
6608 - type: "table"
6609   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6610   algorithm: "table_merged_details"
6611   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6612   columns:
6613     - title: " |prein| Test Name |preout| "
6614       data: "data name"
6615     - 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| "
6616       data: "data msg"
6617   data: "dpdk-perf-results-3n-hsw"
6618   filter: "all"
6619   parameters:
6620   - "name"
6621   - "parent"
6622   - "msg"
6623
6624 # Detailed Test Results - DPDK Performance Results 3n-skx
6625 - type: "table"
6626   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6627   algorithm: "table_merged_details"
6628   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6629   columns:
6630     - title: " |prein| Test Name |preout| "
6631       data: "data name"
6632     - 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| "
6633       data: "data msg"
6634   data: "dpdk-perf-results-3n-skx"
6635   filter: "all"
6636   remove-ndr: False
6637   parameters:
6638   - "name"
6639   - "parent"
6640   - "msg"
6641
6642 # Detailed Test Results - DPDK Performance Results 2n-skx
6643 - type: "table"
6644   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6645   algorithm: "table_merged_details"
6646   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6647   columns:
6648     - title: " |prein| Test Name |preout| "
6649       data: "data name"
6650     - 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| "
6651       data: "data msg"
6652   data: "dpdk-perf-results-2n-skx"
6653   filter: "all"
6654   remove-ndr: False
6655   parameters:
6656   - "name"
6657   - "parent"
6658   - "msg"
6659
6660 # Detailed Test Results - DPDK Performance Results 2n-clx
6661 - type: "table"
6662   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6663   algorithm: "table_merged_details"
6664   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6665   columns:
6666     - title: " |prein| Test Name |preout| "
6667       data: "data name"
6668     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6669       data: "data msg"
6670   data: "dpdk-perf-results-2n-clx"
6671   filter: "all"
6672   parameters:
6673   - "name"
6674   - "parent"
6675   - "msg"
6676
6677 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6678 #- type: "table"
6679 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6680 #  algorithm: "table_merged_details"
6681 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6682 #  columns:
6683 #    - title: " |prein| Test Name |preout| "
6684 #      data: "data name"
6685 #    - 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| "
6686 #      data: "data msg"
6687 #  data: "dpdk-perf-results-2n-dnv"
6688 #  filter: "all"
6689 #  parameters:
6690 #  - "name"
6691 #  - "parent"
6692 #  - "msg"
6693 #
6694 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6695 #- type: "table"
6696 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6697 #  algorithm: "table_merged_details"
6698 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6699 #  columns:
6700 #    - title: " |prein| Test Name |preout| "
6701 #      data: "data name"
6702 #    - 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| "
6703 #      data: "data msg"
6704 #  data: "dpdk-perf-results-3n-dnv"
6705 #  filter: "all"
6706 #  parameters:
6707 #  - "name"
6708 #  - "parent"
6709 #  - "msg"
6710
6711 # Detailed Test Results - DPDK Performance Results 3n-tsh
6712 - type: "table"
6713   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6714   algorithm: "table_merged_details"
6715   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6716   columns:
6717     - title: " |prein| Test Name |preout| "
6718       data: "data name"
6719     - 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| "
6720       data: "data msg"
6721   data: "dpdk-perf-results-3n-tsh"
6722   filter: "all"
6723   parameters:
6724   - "name"
6725   - "parent"
6726   - "msg"
6727
6728 ################################################################################
6729 ###                                F I L E S                                 ###
6730 ################################################################################
6731
6732 # VPP Performance Results
6733 - type: "file"
6734   title: "VPP Performance Results"
6735   algorithm: "file_details_split"
6736   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6737   dir-tables:
6738     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6739     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6740     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6741     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6742     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6743 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6744 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6745   data:
6746     - "vpp-perf-results-2n-skx"
6747     - "vpp-perf-results-3n-skx"
6748     - "vpp-perf-results-2n-clx"
6749     - "vpp-perf-results-3n-hsw"
6750     - "vpp-perf-results-3n-tsh"
6751 #    - "vpp-perf-results-2n-dnv"
6752 #    - "vpp-perf-results-3n-dnv"
6753   filter: "all"
6754   data-start-level: 4
6755   order-chapters:
6756     level-1:
6757       - "l2"
6758       - "ip4"
6759       - "ip6"
6760       - "srv6"
6761       - "ip4_tunnels"
6762       - "ip6_tunnels"
6763       - "vm_vhost"
6764       - "container_memif"
6765       - "crypto"
6766       - "vts"
6767       - "lb"
6768       - "nfv_density"
6769       - "hoststack"
6770     level-2:
6771       - "2n-skx"
6772       - "3n-skx"
6773       - "2n-clx"
6774       - "3n-hsw"
6775       - "3n-tsh"
6776       - "2n-dnv"
6777       - "3n-dnv"
6778     level-3:
6779       - "xl710"
6780       - "x520"
6781       - "xxv710"
6782       - "x710"
6783       - "x553"
6784       - "cx556a"
6785       - "vic1227"
6786       - "vic1385"
6787
6788 # VPP Performance Configuration
6789 - type: "file"
6790   title: "VPP Performance Configuration"
6791   algorithm: "file_details_split"
6792   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6793   dir-tables:
6794     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6795     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6796     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6797     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6798     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6799 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6800 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6801   data:
6802     - "vpp-perf-results-2n-skx"
6803     - "vpp-perf-results-3n-skx"
6804     - "vpp-perf-results-2n-clx"
6805     - "vpp-perf-results-3n-hsw"
6806     - "vpp-perf-results-3n-tsh"
6807 #    - "vpp-perf-results-2n-dnv"
6808 #    - "vpp-perf-results-3n-dnv"
6809   filter: "all"
6810   data-start-level: 4
6811   order-chapters:
6812     level-1:
6813       - "l2"
6814       - "ip4"
6815       - "ip6"
6816       - "srv6"
6817       - "ip4_tunnels"
6818       - "ip6_tunnels"
6819       - "vm_vhost"
6820       - "container_memif"
6821       - "crypto"
6822       - "vts"
6823       - "lb"
6824       - "nfv_density"
6825       - "hoststack"
6826     level-2:
6827       - "2n-skx"
6828       - "3n-skx"
6829       - "2n-clx"
6830       - "3n-hsw"
6831       - "3n-tsh"
6832       - "2n-dnv"
6833       - "3n-dnv"
6834     level-3:
6835       - "xl710"
6836       - "x520"
6837       - "xxv710"
6838       - "x710"
6839       - "x553"
6840       - "cx556a"
6841       - "vic1227"
6842       - "vic1385"
6843
6844 # VPP Performance Operational
6845 - type: "file"
6846   title: "VPP Performance Operational"
6847   algorithm: "file_details_split_html"
6848   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6849   dir-tables:
6850     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6851     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6852     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6853     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6854     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6855 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6856 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6857   data:
6858     - "vpp-perf-results-2n-skx"
6859     - "vpp-perf-results-3n-skx"
6860     - "vpp-perf-results-2n-clx"
6861     - "vpp-perf-results-3n-hsw"
6862     - "vpp-perf-results-3n-tsh"
6863 #    - "vpp-perf-results-2n-dnv"
6864 #    - "vpp-perf-results-3n-dnv"
6865   filter: "all"
6866   data-start-level: 4
6867   order-chapters:
6868     level-1:
6869       - "l2"
6870       - "ip4"
6871       - "ip6"
6872       - "srv6"
6873       - "ip4_tunnels"
6874       - "ip6_tunnels"
6875       - "vm_vhost"
6876       - "container_memif"
6877       - "crypto"
6878       - "vts"
6879       - "lb"
6880       - "nfv_density"
6881       - "hoststack"
6882     level-2:
6883       - "2n-skx"
6884       - "3n-skx"
6885       - "2n-clx"
6886       - "3n-hsw"
6887       - "3n-tsh"
6888       - "2n-dnv"
6889       - "3n-dnv"
6890     level-3:
6891       - "xl710"
6892       - "x520"
6893       - "xxv710"
6894       - "x710"
6895       - "x553"
6896       - "cx556a"
6897       - "vic1227"
6898       - "vic1385"
6899
6900 # VPP MRR Results
6901 - type: "file"
6902   title: "VPP MRR Results"
6903   algorithm: "file_details_split"
6904   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6905   dir-tables:
6906     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6907     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6908     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6909     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6910     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6911 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6912 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6913   data:
6914     - "vpp-mrr-results-2n-skx"
6915     - "vpp-mrr-results-3n-skx"
6916     - "vpp-mrr-results-2n-clx"
6917     - "vpp-mrr-results-3n-hsw"
6918     - "vpp-mrr-results-3n-tsh"
6919 #    - "vpp-mrr-results-2n-dnv"
6920 #    - "vpp-mrr-results-3n-dnv"
6921   filter: "all"
6922   data-start-level: 4
6923   order-chapters:
6924     level-1:
6925       - "l2"
6926       - "ip4"
6927       - "ip6"
6928       - "srv6"
6929       - "ip4_tunnels"
6930       - "ip6_tunnels"
6931       - "vm_vhost"
6932       - "container_memif"
6933       - "crypto"
6934       - "vts"
6935       - "lb"
6936       - "nfv_density"
6937       - "hoststack"
6938     level-2:
6939       - "2n-skx"
6940       - "3n-skx"
6941       - "2n-clx"
6942       - "3n-hsw"
6943       - "3n-tsh"
6944       - "2n-dnv"
6945       - "3n-dnv"
6946     level-3:
6947       - "xl710"
6948       - "x520"
6949       - "xxv710"
6950       - "x710"
6951       - "x553"
6952       - "cx556a"
6953       - "vic1227"
6954       - "vic1385"
6955
6956 # VPP MRR Configuration
6957 - type: "file"
6958   title: "VPP MRR Configuration"
6959   algorithm: "file_details_split"
6960   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6961   dir-tables:
6962     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6963     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6964     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6965     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6966     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6967     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6968     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6969   data:
6970     - "vpp-mrr-results-2n-skx"
6971     - "vpp-mrr-results-3n-skx"
6972     - "vpp-mrr-results-2n-clx"
6973     - "vpp-mrr-results-3n-hsw"
6974     - "vpp-mrr-results-3n-tsh"
6975 #    - "vpp-mrr-results-2n-dnv"
6976 #    - "vpp-mrr-results-3n-dnv"
6977   filter: "all"
6978   data-start-level: 4
6979   order-chapters:
6980     level-1:
6981       - "l2"
6982       - "ip4"
6983       - "ip6"
6984       - "srv6"
6985       - "ip4_tunnels"
6986       - "ip6_tunnels"
6987       - "vm_vhost"
6988       - "container_memif"
6989       - "crypto"
6990       - "vts"
6991       - "lb"
6992       - "nfv_density"
6993       - "hoststack"
6994     level-2:
6995       - "2n-skx"
6996       - "3n-skx"
6997       - "2n-clx"
6998       - "3n-hsw"
6999       - "3n-tsh"
7000       - "2n-dnv"
7001       - "3n-dnv"
7002     level-3:
7003       - "xl710"
7004       - "x520"
7005       - "xxv710"
7006       - "x710"
7007       - "x553"
7008       - "cx556a"
7009       - "vic1227"
7010       - "vic1385"
7011
7012 # VPP Device Results - Ubuntu
7013 - type: "file"
7014   title: "VPP Device Results - Ubuntu"
7015   algorithm: "file_test_results"
7016   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7017   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7018   data: "vpp-device-results-ubuntu"
7019   filter: "all"
7020   data-start-level: 4
7021
7022 # VPP Device Configuration - Ubuntu
7023 - type: "file"
7024   title: "VPP Device Configuration - Ubuntu"
7025   algorithm: "file_test_results"
7026   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7027   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7028   data: "vpp-device-results-ubuntu"
7029   filter: "all"
7030   data-start-level: 4
7031
7032 # DPDK Performance Results 3n-hsw
7033 - type: "file"
7034   title: "DPDK Performance Results 3n-hsw"
7035   algorithm: "file_test_results"
7036   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7037   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7038   data: "dpdk-perf-results-3n-hsw"
7039   filter: "all"
7040   data-start-level: 4
7041
7042 # DPDK Performance Results 3n-skx
7043 - type: "file"
7044   title: "DPDK Performance Results 3n-skx"
7045   algorithm: "file_test_results"
7046   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7047   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7048   data: "dpdk-perf-results-3n-skx"
7049   filter: "all"
7050   data-start-level: 4
7051
7052 # DPDK Performance Results 2n-skx
7053 - type: "file"
7054   title: "DPDK Performance Results 2n-skx"
7055   algorithm: "file_test_results"
7056   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7057   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7058   data: "dpdk-perf-results-2n-skx"
7059   filter: "all"
7060   data-start-level: 4
7061
7062 # DPDK Performance Results 2n-clx
7063 - type: "file"
7064   title: "DPDK Performance Results 2n-clx"
7065   algorithm: "file_test_results"
7066   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7067   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7068   data: "dpdk-perf-results-2n-clx"
7069   filter: "all"
7070   data-start-level: 4
7071
7072 ## DPDK Performance Results 2n-dnv
7073 #- type: "file"
7074 #  title: "DPDK Performance Results 2n-dnv"
7075 #  algorithm: "file_test_results"
7076 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7077 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7078 #  data: "dpdk-perf-results-2n-dnv"
7079 #  filter: "all"
7080 #  data-start-level: 4
7081 #
7082 ## DPDK Performance Results 3n-dnv
7083 #- type: "file"
7084 #  title: "DPDK Performance Results 3n-dnv"
7085 #  algorithm: "file_test_results"
7086 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7087 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7088 #  data: "dpdk-perf-results-3n-dnv"
7089 #  filter: "all"
7090 #  data-start-level: 4
7091
7092 # DPDK Performance Results 3n-tsh
7093 - type: "file"
7094   title: "DPDK Performance Results 3n-tsh"
7095   algorithm: "file_test_results"
7096   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7097   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7098   data: "dpdk-perf-results-3n-tsh"
7099   filter: "all"
7100   data-start-level: 4
7101
7102 ################################################################################
7103 ###                                P L O T S                                 ###
7104 ################################################################################
7105
7106 # Hoststack tests 3n-hsw
7107
7108 - type: "plot"
7109   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7110   algorithm: "plot_perf_box_name"
7111   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7112   data: "plot-vpp-hoststack-3n-hsw"
7113   include:
7114     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7115     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7116   layout:
7117     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7118     layout: "plot-hoststack"
7119
7120 - type: "plot"
7121   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7122   algorithm: "plot_perf_box_name"
7123   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7124   data: "plot-vpp-hoststack-3n-hsw"
7125   include:
7126     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7127     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7128   layout:
7129     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7130     layout: "plot-hoststack"
7131
7132 - type: "plot"
7133   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7134   algorithm: "plot_perf_box_name"
7135   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7136   data: "plot-vpp-hoststack-3n-hsw"
7137   include:
7138     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7139     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7140     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7141     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7142   layout:
7143     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7144     layout: "plot-hoststack"
7145
7146 ################################################################################
7147
7148 # Soak Test (PLRsearch), boxes - 2n-clx
7149 - type: "plot"
7150   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7151   algorithm: "plot_perf_box_name"
7152   output-file-type: ".html"
7153   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7154   data: "plot-vpp-soak-2n-clx"
7155   include:
7156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7162   layout:
7163     title: "30 Minutes Soak Test (PLRsearch)"
7164     layout: "plot-soak-throughput"
7165
7166 # Soak Test (PLRsearch), boxes - 2n-clx
7167 - type: "plot"
7168   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7169   algorithm: "plot_perf_box_name"
7170   output-file-type: ".html"
7171   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7172   data: "plot-vpp-soak-2n-clx"
7173   include:
7174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7175     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7176     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7177     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7179     - "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"
7180   layout:
7181     title: "30 Minutes Soak Test (PLRsearch)"
7182     layout: "plot-soak-throughput"
7183
7184 # Soak Test (PLRsearch), boxes - 2n-skx
7185 - type: "plot"
7186   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7187   algorithm: "plot_perf_box_name"
7188   output-file-type: ".html"
7189   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7190   data: "plot-vpp-soak-2n-skx"
7191   include:
7192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7198   layout:
7199     title: "30 Minutes Soak Test (PLRsearch)"
7200     layout: "plot-soak-throughput"
7201
7202 # Soak Test (PLRsearch), boxes - 2n-skx
7203 - type: "plot"
7204   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7205   algorithm: "plot_perf_box_name"
7206   output-file-type: ".html"
7207   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7208   data: "plot-vpp-soak-2n-skx"
7209   include:
7210     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7211     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7212     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7213     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7215     - "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"
7216   layout:
7217     title: "30 Minutes Soak Test (PLRsearch)"
7218     layout: "plot-soak-throughput"
7219
7220 ###############################################################################
7221
7222 # Reconf tests 2n-skx
7223
7224 - type: "plot"
7225   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7226   algorithm: "plot_nf_reconf_box_name"
7227   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7228   data: "plot-vpp-nfv-reconf-2n-skx"
7229   include:
7230     - "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"
7231     - "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"
7232     - "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"
7233     - "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"
7234     - "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"
7235     - "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"
7236   layout:
7237     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7238     layout: "plot-throughput"
7239
7240 - type: "plot"
7241   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7242   algorithm: "plot_nf_reconf_box_name"
7243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7244   data: "plot-vpp-nfv-reconf-2n-skx"
7245   include:
7246     - "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"
7247     - "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"
7248     - "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"
7249     - "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"
7250     - "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"
7251     - "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"
7252   layout:
7253     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7254     layout: "plot-throughput"
7255
7256 - type: "plot"
7257   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7258   algorithm: "plot_nf_reconf_box_name"
7259   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7260   data: "plot-vpp-nfv-reconf-2n-skx"
7261   include:
7262     - "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"
7263     - "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"
7264     - "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"
7265     - "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"
7266     - "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"
7267     - "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"
7268   layout:
7269     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7270     layout: "plot-throughput"
7271
7272 ###############################################################################
7273
7274 # Reconf tests 2n-clx
7275
7276 - type: "plot"
7277   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7278   algorithm: "plot_nf_reconf_box_name"
7279   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7280   data: "plot-vpp-nfv-reconf-2n-clx"
7281   include:
7282     - "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"
7283     - "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"
7284     - "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"
7285     - "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"
7286   layout:
7287     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7288     layout: "plot-throughput"
7289
7290 - type: "plot"
7291   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7292   algorithm: "plot_nf_reconf_box_name"
7293   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7294   data: "plot-vpp-nfv-reconf-2n-clx"
7295   include:
7296     - "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"
7297     - "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"
7298     - "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"
7299     - "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"
7300   layout:
7301     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7302     layout: "plot-throughput"
7303
7304 - type: "plot"
7305   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7306   algorithm: "plot_nf_reconf_box_name"
7307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7308   data: "plot-vpp-nfv-reconf-2n-clx"
7309   include:
7310     - "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"
7311     - "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"
7312     - "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"
7313     - "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"
7314   layout:
7315     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7316     layout: "plot-throughput"
7317
7318 ###############################################################################
7319
7320 # Plots - NF Density - VSC - MRR IMIX
7321 - type: "plot"
7322   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7323   algorithm: "plot_nf_heatmap"
7324   output-file-type: ".html"
7325   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7326   data: "plot-vpp-nfv-2n-skx-mrr"
7327   filter: "'NIC_Intel-XXV710' and
7328            'NF_DENSITY' and
7329            'VHOST' and
7330            not 'VXLAN' and
7331            'CHAIN' and
7332            'NF_VPPIP4' and
7333            'IMIX' and
7334            '2T1C' and
7335            'MRR'"
7336   parameters:
7337   - "result"
7338   - "name"
7339   - "tags"
7340   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7341   x-axis: "X = VNFs per Service Chain"
7342   y-axis: "Y = Number of Service Chains"
7343   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7344   layout:
7345     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7346     layout: "plot-service-density"
7347
7348 - type: "plot"
7349   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7350   algorithm: "plot_nf_heatmap"
7351   output-file-type: ".html"
7352   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7353   data: "plot-vpp-nfv-2n-skx-mrr"
7354   filter: "'NIC_Intel-XXV710' and
7355            'NF_DENSITY' and
7356            'VHOST' and
7357            not 'VXLAN' and
7358            'CHAIN' and
7359            'NF_VPPIP4' and
7360            'IMIX' and
7361            '4T2C' and
7362            'MRR'"
7363   parameters:
7364   - "result"
7365   - "name"
7366   - "tags"
7367   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7368   x-axis: "X = VNFs per Service Chain"
7369   y-axis: "Y = Number of Service Chains"
7370   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7371   layout:
7372     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7373     layout: "plot-service-density"
7374
7375 - type: "plot"
7376   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7377   algorithm: "plot_nf_heatmap"
7378   output-file-type: ".html"
7379   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7380   data: "plot-vpp-nfv-2n-skx-mrr"
7381   filter: "'NIC_Intel-XXV710' and
7382            'NF_DENSITY' and
7383            'VHOST' and
7384            not 'VXLAN' and
7385            'CHAIN' and
7386            'NF_VPPIP4' and
7387            'IMIX' and
7388            '8T4C' and
7389            'MRR'"
7390   parameters:
7391   - "result"
7392   - "name"
7393   - "tags"
7394   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7395   x-axis: "X = VNFs per Service Chain"
7396   y-axis: "Y = Number of Service Chains"
7397   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7398   layout:
7399     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7400     layout: "plot-service-density"
7401
7402 # Plots - NF Density - VSC - NDR IMIX
7403 - type: "plot"
7404   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7405   algorithm: "plot_nf_heatmap"
7406   output-file-type: ".html"
7407   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7408   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7409   filter: "'NIC_Intel-XXV710' and
7410            'NF_DENSITY' and
7411            'VHOST' and
7412            not 'VXLAN' and
7413            'CHAIN' and
7414            'NF_VPPIP4' and
7415            'IMIX' and
7416            '2T1C' and
7417            'NDRPDR'"
7418   parameters:
7419   - "throughput"
7420   - "name"
7421   - "tags"
7422   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7423   x-axis: "X = VNFs per Service Chain"
7424   y-axis: "Y = Number of Service Chains"
7425   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7426   layout:
7427     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7428     layout: "plot-service-density"
7429
7430 - type: "plot"
7431   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7432   algorithm: "plot_nf_heatmap"
7433   output-file-type: ".html"
7434   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7435   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7436   filter: "'NIC_Intel-XXV710' and
7437            'NF_DENSITY' and
7438            'VHOST' and
7439            not 'VXLAN' and
7440            'CHAIN' and
7441            'NF_VPPIP4' and
7442            'IMIX' and
7443            '4T2C' and
7444            'NDRPDR'"
7445   parameters:
7446   - "throughput"
7447   - "name"
7448   - "tags"
7449   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7450   x-axis: "X = VNFs per Service Chain"
7451   y-axis: "Y = Number of Service Chains"
7452   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7453   layout:
7454     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7455     layout: "plot-service-density"
7456
7457 - type: "plot"
7458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7459   algorithm: "plot_nf_heatmap"
7460   output-file-type: ".html"
7461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7462   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7463   filter: "'NIC_Intel-XXV710' and
7464            'NF_DENSITY' and
7465            'VHOST' and
7466            not 'VXLAN' and
7467            'CHAIN' and
7468            'NF_VPPIP4' and
7469            'IMIX' and
7470            '8T4C' and
7471            'NDRPDR'"
7472   parameters:
7473   - "throughput"
7474   - "name"
7475   - "tags"
7476   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7477   x-axis: "X = VNFs per Service Chain"
7478   y-axis: "Y = Number of Service Chains"
7479   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7480   layout:
7481     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7482     layout: "plot-service-density"
7483
7484 # Plots - NF Density - VSC - PDR IMIX
7485 - type: "plot"
7486   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7487   algorithm: "plot_nf_heatmap"
7488   output-file-type: ".html"
7489   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7490   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7491   filter: "'NIC_Intel-XXV710' and
7492            'NF_DENSITY' and
7493            'VHOST' and
7494            not 'VXLAN' and
7495            'CHAIN' and
7496            'NF_VPPIP4' and
7497            'IMIX' and
7498            '2T1C' and
7499            'NDRPDR'"
7500   parameters:
7501   - "throughput"
7502   - "name"
7503   - "tags"
7504   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7505   x-axis: "X = VNFs per Service Chain"
7506   y-axis: "Y = Number of Service Chains"
7507   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7508   layout:
7509     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7510     layout: "plot-service-density"
7511
7512 - type: "plot"
7513   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7514   algorithm: "plot_nf_heatmap"
7515   output-file-type: ".html"
7516   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7517   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7518   filter: "'NIC_Intel-XXV710' and
7519            'NF_DENSITY' and
7520            'VHOST' and
7521            not 'VXLAN' and
7522            'CHAIN' and
7523            'NF_VPPIP4' and
7524            'IMIX' and
7525            '4T2C' and
7526            'NDRPDR'"
7527   parameters:
7528   - "throughput"
7529   - "name"
7530   - "tags"
7531   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7532   x-axis: "X = VNFs per Service Chain"
7533   y-axis: "Y = Number of Service Chains"
7534   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7535   layout:
7536     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7537     layout: "plot-service-density"
7538
7539 - type: "plot"
7540   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7541   algorithm: "plot_nf_heatmap"
7542   output-file-type: ".html"
7543   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7544   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7545   filter: "'NIC_Intel-XXV710' and
7546            'NF_DENSITY' and
7547            'VHOST' and
7548            not 'VXLAN' and
7549            'CHAIN' and
7550            'NF_VPPIP4' and
7551            'IMIX' and
7552            '8T4C' and
7553            'NDRPDR'"
7554   parameters:
7555   - "throughput"
7556   - "name"
7557   - "tags"
7558   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7559   x-axis: "X = VNFs per Service Chain"
7560   y-axis: "Y = Number of Service Chains"
7561   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7562   layout:
7563     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7564     layout: "plot-service-density"
7565
7566 ###############################################################################
7567
7568 # Plots - NF Density - VSC - MRR IMIX
7569 - type: "plot"
7570   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7571   algorithm: "plot_nf_heatmap"
7572   output-file-type: ".html"
7573   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7574   data: "plot-vpp-nfv-2n-skx-mrr"
7575   filter: "'NIC_Intel-XXV710' and
7576            'NF_DENSITY' and
7577            'VHOST' and
7578            'VXLAN' and
7579            'CHAIN' and
7580            'IMIX' and
7581            '2T1C' and
7582            'MRR'"
7583   parameters:
7584   - "result"
7585   - "name"
7586   - "tags"
7587   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7588   x-axis: "X = VNFs per Service Chain"
7589   y-axis: "Y = Number of Service Chains"
7590   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7591   layout:
7592     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7593     layout: "plot-service-density"
7594
7595 - type: "plot"
7596   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7597   algorithm: "plot_nf_heatmap"
7598   output-file-type: ".html"
7599   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7600   data: "plot-vpp-nfv-2n-skx-mrr"
7601   filter: "'NIC_Intel-XXV710' and
7602            'NF_DENSITY' and
7603            'VHOST' and
7604            'VXLAN' and
7605            'CHAIN' and
7606            'IMIX' and
7607            '4T2C' and
7608            'MRR'"
7609   parameters:
7610   - "result"
7611   - "name"
7612   - "tags"
7613   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7614   x-axis: "X = VNFs per Service Chain"
7615   y-axis: "Y = Number of Service Chains"
7616   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7617   layout:
7618     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7619     layout: "plot-service-density"
7620
7621 - type: "plot"
7622   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7623   algorithm: "plot_nf_heatmap"
7624   output-file-type: ".html"
7625   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7626   data: "plot-vpp-nfv-2n-skx-mrr"
7627   filter: "'NIC_Intel-XXV710' and
7628            'NF_DENSITY' and
7629            'VHOST' and
7630            'VXLAN' and
7631            'CHAIN' and
7632            'IMIX' and
7633            '8T4C' and
7634            'MRR'"
7635   parameters:
7636   - "result"
7637   - "name"
7638   - "tags"
7639   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7640   x-axis: "X = VNFs per Service Chain"
7641   y-axis: "Y = Number of Service Chains"
7642   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7643   layout:
7644     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7645     layout: "plot-service-density"
7646
7647 # Plots - NF Density - VSC - NDR IMIX
7648 - type: "plot"
7649   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7650   algorithm: "plot_nf_heatmap"
7651   output-file-type: ".html"
7652   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7653   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7654   filter: "'NIC_Intel-XXV710' and
7655            'NF_DENSITY' and
7656            'VHOST' and
7657            'VXLAN' and
7658            'CHAIN' and
7659            'IMIX' and
7660            '2T1C' and
7661            'NDRPDR'"
7662   parameters:
7663   - "throughput"
7664   - "name"
7665   - "tags"
7666   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7667   x-axis: "X = VNFs per Service Chain"
7668   y-axis: "Y = Number of Service Chains"
7669   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7670   layout:
7671     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7672     layout: "plot-service-density"
7673
7674 - type: "plot"
7675   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7676   algorithm: "plot_nf_heatmap"
7677   output-file-type: ".html"
7678   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7679   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7680   filter: "'NIC_Intel-XXV710' and
7681            'NF_DENSITY' and
7682            'VHOST' and
7683            'VXLAN' and
7684            'CHAIN' and
7685            'IMIX' and
7686            '4T2C' and
7687            'NDRPDR'"
7688   parameters:
7689   - "throughput"
7690   - "name"
7691   - "tags"
7692   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7693   x-axis: "X = VNFs per Service Chain"
7694   y-axis: "Y = Number of Service Chains"
7695   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7696   layout:
7697     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7698     layout: "plot-service-density"
7699
7700 - type: "plot"
7701   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7702   algorithm: "plot_nf_heatmap"
7703   output-file-type: ".html"
7704   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7705   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7706   filter: "'NIC_Intel-XXV710' and
7707            'NF_DENSITY' and
7708            'VHOST' and
7709            'VXLAN' and
7710            'CHAIN' and
7711            'IMIX' and
7712            '8T4C' and
7713            'NDRPDR'"
7714   parameters:
7715   - "throughput"
7716   - "name"
7717   - "tags"
7718   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7719   x-axis: "X = VNFs per Service Chain"
7720   y-axis: "Y = Number of Service Chains"
7721   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7722   layout:
7723     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7724     layout: "plot-service-density"
7725
7726 # Plots - NF Density - VSC - PDR IMIX
7727 - type: "plot"
7728   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7729   algorithm: "plot_nf_heatmap"
7730   output-file-type: ".html"
7731   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7732   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7733   filter: "'NIC_Intel-XXV710' and
7734            'NF_DENSITY' and
7735            'VHOST' and
7736            'VXLAN' and
7737            'CHAIN' and
7738            'IMIX' and
7739            '2T1C' and
7740            'NDRPDR'"
7741   parameters:
7742   - "throughput"
7743   - "name"
7744   - "tags"
7745   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7746   x-axis: "X = VNFs per Service Chain"
7747   y-axis: "Y = Number of Service Chains"
7748   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7749   layout:
7750     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7751     layout: "plot-service-density"
7752
7753 - type: "plot"
7754   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7755   algorithm: "plot_nf_heatmap"
7756   output-file-type: ".html"
7757   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7758   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7759   filter: "'NIC_Intel-XXV710' and
7760            'NF_DENSITY' and
7761            'VHOST' and
7762            'VXLAN' and
7763            'CHAIN' and
7764            'IMIX' and
7765            '4T2C' and
7766            'NDRPDR'"
7767   parameters:
7768   - "throughput"
7769   - "name"
7770   - "tags"
7771   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7772   x-axis: "X = VNFs per Service Chain"
7773   y-axis: "Y = Number of Service Chains"
7774   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7775   layout:
7776     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7777     layout: "plot-service-density"
7778
7779 - type: "plot"
7780   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7781   algorithm: "plot_nf_heatmap"
7782   output-file-type: ".html"
7783   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7784   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7785   filter: "'NIC_Intel-XXV710' and
7786            'NF_DENSITY' and
7787            'VHOST' and
7788            'VXLAN' and
7789            'CHAIN' and
7790            'IMIX' and
7791            '8T4C' and
7792            'NDRPDR'"
7793   parameters:
7794   - "throughput"
7795   - "name"
7796   - "tags"
7797   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7798   x-axis: "X = VNFs per Service Chain"
7799   y-axis: "Y = Number of Service Chains"
7800   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7801   layout:
7802     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7803     layout: "plot-service-density"
7804
7805 ###############################################################################
7806
7807 # Plots - NF Density - CSC - MRR IMIX
7808 - type: "plot"
7809   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7810   algorithm: "plot_nf_heatmap"
7811   output-file-type: ".html"
7812   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7813   data: "plot-vpp-nfv-2n-skx-mrr"
7814   filter: "'NIC_Intel-XXV710' and
7815            'NF_DENSITY' and
7816            'DOCKER' and
7817            'CHAIN' and
7818            'NF_VPPIP4' and
7819            'IMIX' and
7820            '2T1C' and
7821            'MRR'"
7822   parameters:
7823   - "result"
7824   - "name"
7825   - "tags"
7826   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7827   x-axis: "X = CNFs per Service Chain"
7828   y-axis: "Y = Number of Service Chains"
7829   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7830   layout:
7831     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7832     layout: "plot-service-density"
7833
7834 - type: "plot"
7835   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7836   algorithm: "plot_nf_heatmap"
7837   output-file-type: ".html"
7838   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7839   data: "plot-vpp-nfv-2n-skx-mrr"
7840   filter: "'NIC_Intel-XXV710' and
7841            'NF_DENSITY' and
7842            'DOCKER' and
7843            'CHAIN' and
7844            'NF_VPPIP4' and
7845            'IMIX' and
7846            '4T2C' and
7847            'MRR'"
7848   parameters:
7849   - "result"
7850   - "name"
7851   - "tags"
7852   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7853   x-axis: "X = CNFs per Service Chain"
7854   y-axis: "Y = Number of Service Chains"
7855   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7856   layout:
7857     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7858     layout: "plot-service-density"
7859
7860 - type: "plot"
7861   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7862   algorithm: "plot_nf_heatmap"
7863   output-file-type: ".html"
7864   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7865   data: "plot-vpp-nfv-2n-skx-mrr"
7866   filter: "'NIC_Intel-XXV710' and
7867            'NF_DENSITY' and
7868            'DOCKER' and
7869            'CHAIN' and
7870            'NF_VPPIP4' and
7871            'IMIX' and
7872            '8T4C' and
7873            'MRR'"
7874   parameters:
7875   - "result"
7876   - "name"
7877   - "tags"
7878   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7879   x-axis: "X = CNFs per Service Chain"
7880   y-axis: "Y = Number of Service Chains"
7881   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7882   layout:
7883     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7884     layout: "plot-service-density"
7885
7886 # Plots - NF Density - CSC - NDR IMIX
7887 - type: "plot"
7888   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7889   algorithm: "plot_nf_heatmap"
7890   output-file-type: ".html"
7891   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7892   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7893   filter: "'NIC_Intel-XXV710' and
7894            'NF_DENSITY' and
7895            'DOCKER' and
7896            'CHAIN' and
7897            'NF_VPPIP4' and
7898            'IMIX' and
7899            '2T1C' and
7900            'NDRPDR'"
7901   parameters:
7902   - "throughput"
7903   - "name"
7904   - "tags"
7905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7906   x-axis: "X = CNFs per Service Chain"
7907   y-axis: "Y = Number of Service Chains"
7908   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7909   layout:
7910     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7911     layout: "plot-service-density"
7912
7913 - type: "plot"
7914   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7915   algorithm: "plot_nf_heatmap"
7916   output-file-type: ".html"
7917   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7918   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7919   filter: "'NIC_Intel-XXV710' and
7920            'NF_DENSITY' and
7921            'DOCKER' and
7922            'CHAIN' and
7923            'NF_VPPIP4' and
7924            'IMIX' and
7925            '4T2C' and
7926            'NDRPDR'"
7927   parameters:
7928   - "throughput"
7929   - "name"
7930   - "tags"
7931   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7932   x-axis: "X = CNFs per Service Chain"
7933   y-axis: "Y = Number of Service Chains"
7934   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7935   layout:
7936     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7937     layout: "plot-service-density"
7938
7939 - type: "plot"
7940   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7941   algorithm: "plot_nf_heatmap"
7942   output-file-type: ".html"
7943   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7944   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7945   filter: "'NIC_Intel-XXV710' and
7946            'NF_DENSITY' and
7947            'DOCKER' and
7948            'CHAIN' and
7949            'NF_VPPIP4' and
7950            'IMIX' and
7951            '8T4C' and
7952            'NDRPDR'"
7953   parameters:
7954   - "throughput"
7955   - "name"
7956   - "tags"
7957   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7958   x-axis: "X = CNFs per Service Chain"
7959   y-axis: "Y = Number of Service Chains"
7960   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7961   layout:
7962     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7963     layout: "plot-service-density"
7964
7965 # Plots - NF Density - CSC - PDR IMIX
7966 - type: "plot"
7967   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7968   algorithm: "plot_nf_heatmap"
7969   output-file-type: ".html"
7970   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7971   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7972   filter: "'NIC_Intel-XXV710' and
7973            'NF_DENSITY' and
7974            'DOCKER' and
7975            'CHAIN' and
7976            'NF_VPPIP4' and
7977            'IMIX' and
7978            '2T1C' and
7979            'NDRPDR'"
7980   parameters:
7981   - "throughput"
7982   - "name"
7983   - "tags"
7984   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7985   x-axis: "X = CNFs per Service Chain"
7986   y-axis: "Y = Number of Service Chains"
7987   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7988   layout:
7989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7990     layout: "plot-service-density"
7991
7992 - type: "plot"
7993   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7994   algorithm: "plot_nf_heatmap"
7995   output-file-type: ".html"
7996   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7997   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7998   filter: "'NIC_Intel-XXV710' and
7999            'NF_DENSITY' and
8000            'DOCKER' and
8001            'CHAIN' and
8002            'NF_VPPIP4' and
8003            'IMIX' and
8004            '4T2C' and
8005            'NDRPDR'"
8006   parameters:
8007   - "throughput"
8008   - "name"
8009   - "tags"
8010   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8011   x-axis: "X = CNFs per Service Chain"
8012   y-axis: "Y = Number of Service Chains"
8013   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8014   layout:
8015     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8016     layout: "plot-service-density"
8017
8018 - type: "plot"
8019   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8020   algorithm: "plot_nf_heatmap"
8021   output-file-type: ".html"
8022   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8023   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8024   filter: "'NIC_Intel-XXV710' and
8025            'NF_DENSITY' and
8026            'DOCKER' and
8027            'CHAIN' and
8028            'NF_VPPIP4' and
8029            'IMIX' and
8030            '8T4C' and
8031            'NDRPDR'"
8032   parameters:
8033   - "throughput"
8034   - "name"
8035   - "tags"
8036   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8037   x-axis: "X = CNFs per Service Chain"
8038   y-axis: "Y = Number of Service Chains"
8039   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8040   layout:
8041     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8042     layout: "plot-service-density"
8043
8044 ################################################################################
8045 #
8046 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8047 #- type: "plot"
8048 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8049 #  algorithm: "plot_nf_heatmap"
8050 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8051 #  data: "plot-vpp-nfv-3n-skx-mrr"
8052 #  filter: "'NIC_Intel-XXV710' and
8053 #           'NF_DENSITY' and
8054 #           'DOCKER' and
8055 #           'CHAIN' and
8056 #           'NF_VPPIP4' and
8057 #           'IPSEC' and
8058 #           'TNL_4' and
8059 #           'IMIX' and
8060 #           '2T1C' and
8061 #           'MRR'"
8062 #  parameters:
8063 #  - "result"
8064 #  - "name"
8065 #  - "tags"
8066 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8067 #  x-axis: "X = CNFs per Service Chain"
8068 #  y-axis: "Y = Number of Service Chains"
8069 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8070 #  layout:
8071 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8072 #    layout: "plot-service-density"
8073 #
8074 #- type: "plot"
8075 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8076 #  algorithm: "plot_nf_heatmap"
8077 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8078 #  data: "plot-vpp-nfv-3n-skx-mrr"
8079 #  filter: "'NIC_Intel-XXV710' and
8080 #           'NF_DENSITY' and
8081 #           'DOCKER' and
8082 #           'CHAIN' and
8083 #           'NF_VPPIP4' and
8084 #           'IPSEC' and
8085 #           'TNL_4' and
8086 #           'IMIX' and
8087 #           '4T2C' and
8088 #           'MRR'"
8089 #  parameters:
8090 #  - "result"
8091 #  - "name"
8092 #  - "tags"
8093 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8094 #  x-axis: "X = CNFs per Service Chain"
8095 #  y-axis: "Y = Number of Service Chains"
8096 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8097 #  layout:
8098 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8099 #    layout: "plot-service-density"
8100 #
8101 #- type: "plot"
8102 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8103 #  algorithm: "plot_nf_heatmap"
8104 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8105 #  data: "plot-vpp-nfv-3n-skx-mrr"
8106 #  filter: "'NIC_Intel-XXV710' and
8107 #           'NF_DENSITY' and
8108 #           'DOCKER' and
8109 #           'CHAIN' and
8110 #           'NF_VPPIP4' and
8111 #           'IPSEC' and
8112 #           'TNL_4' and
8113 #           'IMIX' and
8114 #           '8T4C' and
8115 #           'MRR'"
8116 #  parameters:
8117 #  - "result"
8118 #  - "name"
8119 #  - "tags"
8120 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8121 #  x-axis: "X = CNFs per Service Chain"
8122 #  y-axis: "Y = Number of Service Chains"
8123 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8124 #  layout:
8125 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8126 #    layout: "plot-service-density"
8127
8128 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8129 #- type: "plot"
8130 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8131 #  algorithm: "plot_nf_heatmap"
8132 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8133 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8134 #  filter: "'NIC_Intel-XXV710' and
8135 #           'NF_DENSITY' and
8136 #           'DOCKER' and
8137 #           'CHAIN' and
8138 #           'NF_VPPIP4' and
8139 #           'IPSEC' and
8140 #           'TNL_4' and
8141 #           'IMIX' and
8142 #           '2T1C' and
8143 #           'NDRPDR'"
8144 #  parameters:
8145 #  - "throughput"
8146 #  - "name"
8147 #  - "tags"
8148 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8149 #  x-axis: "X = CNFs per Service Chain"
8150 #  y-axis: "Y = Number of Service Chains"
8151 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8152 #  layout:
8153 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8154 #    layout: "plot-service-density"
8155 #
8156 #- type: "plot"
8157 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8158 #  algorithm: "plot_nf_heatmap"
8159 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8160 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8161 #  filter: "'NIC_Intel-XXV710' and
8162 #           'NF_DENSITY' and
8163 #           'DOCKER' and
8164 #           'CHAIN' and
8165 #           'NF_VPPIP4' and
8166 #           'IPSEC' and
8167 #           'TNL_4' and
8168 #           'IMIX' and
8169 #           '4T2C' and
8170 #           'NDRPDR'"
8171 #  parameters:
8172 #  - "throughput"
8173 #  - "name"
8174 #  - "tags"
8175 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8176 #  x-axis: "X = CNFs per Service Chain"
8177 #  y-axis: "Y = Number of Service Chains"
8178 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8179 #  layout:
8180 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8181 #    layout: "plot-service-density"
8182 #
8183 #- type: "plot"
8184 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8185 #  algorithm: "plot_nf_heatmap"
8186 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8187 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8188 #  filter: "'NIC_Intel-XXV710' and
8189 #           'NF_DENSITY' and
8190 #           'DOCKER' and
8191 #           'CHAIN' and
8192 #           'NF_VPPIP4' and
8193 #           'IPSEC' and
8194 #           'TNL_4' and
8195 #           'IMIX' and
8196 #           '8T4C' and
8197 #           'NDRPDR'"
8198 #  parameters:
8199 #  - "throughput"
8200 #  - "name"
8201 #  - "tags"
8202 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8203 #  x-axis: "X = CNFs per Service Chain"
8204 #  y-axis: "Y = Number of Service Chains"
8205 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8206 #  layout:
8207 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8208 #    layout: "plot-service-density"
8209 #
8210 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8211 #- type: "plot"
8212 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8213 #  algorithm: "plot_nf_heatmap"
8214 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8215 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8216 #  filter: "'NIC_Intel-XXV710' and
8217 #           'NF_DENSITY' and
8218 #           'DOCKER' and
8219 #           'CHAIN' and
8220 #           'NF_VPPIP4' and
8221 #           'IPSEC' and
8222 #           'TNL_4' and
8223 #           'IMIX' and
8224 #           '2T1C' and
8225 #           'NDRPDR'"
8226 #  parameters:
8227 #  - "throughput"
8228 #  - "name"
8229 #  - "tags"
8230 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8231 #  x-axis: "X = CNFs per Service Chain"
8232 #  y-axis: "Y = Number of Service Chains"
8233 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8234 #  layout:
8235 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8236 #    layout: "plot-service-density"
8237 #
8238 #- type: "plot"
8239 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8240 #  algorithm: "plot_nf_heatmap"
8241 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8242 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8243 #  filter: "'NIC_Intel-XXV710' and
8244 #           'NF_DENSITY' and
8245 #           'DOCKER' and
8246 #           'CHAIN' and
8247 #           'NF_VPPIP4' and
8248 #           'IPSEC' and
8249 #           'TNL_4' and
8250 #           'IMIX' and
8251 #           '4T2C' and
8252 #           'NDRPDR'"
8253 #  parameters:
8254 #  - "throughput"
8255 #  - "name"
8256 #  - "tags"
8257 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8258 #  x-axis: "X = CNFs per Service Chain"
8259 #  y-axis: "Y = Number of Service Chains"
8260 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8261 #  layout:
8262 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8263 #    layout: "plot-service-density"
8264 #
8265 #- type: "plot"
8266 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8267 #  algorithm: "plot_nf_heatmap"
8268 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8269 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8270 #  filter: "'NIC_Intel-XXV710' and
8271 #           'NF_DENSITY' and
8272 #           'DOCKER' and
8273 #           'CHAIN' and
8274 #           'NF_VPPIP4' and
8275 #           'IPSEC' and
8276 #           'TNL_4' and
8277 #           'IMIX' and
8278 #           '8T4C' and
8279 #           'NDRPDR'"
8280 #  parameters:
8281 #  - "throughput"
8282 #  - "name"
8283 #  - "tags"
8284 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8285 #  x-axis: "X = CNFs per Service Chain"
8286 #  y-axis: "Y = Number of Service Chains"
8287 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8288 #  layout:
8289 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8290 #    layout: "plot-service-density"
8291
8292 ###############################################################################
8293
8294 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8295 #- type: "plot"
8296 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8297 #  algorithm: "plot_nf_heatmap"
8298 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8299 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8300 #  filter: "'NIC_Intel-XL710' and
8301 #           'NF_DENSITY' and
8302 #           'DOCKER' and
8303 #           'CHAIN' and
8304 #           'NF_VPPIP4' and
8305 #           'IMIX' and
8306 #           'TNL_4' and
8307 #           '1T1C' and
8308 #           'MRR'"
8309 #  parameters:
8310 #  - "result"
8311 #  - "name"
8312 #  - "tags"
8313 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8314 #  x-axis: "X = CNFs per Service Chain"
8315 #  y-axis: "Y = Number of Service Chains"
8316 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8317 #  layout:
8318 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8319 #    layout: "plot-service-density"
8320 #
8321 #- type: "plot"
8322 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8323 #  algorithm: "plot_nf_heatmap"
8324 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8325 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8326 #  filter: "'NIC_Intel-XL710' and
8327 #           'NF_DENSITY' and
8328 #           'DOCKER' and
8329 #           'CHAIN' and
8330 #           'NF_VPPIP4' and
8331 #           'IPSEC' and
8332 #           'TNL_4' and
8333 #           'IMIX' and
8334 #           '2T2C' and
8335 #           'MRR'"
8336 #  parameters:
8337 #  - "result"
8338 #  - "name"
8339 #  - "tags"
8340 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8341 #  x-axis: "X = CNFs per Service Chain"
8342 #  y-axis: "Y = Number of Service Chains"
8343 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8344 #  layout:
8345 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8346 #    layout: "plot-service-density"
8347 #
8348 #- type: "plot"
8349 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8350 #  algorithm: "plot_nf_heatmap"
8351 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8352 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8353 #  filter: "'NIC_Intel-XL710' and
8354 #           'NF_DENSITY' and
8355 #           'DOCKER' and
8356 #           'CHAIN' and
8357 #           'NF_VPPIP4' and
8358 #           'IPSEC' and
8359 #           'TNL_4' and
8360 #           'IMIX' and
8361 #           '4T4C' and
8362 #           'MRR'"
8363 #  parameters:
8364 #  - "result"
8365 #  - "name"
8366 #  - "tags"
8367 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8368 #  x-axis: "X = CNFs per Service Chain"
8369 #  y-axis: "Y = Number of Service Chains"
8370 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8371 #  layout:
8372 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8373 #    layout: "plot-service-density"
8374
8375 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8376 #- type: "plot"
8377 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8378 #  algorithm: "plot_nf_heatmap"
8379 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8380 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8381 #  filter: "'NIC_Intel-XL710' and
8382 #           'NF_DENSITY' and
8383 #           'DOCKER' and
8384 #           'CHAIN' and
8385 #           'NF_VPPIP4' and
8386 #           'IPSEC' and
8387 #           'TNL_4' and
8388 #           'IMIX' and
8389 #           '1T1C' and
8390 #           'NDRPDR'"
8391 #  parameters:
8392 #  - "throughput"
8393 #  - "name"
8394 #  - "tags"
8395 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8396 #  x-axis: "X = CNFs per Service Chain"
8397 #  y-axis: "Y = Number of Service Chains"
8398 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8399 #  layout:
8400 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8401 #    layout: "plot-service-density"
8402 #
8403 #- type: "plot"
8404 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8405 #  algorithm: "plot_nf_heatmap"
8406 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8407 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8408 #  filter: "'NIC_Intel-XL710' and
8409 #           'NF_DENSITY' and
8410 #           'DOCKER' and
8411 #           'CHAIN' and
8412 #           'NF_VPPIP4' and
8413 #           'IPSEC' and
8414 #           'TNL_4' and
8415 #           'IMIX' and
8416 #           '2T2C' and
8417 #           'NDRPDR'"
8418 #  parameters:
8419 #  - "throughput"
8420 #  - "name"
8421 #  - "tags"
8422 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8423 #  x-axis: "X = CNFs per Service Chain"
8424 #  y-axis: "Y = Number of Service Chains"
8425 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8426 #  layout:
8427 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8428 #    layout: "plot-service-density"
8429 #
8430 #- type: "plot"
8431 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8432 #  algorithm: "plot_nf_heatmap"
8433 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8434 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8435 #  filter: "'NIC_Intel-XL710' and
8436 #           'NF_DENSITY' and
8437 #           'DOCKER' and
8438 #           'CHAIN' and
8439 #           'NF_VPPIP4' and
8440 #           'IPSEC' and
8441 #           'TNL_4' and
8442 #           'IMIX' and
8443 #           '4T4C' and
8444 #           'NDRPDR'"
8445 #  parameters:
8446 #  - "throughput"
8447 #  - "name"
8448 #  - "tags"
8449 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8450 #  x-axis: "X = CNFs per Service Chain"
8451 #  y-axis: "Y = Number of Service Chains"
8452 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8453 #  layout:
8454 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8455 #    layout: "plot-service-density"
8456 #
8457 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8458 #- type: "plot"
8459 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8460 #  algorithm: "plot_nf_heatmap"
8461 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8462 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8463 #  filter: "'NIC_Intel-XL710' and
8464 #           'NF_DENSITY' and
8465 #           'DOCKER' and
8466 #           'CHAIN' and
8467 #           'NF_VPPIP4' and
8468 #           'IPSEC' and
8469 #           'TNL_4' and
8470 #           'IMIX' and
8471 #           '1T1C' and
8472 #           'NDRPDR'"
8473 #  parameters:
8474 #  - "throughput"
8475 #  - "name"
8476 #  - "tags"
8477 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8478 #  x-axis: "X = CNFs per Service Chain"
8479 #  y-axis: "Y = Number of Service Chains"
8480 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8481 #  layout:
8482 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8483 #    layout: "plot-service-density"
8484 #
8485 #- type: "plot"
8486 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8487 #  algorithm: "plot_nf_heatmap"
8488 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8489 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8490 #  filter: "'NIC_Intel-XL710' and
8491 #           'NF_DENSITY' and
8492 #           'DOCKER' and
8493 #           'CHAIN' and
8494 #           'NF_VPPIP4' and
8495 #           'IPSEC' and
8496 #           'TNL_4' and
8497 #           'IMIX' and
8498 #           '2T2C' and
8499 #           'NDRPDR'"
8500 #  parameters:
8501 #  - "throughput"
8502 #  - "name"
8503 #  - "tags"
8504 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8505 #  x-axis: "X = CNFs per Service Chain"
8506 #  y-axis: "Y = Number of Service Chains"
8507 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8508 #  layout:
8509 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8510 #    layout: "plot-service-density"
8511 #
8512 #- type: "plot"
8513 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8514 #  algorithm: "plot_nf_heatmap"
8515 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8516 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8517 #  filter: "'NIC_Intel-XL710' and
8518 #           'NF_DENSITY' and
8519 #           'DOCKER' and
8520 #           'CHAIN' and
8521 #           'NF_VPPIP4' and
8522 #           'IPSEC' and
8523 #           'TNL_4' and
8524 #           'IMIX' and
8525 #           '4T4C' and
8526 #           'NDRPDR'"
8527 #  parameters:
8528 #  - "throughput"
8529 #  - "name"
8530 #  - "tags"
8531 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8532 #  x-axis: "X = CNFs per Service Chain"
8533 #  y-axis: "Y = Number of Service Chains"
8534 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8535 #  layout:
8536 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8537 #    layout: "plot-service-density"
8538
8539 ###############################################################################
8540
8541 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8542 #- type: "plot"
8543 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8544 #  algorithm: "plot_nf_heatmap"
8545 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8546 #  data: "plot-vpp-nfv-3n-skx-mrr"
8547 #  filter: "'NIC_Intel-XXV710' and
8548 #           'NF_DENSITY' and
8549 #           'DOCKER' and
8550 #           'CHAIN' and
8551 #           'NF_VPPIP4' and
8552 #           'IPSEC' and
8553 #           'TNL_1000' and
8554 #           'IMIX' and
8555 #           '2T1C' and
8556 #           'MRR'"
8557 #  parameters:
8558 #  - "result"
8559 #  - "name"
8560 #  - "tags"
8561 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8562 #  x-axis: "X = CNFs per Service Chain"
8563 #  y-axis: "Y = Number of Service Chains"
8564 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8565 #  layout:
8566 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8567 #    layout: "plot-service-density"
8568 #
8569 #- type: "plot"
8570 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8571 #  algorithm: "plot_nf_heatmap"
8572 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8573 #  data: "plot-vpp-nfv-3n-skx-mrr"
8574 #  filter: "'NIC_Intel-XXV710' and
8575 #           'NF_DENSITY' and
8576 #           'DOCKER' and
8577 #           'CHAIN' and
8578 #           'NF_VPPIP4' and
8579 #           'IPSEC' and
8580 #           'TNL_1000' and
8581 #           'IMIX' and
8582 #           '4T2C' and
8583 #           'MRR'"
8584 #  parameters:
8585 #  - "result"
8586 #  - "name"
8587 #  - "tags"
8588 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8589 #  x-axis: "X = CNFs per Service Chain"
8590 #  y-axis: "Y = Number of Service Chains"
8591 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8592 #  layout:
8593 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8594 #    layout: "plot-service-density"
8595 #
8596 #- type: "plot"
8597 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8598 #  algorithm: "plot_nf_heatmap"
8599 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8600 #  data: "plot-vpp-nfv-3n-skx-mrr"
8601 #  filter: "'NIC_Intel-XXV710' and
8602 #           'NF_DENSITY' and
8603 #           'DOCKER' and
8604 #           'CHAIN' and
8605 #           'NF_VPPIP4' and
8606 #           'IPSEC' and
8607 #           'TNL_1000' and
8608 #           'IMIX' and
8609 #           '8T4C' and
8610 #           'MRR'"
8611 #  parameters:
8612 #  - "result"
8613 #  - "name"
8614 #  - "tags"
8615 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8616 #  x-axis: "X = CNFs per Service Chain"
8617 #  y-axis: "Y = Number of Service Chains"
8618 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8619 #  layout:
8620 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8621 #    layout: "plot-service-density"
8622
8623 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8624 #- type: "plot"
8625 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8626 #  algorithm: "plot_nf_heatmap"
8627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8628 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8629 #  filter: "'NIC_Intel-XXV710' and
8630 #           'NF_DENSITY' and
8631 #           'DOCKER' and
8632 #           'CHAIN' and
8633 #           'NF_VPPIP4' and
8634 #           'IPSEC' and
8635 #           'TNL_1000' and
8636 #           'IMIX' and
8637 #           '2T1C' and
8638 #           'NDRPDR'"
8639 #  parameters:
8640 #  - "throughput"
8641 #  - "name"
8642 #  - "tags"
8643 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8644 #  x-axis: "X = CNFs per Service Chain"
8645 #  y-axis: "Y = Number of Service Chains"
8646 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8647 #  layout:
8648 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8649 #    layout: "plot-service-density"
8650 #
8651 #- type: "plot"
8652 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8653 #  algorithm: "plot_nf_heatmap"
8654 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8655 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8656 #  filter: "'NIC_Intel-XXV710' and
8657 #           'NF_DENSITY' and
8658 #           'DOCKER' and
8659 #           'CHAIN' and
8660 #           'NF_VPPIP4' and
8661 #           'IPSEC' and
8662 #           'TNL_1000' and
8663 #           'IMIX' and
8664 #           '4T2C' and
8665 #           'NDRPDR'"
8666 #  parameters:
8667 #  - "throughput"
8668 #  - "name"
8669 #  - "tags"
8670 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8671 #  x-axis: "X = CNFs per Service Chain"
8672 #  y-axis: "Y = Number of Service Chains"
8673 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8674 #  layout:
8675 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8676 #    layout: "plot-service-density"
8677 #
8678 #- type: "plot"
8679 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8680 #  algorithm: "plot_nf_heatmap"
8681 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8682 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8683 #  filter: "'NIC_Intel-XXV710' and
8684 #           'NF_DENSITY' and
8685 #           'DOCKER' and
8686 #           'CHAIN' and
8687 #           'NF_VPPIP4' and
8688 #           'IPSEC' and
8689 #           'TNL_1000' and
8690 #           'IMIX' and
8691 #           '8T4C' and
8692 #           'NDRPDR'"
8693 #  parameters:
8694 #  - "throughput"
8695 #  - "name"
8696 #  - "tags"
8697 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8698 #  x-axis: "X = CNFs per Service Chain"
8699 #  y-axis: "Y = Number of Service Chains"
8700 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8701 #  layout:
8702 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8703 #    layout: "plot-service-density"
8704 #
8705 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8706 #- type: "plot"
8707 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8708 #  algorithm: "plot_nf_heatmap"
8709 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8710 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8711 #  filter: "'NIC_Intel-XXV710' and
8712 #           'NF_DENSITY' and
8713 #           'DOCKER' and
8714 #           'CHAIN' and
8715 #           'NF_VPPIP4' and
8716 #           'IPSEC' and
8717 #           'TNL_1000' and
8718 #           'IMIX' and
8719 #           '2T1C' and
8720 #           'NDRPDR'"
8721 #  parameters:
8722 #  - "throughput"
8723 #  - "name"
8724 #  - "tags"
8725 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8726 #  x-axis: "X = CNFs per Service Chain"
8727 #  y-axis: "Y = Number of Service Chains"
8728 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8729 #  layout:
8730 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8731 #    layout: "plot-service-density"
8732 #
8733 #- type: "plot"
8734 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8735 #  algorithm: "plot_nf_heatmap"
8736 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8737 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8738 #  filter: "'NIC_Intel-XXV710' and
8739 #           'NF_DENSITY' and
8740 #           'DOCKER' and
8741 #           'CHAIN' and
8742 #           'NF_VPPIP4' and
8743 #           'IPSEC' and
8744 #           'TNL_1000' and
8745 #           'IMIX' and
8746 #           '4T2C' and
8747 #           'NDRPDR'"
8748 #  parameters:
8749 #  - "throughput"
8750 #  - "name"
8751 #  - "tags"
8752 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8753 #  x-axis: "X = CNFs per Service Chain"
8754 #  y-axis: "Y = Number of Service Chains"
8755 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8756 #  layout:
8757 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8758 #    layout: "plot-service-density"
8759 #
8760 #- type: "plot"
8761 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8762 #  algorithm: "plot_nf_heatmap"
8763 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8764 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8765 #  filter: "'NIC_Intel-XXV710' and
8766 #           'NF_DENSITY' and
8767 #           'DOCKER' and
8768 #           'CHAIN' and
8769 #           'NF_VPPIP4' and
8770 #           'IPSEC' and
8771 #           'TNL_1000' and
8772 #           'IMIX' and
8773 #           '8T4C' and
8774 #           'NDRPDR'"
8775 #  parameters:
8776 #  - "throughput"
8777 #  - "name"
8778 #  - "tags"
8779 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8780 #  x-axis: "X = CNFs per Service Chain"
8781 #  y-axis: "Y = Number of Service Chains"
8782 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8783 #  layout:
8784 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8785 #    layout: "plot-service-density"
8786
8787 ###############################################################################
8788
8789 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8790 #- type: "plot"
8791 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8792 #  algorithm: "plot_nf_heatmap"
8793 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8794 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8795 #  filter: "'NIC_Intel-XL710' and
8796 #           'NF_DENSITY' and
8797 #           'DOCKER' and
8798 #           'CHAIN' and
8799 #           'NF_VPPIP4' and
8800 #           'IMIX' and
8801 #           'TNL_1000' and
8802 #           '1T1C' and
8803 #           'MRR'"
8804 #  parameters:
8805 #  - "result"
8806 #  - "name"
8807 #  - "tags"
8808 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8809 #  x-axis: "X = CNFs per Service Chain"
8810 #  y-axis: "Y = Number of Service Chains"
8811 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8812 #  layout:
8813 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8814 #    layout: "plot-service-density"
8815 #
8816 #- type: "plot"
8817 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8818 #  algorithm: "plot_nf_heatmap"
8819 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8820 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8821 #  filter: "'NIC_Intel-XL710' and
8822 #           'NF_DENSITY' and
8823 #           'DOCKER' and
8824 #           'CHAIN' and
8825 #           'NF_VPPIP4' and
8826 #           'IPSEC' and
8827 #           'TNL_1000' and
8828 #           'IMIX' and
8829 #           '2T2C' and
8830 #           'MRR'"
8831 #  parameters:
8832 #  - "result"
8833 #  - "name"
8834 #  - "tags"
8835 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8836 #  x-axis: "X = CNFs per Service Chain"
8837 #  y-axis: "Y = Number of Service Chains"
8838 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8839 #  layout:
8840 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8841 #    layout: "plot-service-density"
8842 #
8843 #- type: "plot"
8844 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8845 #  algorithm: "plot_nf_heatmap"
8846 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8847 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8848 #  filter: "'NIC_Intel-XL710' and
8849 #           'NF_DENSITY' and
8850 #           'DOCKER' and
8851 #           'CHAIN' and
8852 #           'NF_VPPIP4' and
8853 #           'IPSEC' and
8854 #           'TNL_1000' and
8855 #           'IMIX' and
8856 #           '4T4C' and
8857 #           'MRR'"
8858 #  parameters:
8859 #  - "result"
8860 #  - "name"
8861 #  - "tags"
8862 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8863 #  x-axis: "X = CNFs per Service Chain"
8864 #  y-axis: "Y = Number of Service Chains"
8865 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8866 #  layout:
8867 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8868 #    layout: "plot-service-density"
8869
8870 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8871 #- type: "plot"
8872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8873 #  algorithm: "plot_nf_heatmap"
8874 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8875 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8876 #  filter: "'NIC_Intel-XL710' and
8877 #           'NF_DENSITY' and
8878 #           'DOCKER' and
8879 #           'CHAIN' and
8880 #           'NF_VPPIP4' and
8881 #           'IPSEC' and
8882 #           'TNL_1000' and
8883 #           'IMIX' and
8884 #           '1T1C' and
8885 #           'NDRPDR'"
8886 #  parameters:
8887 #  - "throughput"
8888 #  - "name"
8889 #  - "tags"
8890 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8891 #  x-axis: "X = CNFs per Service Chain"
8892 #  y-axis: "Y = Number of Service Chains"
8893 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8894 #  layout:
8895 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8896 #    layout: "plot-service-density"
8897 #
8898 #- type: "plot"
8899 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8900 #  algorithm: "plot_nf_heatmap"
8901 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8902 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8903 #  filter: "'NIC_Intel-XL710' and
8904 #           'NF_DENSITY' and
8905 #           'DOCKER' and
8906 #           'CHAIN' and
8907 #           'NF_VPPIP4' and
8908 #           'IPSEC' and
8909 #           'TNL_1000' and
8910 #           'IMIX' and
8911 #           '2T2C' and
8912 #           'NDRPDR'"
8913 #  parameters:
8914 #  - "throughput"
8915 #  - "name"
8916 #  - "tags"
8917 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8918 #  x-axis: "X = CNFs per Service Chain"
8919 #  y-axis: "Y = Number of Service Chains"
8920 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8921 #  layout:
8922 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8923 #    layout: "plot-service-density"
8924 #
8925 #- type: "plot"
8926 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8927 #  algorithm: "plot_nf_heatmap"
8928 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8929 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8930 #  filter: "'NIC_Intel-XL710' and
8931 #           'NF_DENSITY' and
8932 #           'DOCKER' and
8933 #           'CHAIN' and
8934 #           'NF_VPPIP4' and
8935 #           'IPSEC' and
8936 #           'TNL_1000' and
8937 #           'IMIX' and
8938 #           '4T4C' and
8939 #           'NDRPDR'"
8940 #  parameters:
8941 #  - "throughput"
8942 #  - "name"
8943 #  - "tags"
8944 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8945 #  x-axis: "X = CNFs per Service Chain"
8946 #  y-axis: "Y = Number of Service Chains"
8947 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8948 #  layout:
8949 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8950 #    layout: "plot-service-density"
8951 #
8952 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8953 #- type: "plot"
8954 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8955 #  algorithm: "plot_nf_heatmap"
8956 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8957 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8958 #  filter: "'NIC_Intel-XL710' and
8959 #           'NF_DENSITY' and
8960 #           'DOCKER' and
8961 #           'CHAIN' and
8962 #           'NF_VPPIP4' and
8963 #           'IPSEC' and
8964 #           'TNL_1000' and
8965 #           'IMIX' and
8966 #           '1T1C' and
8967 #           'NDRPDR'"
8968 #  parameters:
8969 #  - "throughput"
8970 #  - "name"
8971 #  - "tags"
8972 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8973 #  x-axis: "X = CNFs per Service Chain"
8974 #  y-axis: "Y = Number of Service Chains"
8975 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8976 #  layout:
8977 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8978 #    layout: "plot-service-density"
8979 #
8980 #- type: "plot"
8981 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8982 #  algorithm: "plot_nf_heatmap"
8983 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8984 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8985 #  filter: "'NIC_Intel-XL710' and
8986 #           'NF_DENSITY' and
8987 #           'DOCKER' and
8988 #           'CHAIN' and
8989 #           'NF_VPPIP4' and
8990 #           'IPSEC' and
8991 #           'TNL_1000' and
8992 #           'IMIX' and
8993 #           '2T2C' and
8994 #           'NDRPDR'"
8995 #  parameters:
8996 #  - "throughput"
8997 #  - "name"
8998 #  - "tags"
8999 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9000 #  x-axis: "X = CNFs per Service Chain"
9001 #  y-axis: "Y = Number of Service Chains"
9002 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9003 #  layout:
9004 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9005 #    layout: "plot-service-density"
9006 #
9007 #- type: "plot"
9008 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9009 #  algorithm: "plot_nf_heatmap"
9010 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9011 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9012 #  filter: "'NIC_Intel-XL710' and
9013 #           'NF_DENSITY' and
9014 #           'DOCKER' and
9015 #           'CHAIN' and
9016 #           'NF_VPPIP4' and
9017 #           'IPSEC' and
9018 #           'TNL_1000' and
9019 #           'IMIX' and
9020 #           '4T4C' and
9021 #           'NDRPDR'"
9022 #  parameters:
9023 #  - "throughput"
9024 #  - "name"
9025 #  - "tags"
9026 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9027 #  x-axis: "X = CNFs per Service Chain"
9028 #  y-axis: "Y = Number of Service Chains"
9029 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9030 #  layout:
9031 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9032 #    layout: "plot-service-density"
9033
9034 ###############################################################################
9035
9036 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9037 #- type: "plot"
9038 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9039 #  algorithm: "plot_nf_heatmap"
9040 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9041 #  data: "plot-vpp-nfv-3n-skx-mrr"
9042 #  filter: "'NIC_Intel-XXV710' and
9043 #           'NF_DENSITY' and
9044 #           'DOCKER' and
9045 #           'CHAIN' and
9046 #           'NF_VPPIP4' and
9047 #           'IPSEC' and
9048 #           'TNL_10000' and
9049 #           'IMIX' and
9050 #           '2T1C' and
9051 #           'MRR'"
9052 #  parameters:
9053 #  - "result"
9054 #  - "name"
9055 #  - "tags"
9056 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9057 #  x-axis: "X = CNFs per Service Chain"
9058 #  y-axis: "Y = Number of Service Chains"
9059 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9060 #  layout:
9061 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9062 #    layout: "plot-service-density"
9063 #
9064 #- type: "plot"
9065 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9066 #  algorithm: "plot_nf_heatmap"
9067 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9068 #  data: "plot-vpp-nfv-3n-skx-mrr"
9069 #  filter: "'NIC_Intel-XXV710' and
9070 #           'NF_DENSITY' and
9071 #           'DOCKER' and
9072 #           'CHAIN' and
9073 #           'NF_VPPIP4' and
9074 #           'IPSEC' and
9075 #           'TNL_10000' and
9076 #           'IMIX' and
9077 #           '4T2C' and
9078 #           'MRR'"
9079 #  parameters:
9080 #  - "result"
9081 #  - "name"
9082 #  - "tags"
9083 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9084 #  x-axis: "X = CNFs per Service Chain"
9085 #  y-axis: "Y = Number of Service Chains"
9086 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9087 #  layout:
9088 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9089 #    layout: "plot-service-density"
9090 #
9091 #- type: "plot"
9092 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9093 #  algorithm: "plot_nf_heatmap"
9094 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9095 #  data: "plot-vpp-nfv-3n-skx-mrr"
9096 #  filter: "'NIC_Intel-XXV710' and
9097 #           'NF_DENSITY' and
9098 #           'DOCKER' and
9099 #           'CHAIN' and
9100 #           'NF_VPPIP4' and
9101 #           'IPSEC' and
9102 #           'TNL_10000' and
9103 #           'IMIX' and
9104 #           '8T4C' and
9105 #           'MRR'"
9106 #  parameters:
9107 #  - "result"
9108 #  - "name"
9109 #  - "tags"
9110 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9111 #  x-axis: "X = CNFs per Service Chain"
9112 #  y-axis: "Y = Number of Service Chains"
9113 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9114 #  layout:
9115 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9116 #    layout: "plot-service-density"
9117
9118 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9119 #- type: "plot"
9120 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9121 #  algorithm: "plot_nf_heatmap"
9122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9123 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9124 #  filter: "'NIC_Intel-XXV710' and
9125 #           'NF_DENSITY' and
9126 #           'DOCKER' and
9127 #           'CHAIN' and
9128 #           'NF_VPPIP4' and
9129 #           'IPSEC' and
9130 #           'TNL_10000' and
9131 #           'IMIX' and
9132 #           '2T1C' and
9133 #           'NDRPDR'"
9134 #  parameters:
9135 #  - "throughput"
9136 #  - "name"
9137 #  - "tags"
9138 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9139 #  x-axis: "X = CNFs per Service Chain"
9140 #  y-axis: "Y = Number of Service Chains"
9141 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9142 #  layout:
9143 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9144 #    layout: "plot-service-density"
9145 #
9146 #- type: "plot"
9147 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9148 #  algorithm: "plot_nf_heatmap"
9149 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9150 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9151 #  filter: "'NIC_Intel-XXV710' and
9152 #           'NF_DENSITY' and
9153 #           'DOCKER' and
9154 #           'CHAIN' and
9155 #           'NF_VPPIP4' and
9156 #           'IPSEC' and
9157 #           'TNL_10000' and
9158 #           'IMIX' and
9159 #           '4T2C' and
9160 #           'NDRPDR'"
9161 #  parameters:
9162 #  - "throughput"
9163 #  - "name"
9164 #  - "tags"
9165 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9166 #  x-axis: "X = CNFs per Service Chain"
9167 #  y-axis: "Y = Number of Service Chains"
9168 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9169 #  layout:
9170 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9171 #    layout: "plot-service-density"
9172 #
9173 #- type: "plot"
9174 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9175 #  algorithm: "plot_nf_heatmap"
9176 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9177 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9178 #  filter: "'NIC_Intel-XXV710' and
9179 #           'NF_DENSITY' and
9180 #           'DOCKER' and
9181 #           'CHAIN' and
9182 #           'NF_VPPIP4' and
9183 #           'IPSEC' and
9184 #           'TNL_10000' and
9185 #           'IMIX' and
9186 #           '8T4C' and
9187 #           'NDRPDR'"
9188 #  parameters:
9189 #  - "throughput"
9190 #  - "name"
9191 #  - "tags"
9192 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9193 #  x-axis: "X = CNFs per Service Chain"
9194 #  y-axis: "Y = Number of Service Chains"
9195 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9196 #  layout:
9197 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9198 #    layout: "plot-service-density"
9199 #
9200 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9201 #- type: "plot"
9202 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9203 #  algorithm: "plot_nf_heatmap"
9204 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9205 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9206 #  filter: "'NIC_Intel-XXV710' and
9207 #           'NF_DENSITY' and
9208 #           'DOCKER' and
9209 #           'CHAIN' and
9210 #           'NF_VPPIP4' and
9211 #           'IPSEC' and
9212 #           'TNL_10000' and
9213 #           'IMIX' and
9214 #           '2T1C' and
9215 #           'NDRPDR'"
9216 #  parameters:
9217 #  - "throughput"
9218 #  - "name"
9219 #  - "tags"
9220 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9221 #  x-axis: "X = CNFs per Service Chain"
9222 #  y-axis: "Y = Number of Service Chains"
9223 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9224 #  layout:
9225 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9226 #    layout: "plot-service-density"
9227 #
9228 #- type: "plot"
9229 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9230 #  algorithm: "plot_nf_heatmap"
9231 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9232 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9233 #  filter: "'NIC_Intel-XXV710' and
9234 #           'NF_DENSITY' and
9235 #           'DOCKER' and
9236 #           'CHAIN' and
9237 #           'NF_VPPIP4' and
9238 #           'IPSEC' and
9239 #           'TNL_10000' and
9240 #           'IMIX' and
9241 #           '4T2C' and
9242 #           'NDRPDR'"
9243 #  parameters:
9244 #  - "throughput"
9245 #  - "name"
9246 #  - "tags"
9247 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9248 #  x-axis: "X = CNFs per Service Chain"
9249 #  y-axis: "Y = Number of Service Chains"
9250 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9251 #  layout:
9252 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9253 #    layout: "plot-service-density"
9254 #
9255 #- type: "plot"
9256 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9257 #  algorithm: "plot_nf_heatmap"
9258 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9259 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9260 #  filter: "'NIC_Intel-XXV710' and
9261 #           'NF_DENSITY' and
9262 #           'DOCKER' and
9263 #           'CHAIN' and
9264 #           'NF_VPPIP4' and
9265 #           'IPSEC' and
9266 #           'TNL_10000' and
9267 #           'IMIX' and
9268 #           '8T4C' and
9269 #           'NDRPDR'"
9270 #  parameters:
9271 #  - "throughput"
9272 #  - "name"
9273 #  - "tags"
9274 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9275 #  x-axis: "X = CNFs per Service Chain"
9276 #  y-axis: "Y = Number of Service Chains"
9277 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9278 #  layout:
9279 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9280 #    layout: "plot-service-density"
9281
9282 ###############################################################################
9283
9284 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9285 #- type: "plot"
9286 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9287 #  algorithm: "plot_nf_heatmap"
9288 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9289 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9290 #  filter: "'NIC_Intel-XL710' and
9291 #           'NF_DENSITY' and
9292 #           'DOCKER' and
9293 #           'CHAIN' and
9294 #           'NF_VPPIP4' and
9295 #           'IMIX' and
9296 #           'TNL_10000' and
9297 #           '1T1C' and
9298 #           'MRR'"
9299 #  parameters:
9300 #  - "result"
9301 #  - "name"
9302 #  - "tags"
9303 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9304 #  x-axis: "X = CNFs per Service Chain"
9305 #  y-axis: "Y = Number of Service Chains"
9306 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9307 #  layout:
9308 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9309 #    layout: "plot-service-density"
9310 #
9311 #- type: "plot"
9312 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9313 #  algorithm: "plot_nf_heatmap"
9314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9315 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9316 #  filter: "'NIC_Intel-XL710' and
9317 #           'NF_DENSITY' and
9318 #           'DOCKER' and
9319 #           'CHAIN' and
9320 #           'NF_VPPIP4' and
9321 #           'IPSEC' and
9322 #           'TNL_10000' and
9323 #           'IMIX' and
9324 #           '2T2C' and
9325 #           'MRR'"
9326 #  parameters:
9327 #  - "result"
9328 #  - "name"
9329 #  - "tags"
9330 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9331 #  x-axis: "X = CNFs per Service Chain"
9332 #  y-axis: "Y = Number of Service Chains"
9333 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9334 #  layout:
9335 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9336 #    layout: "plot-service-density"
9337 #
9338 #- type: "plot"
9339 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9340 #  algorithm: "plot_nf_heatmap"
9341 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9342 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9343 #  filter: "'NIC_Intel-XL710' and
9344 #           'NF_DENSITY' and
9345 #           'DOCKER' and
9346 #           'CHAIN' and
9347 #           'NF_VPPIP4' and
9348 #           'IPSEC' and
9349 #           'TNL_10000' and
9350 #           'IMIX' and
9351 #           '4T4C' and
9352 #           'MRR'"
9353 #  parameters:
9354 #  - "result"
9355 #  - "name"
9356 #  - "tags"
9357 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9358 #  x-axis: "X = CNFs per Service Chain"
9359 #  y-axis: "Y = Number of Service Chains"
9360 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9361 #  layout:
9362 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9363 #    layout: "plot-service-density"
9364
9365 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9366 #- type: "plot"
9367 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9368 #  algorithm: "plot_nf_heatmap"
9369 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9370 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9371 #  filter: "'NIC_Intel-XL710' and
9372 #           'NF_DENSITY' and
9373 #           'DOCKER' and
9374 #           'CHAIN' and
9375 #           'NF_VPPIP4' and
9376 #           'IPSEC' and
9377 #           'TNL_10000' and
9378 #           'IMIX' and
9379 #           '1T1C' and
9380 #           'NDRPDR'"
9381 #  parameters:
9382 #  - "throughput"
9383 #  - "name"
9384 #  - "tags"
9385 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9386 #  x-axis: "X = CNFs per Service Chain"
9387 #  y-axis: "Y = Number of Service Chains"
9388 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9389 #  layout:
9390 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9391 #    layout: "plot-service-density"
9392 #
9393 #- type: "plot"
9394 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9395 #  algorithm: "plot_nf_heatmap"
9396 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9397 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9398 #  filter: "'NIC_Intel-XL710' and
9399 #           'NF_DENSITY' and
9400 #           'DOCKER' and
9401 #           'CHAIN' and
9402 #           'NF_VPPIP4' and
9403 #           'IPSEC' and
9404 #           'TNL_10000' and
9405 #           'IMIX' and
9406 #           '2T2C' and
9407 #           'NDRPDR'"
9408 #  parameters:
9409 #  - "throughput"
9410 #  - "name"
9411 #  - "tags"
9412 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9413 #  x-axis: "X = CNFs per Service Chain"
9414 #  y-axis: "Y = Number of Service Chains"
9415 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9416 #  layout:
9417 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9418 #    layout: "plot-service-density"
9419 #
9420 #- type: "plot"
9421 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9422 #  algorithm: "plot_nf_heatmap"
9423 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9424 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9425 #  filter: "'NIC_Intel-XL710' and
9426 #           'NF_DENSITY' and
9427 #           'DOCKER' and
9428 #           'CHAIN' and
9429 #           'NF_VPPIP4' and
9430 #           'IPSEC' and
9431 #           'TNL_10000' and
9432 #           'IMIX' and
9433 #           '4T4C' and
9434 #           'NDRPDR'"
9435 #  parameters:
9436 #  - "throughput"
9437 #  - "name"
9438 #  - "tags"
9439 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9440 #  x-axis: "X = CNFs per Service Chain"
9441 #  y-axis: "Y = Number of Service Chains"
9442 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9443 #  layout:
9444 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9445 #    layout: "plot-service-density"
9446 #
9447 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9448 #- type: "plot"
9449 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9450 #  algorithm: "plot_nf_heatmap"
9451 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9452 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9453 #  filter: "'NIC_Intel-XL710' and
9454 #           'NF_DENSITY' and
9455 #           'DOCKER' and
9456 #           'CHAIN' and
9457 #           'NF_VPPIP4' and
9458 #           'IPSEC' and
9459 #           'TNL_10000' and
9460 #           'IMIX' and
9461 #           '1T1C' and
9462 #           'NDRPDR'"
9463 #  parameters:
9464 #  - "throughput"
9465 #  - "name"
9466 #  - "tags"
9467 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9468 #  x-axis: "X = CNFs per Service Chain"
9469 #  y-axis: "Y = Number of Service Chains"
9470 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9471 #  layout:
9472 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9473 #    layout: "plot-service-density"
9474 #
9475 #- type: "plot"
9476 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9477 #  algorithm: "plot_nf_heatmap"
9478 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9479 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9480 #  filter: "'NIC_Intel-XL710' and
9481 #           'NF_DENSITY' and
9482 #           'DOCKER' and
9483 #           'CHAIN' and
9484 #           'NF_VPPIP4' and
9485 #           'IPSEC' and
9486 #           'TNL_10000' and
9487 #           'IMIX' and
9488 #           '2T2C' and
9489 #           'NDRPDR'"
9490 #  parameters:
9491 #  - "throughput"
9492 #  - "name"
9493 #  - "tags"
9494 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9495 #  x-axis: "X = CNFs per Service Chain"
9496 #  y-axis: "Y = Number of Service Chains"
9497 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9498 #  layout:
9499 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9500 #    layout: "plot-service-density"
9501 #
9502 #- type: "plot"
9503 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9504 #  algorithm: "plot_nf_heatmap"
9505 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9506 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9507 #  filter: "'NIC_Intel-XL710' and
9508 #           'NF_DENSITY' and
9509 #           'DOCKER' and
9510 #           'CHAIN' and
9511 #           'NF_VPPIP4' and
9512 #           'IPSEC' and
9513 #           'TNL_10000' and
9514 #           'IMIX' and
9515 #           '4T4C' and
9516 #           'NDRPDR'"
9517 #  parameters:
9518 #  - "throughput"
9519 #  - "name"
9520 #  - "tags"
9521 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9522 #  x-axis: "X = CNFs per Service Chain"
9523 #  y-axis: "Y = Number of Service Chains"
9524 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9525 #  layout:
9526 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9527 #    layout: "plot-service-density"
9528
9529 ###############################################################################
9530
9531 # Plots - NF Density - CSP - MRR IMIX
9532 - type: "plot"
9533   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9534   algorithm: "plot_nf_heatmap"
9535   output-file-type: ".html"
9536   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9537   data: "plot-vpp-nfv-2n-skx-mrr"
9538   filter: "'NIC_Intel-XXV710' and
9539            'NF_DENSITY' and
9540            'DOCKER' and
9541            'PIPELINE' and
9542            'NF_VPPIP4' and
9543            'IMIX' and
9544            '2T1C' and
9545            'MRR'"
9546   parameters:
9547   - "result"
9548   - "name"
9549   - "tags"
9550   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9551   x-axis: "X = CNFs per Service Pipeline"
9552   y-axis: "Y = Number of Service Pipelines"
9553   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9554   layout:
9555     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9556     layout: "plot-service-density"
9557
9558 - type: "plot"
9559   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9560   algorithm: "plot_nf_heatmap"
9561   output-file-type: ".html"
9562   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9563   data: "plot-vpp-nfv-2n-skx-mrr"
9564   filter: "'NIC_Intel-XXV710' and
9565            'NF_DENSITY' and
9566            'DOCKER' and
9567            'PIPELINE' and
9568            'NF_VPPIP4' and
9569            'IMIX' and
9570            '4T2C' and
9571            'MRR'"
9572   parameters:
9573   - "result"
9574   - "name"
9575   - "tags"
9576   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9577   x-axis: "X = CNFs per Service Pipeline"
9578   y-axis: "Y = Number of Service Pipelines"
9579   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9580   layout:
9581     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9582     layout: "plot-service-density"
9583
9584 - type: "plot"
9585   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9586   algorithm: "plot_nf_heatmap"
9587   output-file-type: ".html"
9588   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9589   data: "plot-vpp-nfv-2n-skx-mrr"
9590   filter: "'NIC_Intel-XXV710' and
9591            'NF_DENSITY' and
9592            'DOCKER' and
9593            'PIPELINE' and
9594            'NF_VPPIP4' and
9595            'IMIX' and
9596            '8T4C' and
9597            'MRR'"
9598   parameters:
9599   - "result"
9600   - "name"
9601   - "tags"
9602   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9603   x-axis: "X = CNFs per Service Pipeline"
9604   y-axis: "Y = Number of Service Pipelines"
9605   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9606   layout:
9607     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9608     layout: "plot-service-density"
9609
9610 # Plots - NF Density - CSP - NDR IMIX
9611 - type: "plot"
9612   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9613   algorithm: "plot_nf_heatmap"
9614   output-file-type: ".html"
9615   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9616   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9617   filter: "'NIC_Intel-XXV710' and
9618            'NF_DENSITY' and
9619            'DOCKER' and
9620            'PIPELINE' and
9621            'NF_VPPIP4' and
9622            'IMIX' and
9623            '2T1C' and
9624            'NDRPDR'"
9625   parameters:
9626   - "throughput"
9627   - "name"
9628   - "tags"
9629   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9630   x-axis: "X = CNFs per Service Pipeline"
9631   y-axis: "Y = Number of Service Pipelines"
9632   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9633   layout:
9634     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9635     layout: "plot-service-density"
9636
9637 - type: "plot"
9638   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9639   algorithm: "plot_nf_heatmap"
9640   output-file-type: ".html"
9641   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9642   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9643   filter: "'NIC_Intel-XXV710' and
9644            'NF_DENSITY' and
9645            'DOCKER' and
9646            'PIPELINE' and
9647            'NF_VPPIP4' and
9648            'IMIX' and
9649            '4T2C' and
9650            'NDRPDR'"
9651   parameters:
9652   - "throughput"
9653   - "name"
9654   - "tags"
9655   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9656   x-axis: "X = CNFs per Service Pipeline"
9657   y-axis: "Y = Number of Service Pipelines"
9658   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9659   layout:
9660     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9661     layout: "plot-service-density"
9662
9663 - type: "plot"
9664   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9665   algorithm: "plot_nf_heatmap"
9666   output-file-type: ".html"
9667   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9668   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9669   filter: "'NIC_Intel-XXV710' and
9670            'NF_DENSITY' and
9671            'DOCKER' and
9672            'PIPELINE' and
9673            'NF_VPPIP4' and
9674            'IMIX' and
9675            '8T4C' and
9676            'NDRPDR'"
9677   parameters:
9678   - "throughput"
9679   - "name"
9680   - "tags"
9681   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9682   x-axis: "X = CNFs per Service Pipeline"
9683   y-axis: "Y = Number of Service Pipelines"
9684   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9685   layout:
9686     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9687     layout: "plot-service-density"
9688
9689 # Plots - NF Density - CSP - PDR IMIX
9690 - type: "plot"
9691   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9692   algorithm: "plot_nf_heatmap"
9693   output-file-type: ".html"
9694   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9695   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9696   filter: "'NIC_Intel-XXV710' and
9697            'NF_DENSITY' and
9698            'DOCKER' and
9699            'PIPELINE' and
9700            'NF_VPPIP4' and
9701            'IMIX' and
9702            '2T1C' and
9703            'NDRPDR'"
9704   parameters:
9705   - "throughput"
9706   - "name"
9707   - "tags"
9708   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9709   x-axis: "X = CNFs per Service Pipeline"
9710   y-axis: "Y = Number of Service Pipelines"
9711   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9712   layout:
9713     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9714     layout: "plot-service-density"
9715
9716 - type: "plot"
9717   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9718   algorithm: "plot_nf_heatmap"
9719   output-file-type: ".html"
9720   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9721   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9722   filter: "'NIC_Intel-XXV710' and
9723            'NF_DENSITY' and
9724            'DOCKER' and
9725            'PIPELINE' and
9726            'NF_VPPIP4' and
9727            'IMIX' and
9728            '4T2C' and
9729            'NDRPDR'"
9730   parameters:
9731   - "throughput"
9732   - "name"
9733   - "tags"
9734   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9735   x-axis: "X = CNFs per Service Pipeline"
9736   y-axis: "Y = Number of Service Pipelines"
9737   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9738   layout:
9739     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9740     layout: "plot-service-density"
9741
9742 - type: "plot"
9743   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9744   algorithm: "plot_nf_heatmap"
9745   output-file-type: ".html"
9746   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9747   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9748   filter: "'NIC_Intel-XXV710' and
9749            'NF_DENSITY' and
9750            'DOCKER' and
9751            'PIPELINE' and
9752            'NF_VPPIP4' and
9753            'IMIX' and
9754            '8T4C' and
9755            'NDRPDR'"
9756   parameters:
9757   - "throughput"
9758   - "name"
9759   - "tags"
9760   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9761   x-axis: "X = CNFs per Service Pipeline"
9762   y-axis: "Y = Number of Service Pipelines"
9763   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9764   layout:
9765     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9766     layout: "plot-service-density"
9767
9768 ###############################################################################
9769 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9770
9771 - type: "plot"
9772   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9773   algorithm: "plot_nf_heatmap"
9774   output-file-type: ".html"
9775   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9776   data: "plot-vpp-nfv-2n-clx-mrr"
9777   filter: "'NIC_Intel-XXV710' and
9778            'NF_DENSITY' and
9779            'VHOST' and
9780            not 'VXLAN' and
9781            'CHAIN' and
9782            'NF_VPPIP4' and
9783            'IMIX' and
9784            '2T1C' and
9785            'MRR'"
9786   parameters:
9787   - "result"
9788   - "name"
9789   - "tags"
9790   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9791   x-axis: "X = VNFs per Service Chain"
9792   y-axis: "Y = Number of Service Chains"
9793   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9794   layout:
9795     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9796     layout: "plot-service-density"
9797
9798 - type: "plot"
9799   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9800   algorithm: "plot_nf_heatmap"
9801   output-file-type: ".html"
9802   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9803   data: "plot-vpp-nfv-2n-clx-mrr"
9804   filter: "'NIC_Intel-XXV710' and
9805            'NF_DENSITY' and
9806            'VHOST' and
9807            not 'VXLAN' and
9808            'CHAIN' and
9809            'NF_VPPIP4' and
9810            'IMIX' and
9811            '4T2C' and
9812            'MRR'"
9813   parameters:
9814   - "result"
9815   - "name"
9816   - "tags"
9817   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9818   x-axis: "X = VNFs per Service Chain"
9819   y-axis: "Y = Number of Service Chains"
9820   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9821   layout:
9822     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9823     layout: "plot-service-density"
9824
9825 - type: "plot"
9826   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9827   algorithm: "plot_nf_heatmap"
9828   output-file-type: ".html"
9829   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9830   data: "plot-vpp-nfv-2n-clx-mrr"
9831   filter: "'NIC_Intel-XXV710' and
9832            'NF_DENSITY' and
9833            'VHOST' and
9834            not 'VXLAN' and
9835            'CHAIN' and
9836            'NF_VPPIP4' and
9837            'IMIX' and
9838            '8T4C' and
9839            'MRR'"
9840   parameters:
9841   - "result"
9842   - "name"
9843   - "tags"
9844   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9845   x-axis: "X = VNFs per Service Chain"
9846   y-axis: "Y = Number of Service Chains"
9847   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9848   layout:
9849     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9850     layout: "plot-service-density"
9851
9852 # Plots - NF Density - VSC - NDR IMIX
9853 - type: "plot"
9854   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9855   algorithm: "plot_nf_heatmap"
9856   output-file-type: ".html"
9857   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9858   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9859   filter: "'NIC_Intel-XXV710' and
9860            'NF_DENSITY' and
9861            'VHOST' and
9862            not 'VXLAN' and
9863            'CHAIN' and
9864            'NF_VPPIP4' and
9865            'IMIX' and
9866            '2T1C' and
9867            'NDRPDR'"
9868   parameters:
9869   - "throughput"
9870   - "name"
9871   - "tags"
9872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9873   x-axis: "X = VNFs per Service Chain"
9874   y-axis: "Y = Number of Service Chains"
9875   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9876   layout:
9877     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9878     layout: "plot-service-density"
9879
9880 - type: "plot"
9881   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9882   algorithm: "plot_nf_heatmap"
9883   output-file-type: ".html"
9884   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9885   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9886   filter: "'NIC_Intel-XXV710' and
9887            'NF_DENSITY' and
9888            'VHOST' and
9889            not 'VXLAN' and
9890            'CHAIN' and
9891            'NF_VPPIP4' and
9892            'IMIX' and
9893            '4T2C' and
9894            'NDRPDR'"
9895   parameters:
9896   - "throughput"
9897   - "name"
9898   - "tags"
9899   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9900   x-axis: "X = VNFs per Service Chain"
9901   y-axis: "Y = Number of Service Chains"
9902   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9903   layout:
9904     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9905     layout: "plot-service-density"
9906
9907 - type: "plot"
9908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9909   algorithm: "plot_nf_heatmap"
9910   output-file-type: ".html"
9911   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9912   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9913   filter: "'NIC_Intel-XXV710' and
9914            'NF_DENSITY' and
9915            'VHOST' and
9916            not 'VXLAN' and
9917            'CHAIN' and
9918            'NF_VPPIP4' and
9919            'IMIX' and
9920            '8T4C' and
9921            'NDRPDR'"
9922   parameters:
9923   - "throughput"
9924   - "name"
9925   - "tags"
9926   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9927   x-axis: "X = VNFs per Service Chain"
9928   y-axis: "Y = Number of Service Chains"
9929   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9930   layout:
9931     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9932     layout: "plot-service-density"
9933
9934 # Plots - NF Density - VSC - PDR IMIX
9935 - type: "plot"
9936   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9937   algorithm: "plot_nf_heatmap"
9938   output-file-type: ".html"
9939   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9940   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9941   filter: "'NIC_Intel-XXV710' and
9942            'NF_DENSITY' and
9943            'VHOST' and
9944            not 'VXLAN' and
9945            'CHAIN' and
9946            'NF_VPPIP4' and
9947            'IMIX' and
9948            '2T1C' and
9949            'NDRPDR'"
9950   parameters:
9951   - "throughput"
9952   - "name"
9953   - "tags"
9954   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9955   x-axis: "X = VNFs per Service Chain"
9956   y-axis: "Y = Number of Service Chains"
9957   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9958   layout:
9959     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9960     layout: "plot-service-density"
9961
9962 - type: "plot"
9963   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9964   algorithm: "plot_nf_heatmap"
9965   output-file-type: ".html"
9966   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9967   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9968   filter: "'NIC_Intel-XXV710' and
9969            'NF_DENSITY' and
9970            'VHOST' and
9971            not 'VXLAN' and
9972            'CHAIN' and
9973            'NF_VPPIP4' and
9974            'IMIX' and
9975            '4T2C' and
9976            'NDRPDR'"
9977   parameters:
9978   - "throughput"
9979   - "name"
9980   - "tags"
9981   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9982   x-axis: "X = VNFs per Service Chain"
9983   y-axis: "Y = Number of Service Chains"
9984   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9985   layout:
9986     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9987     layout: "plot-service-density"
9988
9989 - type: "plot"
9990   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9991   algorithm: "plot_nf_heatmap"
9992   output-file-type: ".html"
9993   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9994   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9995   filter: "'NIC_Intel-XXV710' and
9996            'NF_DENSITY' and
9997            'VHOST' and
9998            not 'VXLAN' and
9999            'CHAIN' and
10000            'NF_VPPIP4' and
10001            'IMIX' and
10002            '8T4C' and
10003            'NDRPDR'"
10004   parameters:
10005   - "throughput"
10006   - "name"
10007   - "tags"
10008   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10009   x-axis: "X = VNFs per Service Chain"
10010   y-axis: "Y = Number of Service Chains"
10011   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10012   layout:
10013     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10014     layout: "plot-service-density"
10015
10016 # Plots - NF Density - VSC - MRR IMIX
10017 - type: "plot"
10018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10019   algorithm: "plot_nf_heatmap"
10020   output-file-type: ".html"
10021   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10022   data: "plot-vpp-nfv-2n-clx-mrr"
10023   filter: "'NIC_Intel-XXV710' and
10024            'NF_DENSITY' and
10025            'VHOST' and
10026            'VXLAN' and
10027            'CHAIN' and
10028            'IMIX' and
10029            '2T1C' and
10030            'MRR'"
10031   parameters:
10032   - "result"
10033   - "name"
10034   - "tags"
10035   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10036   x-axis: "X = VNFs per Service Chain"
10037   y-axis: "Y = Number of Service Chains"
10038   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10039   layout:
10040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10041     layout: "plot-service-density"
10042
10043 - type: "plot"
10044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10045   algorithm: "plot_nf_heatmap"
10046   output-file-type: ".html"
10047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10048   data: "plot-vpp-nfv-2n-clx-mrr"
10049   filter: "'NIC_Intel-XXV710' and
10050            'NF_DENSITY' and
10051            'VHOST' and
10052            'VXLAN' and
10053            'CHAIN' and
10054            'IMIX' and
10055            '4T2C' and
10056            'MRR'"
10057   parameters:
10058   - "result"
10059   - "name"
10060   - "tags"
10061   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10062   x-axis: "X = VNFs per Service Chain"
10063   y-axis: "Y = Number of Service Chains"
10064   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10065   layout:
10066     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10067     layout: "plot-service-density"
10068
10069 - type: "plot"
10070   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10071   algorithm: "plot_nf_heatmap"
10072   output-file-type: ".html"
10073   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10074   data: "plot-vpp-nfv-2n-clx-mrr"
10075   filter: "'NIC_Intel-XXV710' and
10076            'NF_DENSITY' and
10077            'VHOST' and
10078            'VXLAN' and
10079            'CHAIN' and
10080            'IMIX' and
10081            '8T4C' and
10082            'MRR'"
10083   parameters:
10084   - "result"
10085   - "name"
10086   - "tags"
10087   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10088   x-axis: "X = VNFs per Service Chain"
10089   y-axis: "Y = Number of Service Chains"
10090   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10091   layout:
10092     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10093     layout: "plot-service-density"
10094
10095 # Plots - NF Density - VSC - NDR IMIX
10096 - type: "plot"
10097   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10098   algorithm: "plot_nf_heatmap"
10099   output-file-type: ".html"
10100   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10101   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10102   filter: "'NIC_Intel-XXV710' and
10103            'NF_DENSITY' and
10104            'VHOST' and
10105            'VXLAN' and
10106            'CHAIN' and
10107            'IMIX' and
10108            '2T1C' and
10109            'NDRPDR'"
10110   parameters:
10111   - "throughput"
10112   - "name"
10113   - "tags"
10114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10115   x-axis: "X = VNFs per Service Chain"
10116   y-axis: "Y = Number of Service Chains"
10117   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10118   layout:
10119     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10120     layout: "plot-service-density"
10121
10122 - type: "plot"
10123   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10124   algorithm: "plot_nf_heatmap"
10125   output-file-type: ".html"
10126   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10127   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10128   filter: "'NIC_Intel-XXV710' and
10129            'NF_DENSITY' and
10130            'VHOST' and
10131            'VXLAN' and
10132            'CHAIN' and
10133            'IMIX' and
10134            '4T2C' and
10135            'NDRPDR'"
10136   parameters:
10137   - "throughput"
10138   - "name"
10139   - "tags"
10140   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10141   x-axis: "X = VNFs per Service Chain"
10142   y-axis: "Y = Number of Service Chains"
10143   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10144   layout:
10145     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10146     layout: "plot-service-density"
10147
10148 - type: "plot"
10149   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10150   algorithm: "plot_nf_heatmap"
10151   output-file-type: ".html"
10152   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10153   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10154   filter: "'NIC_Intel-XXV710' and
10155            'NF_DENSITY' and
10156            'VHOST' and
10157            'VXLAN' and
10158            'CHAIN' and
10159            'IMIX' and
10160            '8T4C' and
10161            'NDRPDR'"
10162   parameters:
10163   - "throughput"
10164   - "name"
10165   - "tags"
10166   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10167   x-axis: "X = VNFs per Service Chain"
10168   y-axis: "Y = Number of Service Chains"
10169   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10170   layout:
10171     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10172     layout: "plot-service-density"
10173
10174 # Plots - NF Density - VSC - PDR IMIX
10175 - type: "plot"
10176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10177   algorithm: "plot_nf_heatmap"
10178   output-file-type: ".html"
10179   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10180   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10181   filter: "'NIC_Intel-XXV710' and
10182            'NF_DENSITY' and
10183            'VHOST' and
10184            'VXLAN' and
10185            'CHAIN' and
10186            'IMIX' and
10187            '2T1C' and
10188            'NDRPDR'"
10189   parameters:
10190   - "throughput"
10191   - "name"
10192   - "tags"
10193   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10194   x-axis: "X = VNFs per Service Chain"
10195   y-axis: "Y = Number of Service Chains"
10196   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10197   layout:
10198     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10199     layout: "plot-service-density"
10200
10201 - type: "plot"
10202   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10203   algorithm: "plot_nf_heatmap"
10204   output-file-type: ".html"
10205   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10206   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10207   filter: "'NIC_Intel-XXV710' and
10208            'NF_DENSITY' and
10209            'VHOST' and
10210            'VXLAN' and
10211            'CHAIN' and
10212            'IMIX' and
10213            '4T2C' and
10214            'NDRPDR'"
10215   parameters:
10216   - "throughput"
10217   - "name"
10218   - "tags"
10219   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10220   x-axis: "X = VNFs per Service Chain"
10221   y-axis: "Y = Number of Service Chains"
10222   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10223   layout:
10224     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10225     layout: "plot-service-density"
10226
10227 - type: "plot"
10228   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10229   algorithm: "plot_nf_heatmap"
10230   output-file-type: ".html"
10231   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10232   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10233   filter: "'NIC_Intel-XXV710' and
10234            'NF_DENSITY' and
10235            'VHOST' and
10236            'VXLAN' and
10237            'CHAIN' and
10238            'IMIX' and
10239            '8T4C' and
10240            'NDRPDR'"
10241   parameters:
10242   - "throughput"
10243   - "name"
10244   - "tags"
10245   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10246   x-axis: "X = VNFs per Service Chain"
10247   y-axis: "Y = Number of Service Chains"
10248   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10249   layout:
10250     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10251     layout: "plot-service-density"
10252
10253 # Plots - NF Density - CSC - MRR IMIX
10254 - type: "plot"
10255   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10256   algorithm: "plot_nf_heatmap"
10257   output-file-type: ".html"
10258   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10259   data: "plot-vpp-nfv-2n-clx-mrr"
10260   filter: "'NIC_Intel-XXV710' and
10261            'NF_DENSITY' and
10262            'DOCKER' and
10263            'CHAIN' and
10264            'NF_VPPIP4' and
10265            'IMIX' and
10266            '2T1C' and
10267            'MRR'"
10268   parameters:
10269   - "result"
10270   - "name"
10271   - "tags"
10272   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10273   x-axis: "X = CNFs per Service Chain"
10274   y-axis: "Y = Number of Service Chains"
10275   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10276   layout:
10277     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10278     layout: "plot-service-density"
10279
10280 - type: "plot"
10281   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10282   algorithm: "plot_nf_heatmap"
10283   output-file-type: ".html"
10284   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10285   data: "plot-vpp-nfv-2n-clx-mrr"
10286   filter: "'NIC_Intel-XXV710' and
10287            'NF_DENSITY' and
10288            'DOCKER' and
10289            'CHAIN' and
10290            'NF_VPPIP4' and
10291            'IMIX' and
10292            '4T2C' and
10293            'MRR'"
10294   parameters:
10295   - "result"
10296   - "name"
10297   - "tags"
10298   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10299   x-axis: "X = CNFs per Service Chain"
10300   y-axis: "Y = Number of Service Chains"
10301   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10302   layout:
10303     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10304     layout: "plot-service-density"
10305
10306 - type: "plot"
10307   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10308   algorithm: "plot_nf_heatmap"
10309   output-file-type: ".html"
10310   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10311   data: "plot-vpp-nfv-2n-clx-mrr"
10312   filter: "'NIC_Intel-XXV710' and
10313            'NF_DENSITY' and
10314            'DOCKER' and
10315            'CHAIN' and
10316            'NF_VPPIP4' and
10317            'IMIX' and
10318            '8T4C' and
10319            'MRR'"
10320   parameters:
10321   - "result"
10322   - "name"
10323   - "tags"
10324   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10325   x-axis: "X = CNFs per Service Chain"
10326   y-axis: "Y = Number of Service Chains"
10327   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10328   layout:
10329     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10330     layout: "plot-service-density"
10331
10332 # Plots - NF Density - CSC - NDR IMIX
10333 - type: "plot"
10334   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10335   algorithm: "plot_nf_heatmap"
10336   output-file-type: ".html"
10337   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10338   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10339   filter: "'NIC_Intel-XXV710' and
10340            'NF_DENSITY' and
10341            'DOCKER' and
10342            'CHAIN' and
10343            'NF_VPPIP4' and
10344            'IMIX' and
10345            '2T1C' and
10346            'NDRPDR'"
10347   parameters:
10348   - "throughput"
10349   - "name"
10350   - "tags"
10351   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10352   x-axis: "X = CNFs per Service Chain"
10353   y-axis: "Y = Number of Service Chains"
10354   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10355   layout:
10356     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10357     layout: "plot-service-density"
10358
10359 - type: "plot"
10360   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10361   algorithm: "plot_nf_heatmap"
10362   output-file-type: ".html"
10363   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10364   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10365   filter: "'NIC_Intel-XXV710' and
10366            'NF_DENSITY' and
10367            'DOCKER' and
10368            'CHAIN' and
10369            'NF_VPPIP4' and
10370            'IMIX' and
10371            '4T2C' and
10372            'NDRPDR'"
10373   parameters:
10374   - "throughput"
10375   - "name"
10376   - "tags"
10377   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10378   x-axis: "X = CNFs per Service Chain"
10379   y-axis: "Y = Number of Service Chains"
10380   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10381   layout:
10382     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10383     layout: "plot-service-density"
10384
10385 - type: "plot"
10386   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10387   algorithm: "plot_nf_heatmap"
10388   output-file-type: ".html"
10389   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10390   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10391   filter: "'NIC_Intel-XXV710' and
10392            'NF_DENSITY' and
10393            'DOCKER' and
10394            'CHAIN' and
10395            'NF_VPPIP4' and
10396            'IMIX' and
10397            '8T4C' and
10398            'NDRPDR'"
10399   parameters:
10400   - "throughput"
10401   - "name"
10402   - "tags"
10403   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10404   x-axis: "X = CNFs per Service Chain"
10405   y-axis: "Y = Number of Service Chains"
10406   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10407   layout:
10408     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10409     layout: "plot-service-density"
10410
10411 # Plots - NF Density - CSC - PDR IMIX
10412 - type: "plot"
10413   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10414   algorithm: "plot_nf_heatmap"
10415   output-file-type: ".html"
10416   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10417   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10418   filter: "'NIC_Intel-XXV710' and
10419            'NF_DENSITY' and
10420            'DOCKER' 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: "PDR" # "PDR" | "NDR" | "MRR"
10431   x-axis: "X = CNFs per Service Chain"
10432   y-axis: "Y = Number of Service Chains"
10433   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10434   layout:
10435     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10436     layout: "plot-service-density"
10437
10438 - type: "plot"
10439   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10440   algorithm: "plot_nf_heatmap"
10441   output-file-type: ".html"
10442   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10443   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10444   filter: "'NIC_Intel-XXV710' and
10445            'NF_DENSITY' and
10446            'DOCKER' and
10447            'CHAIN' and
10448            'NF_VPPIP4' and
10449            'IMIX' and
10450            '4T2C' and
10451            'NDRPDR'"
10452   parameters:
10453   - "throughput"
10454   - "name"
10455   - "tags"
10456   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10457   x-axis: "X = CNFs per Service Chain"
10458   y-axis: "Y = Number of Service Chains"
10459   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10460   layout:
10461     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10462     layout: "plot-service-density"
10463
10464 - type: "plot"
10465   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10466   algorithm: "plot_nf_heatmap"
10467   output-file-type: ".html"
10468   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10469   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10470   filter: "'NIC_Intel-XXV710' and
10471            'NF_DENSITY' and
10472            'DOCKER' and
10473            'CHAIN' and
10474            'NF_VPPIP4' and
10475            'IMIX' and
10476            '8T4C' and
10477            'NDRPDR'"
10478   parameters:
10479   - "throughput"
10480   - "name"
10481   - "tags"
10482   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10483   x-axis: "X = CNFs per Service Chain"
10484   y-axis: "Y = Number of Service Chains"
10485   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10486   layout:
10487     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10488     layout: "plot-service-density"
10489
10490 # Plots - NF Density - CSP - MRR IMIX
10491 - type: "plot"
10492   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10493   algorithm: "plot_nf_heatmap"
10494   output-file-type: ".html"
10495   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10496   data: "plot-vpp-nfv-2n-clx-mrr"
10497   filter: "'NIC_Intel-XXV710' and
10498            'NF_DENSITY' and
10499            'DOCKER' and
10500            'PIPELINE' and
10501            'NF_VPPIP4' and
10502            'IMIX' and
10503            '2T1C' and
10504            'MRR'"
10505   parameters:
10506   - "result"
10507   - "name"
10508   - "tags"
10509   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10510   x-axis: "X = CNFs per Service Pipeline"
10511   y-axis: "Y = Number of Service Pipelines"
10512   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10513   layout:
10514     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10515     layout: "plot-service-density"
10516
10517 - type: "plot"
10518   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10519   algorithm: "plot_nf_heatmap"
10520   output-file-type: ".html"
10521   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10522   data: "plot-vpp-nfv-2n-clx-mrr"
10523   filter: "'NIC_Intel-XXV710' and
10524            'NF_DENSITY' and
10525            'DOCKER' and
10526            'PIPELINE' and
10527            'NF_VPPIP4' and
10528            'IMIX' and
10529            '4T2C' and
10530            'MRR'"
10531   parameters:
10532   - "result"
10533   - "name"
10534   - "tags"
10535   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10536   x-axis: "X = CNFs per Service Pipeline"
10537   y-axis: "Y = Number of Service Pipelines"
10538   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10539   layout:
10540     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10541     layout: "plot-service-density"
10542
10543 - type: "plot"
10544   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10545   algorithm: "plot_nf_heatmap"
10546   output-file-type: ".html"
10547   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10548   data: "plot-vpp-nfv-2n-clx-mrr"
10549   filter: "'NIC_Intel-XXV710' and
10550            'NF_DENSITY' and
10551            'DOCKER' and
10552            'PIPELINE' and
10553            'NF_VPPIP4' and
10554            'IMIX' and
10555            '8T4C' and
10556            'MRR'"
10557   parameters:
10558   - "result"
10559   - "name"
10560   - "tags"
10561   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10562   x-axis: "X = CNFs per Service Pipeline"
10563   y-axis: "Y = Number of Service Pipelines"
10564   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10565   layout:
10566     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10567     layout: "plot-service-density"
10568
10569 # Plots - NF Density - CSP - NDR IMIX
10570 - type: "plot"
10571   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10572   algorithm: "plot_nf_heatmap"
10573   output-file-type: ".html"
10574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10575   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10576   filter: "'NIC_Intel-XXV710' and
10577            'NF_DENSITY' and
10578            'DOCKER' and
10579            'PIPELINE' and
10580            'NF_VPPIP4' and
10581            'IMIX' and
10582            '2T1C' and
10583            'NDRPDR'"
10584   parameters:
10585   - "throughput"
10586   - "name"
10587   - "tags"
10588   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10589   x-axis: "X = CNFs per Service Pipeline"
10590   y-axis: "Y = Number of Service Pipelines"
10591   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10592   layout:
10593     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10594     layout: "plot-service-density"
10595
10596 - type: "plot"
10597   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10598   algorithm: "plot_nf_heatmap"
10599   output-file-type: ".html"
10600   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10601   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10602   filter: "'NIC_Intel-XXV710' and
10603            'NF_DENSITY' and
10604            'DOCKER' and
10605            'PIPELINE' and
10606            'NF_VPPIP4' and
10607            'IMIX' and
10608            '4T2C' and
10609            'NDRPDR'"
10610   parameters:
10611   - "throughput"
10612   - "name"
10613   - "tags"
10614   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10615   x-axis: "X = CNFs per Service Pipeline"
10616   y-axis: "Y = Number of Service Pipelines"
10617   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10618   layout:
10619     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10620     layout: "plot-service-density"
10621
10622 - type: "plot"
10623   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10624   algorithm: "plot_nf_heatmap"
10625   output-file-type: ".html"
10626   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10627   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10628   filter: "'NIC_Intel-XXV710' and
10629            'NF_DENSITY' and
10630            'DOCKER' and
10631            'PIPELINE' and
10632            'NF_VPPIP4' and
10633            'IMIX' and
10634            '8T4C' and
10635            'NDRPDR'"
10636   parameters:
10637   - "throughput"
10638   - "name"
10639   - "tags"
10640   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10641   x-axis: "X = CNFs per Service Pipeline"
10642   y-axis: "Y = Number of Service Pipelines"
10643   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10644   layout:
10645     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10646     layout: "plot-service-density"
10647
10648 # Plots - NF Density - CSP - PDR IMIX
10649 - type: "plot"
10650   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10651   algorithm: "plot_nf_heatmap"
10652   output-file-type: ".html"
10653   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10654   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10655   filter: "'NIC_Intel-XXV710' and
10656            'NF_DENSITY' and
10657            'DOCKER' and
10658            'PIPELINE' and
10659            'NF_VPPIP4' and
10660            'IMIX' and
10661            '2T1C' and
10662            'NDRPDR'"
10663   parameters:
10664   - "throughput"
10665   - "name"
10666   - "tags"
10667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10668   x-axis: "X = CNFs per Service Pipeline"
10669   y-axis: "Y = Number of Service Pipelines"
10670   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10671   layout:
10672     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10673     layout: "plot-service-density"
10674
10675 - type: "plot"
10676   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10677   algorithm: "plot_nf_heatmap"
10678   output-file-type: ".html"
10679   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10680   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10681   filter: "'NIC_Intel-XXV710' and
10682            'NF_DENSITY' and
10683            'DOCKER' and
10684            'PIPELINE' and
10685            'NF_VPPIP4' and
10686            'IMIX' and
10687            '4T2C' and
10688            'NDRPDR'"
10689   parameters:
10690   - "throughput"
10691   - "name"
10692   - "tags"
10693   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10694   x-axis: "X = CNFs per Service Pipeline"
10695   y-axis: "Y = Number of Service Pipelines"
10696   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10697   layout:
10698     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10699     layout: "plot-service-density"
10700
10701 - type: "plot"
10702   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10703   algorithm: "plot_nf_heatmap"
10704   output-file-type: ".html"
10705   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10706   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10707   filter: "'NIC_Intel-XXV710' and
10708            'NF_DENSITY' and
10709            'DOCKER' and
10710            'PIPELINE' and
10711            'NF_VPPIP4' and
10712            'IMIX' and
10713            '8T4C' and
10714            'NDRPDR'"
10715   parameters:
10716   - "throughput"
10717   - "name"
10718   - "tags"
10719   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10720   x-axis: "X = CNFs per Service Pipeline"
10721   y-axis: "Y = Number of Service Pipelines"
10722   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10723   layout:
10724     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10725     layout: "plot-service-density"
10726
10727 ################################################################################
10728
10729 # Packet Throughput
10730
10731 - type: "plot"
10732   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10733   algorithm: "plot_perf_box_name"
10734   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10735   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10736   include:
10737     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10738     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10739     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10740     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10741   layout:
10742     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10743     layout: "plot-throughput"
10744
10745 - type: "plot"
10746   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10747   algorithm: "plot_perf_box_name"
10748   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10749   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10750   include:
10751     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10752     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10753     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10754     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10755   layout:
10756     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10757     layout: "plot-throughput"
10758
10759 - type: "plot"
10760   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10761   algorithm: "plot_perf_box_name"
10762   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10763   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10764   include:
10765     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10766     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10767     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10768     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10769   layout:
10770     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10771     layout: "plot-throughput"
10772
10773 - type: "plot"
10774   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10775   algorithm: "plot_perf_box_name"
10776   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10778   include:
10779     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10780     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10781     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10782     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10783   layout:
10784     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10785     layout: "plot-throughput"
10786
10787 - type: "plot"
10788   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10789   algorithm: "plot_perf_box_name"
10790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10792   include:
10793     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10794     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10795     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10796     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10797     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10798   layout:
10799     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10800     layout: "plot-throughput"
10801
10802 - type: "plot"
10803   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10804   algorithm: "plot_perf_box_name"
10805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10807   include:
10808     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10809     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10810     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10811     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10812     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10813   layout:
10814     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10815     layout: "plot-throughput"
10816
10817 - type: "plot"
10818   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10819   algorithm: "plot_perf_box_name"
10820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10822   include:
10823     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10824     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10825     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10826     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10827     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10828   layout:
10829     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10830     layout: "plot-throughput"
10831
10832 - type: "plot"
10833   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10834   algorithm: "plot_perf_box_name"
10835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10837   include:
10838     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10839     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10840     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10841     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10842     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10843   layout:
10844     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10845     layout: "plot-throughput"
10846
10847 - type: "plot"
10848   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10849   algorithm: "plot_perf_box_name"
10850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10852   include:
10853     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10854     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10855     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10856     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10857     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10858   layout:
10859     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10860     layout: "plot-throughput"
10861
10862 - type: "plot"
10863   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10864   algorithm: "plot_perf_box_name"
10865   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10866   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10867   include:
10868     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10869     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10870     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10871     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10872     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10873   layout:
10874     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10875     layout: "plot-throughput"
10876
10877 - type: "plot"
10878   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10879   algorithm: "plot_perf_box_name"
10880   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10881   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10882   include:
10883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10889   layout:
10890     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10891     layout: "plot-throughput"
10892
10893 - type: "plot"
10894   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10895   algorithm: "plot_perf_box_name"
10896   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10897   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10898   include:
10899     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10900     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10905   layout:
10906     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10907     layout: "plot-throughput"
10908
10909 - type: "plot"
10910   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10911   algorithm: "plot_perf_box_name"
10912   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10913   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10914   include:
10915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10920   layout:
10921     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10922     layout: "plot-throughput"
10923
10924 - type: "plot"
10925   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10926   algorithm: "plot_perf_box_name"
10927   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10928   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10929   include:
10930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10935   layout:
10936     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10937     layout: "plot-throughput"
10938
10939 - type: "plot"
10940   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10941   algorithm: "plot_perf_box_name"
10942   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10943   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10944   include:
10945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10948   layout:
10949     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10950     layout: "plot-throughput"
10951
10952 - type: "plot"
10953   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10954   algorithm: "plot_perf_box_name"
10955   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10957   include:
10958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10961   layout:
10962     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10963     layout: "plot-throughput"
10964
10965 - type: "plot"
10966   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10967   algorithm: "plot_perf_box_name"
10968   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10970   include:
10971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10976   layout:
10977     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10978     layout: "plot-throughput"
10979
10980 - type: "plot"
10981   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10982   algorithm: "plot_perf_box_name"
10983   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10985   include:
10986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10991   layout:
10992     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10993     layout: "plot-throughput"
10994
10995 - type: "plot"
10996   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10997   algorithm: "plot_perf_box_name"
10998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11000   include:
11001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11004   layout:
11005     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11006     layout: "plot-throughput"
11007
11008 - type: "plot"
11009   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11010   algorithm: "plot_perf_box_name"
11011   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11013   include:
11014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11017   layout:
11018     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11019     layout: "plot-throughput"
11020
11021 - type: "plot"
11022   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11023   algorithm: "plot_perf_box_name"
11024   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11026   include:
11027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11033   layout:
11034     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11035     layout: "plot-throughput"
11036
11037 - type: "plot"
11038   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11039   algorithm: "plot_perf_box_name"
11040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11042   include:
11043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11049   layout:
11050     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11051     layout: "plot-throughput"
11052
11053 - type: "plot"
11054   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11055   algorithm: "plot_perf_box_name"
11056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11058   include:
11059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11065   layout:
11066     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11067     layout: "plot-throughput"
11068
11069 - type: "plot"
11070   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11071   algorithm: "plot_perf_box_name"
11072   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11073   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11074   include:
11075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11081   layout:
11082     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11083     layout: "plot-throughput"
11084
11085 - type: "plot"
11086   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11087   algorithm: "plot_perf_box_name"
11088   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11089   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11090   include:
11091     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11092     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11093     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11094   layout:
11095     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11096     layout: "plot-throughput"
11097
11098 - type: "plot"
11099   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11100   algorithm: "plot_perf_box_name"
11101   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11103   include:
11104     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11106     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11107   layout:
11108     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11109     layout: "plot-throughput"
11110
11111 - type: "plot"
11112   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11113   algorithm: "plot_perf_box_name"
11114   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11116   include:
11117     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11118     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11119 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11120 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11121 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11122   layout:
11123     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11124     layout: "plot-throughput"
11125
11126 - type: "plot"
11127   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11128   algorithm: "plot_perf_box_name"
11129   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11131   include:
11132     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11133     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11134 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11135 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11136 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11137   layout:
11138     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11139     layout: "plot-throughput"
11140
11141 - type: "plot"
11142   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11143   algorithm: "plot_perf_box_name"
11144   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11146   include:
11147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11152   layout:
11153     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11154     layout: "plot-throughput"
11155
11156 - type: "plot"
11157   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11158   algorithm: "plot_perf_box_name"
11159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11161   include:
11162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11167   layout:
11168     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11169     layout: "plot-throughput"
11170
11171 - type: "plot"
11172   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11173   algorithm: "plot_perf_box_name"
11174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11176   include:
11177     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11178     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11179     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11182   layout:
11183     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11184     layout: "plot-throughput"
11185
11186 - type: "plot"
11187   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11188   algorithm: "plot_perf_box_name"
11189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11191   include:
11192     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11197   layout:
11198     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11199     layout: "plot-throughput"
11200
11201 - type: "plot"
11202   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11203   algorithm: "plot_perf_box_name"
11204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11206   include:
11207     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11211   layout:
11212     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11213     layout: "plot-throughput"
11214
11215 - type: "plot"
11216   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11217   algorithm: "plot_perf_box_name"
11218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11220   include:
11221     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11223     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11225   layout:
11226     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11227     layout: "plot-throughput"
11228
11229 - type: "plot"
11230   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11231   algorithm: "plot_perf_box_name"
11232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11234   include:
11235     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11236     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11237     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11238     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11239     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11240   layout:
11241     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11242     layout: "plot-throughput"
11243
11244 - type: "plot"
11245   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11246   algorithm: "plot_perf_box_name"
11247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11249   include:
11250     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11251     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11252     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11253     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11254     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11255   layout:
11256     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11257     layout: "plot-throughput"
11258
11259 - type: "plot"
11260   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11261   algorithm: "plot_perf_box_name"
11262   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11263   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11264   include:
11265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11267     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11268     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11269     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11270   layout:
11271     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11272     layout: "plot-throughput"
11273
11274 - type: "plot"
11275   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11276   algorithm: "plot_perf_box_name"
11277   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11278   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11279   include:
11280     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11281     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11282     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11283     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11284     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11285   layout:
11286     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11287     layout: "plot-throughput"
11288
11289 - type: "plot"
11290   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11291   algorithm: "plot_perf_box_name"
11292   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11293   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11294   include:
11295     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11296     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11297     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11298     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11299   layout:
11300     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11301     layout: "plot-throughput"
11302
11303 - type: "plot"
11304   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11305   algorithm: "plot_perf_box_name"
11306   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11307   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11308   include:
11309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11312     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11313   layout:
11314     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11315     layout: "plot-throughput"
11316
11317 - type: "plot"
11318   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11319   algorithm: "plot_perf_box_name"
11320   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11321   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11322   include:
11323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11328   layout:
11329     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11330     layout: "plot-throughput"
11331
11332 - type: "plot"
11333   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11334   algorithm: "plot_perf_box_name"
11335   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11336   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11337   include:
11338     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11343   layout:
11344     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11345     layout: "plot-throughput"
11346
11347 - type: "plot"
11348   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11349   algorithm: "plot_perf_box_name"
11350   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11351   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11352   include:
11353     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11354     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11355     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11356     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11357     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11359   layout:
11360     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11361     layout: "plot-throughput"
11362
11363 - type: "plot"
11364   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11365   algorithm: "plot_perf_box_name"
11366   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11367   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11368   include:
11369     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11370     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11371     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11372     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11373     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11374     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11375   layout:
11376     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11377     layout: "plot-throughput"
11378
11379 - type: "plot"
11380   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11381   algorithm: "plot_perf_box_name"
11382   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11383   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11384   include:
11385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11390   layout:
11391     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11392     layout: "plot-throughput"
11393
11394 - type: "plot"
11395   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11396   algorithm: "plot_perf_box_name"
11397   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11398   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11399   include:
11400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11405   layout:
11406     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11407     layout: "plot-throughput"
11408
11409 - type: "plot"
11410   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11411   algorithm: "plot_perf_box_name"
11412   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11413   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11414   include:
11415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11420   layout:
11421     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11422     layout: "plot-throughput"
11423
11424 - type: "plot"
11425   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11426   algorithm: "plot_perf_box_name"
11427   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11428   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11429   include:
11430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11435   layout:
11436     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11437     layout: "plot-throughput"
11438
11439 - type: "plot"
11440   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11441   algorithm: "plot_perf_box_name"
11442   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11443   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11444   include:
11445     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11447   layout:
11448     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11449     layout: "plot-throughput"
11450
11451 - type: "plot"
11452   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11453   algorithm: "plot_perf_box_name"
11454   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11455   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11456   include:
11457     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11459   layout:
11460     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11461     layout: "plot-throughput"
11462
11463 - type: "plot"
11464   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11465   algorithm: "plot_perf_box_name"
11466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11468   include:
11469     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11473   layout:
11474     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11475     layout: "plot-throughput"
11476
11477 - type: "plot"
11478   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11479   algorithm: "plot_perf_box_name"
11480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11482   include:
11483     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11487   layout:
11488     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11489     layout: "plot-throughput"
11490
11491 - type: "plot"
11492   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11493   algorithm: "plot_perf_box_name"
11494   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11496   include:
11497     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11501   layout:
11502     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11503     layout: "plot-throughput"
11504
11505 - type: "plot"
11506   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11507   algorithm: "plot_perf_box_name"
11508   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11510   include:
11511     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11512     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11515   layout:
11516     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11517     layout: "plot-throughput"
11518
11519 - type: "plot"
11520   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11521   algorithm: "plot_perf_box_name"
11522   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11523   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11524   include:
11525     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11529   layout:
11530     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11531     layout: "plot-throughput"
11532
11533 - type: "plot"
11534   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11535   algorithm: "plot_perf_box_name"
11536   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11537   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11538   include:
11539     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11543   layout:
11544     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11545     layout: "plot-throughput"
11546
11547 - type: "plot"
11548   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11549   algorithm: "plot_perf_box_name"
11550   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11551   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11552   include:
11553     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11554     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11557   layout:
11558     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11559     layout: "plot-throughput"
11560
11561 - type: "plot"
11562   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11563   algorithm: "plot_perf_box_name"
11564   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11565   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11566   include:
11567     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11571   layout:
11572     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11573     layout: "plot-throughput"
11574
11575 - type: "plot"
11576   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11577   algorithm: "plot_perf_box_name"
11578   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11579   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11580   include:
11581     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11586     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11587   layout:
11588     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11589     layout: "plot-throughput"
11590
11591 - type: "plot"
11592   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11593   algorithm: "plot_perf_box_name"
11594   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11596   include:
11597     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11603   layout:
11604     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11605     layout: "plot-throughput"
11606
11607 - type: "plot"
11608   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11609   algorithm: "plot_perf_box_name"
11610   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11612   include:
11613     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11618   layout:
11619     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11620     layout: "plot-throughput"
11621
11622 - type: "plot"
11623   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11624   algorithm: "plot_perf_box_name"
11625   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11626   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11627   include:
11628     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11633   layout:
11634     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11635     layout: "plot-throughput"
11636
11637 - type: "plot"
11638   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11639   algorithm: "plot_perf_box_name"
11640   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11642   include:
11643     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11648   layout:
11649     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11650     layout: "plot-throughput"
11651
11652 - type: "plot"
11653   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11654   algorithm: "plot_perf_box_name"
11655   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11657   include:
11658     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11660     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11663   layout:
11664     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11665     layout: "plot-throughput"
11666
11667 - type: "plot"
11668   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11669   algorithm: "plot_perf_box_name"
11670   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11671   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11672   include:
11673     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11674     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11675     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11676   layout:
11677     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11678     layout: "plot-throughput"
11679
11680 - type: "plot"
11681   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11682   algorithm: "plot_perf_box_name"
11683   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11684   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11685   include:
11686     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11689   layout:
11690     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11691     layout: "plot-throughput"
11692
11693 - type: "plot"
11694   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11695   algorithm: "plot_perf_box_name"
11696   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11698   include:
11699     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11700     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11702   layout:
11703     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11704     layout: "plot-throughput"
11705
11706 - type: "plot"
11707   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11708   algorithm: "plot_perf_box_name"
11709   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11711   include:
11712     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11713     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11714     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11715   layout:
11716     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11717     layout: "plot-throughput"
11718
11719 - type: "plot"
11720   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11721   algorithm: "plot_perf_box_name"
11722   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11724   include:
11725     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11730   layout:
11731     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11732     layout: "plot-throughput"
11733
11734 - type: "plot"
11735   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11736   algorithm: "plot_perf_box_name"
11737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11739   include:
11740     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11745   layout:
11746     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11747     layout: "plot-throughput"
11748
11749 - type: "plot"
11750   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11751   algorithm: "plot_perf_box_name"
11752   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11754   include:
11755     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11760   layout:
11761     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11762     layout: "plot-throughput"
11763
11764 - type: "plot"
11765   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11766   algorithm: "plot_perf_box_name"
11767   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11769   include:
11770     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11775   layout:
11776     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11777     layout: "plot-throughput"
11778
11779 - type: "plot"
11780   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11781   algorithm: "plot_perf_box_name"
11782   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11783   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11784   include:
11785     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11790   layout:
11791     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11792     layout: "plot-throughput"
11793
11794 - type: "plot"
11795   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11796   algorithm: "plot_perf_box_name"
11797   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11798   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11799   include:
11800     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11805   layout:
11806     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11807     layout: "plot-throughput"
11808
11809 - type: "plot"
11810   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11811   algorithm: "plot_perf_box_name"
11812   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11813   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11814   include:
11815     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11820   layout:
11821     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11822     layout: "plot-throughput"
11823
11824 - type: "plot"
11825   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11826   algorithm: "plot_perf_box_name"
11827   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11828   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11829   include:
11830     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11831     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11832     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11835   layout:
11836     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11837     layout: "plot-throughput"
11838
11839 - type: "plot"
11840   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11841   algorithm: "plot_perf_box_name"
11842   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11843   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11844   include:
11845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11850   layout:
11851     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11852     layout: "plot-throughput"
11853
11854 - type: "plot"
11855   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11856   algorithm: "plot_perf_box_name"
11857   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11858   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11859   include:
11860     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11865   layout:
11866     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11867     layout: "plot-throughput"
11868
11869 - type: "plot"
11870   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11871   algorithm: "plot_perf_box_name"
11872   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11873   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11874   include:
11875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11876     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11877     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11878     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11879     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11881   layout:
11882     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11883     layout: "plot-throughput"
11884
11885 - type: "plot"
11886   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11887   algorithm: "plot_perf_box_name"
11888   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11890   include:
11891     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11892     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11893     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11894     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11895     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11896     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11897   layout:
11898     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11899     layout: "plot-throughput"
11900
11901 - type: "plot"
11902   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11903   algorithm: "plot_perf_box_name"
11904   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11906   include:
11907     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11908     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11909     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11911   layout:
11912     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11913     layout: "plot-throughput"
11914
11915 - type: "plot"
11916   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11917   algorithm: "plot_perf_box_name"
11918   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11920   include:
11921     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11922     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11923     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11924     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11925   layout:
11926     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11927     layout: "plot-throughput"
11928
11929 - type: "plot"
11930   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11931   algorithm: "plot_perf_box_name"
11932   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11934   include:
11935     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11936     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11937     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11938     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11939     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11941   layout:
11942     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11943     layout: "plot-throughput"
11944
11945 - type: "plot"
11946   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11947   algorithm: "plot_perf_box_name"
11948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11950   include:
11951     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11952     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11953     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11954     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11955     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11957   layout:
11958     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11959     layout: "plot-throughput"
11960
11961 - type: "plot"
11962   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11963   algorithm: "plot_perf_box_name"
11964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11966   include:
11967     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11968     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11969     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11973   layout:
11974     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11975     layout: "plot-throughput"
11976
11977 - type: "plot"
11978   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11979   algorithm: "plot_perf_box_name"
11980   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11982   include:
11983     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11984     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11985     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11986     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11987     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11988     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11989   layout:
11990     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11991     layout: "plot-throughput"
11992
11993 - type: "plot"
11994   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11995   algorithm: "plot_perf_box_name"
11996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11998   include:
11999     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12001     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12002     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12003     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12004     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12005   layout:
12006     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12007     layout: "plot-throughput"
12008
12009 - type: "plot"
12010   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12011   algorithm: "plot_perf_box_name"
12012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12014   include:
12015     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12017     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12018     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12019     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12020     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12021   layout:
12022     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12023     layout: "plot-throughput"
12024
12025 - type: "plot"
12026   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12027   algorithm: "plot_perf_box_name"
12028   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12029   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12030   include:
12031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12037   layout:
12038     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12039     layout: "plot-throughput"
12040
12041 - type: "plot"
12042   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12043   algorithm: "plot_perf_box_name"
12044   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12045   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12046   include:
12047     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12049     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12053   layout:
12054     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12055     layout: "plot-throughput"
12056
12057 - type: "plot"
12058   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12059   algorithm: "plot_perf_box_name"
12060   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12061   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12062   include:
12063     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12064     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12065     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12066     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12067     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12068     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12069   layout:
12070     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12071     layout: "plot-throughput"
12072
12073 - type: "plot"
12074   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12075   algorithm: "plot_perf_box_name"
12076   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12077   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12078   include:
12079     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12080     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12081     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12082     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12083     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12084     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12085   layout:
12086     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12087     layout: "plot-throughput"
12088
12089 - type: "plot"
12090   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12091   algorithm: "plot_perf_box_name"
12092   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12094   include:
12095     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12097     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12098     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12101   layout:
12102     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12103     layout: "plot-throughput"
12104
12105 - type: "plot"
12106   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12107   algorithm: "plot_perf_box_name"
12108   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12109   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12110   include:
12111     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12112     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12113     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12114     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12115     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12117   layout:
12118     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12119     layout: "plot-throughput"
12120
12121 - type: "plot"
12122   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12123   algorithm: "plot_perf_box_name"
12124   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12125   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12126   include:
12127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12133   layout:
12134     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12135     layout: "plot-throughput"
12136
12137 - type: "plot"
12138   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12139   algorithm: "plot_perf_box_name"
12140   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12142   include:
12143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12149   layout:
12150     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12151     layout: "plot-throughput"
12152
12153 - type: "plot"
12154   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12155   algorithm: "plot_perf_box_name"
12156   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12158   include:
12159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12165   layout:
12166     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12167     layout: "plot-throughput"
12168
12169 - type: "plot"
12170   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12171   algorithm: "plot_perf_box_name"
12172   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12173   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12174   include:
12175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12181   layout:
12182     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12183     layout: "plot-throughput"
12184
12185 - type: "plot"
12186   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12187   algorithm: "plot_perf_box_name"
12188   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12189   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12190   include:
12191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12195   layout:
12196     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12197     layout: "plot-throughput"
12198
12199 - type: "plot"
12200   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12201   algorithm: "plot_perf_box_name"
12202   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12203   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12204   include:
12205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12209   layout:
12210     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12211     layout: "plot-throughput"
12212
12213 - type: "plot"
12214   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12215   algorithm: "plot_perf_box_name"
12216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12218   include:
12219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12223   layout:
12224     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12225     layout: "plot-throughput"
12226
12227 - type: "plot"
12228   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12229   algorithm: "plot_perf_box_name"
12230   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12231   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12232   include:
12233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12237   layout:
12238     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12239     layout: "plot-throughput"
12240
12241 - type: "plot"
12242   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12243   algorithm: "plot_perf_box_name"
12244   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12246   include:
12247     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12248     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12249     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12250     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12251     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12252     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12253   layout:
12254     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12255     layout: "plot-throughput"
12256
12257 - type: "plot"
12258   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12259   algorithm: "plot_perf_box_name"
12260   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12261   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12262   include:
12263     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12264     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12265     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12266     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12267     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12268     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12269   layout:
12270     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12271     layout: "plot-throughput"
12272
12273 - type: "plot"
12274   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12275   algorithm: "plot_perf_box_name"
12276   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12278   include:
12279     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12280     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12281     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12282     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12283     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12284   layout:
12285     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12286     layout: "plot-throughput"
12287
12288 - type: "plot"
12289   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12290   algorithm: "plot_perf_box_name"
12291   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12293   include:
12294     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12295     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12296     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12297     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12298     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12299   layout:
12300     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12301     layout: "plot-throughput"
12302
12303 - type: "plot"
12304   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12305   algorithm: "plot_perf_box_name"
12306   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12308   include:
12309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12314   layout:
12315     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12316     layout: "plot-throughput"
12317
12318 - type: "plot"
12319   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12320   algorithm: "plot_perf_box_name"
12321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12323   include:
12324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12329   layout:
12330     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12331     layout: "plot-throughput"
12332
12333 - type: "plot"
12334   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12335   algorithm: "plot_perf_box_name"
12336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12338   include:
12339     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12343   layout:
12344     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12345     layout: "plot-throughput"
12346
12347 - type: "plot"
12348   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12349   algorithm: "plot_perf_box_name"
12350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12352   include:
12353     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12357   layout:
12358     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12359     layout: "plot-throughput"
12360
12361 - type: "plot"
12362   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12363   algorithm: "plot_perf_box_name"
12364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12366   include:
12367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12370     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12373   layout:
12374     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12375     layout: "plot-throughput"
12376
12377 - type: "plot"
12378   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12379   algorithm: "plot_perf_box_name"
12380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12382   include:
12383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12389   layout:
12390     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12391     layout: "plot-throughput"
12392
12393 - type: "plot"
12394   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12395   algorithm: "plot_perf_box_name"
12396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12398   include:
12399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12405   layout:
12406     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12407     layout: "plot-throughput"
12408
12409 - type: "plot"
12410   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12411   algorithm: "plot_perf_box_name"
12412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12414   include:
12415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12421   layout:
12422     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12423     layout: "plot-throughput"
12424
12425 - type: "plot"
12426   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12427   algorithm: "plot_perf_box_name"
12428   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12429   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12430   include:
12431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12437   layout:
12438     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12439     layout: "plot-throughput"
12440
12441 - type: "plot"
12442   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12443   algorithm: "plot_perf_box_name"
12444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12446   include:
12447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12453   layout:
12454     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12455     layout: "plot-throughput"
12456
12457 - type: "plot"
12458   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12459   algorithm: "plot_perf_box_name"
12460   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12462   include:
12463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12469   layout:
12470     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12471     layout: "plot-throughput"
12472
12473 - type: "plot"
12474   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12475   algorithm: "plot_perf_box_name"
12476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12478   include:
12479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12483     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12485   layout:
12486     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12487     layout: "plot-throughput"
12488
12489 - type: "plot"
12490   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12491   algorithm: "plot_perf_box_name"
12492   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12493   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12494   include:
12495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12499   layout:
12500     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12501     layout: "plot-throughput"
12502
12503 - type: "plot"
12504   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12505   algorithm: "plot_perf_box_name"
12506   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12507   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12508   include:
12509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12513   layout:
12514     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12515     layout: "plot-throughput"
12516
12517 - type: "plot"
12518   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12519   algorithm: "plot_perf_box_name"
12520   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12521   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12522   include:
12523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12529   layout:
12530     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12531     layout: "plot-throughput"
12532
12533 - type: "plot"
12534   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12535   algorithm: "plot_perf_box_name"
12536   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12537   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12538   include:
12539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12545   layout:
12546     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12547     layout: "plot-throughput"
12548
12549 - type: "plot"
12550   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12551   algorithm: "plot_perf_box_name"
12552   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12553   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12554   include:
12555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12561   layout:
12562     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12563     layout: "plot-throughput"
12564
12565 - type: "plot"
12566   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12567   algorithm: "plot_perf_box_name"
12568   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12569   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12570   include:
12571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12577   layout:
12578     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12579     layout: "plot-throughput"
12580
12581 - type: "plot"
12582   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12583   algorithm: "plot_perf_box_name"
12584   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12585   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12586   include:
12587     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12591   layout:
12592     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12593     layout: "plot-throughput"
12594
12595 - type: "plot"
12596   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12597   algorithm: "plot_perf_box_name"
12598   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12599   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12600   include:
12601     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12605   layout:
12606     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12607     layout: "plot-throughput"
12608
12609 - type: "plot"
12610   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12611   algorithm: "plot_perf_box_name"
12612   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12613   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12614   include:
12615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12621   layout:
12622     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12623     layout: "plot-throughput"
12624
12625 - type: "plot"
12626   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12627   algorithm: "plot_perf_box_name"
12628   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12629   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12630   include:
12631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12637   layout:
12638     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12639     layout: "plot-throughput"
12640
12641 - type: "plot"
12642   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12643   algorithm: "plot_perf_box_name"
12644   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12645   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12646   include:
12647     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12648     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12649     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12650     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12651   layout:
12652     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12653     layout: "plot-throughput"
12654
12655 - type: "plot"
12656   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12657   algorithm: "plot_perf_box_name"
12658   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12659   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12660   include:
12661     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12662     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12663     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12664     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12665   layout:
12666     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12667     layout: "plot-throughput"
12668
12669 - type: "plot"
12670   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12671   algorithm: "plot_perf_box_name"
12672   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12673   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12674   include:
12675     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12677     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12680     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12681   layout:
12682     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12683     layout: "plot-throughput"
12684
12685 - type: "plot"
12686   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12687   algorithm: "plot_perf_box_name"
12688   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12689   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12690   include:
12691     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12696     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12697   layout:
12698     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12699     layout: "plot-throughput"
12700
12701 - type: "plot"
12702   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12703   algorithm: "plot_perf_box_name"
12704   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12705   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12706   include:
12707     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12709     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12710     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12711     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12712     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12713   layout:
12714     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12715     layout: "plot-throughput"
12716
12717 - type: "plot"
12718   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12719   algorithm: "plot_perf_box_name"
12720   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12721   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12722   include:
12723     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12724     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12725     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12726     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12727     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12728     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12729   layout:
12730     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12731     layout: "plot-throughput"
12732
12733 - type: "plot"
12734   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12735   algorithm: "plot_perf_box_name"
12736   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12737   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12738   include:
12739     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12740     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12741     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12742     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12743     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12744     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12745   layout:
12746     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12747     layout: "plot-throughput"
12748
12749 - type: "plot"
12750   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12751   algorithm: "plot_perf_box_name"
12752   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12753   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12754   include:
12755     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12756     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12757     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12758     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12759     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12760     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12761   layout:
12762     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12763     layout: "plot-throughput"
12764
12765 - type: "plot"
12766   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12767   algorithm: "plot_perf_box_name"
12768   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12770   include:
12771     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12772     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12773     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12774 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12775 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12776 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12777   layout:
12778     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12779     layout: "plot-throughput"
12780
12781 - type: "plot"
12782   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12783   algorithm: "plot_perf_box_name"
12784   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12785   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12786   include:
12787     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12788     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12789     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12790 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12791 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12792 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12793   layout:
12794     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12795     layout: "plot-throughput"
12796
12797 - type: "plot"
12798   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12799   algorithm: "plot_perf_box_name"
12800   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12802   include:
12803     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12804     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12805     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12806     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12807     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12808     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12809   layout:
12810     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12811     layout: "plot-throughput"
12812
12813 - type: "plot"
12814   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12815   algorithm: "plot_perf_box_name"
12816   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12817   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12818   include:
12819     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12820     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12821     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12822     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12823     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12824     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12825   layout:
12826     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12827     layout: "plot-throughput"
12828
12829 - type: "plot"
12830   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12831   algorithm: "plot_perf_box_name"
12832   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12833   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12834   include:
12835     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12836     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12837     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12838     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12839     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12840     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12841   layout:
12842     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12843     layout: "plot-throughput"
12844
12845 - type: "plot"
12846   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12847   algorithm: "plot_perf_box_name"
12848   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12849   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12850   include:
12851     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12852     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12853     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12854     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12855     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12856     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12857   layout:
12858     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12859     layout: "plot-throughput"
12860
12861 - type: "plot"
12862   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12863   algorithm: "plot_perf_box_name"
12864   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12865   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12866   include:
12867     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12868     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12869     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12870   layout:
12871     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12872     layout: "plot-throughput"
12873
12874 - type: "plot"
12875   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12876   algorithm: "plot_perf_box_name"
12877   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12878   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12879   include:
12880     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12881     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12882     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12883   layout:
12884     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12885     layout: "plot-throughput"
12886
12887 - type: "plot"
12888   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12889   algorithm: "plot_perf_box_name"
12890   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12891   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12892   include:
12893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12898   layout:
12899     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12900     layout: "plot-throughput"
12901
12902 - type: "plot"
12903   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12904   algorithm: "plot_perf_box_name"
12905   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12906   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12907   include:
12908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12913   layout:
12914     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12915     layout: "plot-throughput"
12916
12917 - type: "plot"
12918   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12919   algorithm: "plot_perf_box_name"
12920   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12922   include:
12923     - "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"
12924     - "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"
12925     - "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"
12926     - "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"
12927     - "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"
12928   layout:
12929     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12930     layout: "plot-throughput"
12931
12932 - type: "plot"
12933   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12934   algorithm: "plot_perf_box_name"
12935   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12936   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12937   include:
12938     - "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"
12939     - "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"
12940     - "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"
12941     - "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"
12942     - "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"
12943   layout:
12944     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12945     layout: "plot-throughput"
12946
12947 - type: "plot"
12948   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12949   algorithm: "plot_perf_box_name"
12950   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12952   include:
12953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12958   layout:
12959     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12960     layout: "plot-throughput"
12961
12962 - type: "plot"
12963   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12964   algorithm: "plot_perf_box_name"
12965   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12967   include:
12968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12973   layout:
12974     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12975     layout: "plot-throughput"
12976
12977 - type: "plot"
12978   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12979   algorithm: "plot_perf_box_name"
12980   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12982   include:
12983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12988   layout:
12989     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12990     layout: "plot-throughput"
12991
12992 - type: "plot"
12993   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12994   algorithm: "plot_perf_box_name"
12995   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12997   include:
12998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13003   layout:
13004     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13005     layout: "plot-throughput"
13006
13007 - type: "plot"
13008   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13009   algorithm: "plot_perf_box_name"
13010   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13011   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13012   include:
13013     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13014     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13015     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13016     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13017     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13018   layout:
13019     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13020     layout: "plot-throughput"
13021
13022 - type: "plot"
13023   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13024   algorithm: "plot_perf_box_name"
13025   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13026   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13027   include:
13028     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13029     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13030     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13031     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13032     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13033   layout:
13034     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13035     layout: "plot-throughput"
13036
13037 - type: "plot"
13038   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13039   algorithm: "plot_perf_box_name"
13040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13042   include:
13043     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13044     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13045     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13046     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13047     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13048   layout:
13049     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13050     layout: "plot-throughput"
13051
13052 - type: "plot"
13053   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13054   algorithm: "plot_perf_box_name"
13055   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13056   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13057   include:
13058     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13061     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13063   layout:
13064     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13065     layout: "plot-throughput"
13066
13067 - type: "plot"
13068   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13069   algorithm: "plot_perf_box_name"
13070   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13072   include:
13073     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13074     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13075     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13076     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13077   layout:
13078     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13079     layout: "plot-throughput"
13080
13081 - type: "plot"
13082   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13083   algorithm: "plot_perf_box_name"
13084   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13086   include:
13087     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13088     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13089     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13090     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13091   layout:
13092     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13093     layout: "plot-throughput"
13094
13095 - type: "plot"
13096   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13097   algorithm: "plot_perf_box_name"
13098   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13100   include:
13101     - "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"
13102     - "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"
13103     - "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"
13104     - "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"
13105   layout:
13106     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13107     layout: "plot-throughput"
13108
13109 - type: "plot"
13110   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13111   algorithm: "plot_perf_box_name"
13112   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13114   include:
13115     - "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"
13116     - "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"
13117     - "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"
13118     - "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"
13119   layout:
13120     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13121     layout: "plot-throughput"
13122
13123 - type: "plot"
13124   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13125   algorithm: "plot_perf_box_name"
13126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13128   include:
13129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13135   layout:
13136     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13137     layout: "plot-throughput"
13138
13139 - type: "plot"
13140   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13141   algorithm: "plot_perf_box_name"
13142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13144   include:
13145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13151   layout:
13152     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13153     layout: "plot-throughput"
13154
13155 - type: "plot"
13156   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13157   algorithm: "plot_perf_box_name"
13158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13160   include:
13161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13167   layout:
13168     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13169     layout: "plot-throughput"
13170
13171 - type: "plot"
13172   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13173   algorithm: "plot_perf_box_name"
13174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13176   include:
13177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13183   layout:
13184     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13185     layout: "plot-throughput"
13186
13187 - type: "plot"
13188   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13189   algorithm: "plot_perf_box_name"
13190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13192   include:
13193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13199   layout:
13200     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13201     layout: "plot-throughput"
13202
13203 - type: "plot"
13204   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13205   algorithm: "plot_perf_box_name"
13206   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13207   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13208   include:
13209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13215   layout:
13216     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13217     layout: "plot-throughput"
13218
13219 - type: "plot"
13220   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13221   algorithm: "plot_perf_box_name"
13222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13224   include:
13225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13230   layout:
13231     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13232     layout: "plot-throughput"
13233
13234 - type: "plot"
13235   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13236   algorithm: "plot_perf_box_name"
13237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13239   include:
13240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13245   layout:
13246     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13247     layout: "plot-throughput"
13248
13249 - type: "plot"
13250   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13251   algorithm: "plot_perf_box_name"
13252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13254   include:
13255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13257   layout:
13258     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13259     layout: "plot-throughput"
13260
13261 - type: "plot"
13262   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13263   algorithm: "plot_perf_box_name"
13264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13266   include:
13267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13269   layout:
13270     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13271     layout: "plot-throughput"
13272
13273 - type: "plot"
13274   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13275   algorithm: "plot_perf_box_name"
13276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13278   include:
13279     - "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"
13280     - "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"
13281   layout:
13282     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13283     layout: "plot-throughput"
13284
13285 - type: "plot"
13286   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13287   algorithm: "plot_perf_box_name"
13288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13290   include:
13291     - "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"
13292     - "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"
13293   layout:
13294     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13295     layout: "plot-throughput"
13296
13297 - type: "plot"
13298   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13299   algorithm: "plot_perf_box_name"
13300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13302   include:
13303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13305   layout:
13306     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13307     layout: "plot-throughput"
13308
13309 - type: "plot"
13310   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13311   algorithm: "plot_perf_box_name"
13312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13314   include:
13315     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13317   layout:
13318     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13319     layout: "plot-throughput"
13320
13321 - type: "plot"
13322   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13323   algorithm: "plot_perf_box_name"
13324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13326   include:
13327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13329   layout:
13330     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13331     layout: "plot-throughput"
13332
13333 - type: "plot"
13334   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13335   algorithm: "plot_perf_box_name"
13336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13338   include:
13339     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13341   layout:
13342     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13343     layout: "plot-throughput"
13344
13345 - type: "plot"
13346   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13347   algorithm: "plot_perf_box_name"
13348   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13349   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13350   include:
13351     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13352     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13353     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13354     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13355     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13356     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13357   layout:
13358     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13359     layout: "plot-throughput"
13360
13361 - type: "plot"
13362   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13363   algorithm: "plot_perf_box_name"
13364   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13365   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13366   include:
13367     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13368     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13369     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13370     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13371     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13372     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13373   layout:
13374     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13375     layout: "plot-throughput"
13376
13377 - type: "plot"
13378   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13379   algorithm: "plot_perf_box_name"
13380   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13381   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13382   include:
13383     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13384     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13385     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13386     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13387     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13388     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13389   layout:
13390     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13391     layout: "plot-throughput"
13392
13393 - type: "plot"
13394   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13395   algorithm: "plot_perf_box_name"
13396   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13397   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13398   include:
13399     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13400     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13401     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13402     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13403     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13404     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13405   layout:
13406     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13407     layout: "plot-throughput"
13408
13409 #- type: "plot"
13410 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13411 #  algorithm: "plot_perf_box_name"
13412 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13413 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13414 #  include:
13415 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13416 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13417 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13418 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13419 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13420 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13421 #  layout:
13422 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13423 #    layout: "plot-throughput"
13424 #
13425 #- type: "plot"
13426 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13427 #  algorithm: "plot_perf_box_name"
13428 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13429 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13430 #  include:
13431 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13432 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13433 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13434 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13435 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13436 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13437 #  layout:
13438 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13439 #    layout: "plot-throughput"
13440
13441 - type: "plot"
13442   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13443   algorithm: "plot_perf_box_name"
13444   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13445   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13446   include:
13447     - "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"
13448     - "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"
13449     - "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"
13450     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13451     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13452     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13453   layout:
13454     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13455     layout: "plot-throughput"
13456
13457 - type: "plot"
13458   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13459   algorithm: "plot_perf_box_name"
13460   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13462   include:
13463     - "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"
13464     - "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"
13465     - "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"
13466     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13467     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13468     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13469   layout:
13470     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13471     layout: "plot-throughput"
13472
13473 ################################################################################
13474
13475 # Packet Speedup
13476
13477 - type: "plot"
13478   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13479   algorithm: "plot_tsa_name"
13480   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13481   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13482   include:
13483     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13484     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13485     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13486     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13487   layout:
13488     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13489     layout: "plot-throughput-speedup-analysis"
13490
13491 - type: "plot"
13492   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13493   algorithm: "plot_tsa_name"
13494   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13496   include:
13497     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13498     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13499     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13500     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13501   layout:
13502     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13503     layout: "plot-throughput-speedup-analysis"
13504
13505 - type: "plot"
13506   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13507   algorithm: "plot_tsa_name"
13508   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13509   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13510   include:
13511     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13512     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13515   layout:
13516     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13517     layout: "plot-throughput-speedup-analysis"
13518
13519 - type: "plot"
13520   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13521   algorithm: "plot_tsa_name"
13522   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13523   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13524   include:
13525     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13526     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13527     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13528     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13529   layout:
13530     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13531     layout: "plot-throughput-speedup-analysis"
13532
13533 - type: "plot"
13534   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13535   algorithm: "plot_tsa_name"
13536   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13538   include:
13539     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13540     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13541     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13542     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13543     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13544   layout:
13545     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13546     layout: "plot-throughput-speedup-analysis"
13547
13548 - type: "plot"
13549   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13550   algorithm: "plot_tsa_name"
13551   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13553   include:
13554     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13555     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13556     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13557     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13558     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13559   layout:
13560     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13561     layout: "plot-throughput-speedup-analysis"
13562
13563 - type: "plot"
13564   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13565   algorithm: "plot_tsa_name"
13566   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13568   include:
13569     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13570     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13571     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13572     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13573     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13574   layout:
13575     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13576     layout: "plot-throughput-speedup-analysis"
13577
13578 - type: "plot"
13579   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13580   algorithm: "plot_tsa_name"
13581   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13583   include:
13584     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13585     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13586     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13587     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13588     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13589   layout:
13590     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13591     layout: "plot-throughput-speedup-analysis"
13592
13593 - type: "plot"
13594   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13595   algorithm: "plot_tsa_name"
13596   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13597   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13598   include:
13599     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13600     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13601     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13602     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13603     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13605   layout:
13606     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13607     layout: "plot-throughput-speedup-analysis"
13608
13609 - type: "plot"
13610   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13611   algorithm: "plot_tsa_name"
13612   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13614   include:
13615     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13616     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13617     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13621   layout:
13622     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13623     layout: "plot-throughput-speedup-analysis"
13624
13625 - type: "plot"
13626   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13627   algorithm: "plot_tsa_name"
13628   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13630   include:
13631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13636   layout:
13637     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13638     layout: "plot-throughput-speedup-analysis"
13639
13640 - type: "plot"
13641   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13642   algorithm: "plot_tsa_name"
13643   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13645   include:
13646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13651   layout:
13652     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13653     layout: "plot-throughput-speedup-analysis"
13654
13655 - type: "plot"
13656   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13657   algorithm: "plot_tsa_name"
13658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13660   include:
13661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13664   layout:
13665     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13666     layout: "plot-throughput-speedup-analysis"
13667
13668 - type: "plot"
13669   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13670   algorithm: "plot_tsa_name"
13671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13673   include:
13674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13677   layout:
13678     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13679     layout: "plot-throughput-speedup-analysis"
13680
13681 - type: "plot"
13682   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13683   algorithm: "plot_tsa_name"
13684   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13685   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13686   include:
13687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13692   layout:
13693     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13694     layout: "plot-throughput-speedup-analysis"
13695
13696 - type: "plot"
13697   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13698   algorithm: "plot_tsa_name"
13699   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13700   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13701   include:
13702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13707   layout:
13708     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13709     layout: "plot-throughput-speedup-analysis"
13710
13711 - type: "plot"
13712   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13713   algorithm: "plot_tsa_name"
13714   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13715   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13716   include:
13717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13720   layout:
13721     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13722     layout: "plot-throughput-speedup-analysis"
13723
13724 - type: "plot"
13725   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13726   algorithm: "plot_tsa_name"
13727   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13728   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13729   include:
13730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13733   layout:
13734     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13735     layout: "plot-throughput-speedup-analysis"
13736
13737 - type: "plot"
13738   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13739   algorithm: "plot_tsa_name"
13740   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13741   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13742   include:
13743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13749   layout:
13750     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13751     layout: "plot-throughput-speedup-analysis"
13752
13753 - type: "plot"
13754   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13755   algorithm: "plot_tsa_name"
13756   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13757   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13758   include:
13759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13765   layout:
13766     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13767     layout: "plot-throughput-speedup-analysis"
13768
13769 - type: "plot"
13770   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13771   algorithm: "plot_tsa_name"
13772   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13773   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13774   include:
13775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13781   layout:
13782     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13783     layout: "plot-throughput-speedup-analysis"
13784
13785 - type: "plot"
13786   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13787   algorithm: "plot_tsa_name"
13788   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13790   include:
13791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13797   layout:
13798     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13799     layout: "plot-throughput-speedup-analysis"
13800
13801 - type: "plot"
13802   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13803   algorithm: "plot_tsa_name"
13804   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13806   include:
13807     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13808     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13809     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13810   layout:
13811     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13812     layout: "plot-throughput-speedup-analysis"
13813
13814 - type: "plot"
13815   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13816   algorithm: "plot_tsa_name"
13817   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13818   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13819   include:
13820     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13821     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13822     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13823   layout:
13824     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13825     layout: "plot-throughput-speedup-analysis"
13826
13827 - type: "plot"
13828   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13829   algorithm: "plot_tsa_name"
13830   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13831   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13832   include:
13833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13836 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13837 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13838   layout:
13839     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13840     layout: "plot-throughput-speedup-analysis"
13841
13842 - type: "plot"
13843   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13844   algorithm: "plot_tsa_name"
13845   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13847   include:
13848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13851 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13852 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13853   layout:
13854     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13855     layout: "plot-throughput-speedup-analysis"
13856
13857 - type: "plot"
13858   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13859   algorithm: "plot_tsa_name"
13860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13862   include:
13863     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13864     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13865     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13866     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13867     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13868   layout:
13869     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13870     layout: "plot-throughput-speedup-analysis"
13871
13872 - type: "plot"
13873   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13874   algorithm: "plot_tsa_name"
13875   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13877   include:
13878     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13879     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13880     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13881     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13882     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13883   layout:
13884     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13885     layout: "plot-throughput-speedup-analysis"
13886
13887 - type: "plot"
13888   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13889   algorithm: "plot_tsa_name"
13890   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13892   include:
13893     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13894     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13895     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13896     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13897     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13898   layout:
13899     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13900     layout: "plot-throughput-speedup-analysis"
13901
13902 - type: "plot"
13903   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13904   algorithm: "plot_tsa_name"
13905   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13907   include:
13908     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13909     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13910     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13911     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13912     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13913   layout:
13914     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13915     layout: "plot-throughput-speedup-analysis"
13916
13917 - type: "plot"
13918   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13919   algorithm: "plot_tsa_name"
13920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13922   include:
13923     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13924     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13925     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13926     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13927   layout:
13928     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13929     layout: "plot-throughput-speedup-analysis"
13930
13931 - type: "plot"
13932   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13933   algorithm: "plot_tsa_name"
13934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13936   include:
13937     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13938     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13939     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13940     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13941   layout:
13942     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13943     layout: "plot-throughput-speedup-analysis"
13944
13945 - type: "plot"
13946   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13947   algorithm: "plot_tsa_name"
13948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13950   include:
13951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13952     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13953     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13954     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13955     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13956   layout:
13957     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13958     layout: "plot-throughput-speedup-analysis"
13959
13960 - type: "plot"
13961   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13962   algorithm: "plot_tsa_name"
13963   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13964   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13965   include:
13966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13968     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13969     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13970     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13971   layout:
13972     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13973     layout: "plot-throughput-speedup-analysis"
13974
13975 - type: "plot"
13976   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13977   algorithm: "plot_tsa_name"
13978   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13980   include:
13981     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13982     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13983   layout:
13984     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13985     layout: "plot-throughput-speedup-analysis"
13986
13987 - type: "plot"
13988   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13989   algorithm: "plot_tsa_name"
13990   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13991   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13992   include:
13993     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13994     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13995   layout:
13996     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13997     layout: "plot-throughput-speedup-analysis"
13998
13999 - type: "plot"
14000   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14001   algorithm: "plot_tsa_name"
14002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14004   include:
14005     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14006     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14007     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14008     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14009   layout:
14010     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14011     layout: "plot-throughput-speedup-analysis"
14012
14013 - type: "plot"
14014   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14015   algorithm: "plot_tsa_name"
14016   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14018   include:
14019     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14020     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14021     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14022     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14023   layout:
14024     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14025     layout: "plot-throughput-speedup-analysis"
14026
14027 - type: "plot"
14028   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14029   algorithm: "plot_tsa_name"
14030   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14031   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14032   include:
14033     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14037   layout:
14038     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14039     layout: "plot-throughput-speedup-analysis"
14040
14041 - type: "plot"
14042   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14043   algorithm: "plot_tsa_name"
14044   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14046   include:
14047     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14048     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14049     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14050     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14051   layout:
14052     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14053     layout: "plot-throughput-speedup-analysis"
14054
14055 - type: "plot"
14056   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14057   algorithm: "plot_tsa_name"
14058   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14060   include:
14061     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14062     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14063     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14064     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14065     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14066     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14067   layout:
14068     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14069     layout: "plot-throughput-speedup-analysis"
14070
14071 - type: "plot"
14072   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14073   algorithm: "plot_tsa_name"
14074   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14075   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14076   include:
14077     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14078     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14079     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14080     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14081     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14082     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14083   layout:
14084     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14085     layout: "plot-throughput-speedup-analysis"
14086
14087 - type: "plot"
14088   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14089   algorithm: "plot_tsa_name"
14090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14092   include:
14093     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14094     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14095     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14098   layout:
14099     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14100     layout: "plot-throughput-speedup-analysis"
14101
14102 - type: "plot"
14103   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14104   algorithm: "plot_tsa_name"
14105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14107   include:
14108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14110     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14111     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14112     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14113   layout:
14114     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14115     layout: "plot-throughput-speedup-analysis"
14116
14117 - type: "plot"
14118   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14119   algorithm: "plot_tsa_name"
14120   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14122   include:
14123     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14124     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14125     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14126     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14128   layout:
14129     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14130     layout: "plot-throughput-speedup-analysis"
14131
14132 - type: "plot"
14133   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14134   algorithm: "plot_tsa_name"
14135   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14137   include:
14138     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14141     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14143   layout:
14144     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14145     layout: "plot-throughput-speedup-analysis"
14146
14147 - type: "plot"
14148   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14149   algorithm: "plot_tsa_name"
14150   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14151   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14152   include:
14153     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14154     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14155     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14156   layout:
14157     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14158     layout: "plot-throughput-speedup-analysis"
14159
14160 - type: "plot"
14161   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14162   algorithm: "plot_tsa_name"
14163   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14165   include:
14166     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14169   layout:
14170     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14171     layout: "plot-throughput-speedup-analysis"
14172
14173 - type: "plot"
14174   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14175   algorithm: "plot_tsa_name"
14176   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14178   include:
14179     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14180     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14182   layout:
14183     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14184     layout: "plot-throughput-speedup-analysis"
14185
14186 - type: "plot"
14187   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14188   algorithm: "plot_tsa_name"
14189   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14191   include:
14192     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14193     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14194     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14195   layout:
14196     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14197     layout: "plot-throughput-speedup-analysis"
14198
14199 - type: "plot"
14200   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14201   algorithm: "plot_tsa_name"
14202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14204   include:
14205     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14206     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14207     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14208     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14209     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14210   layout:
14211     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14212     layout: "plot-throughput-speedup-analysis"
14213
14214 - type: "plot"
14215   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14216   algorithm: "plot_tsa_name"
14217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14219   include:
14220     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14221     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14222     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14223     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14224     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14225   layout:
14226     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14227     layout: "plot-throughput-speedup-analysis"
14228
14229 - type: "plot"
14230   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14231   algorithm: "plot_tsa_name"
14232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14234   include:
14235     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14237     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14238     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14239     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14240   layout:
14241     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14242     layout: "plot-throughput-speedup-analysis"
14243
14244 - type: "plot"
14245   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14246   algorithm: "plot_tsa_name"
14247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14249   include:
14250     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14251     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14252     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14253     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14254     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14255   layout:
14256     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14257     layout: "plot-throughput-speedup-analysis"
14258
14259 - type: "plot"
14260   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14261   algorithm: "plot_tsa_name"
14262   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14263   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14264   include:
14265     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14266     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14267     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14268     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14269     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14270     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14271   layout:
14272     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14273     layout: "plot-throughput-speedup-analysis"
14274
14275 - type: "plot"
14276   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14277   algorithm: "plot_tsa_name"
14278   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14279   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14280   include:
14281     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14282     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14283     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14284     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14285     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14286     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14287   layout:
14288     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14289     layout: "plot-throughput-speedup-analysis"
14290
14291 - type: "plot"
14292   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14293   algorithm: "plot_tsa_name"
14294   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14295   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14296   include:
14297     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14298     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14299     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14300     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14301   layout:
14302     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14303     layout: "plot-throughput-speedup-analysis"
14304
14305 - type: "plot"
14306   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14307   algorithm: "plot_tsa_name"
14308   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14309   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14310   include:
14311     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14312     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14313     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14314     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14315   layout:
14316     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14317     layout: "plot-throughput-speedup-analysis"
14318
14319 - type: "plot"
14320   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14321   algorithm: "plot_tsa_name"
14322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14324   include:
14325     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14326     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14327     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14328     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14329     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14330     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14331   layout:
14332     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14333     layout: "plot-throughput-speedup-analysis"
14334
14335 - type: "plot"
14336   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14337   algorithm: "plot_tsa_name"
14338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14340   include:
14341     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14342     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14343     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14344     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14345     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14346     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14347   layout:
14348     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14349     layout: "plot-throughput-speedup-analysis"
14350
14351 - type: "plot"
14352   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14353   algorithm: "plot_tsa_name"
14354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14356   include:
14357     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14358     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14359     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14360     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14361     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14362     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14363   layout:
14364     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14365     layout: "plot-throughput-speedup-analysis"
14366
14367 - type: "plot"
14368   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14369   algorithm: "plot_tsa_name"
14370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14372   include:
14373     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14374     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14375     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14376     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14377     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14378     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14379   layout:
14380     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14381     layout: "plot-throughput-speedup-analysis"
14382
14383 - type: "plot"
14384   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14385   algorithm: "plot_tsa_name"
14386   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14387   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14388   include:
14389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14395   layout:
14396     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14397     layout: "plot-throughput-speedup-analysis"
14398
14399 - type: "plot"
14400   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14401   algorithm: "plot_tsa_name"
14402   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14403   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14404   include:
14405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14408     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14409     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14410     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14411   layout:
14412     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14413     layout: "plot-throughput-speedup-analysis"
14414
14415 - type: "plot"
14416   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14417   algorithm: "plot_tsa_name"
14418   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14419   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14420   include:
14421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14424     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14425     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14427   layout:
14428     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14429     layout: "plot-throughput-speedup-analysis"
14430
14431 - type: "plot"
14432   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14433   algorithm: "plot_tsa_name"
14434   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14435   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14436   include:
14437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14443   layout:
14444     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14445     layout: "plot-throughput-speedup-analysis"
14446
14447 - type: "plot"
14448   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14449   algorithm: "plot_tsa_name"
14450   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14452   include:
14453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14456     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14459   layout:
14460     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14461     layout: "plot-throughput-speedup-analysis"
14462
14463 - type: "plot"
14464   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14465   algorithm: "plot_tsa_name"
14466   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14468   include:
14469     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14470     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14471     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14475   layout:
14476     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14477     layout: "plot-throughput-speedup-analysis"
14478
14479 - type: "plot"
14480   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14481   algorithm: "plot_tsa_name"
14482   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14483   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14484   include:
14485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14489   layout:
14490     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14491     layout: "plot-throughput-speedup-analysis"
14492
14493 - type: "plot"
14494   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14495   algorithm: "plot_tsa_name"
14496   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14498   include:
14499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14503   layout:
14504     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14505     layout: "plot-throughput-speedup-analysis"
14506
14507 - type: "plot"
14508   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14509   algorithm: "plot_tsa_name"
14510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14512   include:
14513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14517   layout:
14518     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14519     layout: "plot-throughput-speedup-analysis"
14520
14521 - type: "plot"
14522   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14523   algorithm: "plot_tsa_name"
14524   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14526   include:
14527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14531   layout:
14532     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14533     layout: "plot-throughput-speedup-analysis"
14534
14535 - type: "plot"
14536   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14537   algorithm: "plot_tsa_name"
14538   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14539   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14540   include:
14541     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14542     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14543     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14544     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14545     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14546     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14547   layout:
14548     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14549     layout: "plot-throughput-speedup-analysis"
14550
14551 - type: "plot"
14552   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14553   algorithm: "plot_tsa_name"
14554   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14556   include:
14557     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14558     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14559     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14560     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14561     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14562     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14563   layout:
14564     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14565     layout: "plot-throughput-speedup-analysis"
14566
14567 - type: "plot"
14568   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14569   algorithm: "plot_tsa_name"
14570   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14572   include:
14573     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14574     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14575     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14576     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14577     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14578   layout:
14579     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14587   include:
14588     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14589     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14590     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14591     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14592     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14593   layout:
14594     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14595     layout: "plot-throughput-speedup-analysis"
14596
14597 - type: "plot"
14598   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14599   algorithm: "plot_tsa_name"
14600   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14602   include:
14603     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14604     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14605     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14606     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14607     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14608   layout:
14609     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14610     layout: "plot-throughput-speedup-analysis"
14611
14612 - type: "plot"
14613   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14614   algorithm: "plot_tsa_name"
14615   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14617   include:
14618     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14619     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14620     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14621     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14623   layout:
14624     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14625     layout: "plot-throughput-speedup-analysis"
14626
14627 - type: "plot"
14628   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14629   algorithm: "plot_tsa_name"
14630   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14632   include:
14633     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14634     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14635     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14636     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14637   layout:
14638     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14639     layout: "plot-throughput-speedup-analysis"
14640
14641 - type: "plot"
14642   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14643   algorithm: "plot_tsa_name"
14644   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14646   include:
14647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14649     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14650     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14651   layout:
14652     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14653     layout: "plot-throughput-speedup-analysis"
14654
14655 - type: "plot"
14656   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14657   algorithm: "plot_tsa_name"
14658   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14660   include:
14661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14667   layout:
14668     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14669     layout: "plot-throughput-speedup-analysis"
14670
14671 - type: "plot"
14672   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14673   algorithm: "plot_tsa_name"
14674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14676   include:
14677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14683   layout:
14684     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14685     layout: "plot-throughput-speedup-analysis"
14686
14687 - type: "plot"
14688   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14689   algorithm: "plot_tsa_name"
14690   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14691   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14692   include:
14693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14699   layout:
14700     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14701     layout: "plot-throughput-speedup-analysis"
14702
14703 - type: "plot"
14704   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14705   algorithm: "plot_tsa_name"
14706   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14708   include:
14709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14715   layout:
14716     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14717     layout: "plot-throughput-speedup-analysis"
14718
14719 - type: "plot"
14720   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14721   algorithm: "plot_tsa_name"
14722   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14724   include:
14725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14731   layout:
14732     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14733     layout: "plot-throughput-speedup-analysis"
14734
14735 - type: "plot"
14736   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14737   algorithm: "plot_tsa_name"
14738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14740   include:
14741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14747   layout:
14748     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14749     layout: "plot-throughput-speedup-analysis"
14750
14751 - type: "plot"
14752   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14753   algorithm: "plot_tsa_name"
14754   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14755   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14756   include:
14757     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14758     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14759     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14760     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14761     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14762     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14763   layout:
14764     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14765     layout: "plot-throughput-speedup-analysis"
14766
14767 - type: "plot"
14768   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14769   algorithm: "plot_tsa_name"
14770   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14771   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14772   include:
14773     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14774     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14775     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14776     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14777     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14778     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14779   layout:
14780     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14781     layout: "plot-throughput-speedup-analysis"
14782
14783 - type: "plot"
14784   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14785   algorithm: "plot_tsa_name"
14786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14788   include:
14789     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14790     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14791     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14792     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14793     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14794     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14795   layout:
14796     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14797     layout: "plot-throughput-speedup-analysis"
14798
14799 - type: "plot"
14800   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14801   algorithm: "plot_tsa_name"
14802   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14803   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14804   include:
14805     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14806     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14807     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14808     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14809     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14810     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14811   layout:
14812     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 - type: "plot"
14816   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14817   algorithm: "plot_tsa_name"
14818   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14820   include:
14821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14823     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14826   layout:
14827     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14828     layout: "plot-throughput-speedup-analysis"
14829
14830 - type: "plot"
14831   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14832   algorithm: "plot_tsa_name"
14833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14835   include:
14836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14838     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14839     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14841   layout:
14842     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14843     layout: "plot-throughput-speedup-analysis"
14844
14845 - type: "plot"
14846   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14847   algorithm: "plot_tsa_name"
14848   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14849   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14850   include:
14851     - "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"
14852     - "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"
14853     - "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"
14854     - "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"
14855     - "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"
14856   layout:
14857     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14858     layout: "plot-throughput-speedup-analysis"
14859
14860 - type: "plot"
14861   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14862   algorithm: "plot_tsa_name"
14863   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14864   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14865   include:
14866     - "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"
14867     - "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"
14868     - "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"
14869     - "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"
14870     - "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"
14871   layout:
14872     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14873     layout: "plot-throughput-speedup-analysis"
14874
14875 - type: "plot"
14876   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14877   algorithm: "plot_tsa_name"
14878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14880   include:
14881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14886   layout:
14887     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14888     layout: "plot-throughput-speedup-analysis"
14889
14890 - type: "plot"
14891   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14892   algorithm: "plot_tsa_name"
14893   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14894   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14895   include:
14896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14901   layout:
14902     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14903     layout: "plot-throughput-speedup-analysis"
14904
14905 - type: "plot"
14906   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14907   algorithm: "plot_tsa_name"
14908   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14910   include:
14911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14916   layout:
14917     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14918     layout: "plot-throughput-speedup-analysis"
14919
14920 - type: "plot"
14921   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14922   algorithm: "plot_tsa_name"
14923   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14924   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14925   include:
14926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14931   layout:
14932     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14933     layout: "plot-throughput-speedup-analysis"
14934
14935 - type: "plot"
14936   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14937   algorithm: "plot_tsa_name"
14938   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14939   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14940   include:
14941     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14942     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14943     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14944     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14945     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14946   layout:
14947     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14948     layout: "plot-throughput-speedup-analysis"
14949
14950 - type: "plot"
14951   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14952   algorithm: "plot_tsa_name"
14953   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14955   include:
14956     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14957     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14958     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14959     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14960     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14961   layout:
14962     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14963     layout: "plot-throughput-speedup-analysis"
14964
14965 - type: "plot"
14966   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14967   algorithm: "plot_tsa_name"
14968   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14969   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14970   include:
14971     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14972     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14973     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14974     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14975     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14976   layout:
14977     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14978     layout: "plot-throughput-speedup-analysis"
14979
14980 - type: "plot"
14981   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14982   algorithm: "plot_tsa_name"
14983   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14985   include:
14986     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14987     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14988     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14989     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14990     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14991   layout:
14992     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14993     layout: "plot-throughput-speedup-analysis"
14994
14995 - type: "plot"
14996   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14997   algorithm: "plot_tsa_name"
14998   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14999   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15000   include:
15001     - "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"
15002     - "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"
15003     - "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"
15004     - "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"
15005   layout:
15006     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15007     layout: "plot-throughput-speedup-analysis"
15008
15009 - type: "plot"
15010   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15011   algorithm: "plot_tsa_name"
15012   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15014   include:
15015     - "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"
15016     - "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"
15017     - "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"
15018     - "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"
15019   layout:
15020     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15021     layout: "plot-throughput-speedup-analysis"
15022
15023 - type: "plot"
15024   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15025   algorithm: "plot_tsa_name"
15026   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15028   include:
15029     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15030     - "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"
15031     - "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"
15032     - "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"
15033   layout:
15034     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15035     layout: "plot-throughput-speedup-analysis"
15036
15037 - type: "plot"
15038   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15039   algorithm: "plot_tsa_name"
15040   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15042   include:
15043     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15044     - "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"
15045     - "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"
15046     - "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"
15047   layout:
15048     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15049     layout: "plot-throughput-speedup-analysis"
15050
15051 - type: "plot"
15052   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15053   algorithm: "plot_tsa_name"
15054   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15056   include:
15057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15060     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15061     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15062     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15063   layout:
15064     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15065     layout: "plot-throughput-speedup-analysis"
15066
15067 - type: "plot"
15068   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15069   algorithm: "plot_tsa_name"
15070   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15072   include:
15073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15076     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15077     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15078     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15079   layout:
15080     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15081     layout: "plot-throughput-speedup-analysis"
15082
15083 - type: "plot"
15084   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15085   algorithm: "plot_tsa_name"
15086   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15088   include:
15089     - "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"
15090     - "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"
15091     - "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"
15092     - "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"
15093     - "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"
15094     - "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"
15095   layout:
15096     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15097     layout: "plot-throughput-speedup-analysis"
15098
15099 - type: "plot"
15100   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15101   algorithm: "plot_tsa_name"
15102   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15104   include:
15105     - "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"
15106     - "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"
15107     - "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"
15108     - "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"
15109     - "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"
15110     - "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"
15111   layout:
15112     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15113     layout: "plot-throughput-speedup-analysis"
15114
15115 - type: "plot"
15116   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15117   algorithm: "plot_tsa_name"
15118   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15120   include:
15121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15127   layout:
15128     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15129     layout: "plot-throughput-speedup-analysis"
15130
15131 - type: "plot"
15132   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15133   algorithm: "plot_tsa_name"
15134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15136   include:
15137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15143   layout:
15144     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15145     layout: "plot-throughput-speedup-analysis"
15146
15147 - type: "plot"
15148   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15149   algorithm: "plot_tsa_name"
15150   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15152   include:
15153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15158   layout:
15159     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15160     layout: "plot-throughput-speedup-analysis"
15161
15162 - type: "plot"
15163   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15164   algorithm: "plot_tsa_name"
15165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15167   include:
15168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15173   layout:
15174     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15175     layout: "plot-throughput-speedup-analysis"
15176
15177 - type: "plot"
15178   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15179   algorithm: "plot_tsa_name"
15180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15182   include:
15183     - "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"
15184     - "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"
15185   layout:
15186     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15187     layout: "plot-throughput-speedup-analysis"
15188
15189 - type: "plot"
15190   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15191   algorithm: "plot_tsa_name"
15192   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15194   include:
15195     - "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"
15196     - "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"
15197   layout:
15198     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15199     layout: "plot-throughput-speedup-analysis"
15200
15201 - type: "plot"
15202   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15203   algorithm: "plot_tsa_name"
15204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15206   include:
15207     - "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"
15208     - "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"
15209   layout:
15210     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15211     layout: "plot-throughput-speedup-analysis"
15212
15213 - type: "plot"
15214   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15215   algorithm: "plot_tsa_name"
15216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15218   include:
15219     - "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"
15220     - "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"
15221   layout:
15222     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15223     layout: "plot-throughput-speedup-analysis"
15224
15225 - type: "plot"
15226   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15227   algorithm: "plot_tsa_name"
15228   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15229   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15230   include:
15231     - "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"
15232     - "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"
15233     - "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"
15234     - "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"
15235     - "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"
15236     - "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"
15237   layout:
15238     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15239     layout: "plot-throughput-speedup-analysis"
15240
15241 - type: "plot"
15242   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15243   algorithm: "plot_tsa_name"
15244   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15245   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15246   include:
15247     - "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"
15248     - "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"
15249     - "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"
15250     - "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"
15251     - "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"
15252     - "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"
15253   layout:
15254     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15255     layout: "plot-throughput-speedup-analysis"
15256
15257 - type: "plot"
15258   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15259   algorithm: "plot_tsa_name"
15260   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15261   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15262   include:
15263     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15264     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15265     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15266     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15267     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15268   layout:
15269     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15270     layout: "plot-throughput-speedup-analysis"
15271
15272 - type: "plot"
15273   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15274   algorithm: "plot_tsa_name"
15275   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15276   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15277   include:
15278     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15279     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15280     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15281     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15282     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15283   layout:
15284     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15285     layout: "plot-throughput-speedup-analysis"
15286
15287 - type: "plot"
15288   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15289   algorithm: "plot_tsa_name"
15290   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15291   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15292   include:
15293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15295     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15296     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15297     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15298   layout:
15299     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15300     layout: "plot-throughput-speedup-analysis"
15301
15302 - type: "plot"
15303   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15304   algorithm: "plot_tsa_name"
15305   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15306   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15307   include:
15308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15312     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15313   layout:
15314     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15315     layout: "plot-throughput-speedup-analysis"
15316
15317 - type: "plot"
15318   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15319   algorithm: "plot_tsa_name"
15320   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15321   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15322   include:
15323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15327   layout:
15328     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15329     layout: "plot-throughput-speedup-analysis"
15330
15331 - type: "plot"
15332   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15333   algorithm: "plot_tsa_name"
15334   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15335   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15336   include:
15337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15341   layout:
15342     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15343     layout: "plot-throughput-speedup-analysis"
15344
15345 - type: "plot"
15346   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15347   algorithm: "plot_tsa_name"
15348   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15349   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15350   include:
15351     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15352     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15353     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15354     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15355   layout:
15356     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15357     layout: "plot-throughput-speedup-analysis"
15358
15359 - type: "plot"
15360   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15361   algorithm: "plot_tsa_name"
15362   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15363   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15364   include:
15365     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15366     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15367     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15368     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15369   layout:
15370     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15371     layout: "plot-throughput-speedup-analysis"
15372
15373 - type: "plot"
15374   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15375   algorithm: "plot_tsa_name"
15376   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15377   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15378   include:
15379     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15380     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15381     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15382     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15383     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15384   layout:
15385     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15386     layout: "plot-throughput-speedup-analysis"
15387
15388 - type: "plot"
15389   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15390   algorithm: "plot_tsa_name"
15391   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15392   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15393   include:
15394     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15395     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15396     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15397     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15398     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15399   layout:
15400     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15401     layout: "plot-throughput-speedup-analysis"
15402
15403 - type: "plot"
15404   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15405   algorithm: "plot_tsa_name"
15406   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15407   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15408   include:
15409     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15410     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15411     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15412     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15413     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15414     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15415   layout:
15416     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15417     layout: "plot-throughput-speedup-analysis"
15418
15419 - type: "plot"
15420   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15421   algorithm: "plot_tsa_name"
15422   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15423   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15424   include:
15425     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15426     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15427     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15428     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15429     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15430     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15431   layout:
15432     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15433     layout: "plot-throughput-speedup-analysis"
15434
15435 - type: "plot"
15436   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15437   algorithm: "plot_tsa_name"
15438   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15439   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15440   include:
15441     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15442     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15443     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15444     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15445   layout:
15446     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15447     layout: "plot-throughput-speedup-analysis"
15448
15449 - type: "plot"
15450   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15451   algorithm: "plot_tsa_name"
15452   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15453   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15454   include:
15455     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15456     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15457     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15458     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15459   layout:
15460     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15461     layout: "plot-throughput-speedup-analysis"
15462
15463 - type: "plot"
15464   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15465   algorithm: "plot_tsa_name"
15466   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15467   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15468   include:
15469     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15470     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15471     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15472     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15473     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15474     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15475   layout:
15476     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15477     layout: "plot-throughput-speedup-analysis"
15478
15479 - type: "plot"
15480   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15481   algorithm: "plot_tsa_name"
15482   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15483   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15484   include:
15485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15491   layout:
15492     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15493     layout: "plot-throughput-speedup-analysis"
15494
15495 - type: "plot"
15496   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15497   algorithm: "plot_tsa_name"
15498   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15499   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15500   include:
15501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15507   layout:
15508     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15509     layout: "plot-throughput-speedup-analysis"
15510
15511 - type: "plot"
15512   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15513   algorithm: "plot_tsa_name"
15514   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15515   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15516   include:
15517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15523   layout:
15524     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15525     layout: "plot-throughput-speedup-analysis"
15526
15527 - type: "plot"
15528   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15529   algorithm: "plot_tsa_name"
15530   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15531   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15532   include:
15533     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15534     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15535     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15536     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15537     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15538     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15539   layout:
15540     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15541     layout: "plot-throughput-speedup-analysis"
15542
15543 - type: "plot"
15544   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15545   algorithm: "plot_tsa_name"
15546   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15547   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15548   include:
15549     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15550     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15551     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15552     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15553     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15554     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15555   layout:
15556     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15557     layout: "plot-throughput-speedup-analysis"
15558
15559 - type: "plot"
15560   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15561   algorithm: "plot_tsa_name"
15562   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15563   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15564   include:
15565     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15566     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15567     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15568     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15569     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15570     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15571   layout:
15572     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15573     layout: "plot-throughput-speedup-analysis"
15574
15575 - type: "plot"
15576   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15577   algorithm: "plot_tsa_name"
15578   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15579   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15580   include:
15581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15582     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15584     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15585     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15586     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15587   layout:
15588     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15589     layout: "plot-throughput-speedup-analysis"
15590
15591 - type: "plot"
15592   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15593   algorithm: "plot_tsa_name"
15594   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15595   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15596   include:
15597     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15598     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15599     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15600     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15601     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15602     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15603   layout:
15604     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15605     layout: "plot-throughput-speedup-analysis"
15606
15607 - type: "plot"
15608   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15609   algorithm: "plot_tsa_name"
15610   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15611   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15612   include:
15613     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15614     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15615     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15616     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15617     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15618     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15619   layout:
15620     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15621     layout: "plot-throughput-speedup-analysis"
15622
15623 #- type: "plot"
15624 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15625 #  algorithm: "plot_tsa_name"
15626 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15627 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15628 #  include:
15629 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15630 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15631 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15632 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15633 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15634 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15635 #  layout:
15636 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15637 #    layout: "plot-throughput-speedup-analysis"
15638 #
15639 #- type: "plot"
15640 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15641 #  algorithm: "plot_tsa_name"
15642 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15643 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15644 #  include:
15645 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15646 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15647 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15648 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15649 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15650 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15651 #  layout:
15652 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15653 #    layout: "plot-throughput-speedup-analysis"
15654
15655 - type: "plot"
15656   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15657   algorithm: "plot_tsa_name"
15658   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15659   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15660   include:
15661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15665     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15666   layout:
15667     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15668     layout: "plot-throughput-speedup-analysis"
15669
15670 - type: "plot"
15671   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15672   algorithm: "plot_tsa_name"
15673   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15674   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15675   include:
15676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15681   layout:
15682     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15683     layout: "plot-throughput-speedup-analysis"
15684
15685 - type: "plot"
15686   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15687   algorithm: "plot_tsa_name"
15688   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15689   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15690   include:
15691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15697   layout:
15698     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15699     layout: "plot-throughput-speedup-analysis"
15700
15701 - type: "plot"
15702   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15703   algorithm: "plot_tsa_name"
15704   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15705   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15706   include:
15707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15713   layout:
15714     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15715     layout: "plot-throughput-speedup-analysis"
15716
15717 - type: "plot"
15718   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15719   algorithm: "plot_tsa_name"
15720   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15721   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15722   include:
15723     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15724     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15725     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15726     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15727     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15728   layout:
15729     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15730     layout: "plot-throughput-speedup-analysis"
15731
15732 - type: "plot"
15733   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15734   algorithm: "plot_tsa_name"
15735   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15736   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15737   include:
15738     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15739     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15740     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15741     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15742     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15743   layout:
15744     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15745     layout: "plot-throughput-speedup-analysis"
15746
15747 - type: "plot"
15748   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15749   algorithm: "plot_tsa_name"
15750   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15751   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15752   include:
15753     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15754     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15756     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15757   layout:
15758     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15759     layout: "plot-throughput-speedup-analysis"
15760
15761 - type: "plot"
15762   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15763   algorithm: "plot_tsa_name"
15764   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15765   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15766   include:
15767     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15770     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15771   layout:
15772     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15773     layout: "plot-throughput-speedup-analysis"
15774
15775 - type: "plot"
15776   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15777   algorithm: "plot_tsa_name"
15778   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15779   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15780   include:
15781     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15787   layout:
15788     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15789     layout: "plot-throughput-speedup-analysis"
15790
15791 - type: "plot"
15792   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15793   algorithm: "plot_tsa_name"
15794   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15795   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15796   include:
15797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15802     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15803   layout:
15804     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15805     layout: "plot-throughput-speedup-analysis"
15806
15807 - type: "plot"
15808   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15809   algorithm: "plot_tsa_name"
15810   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15811   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15812   include:
15813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15815     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15818   layout:
15819     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15820     layout: "plot-throughput-speedup-analysis"
15821
15822 - type: "plot"
15823   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15824   algorithm: "plot_tsa_name"
15825   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15826   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15827   include:
15828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15833   layout:
15834     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15835     layout: "plot-throughput-speedup-analysis"
15836
15837 - type: "plot"
15838   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15839   algorithm: "plot_tsa_name"
15840   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15841   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15842   include:
15843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15848   layout:
15849     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15850     layout: "plot-throughput-speedup-analysis"
15851
15852 - type: "plot"
15853   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15854   algorithm: "plot_tsa_name"
15855   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15856   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15857   include:
15858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15862     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15863   layout:
15864     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15865     layout: "plot-throughput-speedup-analysis"
15866
15867 - type: "plot"
15868   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15869   algorithm: "plot_tsa_name"
15870   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15871   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15872   include:
15873     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15874     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15875     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15876     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15877   layout:
15878     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15879     layout: "plot-throughput-speedup-analysis"
15880
15881 - type: "plot"
15882   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15883   algorithm: "plot_tsa_name"
15884   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15885   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15886   include:
15887     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15888     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15889     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15890     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15891   layout:
15892     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15893     layout: "plot-throughput-speedup-analysis"
15894
15895 - type: "plot"
15896   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15897   algorithm: "plot_tsa_name"
15898   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15899   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15900   include:
15901     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15902     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15903     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15904     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15905     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15906   layout:
15907     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15908     layout: "plot-throughput-speedup-analysis"
15909
15910 - type: "plot"
15911   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15912   algorithm: "plot_tsa_name"
15913   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15914   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15915   include:
15916     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15917     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15918     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15919     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15920     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15921   layout:
15922     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15923     layout: "plot-throughput-speedup-analysis"
15924
15925 - type: "plot"
15926   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15927   algorithm: "plot_tsa_name"
15928   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15929   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15930   include:
15931     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15932     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15933     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15934     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15935     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15936     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15937   layout:
15938     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15939     layout: "plot-throughput-speedup-analysis"
15940
15941 - type: "plot"
15942   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15943   algorithm: "plot_tsa_name"
15944   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15945   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15946   include:
15947     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15948     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15949     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15950     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15951     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15952     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15953   layout:
15954     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15955     layout: "plot-throughput-speedup-analysis"
15956
15957 - type: "plot"
15958   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15959   algorithm: "plot_tsa_name"
15960   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15961   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15962   include:
15963     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15964     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15965     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15966     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15967   layout:
15968     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15969     layout: "plot-throughput-speedup-analysis"
15970
15971 - type: "plot"
15972   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15973   algorithm: "plot_tsa_name"
15974   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15975   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15976   include:
15977     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15978     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15979     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15980     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15981   layout:
15982     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15983     layout: "plot-throughput-speedup-analysis"
15984
15985 - type: "plot"
15986   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15987   algorithm: "plot_tsa_name"
15988   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15989   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15990   include:
15991     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15992     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15993     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15994     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15995     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15996     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15997   layout:
15998     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15999     layout: "plot-throughput-speedup-analysis"
16000
16001 - type: "plot"
16002   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16003   algorithm: "plot_tsa_name"
16004   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16005   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16006   include:
16007     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16008     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16009     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16010     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16011     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16012     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16013   layout:
16014     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16015     layout: "plot-throughput-speedup-analysis"
16016
16017 - type: "plot"
16018   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16019   algorithm: "plot_tsa_name"
16020   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16021   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16022   include:
16023     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16024     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16025     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16026     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16027     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16028     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16029   layout:
16030     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16031     layout: "plot-throughput-speedup-analysis"
16032
16033 - type: "plot"
16034   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16035   algorithm: "plot_tsa_name"
16036   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16037   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16038   include:
16039     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16040     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16041     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16042     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16043     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16044     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16045   layout:
16046     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16047     layout: "plot-throughput-speedup-analysis"
16048
16049 - type: "plot"
16050   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16051   algorithm: "plot_tsa_name"
16052   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16053   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16054   include:
16055     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16056     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16057     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16058   layout:
16059     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16060     layout: "plot-throughput-speedup-analysis"
16061
16062 - type: "plot"
16063   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16064   algorithm: "plot_tsa_name"
16065   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16066   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16067   include:
16068     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16069     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16070     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16071   layout:
16072     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16073     layout: "plot-throughput-speedup-analysis"
16074
16075 ################################################################################
16076
16077 # Packet Throughput - DPDK
16078
16079 # 2n-skx-xxv710
16080
16081 - type: "plot"
16082   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16083   algorithm: "plot_perf_box_name"
16084   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16085   data: "plot-dpdk-throughput-latency-2n-skx"
16086   include:
16087     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16088     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16089   layout:
16090     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16091     layout: "plot-throughput"
16092
16093 - type: "plot"
16094   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16095   algorithm: "plot_perf_box_name"
16096   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16097   data: "plot-dpdk-throughput-latency-2n-skx"
16098   include:
16099     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16100     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16101   layout:
16102     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16103     layout: "plot-throughput"
16104
16105 - type: "plot"
16106   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16107   algorithm: "plot_perf_box_name"
16108   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16109   data: "plot-dpdk-throughput-latency-2n-skx"
16110   include:
16111     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16112     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16113   layout:
16114     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16115     layout: "plot-throughput"
16116
16117 - type: "plot"
16118   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16119   algorithm: "plot_perf_box_name"
16120   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16121   data: "plot-dpdk-throughput-latency-2n-skx"
16122   include:
16123     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16124     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16125   layout:
16126     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16127     layout: "plot-throughput"
16128
16129 # 2n-skx-x710
16130
16131 - type: "plot"
16132   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16133   algorithm: "plot_perf_box_name"
16134   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16135   data: "plot-dpdk-throughput-latency-2n-skx"
16136   include:
16137     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16138     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16139   layout:
16140     title: "2n-skx-x710-64b-2t1c-base-ndr"
16141     layout: "plot-throughput"
16142
16143 - type: "plot"
16144   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16145   algorithm: "plot_perf_box_name"
16146   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16147   data: "plot-dpdk-throughput-latency-2n-skx"
16148   include:
16149     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16150     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16151   layout:
16152     title: "2n-skx-x710-64b-4t2c-base-ndr"
16153     layout: "plot-throughput"
16154
16155 - type: "plot"
16156   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16157   algorithm: "plot_perf_box_name"
16158   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16159   data: "plot-dpdk-throughput-latency-2n-skx"
16160   include:
16161     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16162     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16163   layout:
16164     title: "2n-skx-x710-64b-2t1c-base-pdr"
16165     layout: "plot-throughput"
16166
16167 - type: "plot"
16168   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16169   algorithm: "plot_perf_box_name"
16170   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16171   data: "plot-dpdk-throughput-latency-2n-skx"
16172   include:
16173     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16174     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16175   layout:
16176     title: "2n-skx-x710-64b-4t2c-base-pdr"
16177     layout: "plot-throughput"
16178
16179 # 3n-skx-xxv710
16180
16181 - type: "plot"
16182   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16183   algorithm: "plot_perf_box_name"
16184   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16185   data: "plot-dpdk-throughput-latency-3n-skx"
16186   include:
16187     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16188     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16189   layout:
16190     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16191     layout: "plot-throughput"
16192
16193 - type: "plot"
16194   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16195   algorithm: "plot_perf_box_name"
16196   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16197   data: "plot-dpdk-throughput-latency-3n-skx"
16198   include:
16199     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16200     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16201   layout:
16202     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16203     layout: "plot-throughput"
16204
16205 - type: "plot"
16206   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16207   algorithm: "plot_perf_box_name"
16208   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16209   data: "plot-dpdk-throughput-latency-3n-skx"
16210   include:
16211     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16212     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16213   layout:
16214     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16215     layout: "plot-throughput"
16216
16217 - type: "plot"
16218   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16219   algorithm: "plot_perf_box_name"
16220   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16221   data: "plot-dpdk-throughput-latency-3n-skx"
16222   include:
16223     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16224     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16225   layout:
16226     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16227     layout: "plot-throughput"
16228
16229 # 3n-skx-x710
16230
16231 - type: "plot"
16232   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16233   algorithm: "plot_perf_box_name"
16234   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16235   data: "plot-dpdk-throughput-latency-3n-skx"
16236   include:
16237     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16238     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16239   layout:
16240     title: "3n-skx-x710-64b-2t1c-base-ndr"
16241     layout: "plot-throughput"
16242
16243 - type: "plot"
16244   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16245   algorithm: "plot_perf_box_name"
16246   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16247   data: "plot-dpdk-throughput-latency-3n-skx"
16248   include:
16249     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16250     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16251   layout:
16252     title: "3n-skx-x710-64b-4t2c-base-ndr"
16253     layout: "plot-throughput"
16254
16255 - type: "plot"
16256   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16257   algorithm: "plot_perf_box_name"
16258   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16259   data: "plot-dpdk-throughput-latency-3n-skx"
16260   include:
16261     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16262     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16263   layout:
16264     title: "3n-skx-x710-64b-2t1c-base-pdr"
16265     layout: "plot-throughput"
16266
16267 - type: "plot"
16268   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16269   algorithm: "plot_perf_box_name"
16270   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16271   data: "plot-dpdk-throughput-latency-3n-skx"
16272   include:
16273     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16274     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16275   layout:
16276     title: "3n-skx-x710-64b-4t2c-base-pdr"
16277     layout: "plot-throughput"
16278
16279 # 3n-hsw-xl710
16280
16281 - type: "plot"
16282   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16283   algorithm: "plot_perf_box_name"
16284   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16285   data: "plot-dpdk-throughput-latency-3n-hsw"
16286   include:
16287     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16288     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16289   layout:
16290     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16291     layout: "plot-throughput"
16292
16293 - type: "plot"
16294   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16295   algorithm: "plot_perf_box_name"
16296   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16297   data: "plot-dpdk-throughput-latency-3n-hsw"
16298   include:
16299     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16300     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16301   layout:
16302     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16303     layout: "plot-throughput"
16304
16305 - type: "plot"
16306   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16307   algorithm: "plot_perf_box_name"
16308   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16309   data: "plot-dpdk-throughput-latency-3n-hsw"
16310   include:
16311     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16312     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16313   layout:
16314     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16315     layout: "plot-throughput"
16316
16317 - type: "plot"
16318   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16319   algorithm: "plot_perf_box_name"
16320   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16321   data: "plot-dpdk-throughput-latency-3n-hsw"
16322   include:
16323     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16324     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16325   layout:
16326     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16327     layout: "plot-throughput"
16328
16329 # 3n-hsw-x710
16330
16331 - type: "plot"
16332   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16333   algorithm: "plot_perf_box_name"
16334   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16335   data: "plot-dpdk-throughput-latency-3n-hsw"
16336   include:
16337     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16338     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16339   layout:
16340     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16341     layout: "plot-throughput"
16342
16343 - type: "plot"
16344   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16345   algorithm: "plot_perf_box_name"
16346   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16347   data: "plot-dpdk-throughput-latency-3n-hsw"
16348   include:
16349     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16350     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16351   layout:
16352     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16353     layout: "plot-throughput"
16354
16355 - type: "plot"
16356   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16357   algorithm: "plot_perf_box_name"
16358   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16359   data: "plot-dpdk-throughput-latency-3n-hsw"
16360   include:
16361     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16362     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16363   layout:
16364     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16365     layout: "plot-throughput"
16366
16367 - type: "plot"
16368   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16369   algorithm: "plot_perf_box_name"
16370   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16371   data: "plot-dpdk-throughput-latency-3n-hsw"
16372   include:
16373     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16374     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16375   layout:
16376     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16377     layout: "plot-throughput"
16378
16379 ## 2n-dnv-x553
16380 #
16381 #- type: "plot"
16382 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16383 #  algorithm: "plot_perf_box_name"
16384 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16385 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16386 #  include:
16387 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16388 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16389 #  layout:
16390 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16391 #    layout: "plot-throughput"
16392 #
16393 #- type: "plot"
16394 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16395 #  algorithm: "plot_perf_box_name"
16396 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16397 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16398 #  include:
16399 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16400 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16401 #  layout:
16402 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16403 #    layout: "plot-throughput"
16404 #
16405 #- type: "plot"
16406 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16407 #  algorithm: "plot_perf_box_name"
16408 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16409 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16410 #  include:
16411 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16412 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16413 #  layout:
16414 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16415 #    layout: "plot-throughput"
16416 #
16417 #- type: "plot"
16418 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16419 #  algorithm: "plot_perf_box_name"
16420 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16421 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16422 #  include:
16423 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16424 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16425 #  layout:
16426 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16427 #    layout: "plot-throughput"
16428 #
16429 ## 3n-dnv-x553
16430 #
16431 #- type: "plot"
16432 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16433 #  algorithm: "plot_perf_box_name"
16434 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16435 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16436 #  include:
16437 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16438 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16439 #  layout:
16440 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
16441 #    layout: "plot-throughput"
16442 #
16443 #- type: "plot"
16444 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16445 #  algorithm: "plot_perf_box_name"
16446 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16447 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16448 #  include:
16449 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16450 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16451 #  layout:
16452 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
16453 #    layout: "plot-throughput"
16454 #
16455 #- type: "plot"
16456 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16457 #  algorithm: "plot_perf_box_name"
16458 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16459 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16460 #  include:
16461 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16462 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16463 #  layout:
16464 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
16465 #    layout: "plot-throughput"
16466 #
16467 #- type: "plot"
16468 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16469 #  algorithm: "plot_perf_box_name"
16470 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16471 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16472 #  include:
16473 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16474 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16475 #  layout:
16476 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
16477 #    layout: "plot-throughput"
16478
16479 # 3n-tsh-x520
16480
16481 - type: "plot"
16482   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16483   algorithm: "plot_perf_box_name"
16484   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16485   data: "plot-dpdk-throughput-latency-3n-tsh"
16486   include:
16487     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16488     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16489   layout:
16490     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16491     layout: "plot-throughput"
16492
16493 - type: "plot"
16494   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16495   algorithm: "plot_perf_box_name"
16496   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16497   data: "plot-dpdk-throughput-latency-3n-tsh"
16498   include:
16499     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16500     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16501   layout:
16502     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16503     layout: "plot-throughput"
16504
16505 - type: "plot"
16506   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16507   algorithm: "plot_perf_box_name"
16508   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16509   data: "plot-dpdk-throughput-latency-3n-tsh"
16510   include:
16511     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16512     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16513   layout:
16514     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16515     layout: "plot-throughput"
16516
16517 - type: "plot"
16518   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16519   algorithm: "plot_perf_box_name"
16520   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16521   data: "plot-dpdk-throughput-latency-3n-tsh"
16522   include:
16523     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16524     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16525   layout:
16526     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16527     layout: "plot-throughput"
16528
16529 ################################################################################
16530 ###   2n-clx                                                                 ###
16531 ################################################################################
16532
16533 # Packet Throughput
16534
16535 - type: "plot"
16536   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16537   algorithm: "plot_perf_box_name"
16538   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16539   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16540   include:
16541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16542     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16543     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16544     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16545   layout:
16546     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16547     layout: "plot-throughput"
16548
16549 - type: "plot"
16550   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16551   algorithm: "plot_perf_box_name"
16552   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16554   include:
16555     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16556     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16557     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16558     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16559   layout:
16560     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16561     layout: "plot-throughput"
16562
16563 - type: "plot"
16564   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16565   algorithm: "plot_perf_box_name"
16566   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16568   include:
16569     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16570     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16571     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16572     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16573   layout:
16574     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16575     layout: "plot-throughput"
16576
16577 - type: "plot"
16578   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16579   algorithm: "plot_perf_box_name"
16580   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16581   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16582   include:
16583     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16584     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16585     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16586     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16587   layout:
16588     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16589     layout: "plot-throughput"
16590
16591 - type: "plot"
16592   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16593   algorithm: "plot_perf_box_name"
16594   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16595   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16596   include:
16597     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16598     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16599     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16600     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16601   layout:
16602     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16603     layout: "plot-throughput"
16604
16605 - type: "plot"
16606   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16607   algorithm: "plot_perf_box_name"
16608   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16610   include:
16611     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16612     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16613     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16614     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16615   layout:
16616     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16617     layout: "plot-throughput"
16618
16619 - type: "plot"
16620   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16621   algorithm: "plot_perf_box_name"
16622   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16623   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16624   include:
16625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16626     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16627     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16628     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16629     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16630     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16631   layout:
16632     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16633     layout: "plot-throughput"
16634
16635 - type: "plot"
16636   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16637   algorithm: "plot_perf_box_name"
16638   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16639   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16640   include:
16641     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16642     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16643     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16647   layout:
16648     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16649     layout: "plot-throughput"
16650
16651 - type: "plot"
16652   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16653   algorithm: "plot_perf_box_name"
16654   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16655   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16656   include:
16657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16661   layout:
16662     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16663     layout: "plot-throughput"
16664
16665 - type: "plot"
16666   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16667   algorithm: "plot_perf_box_name"
16668   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16669   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16670   include:
16671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16675   layout:
16676     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16677     layout: "plot-throughput"
16678
16679 - type: "plot"
16680   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16681   algorithm: "plot_perf_box_name"
16682   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16684   include:
16685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16688   layout:
16689     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16690     layout: "plot-throughput"
16691
16692 - type: "plot"
16693   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16694   algorithm: "plot_perf_box_name"
16695   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16697   include:
16698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16701   layout:
16702     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16703     layout: "plot-throughput"
16704
16705 - type: "plot"
16706   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16707   algorithm: "plot_perf_box_name"
16708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16710   include:
16711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16716   layout:
16717     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16718     layout: "plot-throughput"
16719
16720 - type: "plot"
16721   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16722   algorithm: "plot_perf_box_name"
16723   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16725   include:
16726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16731   layout:
16732     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16733     layout: "plot-throughput"
16734
16735 - type: "plot"
16736   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16737   algorithm: "plot_perf_box_name"
16738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16740   include:
16741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16744   layout:
16745     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16746     layout: "plot-throughput"
16747
16748 - type: "plot"
16749   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16750   algorithm: "plot_perf_box_name"
16751   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16753   include:
16754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16757   layout:
16758     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16759     layout: "plot-throughput"
16760
16761 - type: "plot"
16762   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16763   algorithm: "plot_perf_box_name"
16764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16766   include:
16767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16773   layout:
16774     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16775     layout: "plot-throughput"
16776
16777 - type: "plot"
16778   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16779   algorithm: "plot_perf_box_name"
16780   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16782   include:
16783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16789   layout:
16790     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16791     layout: "plot-throughput"
16792
16793 - type: "plot"
16794   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
16795   algorithm: "plot_perf_box_name"
16796   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
16797   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16798   include:
16799     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16800     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
16801     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16802     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16803     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16804   layout:
16805     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
16806     layout: "plot-throughput"
16807
16808 - type: "plot"
16809   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
16810   algorithm: "plot_perf_box_name"
16811   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
16812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16813   include:
16814     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
16815     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
16816     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
16817     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
16818     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
16819   layout:
16820     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
16821     layout: "plot-throughput"
16822
16823 #- type: "plot"
16824 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
16825 #  algorithm: "plot_perf_box_name"
16826 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
16827 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16828 #  include:
16829 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
16830 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
16831 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
16832 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
16833 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
16834 #  layout:
16835 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
16836 #    layout: "plot-throughput"
16837 #
16838 #- type: "plot"
16839 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
16840 #  algorithm: "plot_perf_box_name"
16841 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
16842 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16843 #  include:
16844 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
16845 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
16846 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
16847 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
16848 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
16849 #  layout:
16850 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
16851 #    layout: "plot-throughput"
16852 #
16853 #- type: "plot"
16854 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
16855 #  algorithm: "plot_perf_box_name"
16856 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
16857 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16858 #  include:
16859 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
16860 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
16861 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
16862 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
16863 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
16864 #  layout:
16865 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
16866 #    layout: "plot-throughput"
16867 #
16868 #- type: "plot"
16869 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
16870 #  algorithm: "plot_perf_box_name"
16871 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
16872 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16873 #  include:
16874 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
16875 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
16876 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
16877 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
16878 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
16879 #  layout:
16880 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
16881 #    layout: "plot-throughput"
16882
16883 - type: "plot"
16884   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
16885   algorithm: "plot_perf_box_name"
16886   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
16887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16888   include:
16889     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16890     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
16891     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16892     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16893     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16894   layout:
16895     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
16896     layout: "plot-throughput"
16897
16898 - type: "plot"
16899   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
16900   algorithm: "plot_perf_box_name"
16901   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
16902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16903   include:
16904     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
16905     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
16906     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
16907     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
16908     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
16909   layout:
16910     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
16911     layout: "plot-throughput"
16912
16913 #- type: "plot"
16914 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
16915 #  algorithm: "plot_perf_box_name"
16916 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
16917 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16918 #  include:
16919 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
16920 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
16921 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
16922 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
16923 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
16924 #  layout:
16925 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
16926 #    layout: "plot-throughput"
16927 #
16928 #- type: "plot"
16929 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
16930 #  algorithm: "plot_perf_box_name"
16931 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
16932 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16933 #  include:
16934 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
16935 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
16936 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
16937 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
16938 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
16939 #  layout:
16940 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
16941 #    layout: "plot-throughput"
16942 #
16943 #- type: "plot"
16944 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
16945 #  algorithm: "plot_perf_box_name"
16946 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
16947 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16948 #  include:
16949 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
16950 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
16951 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
16952 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
16953 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
16954 #  layout:
16955 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
16956 #    layout: "plot-throughput"
16957 #
16958 #- type: "plot"
16959 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
16960 #  algorithm: "plot_perf_box_name"
16961 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
16962 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16963 #  include:
16964 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
16965 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
16966 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
16967 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
16968 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
16969 #  layout:
16970 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
16971 #    layout: "plot-throughput"
16972
16973 - type: "plot"
16974   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16975   algorithm: "plot_perf_box_name"
16976   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16978   include:
16979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16985   layout:
16986     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16987     layout: "plot-throughput"
16988
16989 - type: "plot"
16990   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16991   algorithm: "plot_perf_box_name"
16992   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16994   include:
16995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17001   layout:
17002     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17003     layout: "plot-throughput"
17004
17005 - type: "plot"
17006   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17007   algorithm: "plot_perf_box_name"
17008   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17010   include:
17011     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17012     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17013   layout:
17014     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17015     layout: "plot-throughput"
17016
17017 - type: "plot"
17018   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17019   algorithm: "plot_perf_box_name"
17020   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17022   include:
17023     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17024     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17025   layout:
17026     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17027     layout: "plot-throughput"
17028
17029 - type: "plot"
17030   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17031   algorithm: "plot_perf_box_name"
17032   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17033   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17034   include:
17035     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17036     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17037     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17038     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17039     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17040     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17041   layout:
17042     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17043     layout: "plot-throughput"
17044
17045 - type: "plot"
17046   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17047   algorithm: "plot_perf_box_name"
17048   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17050   include:
17051     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17053     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17054     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17055     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17056     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17057   layout:
17058     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17059     layout: "plot-throughput"
17060
17061 - type: "plot"
17062   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17063   algorithm: "plot_perf_box_name"
17064   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17066   include:
17067     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17068     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17069     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17070     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17071     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17072     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17073   layout:
17074     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17075     layout: "plot-throughput"
17076
17077 - type: "plot"
17078   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17079   algorithm: "plot_perf_box_name"
17080   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17082   include:
17083     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17084     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17085     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17086     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17087     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17088     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17089   layout:
17090     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17091     layout: "plot-throughput"
17092
17093 - type: "plot"
17094   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17095   algorithm: "plot_perf_box_name"
17096   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17098   include:
17099     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17100     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17101     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17102     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17103     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17104     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17105   layout:
17106     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17107     layout: "plot-throughput"
17108
17109 - type: "plot"
17110   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17111   algorithm: "plot_perf_box_name"
17112   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17114   include:
17115     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17116     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17117     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17118     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17119     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17120     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17121   layout:
17122     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17123     layout: "plot-throughput"
17124
17125 - type: "plot"
17126   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17127   algorithm: "plot_perf_box_name"
17128   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17130   include:
17131     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17132     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17133     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17134     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17135     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17136   layout:
17137     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17138     layout: "plot-throughput"
17139
17140 - type: "plot"
17141   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17142   algorithm: "plot_perf_box_name"
17143   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17145   include:
17146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17147     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17148     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17149     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17150     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17151   layout:
17152     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17153     layout: "plot-throughput"
17154
17155 - type: "plot"
17156   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17157   algorithm: "plot_perf_box_name"
17158   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17160   include:
17161     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17162     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17163     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17164     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17165     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17166   layout:
17167     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17168     layout: "plot-throughput"
17169
17170 - type: "plot"
17171   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17172   algorithm: "plot_perf_box_name"
17173   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17175   include:
17176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17179     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17181   layout:
17182     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17183     layout: "plot-throughput"
17184
17185 - type: "plot"
17186   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17187   algorithm: "plot_perf_box_name"
17188   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17190   include:
17191     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17192     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17193     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17194     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17195     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17196   layout:
17197     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17198     layout: "plot-throughput"
17199
17200 - type: "plot"
17201   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17202   algorithm: "plot_perf_box_name"
17203   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17205   include:
17206     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17207     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17208     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17209     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17210     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17211   layout:
17212     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17213     layout: "plot-throughput"
17214
17215 - type: "plot"
17216   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17217   algorithm: "plot_perf_box_name"
17218   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17220   include:
17221     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17222     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17223     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17224     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17225     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17226   layout:
17227     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17228     layout: "plot-throughput"
17229
17230 - type: "plot"
17231   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17232   algorithm: "plot_perf_box_name"
17233   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17235   include:
17236     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17237     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17238     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17239     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17240     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17241   layout:
17242     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17243     layout: "plot-throughput"
17244
17245 - type: "plot"
17246   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17247   algorithm: "plot_perf_box_name"
17248   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17249   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17250   include:
17251     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17252     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17253     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17254     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17255     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17256   layout:
17257     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17258     layout: "plot-throughput"
17259
17260 - type: "plot"
17261   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17262   algorithm: "plot_perf_box_name"
17263   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17265   include:
17266     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17267     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17268     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17269     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17270     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17271   layout:
17272     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17273     layout: "plot-throughput"
17274
17275 - type: "plot"
17276   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17277   algorithm: "plot_perf_box_name"
17278   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17280   include:
17281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17287   layout:
17288     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17289     layout: "plot-throughput"
17290
17291 - type: "plot"
17292   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17293   algorithm: "plot_perf_box_name"
17294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17296   include:
17297     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17299     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17300     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17303   layout:
17304     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17305     layout: "plot-throughput"
17306
17307 - type: "plot"
17308   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17309   algorithm: "plot_perf_box_name"
17310   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17312   include:
17313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17314     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17315     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17316     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17317   layout:
17318     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17319     layout: "plot-throughput"
17320
17321 - type: "plot"
17322   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17323   algorithm: "plot_perf_box_name"
17324   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17326   include:
17327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17329     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17330     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17331   layout:
17332     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17333     layout: "plot-throughput"
17334
17335 - type: "plot"
17336   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17337   algorithm: "plot_perf_box_name"
17338   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17339   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17340   include:
17341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17344     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17346     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17347   layout:
17348     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17349     layout: "plot-throughput"
17350
17351 - type: "plot"
17352   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17353   algorithm: "plot_perf_box_name"
17354   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17355   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17356   include:
17357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17360     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17363   layout:
17364     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17365     layout: "plot-throughput"
17366
17367 - type: "plot"
17368   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17369   algorithm: "plot_perf_box_name"
17370   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17372   include:
17373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17375     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17376     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17377   layout:
17378     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17379     layout: "plot-throughput"
17380
17381 - type: "plot"
17382   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17383   algorithm: "plot_perf_box_name"
17384   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17385   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17386   include:
17387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17391   layout:
17392     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17393     layout: "plot-throughput"
17394
17395 - type: "plot"
17396   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17397   algorithm: "plot_perf_box_name"
17398   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17400   include:
17401     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17402     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17403     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17404     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17405     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17406     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17407   layout:
17408     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17409     layout: "plot-throughput"
17410
17411 - type: "plot"
17412   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17413   algorithm: "plot_perf_box_name"
17414   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17416   include:
17417     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17418     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17419     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17420     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17421     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17422     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17423   layout:
17424     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17425     layout: "plot-throughput"
17426
17427 - type: "plot"
17428   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17429   algorithm: "plot_perf_box_name"
17430   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17431   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17432   include:
17433     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17434     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17435     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17436     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17437   layout:
17438     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17439     layout: "plot-throughput"
17440
17441 - type: "plot"
17442   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17443   algorithm: "plot_perf_box_name"
17444   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17446   include:
17447     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17448     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17449     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17450     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17451   layout:
17452     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17453     layout: "plot-throughput"
17454
17455 - type: "plot"
17456   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17457   algorithm: "plot_perf_box_name"
17458   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17459   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17460   include:
17461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17466   layout:
17467     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17468     layout: "plot-throughput"
17469
17470 - type: "plot"
17471   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17472   algorithm: "plot_perf_box_name"
17473   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17475   include:
17476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17481   layout:
17482     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17483     layout: "plot-throughput"
17484
17485 - type: "plot"
17486   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17487   algorithm: "plot_perf_box_name"
17488   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17489   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17490   include:
17491     - "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"
17492     - "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"
17493     - "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"
17494     - "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"
17495     - "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"
17496   layout:
17497     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17498     layout: "plot-throughput"
17499
17500 - type: "plot"
17501   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17502   algorithm: "plot_perf_box_name"
17503   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17505   include:
17506     - "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"
17507     - "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"
17508     - "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"
17509     - "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"
17510     - "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"
17511   layout:
17512     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17513     layout: "plot-throughput"
17514
17515 - type: "plot"
17516   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17517   algorithm: "plot_perf_box_name"
17518   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17519   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17520   include:
17521     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17526   layout:
17527     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17528     layout: "plot-throughput"
17529
17530 - type: "plot"
17531   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17532   algorithm: "plot_perf_box_name"
17533   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17534   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17535   include:
17536     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17538     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17539     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17541   layout:
17542     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17543     layout: "plot-throughput"
17544
17545 - type: "plot"
17546   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17547   algorithm: "plot_perf_box_name"
17548   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17550   include:
17551     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17552     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17553     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17554     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17555     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17556   layout:
17557     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17558     layout: "plot-throughput"
17559
17560 - type: "plot"
17561   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17562   algorithm: "plot_perf_box_name"
17563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17565   include:
17566     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17568     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17569     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17570     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17571   layout:
17572     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17573     layout: "plot-throughput"
17574
17575 - type: "plot"
17576   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17577   algorithm: "plot_perf_box_name"
17578   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17580   include:
17581     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17582     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17583     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17584     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17585   layout:
17586     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17587     layout: "plot-throughput"
17588
17589 - type: "plot"
17590   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17591   algorithm: "plot_perf_box_name"
17592   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17593   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17594   include:
17595     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17596     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17597     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17598     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17599   layout:
17600     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17601     layout: "plot-throughput"
17602
17603 - type: "plot"
17604   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17605   algorithm: "plot_perf_box_name"
17606   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17608   include:
17609     - "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"
17610     - "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"
17611     - "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"
17612     - "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"
17613   layout:
17614     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17615     layout: "plot-throughput"
17616
17617 - type: "plot"
17618   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17619   algorithm: "plot_perf_box_name"
17620   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17622   include:
17623     - "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"
17624     - "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"
17625     - "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"
17626     - "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"
17627   layout:
17628     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17629     layout: "plot-throughput"
17630
17631 - type: "plot"
17632   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17633   algorithm: "plot_perf_box_name"
17634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17636   include:
17637     - "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"
17638     - "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"
17639     - "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"
17640     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17641     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17642     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17643   layout:
17644     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17645     layout: "plot-throughput"
17646
17647 - type: "plot"
17648   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17649   algorithm: "plot_perf_box_name"
17650   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17652   include:
17653     - "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"
17654     - "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"
17655     - "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"
17656     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17657     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17658     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17659   layout:
17660     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17661     layout: "plot-throughput"
17662
17663 ################################################################################
17664
17665 # Packet Speedup
17666
17667 - type: "plot"
17668   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17669   algorithm: "plot_tsa_name"
17670   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17671   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17672   include:
17673     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17674     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17675     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17676     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17677   layout:
17678     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17679     layout: "plot-throughput-speedup-analysis"
17680
17681 - type: "plot"
17682   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17683   algorithm: "plot_tsa_name"
17684   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17685   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17686   include:
17687     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17688     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17689     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17690     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17691   layout:
17692     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17693     layout: "plot-throughput-speedup-analysis"
17694
17695 - type: "plot"
17696   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17697   algorithm: "plot_tsa_name"
17698   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17700   include:
17701     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17702     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17703     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17704     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17705   layout:
17706     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17707     layout: "plot-throughput-speedup-analysis"
17708
17709 - type: "plot"
17710   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17711   algorithm: "plot_tsa_name"
17712   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17714   include:
17715     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17716     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17717     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17718     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17719   layout:
17720     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17721     layout: "plot-throughput-speedup-analysis"
17722
17723 - type: "plot"
17724   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17725   algorithm: "plot_tsa_name"
17726   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17727   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17728   include:
17729     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17730     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17731     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17732     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17733   layout:
17734     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17735     layout: "plot-throughput-speedup-analysis"
17736
17737 - type: "plot"
17738   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17739   algorithm: "plot_tsa_name"
17740   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17742   include:
17743     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17744     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17745     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17746     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17747   layout:
17748     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17749     layout: "plot-throughput-speedup-analysis"
17750
17751 - type: "plot"
17752   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17753   algorithm: "plot_tsa_name"
17754   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17756   include:
17757     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17763   layout:
17764     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17765     layout: "plot-throughput-speedup-analysis"
17766
17767 - type: "plot"
17768   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17769   algorithm: "plot_tsa_name"
17770   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17772   include:
17773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17779   layout:
17780     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17781     layout: "plot-throughput-speedup-analysis"
17782
17783 - type: "plot"
17784   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17785   algorithm: "plot_tsa_name"
17786   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17788   include:
17789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17793   layout:
17794     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17795     layout: "plot-throughput-speedup-analysis"
17796
17797 - type: "plot"
17798   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17799   algorithm: "plot_tsa_name"
17800   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17802   include:
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17807   layout:
17808     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17809     layout: "plot-throughput-speedup-analysis"
17810
17811 - type: "plot"
17812   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17813   algorithm: "plot_tsa_name"
17814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17816   include:
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17820   layout:
17821     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17822     layout: "plot-throughput-speedup-analysis"
17823
17824 - type: "plot"
17825   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17826   algorithm: "plot_tsa_name"
17827   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17828   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17829   include:
17830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17833   layout:
17834     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17835     layout: "plot-throughput-speedup-analysis"
17836
17837 - type: "plot"
17838   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17839   algorithm: "plot_tsa_name"
17840   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17842   include:
17843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17848   layout:
17849     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17850     layout: "plot-throughput-speedup-analysis"
17851
17852 - type: "plot"
17853   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17854   algorithm: "plot_tsa_name"
17855   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17856   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17857   include:
17858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17863   layout:
17864     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17865     layout: "plot-throughput-speedup-analysis"
17866
17867 - type: "plot"
17868   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17869   algorithm: "plot_tsa_name"
17870   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17871   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17872   include:
17873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17876   layout:
17877     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17878     layout: "plot-throughput-speedup-analysis"
17879
17880 - type: "plot"
17881   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17882   algorithm: "plot_tsa_name"
17883   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17885   include:
17886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17889   layout:
17890     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17891     layout: "plot-throughput-speedup-analysis"
17892
17893 - type: "plot"
17894   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17895   algorithm: "plot_tsa_name"
17896   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17898   include:
17899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17905   layout:
17906     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17907     layout: "plot-throughput-speedup-analysis"
17908
17909 - type: "plot"
17910   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17911   algorithm: "plot_tsa_name"
17912   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17913   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17914   include:
17915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17921   layout:
17922     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17923     layout: "plot-throughput-speedup-analysis"
17924
17925 - type: "plot"
17926   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
17927   algorithm: "plot_tsa_name"
17928   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
17929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17930   include:
17931     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17932     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17933     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17934     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17935     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17936   layout:
17937     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
17938     layout: "plot-throughput-speedup-analysis"
17939
17940 - type: "plot"
17941   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
17942   algorithm: "plot_tsa_name"
17943   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
17944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17945   include:
17946     - "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"
17947     - "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"
17948     - "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"
17949     - "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"
17950     - "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"
17951   layout:
17952     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
17953     layout: "plot-throughput-speedup-analysis"
17954
17955 #- type: "plot"
17956 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
17957 #  algorithm: "plot_tsa_name"
17958 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
17959 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17960 #  include:
17961 #    - "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"
17962 #    - "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"
17963 #    - "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"
17964 #    - "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"
17965 #    - "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"
17966 #  layout:
17967 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17968 #    layout: "plot-throughput-speedup-analysis"
17969 #
17970 #- type: "plot"
17971 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
17972 #  algorithm: "plot_tsa_name"
17973 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
17974 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17975 #  include:
17976 #    - "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"
17977 #    - "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"
17978 #    - "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"
17979 #    - "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"
17980 #    - "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"
17981 #  layout:
17982 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17983 #    layout: "plot-throughput-speedup-analysis"
17984 #
17985 #- type: "plot"
17986 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
17987 #  algorithm: "plot_tsa_name"
17988 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
17989 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17990 #  include:
17991 #    - "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"
17992 #    - "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"
17993 #    - "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"
17994 #    - "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"
17995 #    - "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"
17996 #  layout:
17997 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17998 #    layout: "plot-throughput-speedup-analysis"
17999 #
18000 #- type: "plot"
18001 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18002 #  algorithm: "plot_tsa_name"
18003 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18004 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18005 #  include:
18006 #    - "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"
18007 #    - "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"
18008 #    - "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"
18009 #    - "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"
18010 #    - "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"
18011 #  layout:
18012 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18013 #    layout: "plot-throughput-speedup-analysis"
18014
18015 - type: "plot"
18016   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18017   algorithm: "plot_tsa_name"
18018   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18019   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18020   include:
18021     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18022     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18023     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18024     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18025     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18026   layout:
18027     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18028     layout: "plot-throughput-speedup-analysis"
18029
18030 - type: "plot"
18031   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18032   algorithm: "plot_tsa_name"
18033   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18035   include:
18036     - "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"
18037     - "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"
18038     - "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"
18039     - "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"
18040     - "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"
18041   layout:
18042     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18043     layout: "plot-throughput-speedup-analysis"
18044
18045 #- type: "plot"
18046 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18047 #  algorithm: "plot_tsa_name"
18048 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18049 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18050 #  include:
18051 #    - "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"
18052 #    - "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"
18053 #    - "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"
18054 #    - "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"
18055 #    - "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"
18056 #  layout:
18057 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18058 #    layout: "plot-throughput-speedup-analysis"
18059 #
18060 #- type: "plot"
18061 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18062 #  algorithm: "plot_tsa_name"
18063 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18064 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18065 #  include:
18066 #    - "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"
18067 #    - "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"
18068 #    - "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"
18069 #    - "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"
18070 #    - "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"
18071 #  layout:
18072 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18073 #    layout: "plot-throughput-speedup-analysis"
18074 #
18075 #- type: "plot"
18076 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18077 #  algorithm: "plot_tsa_name"
18078 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18079 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18080 #  include:
18081 #    - "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"
18082 #    - "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"
18083 #    - "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"
18084 #    - "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"
18085 #    - "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"
18086 #  layout:
18087 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18088 #    layout: "plot-throughput-speedup-analysis"
18089 #
18090 #- type: "plot"
18091 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18092 #  algorithm: "plot_tsa_name"
18093 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18094 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18095 #  include:
18096 #    - "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"
18097 #    - "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"
18098 #    - "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"
18099 #    - "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"
18100 #    - "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"
18101 #  layout:
18102 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18103 #    layout: "plot-throughput-speedup-analysis"
18104
18105 - type: "plot"
18106   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18107   algorithm: "plot_tsa_name"
18108   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18110   include:
18111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18117   layout:
18118     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18119     layout: "plot-throughput-speedup-analysis"
18120
18121 - type: "plot"
18122   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18123   algorithm: "plot_tsa_name"
18124   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18126   include:
18127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18133   layout:
18134     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18135     layout: "plot-throughput-speedup-analysis"
18136
18137 - type: "plot"
18138   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18139   algorithm: "plot_tsa_name"
18140   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18142   include:
18143     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18144     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18145   layout:
18146     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18147     layout: "plot-throughput-speedup-analysis"
18148
18149 - type: "plot"
18150   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18151   algorithm: "plot_tsa_name"
18152   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18154   include:
18155     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18156     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18157   layout:
18158     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18159     layout: "plot-throughput-speedup-analysis"
18160
18161 - type: "plot"
18162   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18163   algorithm: "plot_tsa_name"
18164   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18166   include:
18167     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18168     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18169     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18170     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18171     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18172     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18173   layout:
18174     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18175     layout: "plot-throughput-speedup-analysis"
18176
18177 - type: "plot"
18178   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18179   algorithm: "plot_tsa_name"
18180   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18182   include:
18183     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18184     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18185     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18186     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18187     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18189   layout:
18190     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18191     layout: "plot-throughput-speedup-analysis"
18192
18193 - type: "plot"
18194   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18195   algorithm: "plot_tsa_name"
18196   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18198   include:
18199     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18200     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18201     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18202     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18203     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18204     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18205   layout:
18206     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18207     layout: "plot-throughput-speedup-analysis"
18208
18209 - type: "plot"
18210   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18211   algorithm: "plot_tsa_name"
18212   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18214   include:
18215     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18216     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18217     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18218     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18219     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18220     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18221   layout:
18222     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18223     layout: "plot-throughput-speedup-analysis"
18224
18225 - type: "plot"
18226   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18227   algorithm: "plot_tsa_name"
18228   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18230   include:
18231     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18232     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18233     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18234     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18235     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18236     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18237   layout:
18238     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18239     layout: "plot-throughput-speedup-analysis"
18240
18241 - type: "plot"
18242   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18243   algorithm: "plot_tsa_name"
18244   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18246   include:
18247     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18248     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18249     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18250     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18251     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18252     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18253   layout:
18254     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18255     layout: "plot-throughput-speedup-analysis"
18256
18257 - type: "plot"
18258   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18259   algorithm: "plot_tsa_name"
18260   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18261   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18262   include:
18263     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18264     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18265     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18266     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18267     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18268   layout:
18269     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18270     layout: "plot-throughput-speedup-analysis"
18271
18272 - type: "plot"
18273   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18274   algorithm: "plot_tsa_name"
18275   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18277   include:
18278     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18279     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18280     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18281     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18282     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18283   layout:
18284     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18285     layout: "plot-throughput-speedup-analysis"
18286
18287 - type: "plot"
18288   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18289   algorithm: "plot_tsa_name"
18290   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18292   include:
18293     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18294     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18295     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18296     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18297     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18298   layout:
18299     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18300     layout: "plot-throughput-speedup-analysis"
18301
18302 - type: "plot"
18303   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18304   algorithm: "plot_tsa_name"
18305   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18306   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18307   include:
18308     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18309     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18310     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18311     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18312     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18313   layout:
18314     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18315     layout: "plot-throughput-speedup-analysis"
18316
18317 - type: "plot"
18318   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18319   algorithm: "plot_tsa_name"
18320   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18321   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18322   include:
18323     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18325     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18326     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18327     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18328   layout:
18329     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18330     layout: "plot-throughput-speedup-analysis"
18331
18332 - type: "plot"
18333   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18334   algorithm: "plot_tsa_name"
18335   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18336   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18337   include:
18338     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18340     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18341     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18342     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18343   layout:
18344     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18345     layout: "plot-throughput-speedup-analysis"
18346
18347 - type: "plot"
18348   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18349   algorithm: "plot_tsa_name"
18350   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18352   include:
18353     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18354     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18358   layout:
18359     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18360     layout: "plot-throughput-speedup-analysis"
18361
18362 - type: "plot"
18363   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18364   algorithm: "plot_tsa_name"
18365   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18367   include:
18368     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18370     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18373   layout:
18374     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18375     layout: "plot-throughput-speedup-analysis"
18376
18377 - type: "plot"
18378   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18379   algorithm: "plot_tsa_name"
18380   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18382   include:
18383     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18384     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18388   layout:
18389     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18390     layout: "plot-throughput-speedup-analysis"
18391
18392 - type: "plot"
18393   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18394   algorithm: "plot_tsa_name"
18395   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18397   include:
18398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18403   layout:
18404     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18405     layout: "plot-throughput-speedup-analysis"
18406
18407 - type: "plot"
18408   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18409   algorithm: "plot_tsa_name"
18410   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18412   include:
18413     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18419   layout:
18420     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18421     layout: "plot-throughput-speedup-analysis"
18422
18423 - type: "plot"
18424   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18425   algorithm: "plot_tsa_name"
18426   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18428   include:
18429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18435   layout:
18436     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18437     layout: "plot-throughput-speedup-analysis"
18438
18439 - type: "plot"
18440   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18441   algorithm: "plot_tsa_name"
18442   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18443   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18444   include:
18445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18449   layout:
18450     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18451     layout: "plot-throughput-speedup-analysis"
18452
18453 - type: "plot"
18454   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18455   algorithm: "plot_tsa_name"
18456   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18457   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18458   include:
18459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18463   layout:
18464     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18465     layout: "plot-throughput-speedup-analysis"
18466
18467 - type: "plot"
18468   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18469   algorithm: "plot_tsa_name"
18470   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18472   include:
18473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18479   layout:
18480     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18481     layout: "plot-throughput-speedup-analysis"
18482
18483 - type: "plot"
18484   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18485   algorithm: "plot_tsa_name"
18486   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18488   include:
18489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18495   layout:
18496     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18497     layout: "plot-throughput-speedup-analysis"
18498
18499 - type: "plot"
18500   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18501   algorithm: "plot_tsa_name"
18502   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18504   include:
18505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18509   layout:
18510     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18511     layout: "plot-throughput-speedup-analysis"
18512
18513 - type: "plot"
18514   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18515   algorithm: "plot_tsa_name"
18516   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18518   include:
18519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18523   layout:
18524     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18525     layout: "plot-throughput-speedup-analysis"
18526
18527 - type: "plot"
18528   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18529   algorithm: "plot_tsa_name"
18530   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18531   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18532   include:
18533     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18534     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18535     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18536     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18537     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18538     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18539   layout:
18540     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18541     layout: "plot-throughput-speedup-analysis"
18542
18543 - type: "plot"
18544   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18545   algorithm: "plot_tsa_name"
18546   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18548   include:
18549     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18550     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18551     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18552     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18553     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18554     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18555   layout:
18556     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18557     layout: "plot-throughput-speedup-analysis"
18558
18559 - type: "plot"
18560   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18561   algorithm: "plot_tsa_name"
18562   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18563   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18564   include:
18565     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18566     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18567     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18568     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18569   layout:
18570     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18571     layout: "plot-throughput-speedup-analysis"
18572
18573 - type: "plot"
18574   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18575   algorithm: "plot_tsa_name"
18576   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18578   include:
18579     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18580     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18581     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18582     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18583   layout:
18584     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18585     layout: "plot-throughput-speedup-analysis"
18586
18587 - type: "plot"
18588   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18589   algorithm: "plot_tsa_name"
18590   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18591   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18592   include:
18593     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18594     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18595     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18596     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18597     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18598   layout:
18599     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18600     layout: "plot-throughput-speedup-analysis"
18601
18602 - type: "plot"
18603   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18604   algorithm: "plot_tsa_name"
18605   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18607   include:
18608     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18609     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18610     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18611     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18612     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18613   layout:
18614     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18615     layout: "plot-throughput-speedup-analysis"
18616
18617 - type: "plot"
18618   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18619   algorithm: "plot_tsa_name"
18620   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18622   include:
18623     - "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"
18624     - "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"
18625     - "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"
18626     - "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"
18627     - "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"
18628   layout:
18629     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18630     layout: "plot-throughput-speedup-analysis"
18631
18632 - type: "plot"
18633   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18634   algorithm: "plot_tsa_name"
18635   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18637   include:
18638     - "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"
18639     - "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"
18640     - "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"
18641     - "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"
18642     - "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"
18643   layout:
18644     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18645     layout: "plot-throughput-speedup-analysis"
18646
18647 - type: "plot"
18648   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18649   algorithm: "plot_tsa_name"
18650   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18652   include:
18653     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18654     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18655     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18656     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18657     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18658   layout:
18659     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18660     layout: "plot-throughput-speedup-analysis"
18661
18662 - type: "plot"
18663   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18664   algorithm: "plot_tsa_name"
18665   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18667   include:
18668     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18669     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18670     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18671     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18672     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18673   layout:
18674     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18675     layout: "plot-throughput-speedup-analysis"
18676
18677 - type: "plot"
18678   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18679   algorithm: "plot_tsa_name"
18680   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18682   include:
18683     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18684     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18685     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18686     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18687     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18688   layout:
18689     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18690     layout: "plot-throughput-speedup-analysis"
18691
18692 - type: "plot"
18693   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18694   algorithm: "plot_tsa_name"
18695   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18697   include:
18698     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18699     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18700     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18701     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18702     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18703   layout:
18704     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18705     layout: "plot-throughput-speedup-analysis"
18706
18707 - type: "plot"
18708   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18709   algorithm: "plot_tsa_name"
18710   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18712   include:
18713     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18714     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18715     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18716     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18717   layout:
18718     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18719     layout: "plot-throughput-speedup-analysis"
18720
18721 - type: "plot"
18722   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18723   algorithm: "plot_tsa_name"
18724   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18726   include:
18727     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18728     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18729     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18730     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18731   layout:
18732     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18733     layout: "plot-throughput-speedup-analysis"
18734
18735 - type: "plot"
18736   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18737   algorithm: "plot_tsa_name"
18738   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18740   include:
18741     - "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"
18742     - "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"
18743     - "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"
18744     - "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"
18745   layout:
18746     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18747     layout: "plot-throughput-speedup-analysis"
18748
18749 - type: "plot"
18750   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18751   algorithm: "plot_tsa_name"
18752   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18754   include:
18755     - "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"
18756     - "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"
18757     - "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"
18758     - "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"
18759   layout:
18760     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18761     layout: "plot-throughput-speedup-analysis"
18762
18763 - type: "plot"
18764   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18765   algorithm: "plot_tsa_name"
18766   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18768   include:
18769     - "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"
18770     - "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"
18771     - "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"
18772     - "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"
18773     - "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"
18774     - "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"
18775   layout:
18776     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18777     layout: "plot-throughput-speedup-analysis"
18778
18779 - type: "plot"
18780   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18781   algorithm: "plot_tsa_name"
18782   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18784   include:
18785     - "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"
18786     - "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"
18787     - "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"
18788     - "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"
18789     - "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"
18790     - "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"
18791   layout:
18792     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18793     layout: "plot-throughput-speedup-analysis"
18794
18795 ################################################################################
18796
18797 # Packet Throughput - DPDK
18798
18799 # 2n-clx-xxv710
18800
18801 - type: "plot"
18802   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18803   algorithm: "plot_perf_box_name"
18804   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18805   data: "plot-dpdk-throughput-latency-2n-clx"
18806   include:
18807     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18808     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18809   layout:
18810     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18811     layout: "plot-throughput"
18812
18813 - type: "plot"
18814   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18815   algorithm: "plot_perf_box_name"
18816   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18817   data: "plot-dpdk-throughput-latency-2n-clx"
18818   include:
18819     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18820     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18821   layout:
18822     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18823     layout: "plot-throughput"
18824
18825 - type: "plot"
18826   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18827   algorithm: "plot_perf_box_name"
18828   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18829   data: "plot-dpdk-throughput-latency-2n-clx"
18830   include:
18831     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18832     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18833   layout:
18834     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18835     layout: "plot-throughput"
18836
18837 - type: "plot"
18838   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18839   algorithm: "plot_perf_box_name"
18840   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18841   data: "plot-dpdk-throughput-latency-2n-clx"
18842   include:
18843     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18844     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18845   layout:
18846     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18847     layout: "plot-throughput"
18848
18849 # 2n-clx-x710
18850
18851 - type: "plot"
18852   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18853   algorithm: "plot_perf_box_name"
18854   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18855   data: "plot-dpdk-throughput-latency-2n-clx"
18856   include:
18857     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18858     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18859   layout:
18860     title: "2n-clx-x710-64b-2t1c-base-ndr"
18861     layout: "plot-throughput"
18862
18863 - type: "plot"
18864   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18865   algorithm: "plot_perf_box_name"
18866   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18867   data: "plot-dpdk-throughput-latency-2n-clx"
18868   include:
18869     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18870     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18871   layout:
18872     title: "2n-clx-x710-64b-4t2c-base-ndr"
18873     layout: "plot-throughput"
18874
18875 - type: "plot"
18876   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18877   algorithm: "plot_perf_box_name"
18878   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18879   data: "plot-dpdk-throughput-latency-2n-clx"
18880   include:
18881     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18882     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18883   layout:
18884     title: "2n-clx-x710-64b-2t1c-base-pdr"
18885     layout: "plot-throughput"
18886
18887 - type: "plot"
18888   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18889   algorithm: "plot_perf_box_name"
18890   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18891   data: "plot-dpdk-throughput-latency-2n-clx"
18892   include:
18893     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18894     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18895   layout:
18896     title: "2n-clx-x710-64b-4t2c-base-pdr"
18897     layout: "plot-throughput"
18898
18899 ################################################################################
18900
18901 - type: "plot"
18902   title: "Latency by percentile: 2n-skx"
18903   algorithm: "plot_hdrh_lat_by_percentile"
18904   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18905   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18906   target-links: "../../_static/vpp"
18907   data: "plot-vpp-hdrh-lat-2n-skx"
18908   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18909   layout:
18910     layout: "plot-hdrh-latency-by-percentile"
18911
18912 - type: "plot"
18913   title: "Latency by percentile: 3n-skx"
18914   algorithm: "plot_hdrh_lat_by_percentile"
18915   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18916   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18917   target-links: "../../_static/vpp"
18918   data: "plot-vpp-hdrh-lat-3n-skx"
18919   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18920   layout:
18921     layout: "plot-hdrh-latency-by-percentile"
18922
18923 - type: "plot"
18924   title: "Latency by percentile: 2n-clx"
18925   algorithm: "plot_hdrh_lat_by_percentile"
18926   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18927   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18928   target-links: "../../_static/vpp"
18929   data: "plot-vpp-hdrh-lat-2n-clx"
18930   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18931   layout:
18932     layout: "plot-hdrh-latency-by-percentile"
18933
18934 - type: "plot"
18935   title: "Latency by percentile: 3n-hsw"
18936   algorithm: "plot_hdrh_lat_by_percentile"
18937   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18938   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18939   target-links: "../../_static/vpp"
18940   data: "plot-vpp-hdrh-lat-3n-hsw"
18941   filter: "'1T1C' and 'NIC_Intel-XL710'"
18942   layout:
18943     layout: "plot-hdrh-latency-by-percentile"
18944
18945 - type: "plot"
18946   title: "Latency by percentile: 3n-tsh"
18947   algorithm: "plot_hdrh_lat_by_percentile"
18948   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18949   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18950   target-links: "../../_static/vpp"
18951   data: "plot-vpp-hdrh-lat-3n-tsh"
18952   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18953   layout:
18954     layout: "plot-hdrh-latency-by-percentile"
18955
18956 - type: "plot"
18957   title: "Latency by percentile: DPDK 2n-skx"
18958   algorithm: "plot_hdrh_lat_by_percentile"
18959   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18960   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18961   target-links: "../../_static/dpdk"
18962   data: "plot-dpdk-hdrh-lat-2n-skx"
18963   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18964   layout:
18965     layout: "plot-hdrh-latency-by-percentile"
18966
18967 - type: "plot"
18968   title: "Latency by percentile: DPDK 3n-skx"
18969   algorithm: "plot_hdrh_lat_by_percentile"
18970   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18971   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18972   target-links: "../../_static/dpdk"
18973   data: "plot-dpdk-hdrh-lat-3n-skx"
18974   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18975   layout:
18976     layout: "plot-hdrh-latency-by-percentile"
18977
18978 - type: "plot"
18979   title: "Latency by percentile: DPDK 2n-clx"
18980   algorithm: "plot_hdrh_lat_by_percentile"
18981   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18982   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18983   target-links: "../../_static/dpdk"
18984   data: "plot-dpdk-hdrh-lat-2n-clx"
18985   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18986   layout:
18987     layout: "plot-hdrh-latency-by-percentile"
18988
18989 - type: "plot"
18990   title: "Latency by percentile: DPDK 3n-hsw"
18991   algorithm: "plot_hdrh_lat_by_percentile"
18992   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18993   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18994   target-links: "../../_static/dpdk"
18995   data: "plot-dpdk-hdrh-lat-3n-hsw"
18996   filter: "'1T1C' and 'NIC_Intel-XL710'"
18997   layout:
18998     layout: "plot-hdrh-latency-by-percentile"
18999
19000 - type: "plot"
19001   title: "Latency by percentile: DPDK 3n-tsh"
19002   algorithm: "plot_hdrh_lat_by_percentile"
19003   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19004   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19005   target-links: "../../_static/dpdk"
19006   data: "plot-dpdk-hdrh-lat-3n-tsh"
19007   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19008   layout:
19009     layout: "plot-hdrh-latency-by-percentile"